Skip to content

Releases: gladiuscode/react-native-orientation-director

Release 1.3.0

18 Sep 20:18
Compare
Choose a tag to compare

1.3.0 (2024-09-18)

Features

  • add convert auto rotation to human readable string (#27) (178fb4b)
  • upgrade react native (#28) (a39f322)

Release 1.2.3

28 Jul 19:08
Compare
Choose a tag to compare

1.2.3 (2024-07-28)

Bug Fixes

  • android: device orientation converted to unknown during screen rotation (#22) (0bd13e3)
  • android: incorrect onHostPause callback method (#25) (aa4ff82)

New Contributors

@Hiroenzo made their first contribution in #25

Release 1.2.2

28 May 18:31
Compare
Choose a tag to compare

1.2.2 (2024-05-28)

Bug Fixes

  • iOS: wrong MACRO used for resetSupportedInterfaceOrientations (#20) (059c78e)

Release 1.2.1

27 May 08:40
Compare
Choose a tag to compare

1.2.1 (2024-05-27)

Bug Fixes

  • interface orientation should match bottom bar position (#17) (7012798)

Release 1.2.0

26 May 17:08
Compare
Choose a tag to compare

1.2.0 (2024-05-26)

Bug Fixes

  • android: interface orientation value changes even with auto rotation off (#7) (4d15f08)
  • iOS: missing check if deviceOrientation is actually supported (#13) (0e9c382)
  • iOS: wrong interface orientation value after reset (#15) (ce351f7)

Features

  • android: expose auto rotation status to js (#9) (3815b4d)
  • reset to initial supported interface orientation (#11) (e5d4e11)

Release 1.1.0

25 May 08:48
Compare
Choose a tag to compare

1.1.0 (2024-05-25)

What's Changed

  • Feature isLocked by @gladiuscode in #1
  • Bugfix - Wrong interface orientation behaviour at start time by @gladiuscode in #4
  • Bugfix - Android screen orientation locked breaks initial interface orientation value by @gladiuscode in #5

Full Changelog: v1.0.1...v1.1.0

Release 1.0.1

22 May 21:08
Compare
Choose a tag to compare

1.0.1 (2024-05-22)

Bug Fixes

  • broken swift header import when using use_frameworks! (2d27d4b)
  • module requires main queue setup since it overrides init (4cfbd1e)

Release 1.0.0

22 May 21:10
Compare
Choose a tag to compare

1.0.0 (2024-05-22)

Initial release.