Skip to content

Commit c547846

Browse files
committed
chore: release 2.6.0
1 parent f5465f5 commit c547846

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## 2.6.0 (2025-06-28)
4+
5+
* fix(android): face up or down detection and improve portrait (#84) ([9bc1d9c](https://github.com/gladiuscode/react-native-orientation-director/commit/9bc1d9c)), closes [#84](https://github.com/gladiuscode/react-native-orientation-director/issues/84)
6+
* fix(android): increase tolerance to tilts and improve landscape checks (#78) ([11df8e6](https://github.com/gladiuscode/react-native-orientation-director/commit/11df8e6)), closes [#78](https://github.com/gladiuscode/react-native-orientation-director/issues/78)
7+
* fix(iOS): expo plugin override keyword on ios (#86) ([f5465f5](https://github.com/gladiuscode/react-native-orientation-director/commit/f5465f5)), closes [#86](https://github.com/gladiuscode/react-native-orientation-director/issues/86)
8+
* feat: setup package to use exports keyword and expose app.plugin.js (#79) ([38d0df1](https://github.com/gladiuscode/react-native-orientation-director/commit/38d0df1)), closes [#79](https://github.com/gladiuscode/react-native-orientation-director/issues/79)
9+
* feat: upgrade example app (#82) ([8e5f89a](https://github.com/gladiuscode/react-native-orientation-director/commit/8e5f89a)), closes [#82](https://github.com/gladiuscode/react-native-orientation-director/issues/82)
10+
* feat(android): introduce new rotation sensor (#80) ([7397a64](https://github.com/gladiuscode/react-native-orientation-director/commit/7397a64)), closes [#80](https://github.com/gladiuscode/react-native-orientation-director/issues/80)
11+
* chore: improve tools setup (#81) ([8c6739e](https://github.com/gladiuscode/react-native-orientation-director/commit/8c6739e)), closes [#81](https://github.com/gladiuscode/react-native-orientation-director/issues/81)
12+
313
## <small>2.5.1 (2025-05-25)</small>
414

515
* fix(iOS): iOS 15 doesn't lock the interface using provided methods (#76) ([5e178f8](https://github.com/gladiuscode/react-native-orientation-director/commit/5e178f8)), closes [#76](https://github.com/gladiuscode/react-native-orientation-director/issues/76)

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": "2.5.1",
3+
"version": "2.6.0",
44
"description": "A Modern React Native library that allows you to access orientation",
55
"main": "./lib/module/index.js",
66
"types": "./lib/typescript/module/src/index.d.ts",

0 commit comments

Comments
 (0)