Skip to content

Prerelease 2019-04-15

Pre-release
Pre-release
Compare
Choose a tag to compare
@LPGhatguy LPGhatguy released this 15 Apr 20:39
· 72 commits to master since this release

We've been hard at work on some infrastructural changes for Roact and related libraries. We've been pretty bad about tagging releases because we assumed that most consumers would pull the library from Git, but it turns out that lots of users depend on these releases!

This prerelease rolls up the changes to the master branch since the last release. Notably, the old connect API is now gone and replaced with the API formerly known as UNSTABLE_connect2. Check out the documentation for more details on the current API.

There are two changes we want to make before calling Roact-Rodux 1.0:

  • Remove UNSTABLE_connect2, which is still in this version as an alias for connect
  • Remove UNSTABLE_getStore, which was introduced from a need internally at Roblox for this kind of feature to support legacy code

This release is compatible with Roact's new-reconciler branch and will be compatible with the coming Roact 1.0 release as well!