This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
v0.2.0
This is the first non-prerelease release of Roact, and the last one before we merge in a large refactor from our current development branch, new-reconciler
.
We consider this release to be a stable release for existing projects using Roact prereleases.
Later today, we'll be publishing Roact 1.0, which includes almost a year of significant refactoring work and introduces a substantial number of features. We wanted to mark this release as the last version using the old Roact internals that have been proven stable in projects like the Roblox iOS, Android, and Xbox applications.
Changes since April 15th, 2019 Prerelease
- Deprecated
Roact.reconcile
in favor ofRoact.update
(#194) - Removed some undocumented APIs:
Roact.getGlobalConfigValue
, which let users read the current internal configuration.Roact.Element
, which let users figure out whether something is a Roact element. We'll introduce a proper type-checking API at a later date.