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

v1.2.0

Compare
Choose a tag to compare
@ZoteTheMighty ZoteTheMighty released this 06 Sep 18:35
· 55 commits to master since this release

This release fixes a major bug with fragments and a minor behavioral inconsistency with setState.

Changes Since 1.1.0

  • Fixed an issue that prevented use of fragments within element children (#214)
  • Improved some error messages for invalid Roact.Change keys (#216)
  • Fix behavior inconsistency between assigning state in init and using setState (#232)