| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Roact.rbxm | 2021-06-03 | 73.3 kB | |
| README.md | 2021-05-25 | 950 Bytes | |
| v1.4.0.tar.gz | 2021-05-25 | 84.4 kB | |
| v1.4.0.zip | 2021-05-25 | 131.7 kB | |
| Totals: 4 Items | 290.4 kB | 0 | |
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)