Releases: microsoft/reactxp
2.0.0
Note: We have switched to using the GitHub releases page for version notes. The version_history.md file has been deprecated.
The 2.0.0 major-version-bump of ReactXP reflects a few different breaking changes since the last non-RC release (1.6.1):
- #1119 and #1101 Keeping in line with React Native's diet regimen, NetInfo and WebView have been broken out from the core ReactXP package and are being released as their own separate reactxp-netinfo/reactxp-webview projects, which use the correspondingly-broken-out packages for RN
- #1129 Stopped using SyncTasks in favor of ES6 Promises
- #1127 Renamed usage of the older-style React lifecycle methods to use the UNSAFE_ prefix to avoid deprecation issues for a while
These changes, and several supporting PRs along the way, bring ReactXP back in line with supporting the very latest releases of React and React Native. We are also switching over to eslint from tslint, and @a-tarasyuk has released an eslint-plugin-reactxp to help with that (#1155). The package, samples, and extensions have also all received some love, being updated to the latest packages (except we left the samples on RN 0.59, since moving to 0.61 requires some nontrival package structure changes that we haven't gotten around to yet.)
Other updates/fixes that this release brings in since the last documented release (2.0.0-rc.1):
Releases and version history
For historical reasons, we don't use the GitHub "releases" list. Instead, the version history and releases are posted on the version history page of the documentation site.
0.42.0-rc.25
Fix ScrollView position reporting after an explicit scroll position has been set (#210)
0.42.0-rc.24
0.42.0-rc.9
Fixed bug in Navigator that caused crash in hello-world sample.
0.42.0-rc.8
Removed Profiling API namespace and dependency on react-addons-perf.
0.42.0-rc.7
[Accessibility] Expose the implementation for setting accessibility focus programmatically on iOS. Also, expose .focus() API for RX.Button. #90
0.42.0-rc.6
Exposing the maxContentSizeMultiplier prop for RN.Text and RN.TextInput. (#78)
Exposed the maximumFontScale prop and updating docs
0.42.0-rc.5
Fixed a bug in navigation
0.42.0-rc.4
v0.42.0-rc.4 [0.42.0-rc.4] Bump package.json for release