Skip to content
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.

Latest commit

 

History

History
106 lines (47 loc) · 5.21 KB

CHANGELOG.md

File metadata and controls

106 lines (47 loc) · 5.21 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.2 (2023-01-21)

Bug Fixes

  • ios: Setting UIDevice.orientation is not supported error on iOS 16 (#29) (879a3fd)

2.0.1 (2022-08-19)

Bug Fixes

  • ios: replace deprecated statusBarOrientation (#24) (7405595)

2.0.0 (2022-08-04)

⚠ BREAKING CHANGES

  • This plugin was renamed to @capawesome/capacitor-screen-orientation. Please install the new npm package and run npx cap sync.
  • This plugin now only supports Capacitor 4.

Features

  • update to Capacitor 4 (#21) (adadb99)

  • rename to @capawesome/capacitor-screen-orientation (#22) (f846c40)

1.1.7 (2022-04-21)

Bug Fixes

  • ios: return correct current orientation type while locked (#19) (9b6053a)

1.1.6 (2022-04-21)

Bug Fixes

  • ios: removeAllListeners method not found (7c20eb8)

1.1.5 (2022-04-13)

Bug Fixes

  • ios: orientation change events fired while locked (#16) (ce876e6)

1.1.4 (2022-01-26)

Bug Fixes

  • inline source code in esm map files (31692b7)

1.1.3 (2022-01-12)

Bug Fixes

  • ios: rotate back to current orientation after unlock (#14) (7def624)

1.1.2 (2022-01-07)

Bug Fixes

  • ios: UI API called on a background thread (#12) (e70232d)

1.1.1 (2021-12-14)

Bug Fixes

  • ios: handle faceUp and faceDown orientation (#10) (25d58a4)

1.1.0 (2021-08-26)

Features

  • add screenOrientationChange listener (#8) (9bb5c2e)

1.0.2 (2021-07-16)

Bug Fixes

  • ios: rotate to locked orientation (#7) (a3bac7b)

1.0.1 (2021-06-02)

Bug Fixes

1.0.0 (2021-05-17)

Initial release 🎉