Skip to content

Releases: oblador/react-native-performance

2.1.0

28 Oct 13:11
Compare
Choose a tag to compare

Improvements

  • More accurate and reliable native startup measurement on Android

2.0.0

01 Jun 14:08
Compare
Choose a tag to compare

Improvements

  • BREAKING CHANGE: Fix Android native start time, making it more reliable on certain devices. If you are tracking this metric, you'll likely need to set a new baseline after updating.

1.4.0

09 Mar 18:39
Compare
Choose a tag to compare
  • react-native-performance: Fixed autolinking on iOS.
  • react-native-performance: Added support for bridgeSetupStart native mark on Android.

1.3.0

05 Mar 12:26
Compare
Choose a tag to compare
  • Use uptimeMillis on Android to make sure JS and native timestamps match.

1.2.2

02 Mar 15:25
Compare
Choose a tag to compare

Improvements

react-native-performance: More ergonomic types when using performance.getEntriesByType()

1.2.1

02 Mar 10:50
Compare
Choose a tag to compare

Improvements

react-native-performance: Fix lack of fallback values for user timing 3 implementation

1.2.0

24 Feb 09:36
Compare
Choose a tag to compare

New functionality

  • isomorphic-performance: Package released.

Improvements

  • react-native-performance: Fixes issues with podspec source file path.
  • react-native-performance: Transpiled code for commonjs and js modules now published.
  • react-native-performance: Fixes incorrect types.

1.1.1

22 Feb 22:33
Compare
Choose a tag to compare

No functional changes, just metadata changes in the packages.

1.1.0

17 Feb 13:46
Compare
Choose a tag to compare
  • react-native-performance: Android API level 18 is no longer required and the native module will respect target settings from root project.
  • react-native-performance: Rewritten in TypeScript.
  • react-native-performance: Extensively tested against general browser tests and a few bugs fixed as a result.