Skip to content

Releases: wonday/react-native-orientation-locker

v1.7.0

20 Apr 15:15
Compare
Choose a tag to compare

What's Changed

  • Fix threading issue on Windows and fix android not triggering event in some cases by @namrog84 in #211
  • fix: add stub methods to remove warning while using listeners by @mlecoq in #212
  • fix(windows): Change WindowsTargetPlatformVersion to 10.0 by @namrog84 in #230
  • feat: allows the consumer to disable face up/down detection on ios by @demedos in #228
  • Add VS2022 support and misc by @namrog84 in #226
  • Remove unnecessary restoration of Orientation by @maschad in #225
  • Functions in the index.d.ts need to declare return types by @almost in #233
  • chore(deps): make react-native-windows optional by @jb-berthet in #238
  • fix: export intent by @Ellathet in #244
  • Added check for broadcast receiver being unregistered by @ruslan-h in #245
  • RN-0.73 change Android configs for RN 0.73 compatibility by @FelipeSSantos1 in #264
  • fix: correctly parses the facing configuration option by @demedos in #256
  • Add RECEIVER_EXPORTED/RECEIVER_NOT_EXPORTED to support Android 14 by @klauskohut in #276
  • Remove Unnecessary Namespace Declaration from build.gradle in Version 1.0.6 by @ysancak in #281
  • Bump react-native from 0.63.2 to 0.69.12 by @dependabot in #278
  • Bump react-native from 0.63.2 to 0.69.12 in /src by @dependabot in #279
  • Add support for new iOS orientation API on newer OS versions by @Tuuben in #294
  • Fix reporting UI orientation upon unlock by @EvertEt in #277

New Contributors

Full Changelog: v1.4.0...v1.7.0

v1.4.0

20 Nov 15:32
Compare
Choose a tag to compare

v1.4.0

Fix typescript types
fix some bugs

v1.3.1

Fix require cycle problem

v1.3.0

13 May 16:30
Compare
Choose a tag to compare
  1. Add support for Window
  2. Modify sample project
  3. Updates Tyescript define

v1.2.0

01 Aug 14:22
Compare
Choose a tag to compare
  1. Add support for lockAllOrientationsButUpsideDown
  2. Ignore on web and desktop (#115)
  3. Fix for not finding @ReactModule (#125)
  4. Fix unlockAllOrientations on Android (#133)
  5. Implement ActivityLifecycleCallbacks on Android (#131)

v1.1.8

19 Dec 11:03
Compare
Choose a tag to compare
  1. Adding support for iOS FACE-UP and FACE-DOWN orientations

v1.1.7

04 Nov 01:28
Compare
Choose a tag to compare
  1. Add lockToPortraitUpsideDown() to iOS
  2. Minor case corrections

v1.1.6

20 May 07:02
Compare
Choose a tag to compare
  1. catch unknown device orientation value
  2. when calling unlockAllOrientations(), forcibly unlock whether lock or not

v1.1.5

23 Mar 12:48
Compare
Choose a tag to compare
  1. add Orientation.isLocked() and Orientation.removeAllListeners()

v1.1.4

12 Mar 13:06
Compare
Choose a tag to compare
  1. Fix typescript declarations

v1.1.3

15 Feb 15:38
Compare
Choose a tag to compare
  1. add addLockListener/removeLockListener
  2. improve android orientation changed event sending condition