Screen Orientation Plugin 3.0.3 Released!
24 Feb 2023
We are happy to announce that we have just released an update for cordova-plugin-screen-orientation
!
To upgrade:
cordova plugin remove cordova-plugin-screen-orientation
cordova plugin add cordova-plugin-screen-orientation@3.0.3
Release Highlights
This release improves compatibility with newer iOS versions (see (#107)) and contains miscellaneous version updates.
Please report any issues you find by following this How to File a Bug guide!
Changes include:
- build(deps): bump json5 from 1.0.1 to 1.0.2 (#110)
- feat(ios): add support for iOS 16 (#107)
- fix(chrome): lock test (#105)
- chore: add .npmrc file to ensure the official NPM registry is used for package installations. (#103)
- chore: package-lock update (#104)
- ci: sync workflow with paramedic (#101)
- chore(npm): bump package-lock v2 w/ rebuild (#99)
- ci(android): update java requirement for
cordova-android
@11 (#92) - ci(ios): update workflow w/ iOS 15 (#88)
- ci: add action-badge (#87)
- ci: remove travis & appveyor (#86)
- ci: add gh-actions workflows (#84)
- ci: add node-14.x to workflow (#76)
- fix: resolveOrientation function not working correctly (#77)
- chore: adds package-lock file (#67)
- refactor(eslint): use cordova-eslint /w fix (#66)
- chore(npm): use short notation in
package.json
(#64) - chore: removes old demo project. closes #52 (#65)
- chore(asf): update git notification settings
- Update CONTRIBUTING.md