Skip to content

Releases: microsoft/reactxp

2.0.0

30 Nov 10:00
Compare
Choose a tag to compare

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):

  • #1167 Touch gesture support for web in GestureView
  • #1141 Enable 'handled' mode of ScrollView['keyboardShouldPersistTaps']
  • #1132 Remove ScrollView vertical prop that has no effect on RN platforms
  • #1165 Removed maxContentSizeMultiplier references

Releases and version history

21 Apr 07:07
Compare
Choose a tag to compare

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

18 Aug 21:10
Compare
Choose a tag to compare
0.42.0-rc.25 Pre-release
Pre-release

Fix ScrollView position reporting after an explicit scroll position has been set (#210)

0.42.0-rc.24

09 Aug 16:15
Compare
Choose a tag to compare
0.42.0-rc.24 Pre-release
Pre-release

Making gesture views accessibile (#196)
Adding px unit to fontSize animated text rule. (#195)

0.42.0-rc.9

18 May 01:45
Compare
Choose a tag to compare
0.42.0-rc.9 Pre-release
Pre-release

Fixed bug in Navigator that caused crash in hello-world sample.

0.42.0-rc.8

18 May 01:45
Compare
Choose a tag to compare
0.42.0-rc.8 Pre-release
Pre-release

Removed Profiling API namespace and dependency on react-addons-perf.

0.42.0-rc.7

15 May 19:24
Compare
Choose a tag to compare
0.42.0-rc.7 Pre-release
Pre-release

[Accessibility] Expose the implementation for setting accessibility focus programmatically on iOS. Also, expose .focus() API for RX.Button. #90

0.42.0-rc.6

11 May 04:17
Compare
Choose a tag to compare
0.42.0-rc.6 Pre-release
Pre-release

Exposing the maxContentSizeMultiplier prop for RN.Text and RN.TextInput. (#78)
Exposed the maximumFontScale prop and updating docs

0.42.0-rc.5

10 May 17:45
Compare
Choose a tag to compare
0.42.0-rc.5 Pre-release
Pre-release

Fixed a bug in navigation

0.42.0-rc.4

27 Apr 19:23
Compare
Choose a tag to compare
0.42.0-rc.4 Pre-release
Pre-release
v0.42.0-rc.4

[0.42.0-rc.4] Bump package.json for release