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

Prerelease 2019-04-15

Pre-release
Pre-release
Compare
Choose a tag to compare
@LPGhatguy LPGhatguy released this 15 Apr 18:42
· 325 commits to master since this release

This prerelease is a roll-up of the changes since the latest prerelease, which was awhile ago!

Since the last prerelease, we've been working out of a new branch that we've been grooming to become Roact 1.0. It's on the new-reconciler branch if you're interested in checking it out, and it'll be merged to master within the next month or so hopefully!

Changes since last prerelease

  • setState can now be called inside init. Instead of triggering a new render, it will affect the currently scheduled one. (#139)
  • By default, disable the warning for an element changing types during reconciliation (#168)
  • Fixed a number of bugs with getDerivedStateFromProps