Skip to content

Commit f29e191

Browse files
committed
7.1.0
1 parent 0584dce commit f29e191

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,23 @@
22

33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## 7.1.0
6+
7+
- Fix `warning: unstable_flushDiscreteUpdates: Cannot flush updates when React is already rendering.` on WEB
8+
[#171](https://github.com/retyui/react-native-confirmation-code-field/issues/171), [#175](https://github.com/retyui/react-native-confirmation-code-field/issues/175)
9+
510
## 7.0.0
611

712
- Support react-native 0.64.x and above only!!!
813
- Remove a ~~crazy~~ workaround for listening to user taps on the `<TextInput/>` component
914
- Optimize a bundle size
1015
- Export `CodeFieldProps` and `RenderCellOptions` types
1116

17+
## 6.7.0
18+
19+
- Fix `warning: unstable_flushDiscreteUpdates: Cannot flush updates when React is already rendering.` on WEB
20+
[#171](https://github.com/retyui/react-native-confirmation-code-field/issues/171), [#175](https://github.com/retyui/react-native-confirmation-code-field/issues/175)
21+
1222
## 6.5.1
1323

1424
- Revert previous fix (6.5.0) to solve an issue [#153](https://github.com/retyui/react-native-confirmation-code-field/issues/153)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-confirmation-code-field",
3-
"version": "7.0.1",
3+
"version": "7.1.0",
44
"main": "esm/index.js",
55
"types": "esm/index.d.ts",
66
"files": [

0 commit comments

Comments
 (0)