Skip to main content
Module

x/solid/CHANGELOG.md

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

solid-js

1.7.0-beta.0

Minor Changes

  • 503b632: Add type narrowing non-keyed control flow
  • 86c3227: always cast to errors when handled
  • f7dc355: Remove FunctionElement from JSX.Element types

Patch Changes

  • 4929530: Remove name generation of owners and signals
  • 71c40af: DEV: Minor additions and change the API of dev hooks
  • e245736: Fixed test case for setStore 7 parameter overload by fixing KeyOf giving number for KeyOf
  • 6a4fe46: fix #1553 improper html entity encoding in literal expressions

1.6.11

Patch Changes

  • bfbd002: Fixed the store setter’s recursive fallback overload not terminating with non-numbers
  • 1ecdea4: chore: export package.json
  • 91d518a: fix: createResource should not ignores empty string throw
  • 18e734d: Support null for detachedOwner in createRoot
  • 12d458d: fix #1547, missing SVGPattern type
  • 4aaa94b: Fix: swap KeyOf for MutableKeyOf in one of the SetStoreFunction overload
  • c26f933: Add fast track for untrack in case of null listener
  • 6fb3cd8: fix #1541: process errors at the end of synchronous execution
  • c5b208c: fix #1522, errors stop future effects from running

1.6.10

Patch Changes

  • 1b32e63: Fix broken comments description link to solid docs
  • dd879da: fix #1493 export DynamicProps
  • d89e791: Add generic to onCleanup
  • 695d99b: Export EffectOptions and OnOptions from main module
  • d35a1ca: Fixed the return type of the Symbol.observable method of the observable in the generated .d.ts
  • 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
  • 0ad9859: fix #1478 error infinite loop
  • 12629a3: DEV: registerGraph graph property added to values

1.6.8

Patch Changes

  • 6db2d89: Fix #1461 - streaming broken due to reusing same resources for lazy dedupe

1.6.7

Patch Changes

  • c4ac14c: Format/Cleanup Types and code style
  • 1384496: Fix unowned roots having owner in dev
  • 1dbd5a9: stub out render and hydrate on server
  • 368e508: make splitProps with dynamic source return proxies
  • 54f3068: fix #1452 runWithOwner responsible for errors in its scope
  • c8edacd: Fix lazy defined in components during SSR
  • 89baf12: fix boolean escaping, improve ssr performance

1.6.6

Patch Changes

  • a603850: Export SignalOptions
  • 2119211: fix #1423 - inlined arrow functions in SSR and update rollup
  • 5a5a72d: Fix #1436 incorrectly missing proxy detection
  • 5eb575a: fix: delete lazy contexts one by one as they are completed

1.6.5

Patch Changes

  • 50d1304: fix #1416 nulls in array reconcile
  • ee71b16: fix #1410 - node 14 compatibility. Remove ||= operator that isn’t available on some legacy platforms.

1.6.4

Patch Changes

  • a42a5f6: memoize merging functions

1.6.3

Patch Changes

  • e95e95f: Bug fixes and testing changelog