Skip to content

Commit 32b1570

Browse files
committed
chore(release): 1.1.0 [skip ci]
## [1.1.0](v1.0.3...v1.1.0) (2025-11-15) ### ✨ Features * **ios:** support custom selection menus ([#92](#92)) ([f88aee7](f88aee7)) ### 🐛 Bug Fixes * **ios:** dismiss selection when tapping outside textview ([#70](#70)) ([f6eddb2](f6eddb2)) ### 📚 Documentation * add CONTRIBUTING.md and issue templates for better community engagement ([#48](#48)) ([a213abe](a213abe)) ### 🛠️ Other changes * code linting formating ([#101](#101)) ([e49a5d3](e49a5d3)) * prepare android support ([#102](#102)) ([7a2c2bd](7a2c2bd))
1 parent 48d6a5d commit 32b1570

2 files changed

Lines changed: 21 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## [1.1.0](https://github.com/patrickkabwe/react-native-nitro-text/compare/v1.0.3...v1.1.0) (2025-11-15)
2+
3+
### ✨ Features
4+
5+
* **ios:** support custom selection menus ([#92](https://github.com/patrickkabwe/react-native-nitro-text/issues/92)) ([f88aee7](https://github.com/patrickkabwe/react-native-nitro-text/commit/f88aee7204001117cbe664cf1697b278ef383172))
6+
7+
### 🐛 Bug Fixes
8+
9+
* **ios:** dismiss selection when tapping outside textview ([#70](https://github.com/patrickkabwe/react-native-nitro-text/issues/70)) ([f6eddb2](https://github.com/patrickkabwe/react-native-nitro-text/commit/f6eddb27a407c61f993d329adffdcecec092acd3))
10+
11+
### 📚 Documentation
12+
13+
* add CONTRIBUTING.md and issue templates for better community engagement ([#48](https://github.com/patrickkabwe/react-native-nitro-text/issues/48)) ([a213abe](https://github.com/patrickkabwe/react-native-nitro-text/commit/a213abe3ada2213f116475d4b72b4d4a0acbc797))
14+
15+
### 🛠️ Other changes
16+
17+
* code linting formating ([#101](https://github.com/patrickkabwe/react-native-nitro-text/issues/101)) ([e49a5d3](https://github.com/patrickkabwe/react-native-nitro-text/commit/e49a5d39d514459a20072d4d54cfb5d66d52267c))
18+
* prepare android support ([#102](https://github.com/patrickkabwe/react-native-nitro-text/issues/102)) ([7a2c2bd](https://github.com/patrickkabwe/react-native-nitro-text/commit/7a2c2bde0084bc7c93f60e0007655213f6289252))
19+
120
## [1.0.3](https://github.com/patrickkabwe/react-native-nitro-text/compare/v1.0.2...v1.0.3) (2025-09-22)
221

322
### 🛠️ Other changes

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-nitro-text",
3-
"version": "1.0.3",
3+
"version": "1.1.0",
44
"description": "A Text component that is much richer and performant for both iOS and Android.",
55
"main": "./lib/commonjs/index.js",
66
"module": "./lib/module/index.js",
@@ -111,4 +111,4 @@
111111
]
112112
]
113113
}
114-
}
114+
}

0 commit comments

Comments
 (0)