Skip to content

Commit 873af5c

Browse files
committed
v8.0.0
1 parent bc7beee commit 873af5c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

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

5+
## 8.0.0
6+
7+
- support React Compiler (perf. optimisation)
8+
- add `.web` extension for platform specific code (reduce a bundle size)
9+
- No anonymous functions (better debugging)
10+
- update an example app [examples/DemoCodeField](examples/DemoCodeField)
11+
12+
513
## 7.6.0
614

715
- Fix a "clearInterval called with an invalid handle" error, see: [#245](https://github.com/retyui/react-native-confirmation-code-field/issues/245), thanks @fcaldarelli

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-confirmation-code-field",
3-
"version": "7.6.1",
3+
"version": "8.0.0",
44
"main": "esm/index.js",
55
"types": "esm/index.d.ts",
66
"files": [

0 commit comments

Comments
 (0)