File tree Expand file tree Collapse file tree 3 files changed +1243
-959
lines changed Expand file tree Collapse file tree 3 files changed +1243
-959
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
8
+ ## 7.0.0-rc.1
9
+
10
+ ### Changed
11
+
12
+ - FIO-9944: Fixes an issue where some form instances will not be destroyed
13
+ - FIO-9881: upgrated up to React19
14
+ - FIO-9678: fixed an issue where number value is not displayed is submission grid
15
+ - FIO-9671: fix Next pagination button
16
+ - do not recreate form instance if the form json is not changed deeply
17
+ - refactored Form component code to prevent the exhaustive-deps error for useEffect
18
+ - FIO-9589: fixed an issue where form does not work correctly after the react form component rerendering
19
+ - FIO-9584: removed pdf display option from builder
20
+ - FIO-9592: Fix default submit button
21
+ - FIO-9590: Add showing error when trying to save duplicate form names
22
+ - FIO-9413: Fix library license check
23
+
8
24
## 6.0.0
9
25
10
26
### Changed
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @formio/react" ,
3
- "version" : " 6 .0.0-dev.591.cd72e93 " ,
3
+ "version" : " 7 .0.0-rc.1 " ,
4
4
"description" : " React renderer for form.io forms." ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
56
56
"jest-environment-jsdom" : " ^29.7.0" ,
57
57
"jest-transform-css" : " ^6.0.1" ,
58
58
"jsdom" : " ^22.1.0" ,
59
- "prettier" : " 3.2.4" ,
60
59
"monorepo-sync" : " git+https://github.com/johnformio/monorepo-sync.git" ,
60
+ "prettier" : " 3.2.4" ,
61
61
"react" : " ^19.0.0" ,
62
62
"react-dom" : " ^19.0.0" ,
63
63
"ts-jest" : " ^29.1.2" ,
You can’t perform that action at this time.
0 commit comments