Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

v1.4.0

Compare
Choose a tag to compare
@ZoteTheMighty ZoteTheMighty released this 03 Jun 19:03
· 24 commits to master since this release
fe67d5e

A number of small changes to error messaging and performance, as well as a forwardRef API that matches React.

Changes since 1.3.0

  • Introduce forwardRef (#307).
  • Fixed a bug where the Roact tree could get into a broken state when processing changes to child instances outside the standard lifecycle.
    • This change is behind the config value tempFixUpdateChildrenReEntrancy (#301)
  • Added color schemes for documentation based on user preference (#290).
  • Fixed stack trace level when throwing an error in createReconciler (#297).
  • Optimized the memory usage of 'createSignal' implementation. (#304)
  • Added component name to property validation error message (#275)