Skip to main content
Module

x/babel_preset_solid/CHANGELOG.md

A declarative, efficient, and flexible JavaScript library for building user interfaces.
Go to Latest
File

babel-preset-solid

1.7.1

Patch Changes

  • d4087fe7: fix 1663: template element closing errors

1.7.0

Minor Changes

  • f7dc355f: Remove FunctionElement from JSX.Element types
  • 940e5745: change to seroval serializer, better ssr fragment fixes
  • 2b80f706: Reduce DOM compiler output size Remove auxilary closing tags and lazy evaluate templates
  • 74f00e15: Support prop/attr directives in spreads, apply prop aliases only to specific elements

Patch Changes

  • 41ca6522: fixes around templates and hydration
  • 3de9432c: Better Input Event Types, Template Pruning, Universal Renderer Fixes
  • a382c0c5: minify inline style, class
  • 6a4fe46c: fix #1553 improper html entity encoding in literal expressions

1.7.0-beta.5

Patch Changes

  • a382c0c5: minify inline style, class

1.7.0-beta.4

Patch Changes

  • 3de9432c: Better Input Event Types, Template Pruning, Universal Renderer Fixes

1.7.0-beta.3

Patch Changes

  • 41ca6522: fixes around templates and hydration

1.7.0-beta.2

Minor Changes

  • 940e5745: change to seroval serializer, better ssr fragment fixes

1.7.0-beta.1

Minor Changes

  • 2b80f706: Reduce DOM compiler output size Remove auxilary closing tags and lazy evaluate templates
  • 74f00e15: Support prop/attr directives in spreads, apply prop aliases only to specific elements

1.7.0-beta.0

Minor Changes

  • f7dc355: Remove FunctionElement from JSX.Element types

Patch Changes

  • 6a4fe46: fix #1553 improper html entity encoding in literal expressions

1.6.16

Patch Changes

  • d10da016: Fix #1651 hydration markers introduced too early

1.6.13

Patch Changes

  • 60f8624d: fix #1596 ssr fragment text merge, fix #1599 ssr onCleanup

1.6.12

Patch Changes

  • 676ed331: docs: fix typos
  • 081ca06c: fix #1553 html encoding for native strings on components
  • 4fdec4f9: fix #1564, fix #1567 template literal bugs

1.6.10

Patch Changes

  • 7ab43a4: fix #1492 SSR Spread Breaks Hydration fix #1495 runWithOwner not clearing listener fix #1498 unrecoverable error in async batch

1.6.9

Patch Changes

  • a572c12: Streaming without a wrapper and compile time JSX validation

1.6.7

Patch Changes

  • 89baf12: fix boolean escaping, improve ssr performance

1.6.6

Patch Changes

  • 2119211: fix #1423 - inlined arrow functions in SSR and update rollup

1.6.3

Patch Changes

  • e95e95f: Bug fixes and testing changelog