Skip to content

v0.10.0

Compare
Choose a tag to compare
@ryansolid ryansolid released this 12 Aug 05:46

v0.10.0 makes significant changes to the reactive system. Key updates:

  • Fixed synchronicity on all hooks/control flows.
  • Adds the ability to use comparators on createMemo.
  • Fixes bugs with nested control flows.
  • Fixes bugs with Suspense.
  • Update Suspense delayMs to maxDuration to match React. (Usage of maxDuration still experimental)