Skip to content

Commit 4c1056d

Browse files
committed
chore: release 1.2.0
1 parent ce351f7 commit 4c1056d

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11

22

3+
# [1.2.0](https://github.com/gladiuscode/react-native-orientation-director/compare/v1.1.0...v1.2.0) (2024-05-26)
4+
5+
6+
### Bug Fixes
7+
8+
* **android:** interface orientation value changes even with auto rotation off ([#7](https://github.com/gladiuscode/react-native-orientation-director/issues/7)) ([4d15f08](https://github.com/gladiuscode/react-native-orientation-director/commit/4d15f0880af8c75071a8fa0a954e234576d8a5c8))
9+
* **iOS:** missing check if deviceOrientation is actually supported ([#13](https://github.com/gladiuscode/react-native-orientation-director/issues/13)) ([0e9c382](https://github.com/gladiuscode/react-native-orientation-director/commit/0e9c38274365cf298fd70a114115fb10e62efe2c))
10+
* **iOS:** wrong interface orientation value after reset ([#15](https://github.com/gladiuscode/react-native-orientation-director/issues/15)) ([ce351f7](https://github.com/gladiuscode/react-native-orientation-director/commit/ce351f746fa57a59f3af5b4337c84af9f8fd03a5))
11+
12+
13+
### Features
14+
15+
* **android:** expose auto rotation status to js ([#9](https://github.com/gladiuscode/react-native-orientation-director/issues/9)) ([3815b4d](https://github.com/gladiuscode/react-native-orientation-director/commit/3815b4d4103011dfd5a56d381cd0b37acb747c76))
16+
* reset to initial supported interface orientation ([#11](https://github.com/gladiuscode/react-native-orientation-director/issues/11)) ([e5d4e11](https://github.com/gladiuscode/react-native-orientation-director/commit/e5d4e11d2c692e10274d4da7cf84a2dca2184b71))
17+
318
# [1.1.0](https://github.com/gladiuscode/react-native-orientation-director/compare/v1.0.1...v1.1.0) (2024-05-25)
419

520
## [1.0.1](https://github.com/gladiuscode/react-native-orientation-director/compare/v1.0.0...v1.0.1) (2024-05-22)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-orientation-director",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "A Modern React Native library that allows you to access orientation",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)