File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
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
+
5
10
## 7.0.0
6
11
7
12
- Support react-native 0.64.x and above only!!!
8
13
- Remove a ~~ crazy~~ workaround for listening to user taps on the ` <TextInput/> ` component
9
14
- Optimize a bundle size
10
15
- Export ` CodeFieldProps ` and ` RenderCellOptions ` types
11
16
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
+
12
22
## 6.5.1
13
23
14
24
- Revert previous fix (6.5.0) to solve an issue [ #153 ] ( https://github.com/retyui/react-native-confirmation-code-field/issues/153 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-confirmation-code-field" ,
3
- "version" : " 7.0.1 " ,
3
+ "version" : " 7.1.0 " ,
4
4
"main" : " esm/index.js" ,
5
5
"types" : " esm/index.d.ts" ,
6
6
"files" : [
You can’t perform that action at this time.
0 commit comments