Skip to content

Releases: zoontek/react-native-localize

2.0.3

20 Apr 09:14
Compare
Choose a tag to compare

2.0.2

15 Feb 08:47
Compare
Choose a tag to compare
  • Export findBestAvailableLanguage, addEventListener and removeEventListener in default exported object (fix #130)

2.0.1

20 Nov 10:17
Compare
Choose a tag to compare
  • Rely on initialize and onCatalystInstanceDestroy for BroadcastReceiver registration (might fix #123)

2.0.0

14 Nov 15:35
Compare
Choose a tag to compare

Despite the major version bump, this is not a huge release.

  • The android packages namespace has been updated from com.reactcommunity.rnlocalize to com.zoontek.rnlocalize
  • Only desired files are now included in the npm package (which means a huge package size reduction!)
  • The codebase has been rewritten in TypeScript, the bundling is now handled by 👷‍♂️ @react-native-community/bob

1.4.3

30 Oct 12:53
Compare
Choose a tag to compare
  • Update project and example dependencies

1.4.2

30 Sep 08:44
Compare
Choose a tag to compare

1.4.1

28 Jul 12:23
Compare
Choose a tag to compare
  • findBestAvailableLanguage now accepts ReadonlyArray<T extends string> as parameter (#109 by @Barbiero)

1.4.0

11 Apr 10:01
Compare
Choose a tag to compare
  • Add support for MIUI region code (Fix #60)

1.3.4

14 Mar 17:36
Compare
Choose a tag to compare

1.3.3

26 Jan 13:04
Compare
Choose a tag to compare
  • Add a development warning when the module is not properly linked
  • Rewrite web version with lazy getters (constants are not generated at initialization anymore, needed for SSR, see #79)
  • Listen for NSSystemClockDidChangeNotification on iOS
  • Fix inverted uses24HourClock behavior on the web version