File tree Expand file tree Collapse file tree 3 files changed +1245
-961
lines changed Expand file tree Collapse file tree 3 files changed +1245
-961
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
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
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+
824## 6.0.0
925
1026### Changed
Original file line number Diff line number Diff line change 11{
22 "name" : " @formio/react" ,
3- "version" : " 6 .0.0-dev.591.cd72e93 " ,
3+ "version" : " 7 .0.0-rc.1 " ,
44 "description" : " React renderer for form.io forms." ,
55 "main" : " lib/index.js" ,
66 "scripts" : {
5656 "jest-environment-jsdom" : " ^29.7.0" ,
5757 "jest-transform-css" : " ^6.0.1" ,
5858 "jsdom" : " ^22.1.0" ,
59- "prettier" : " 3.2.4" ,
6059 "monorepo-sync" : " git+https://github.com/johnformio/monorepo-sync.git" ,
60+ "prettier" : " 3.2.4" ,
6161 "react" : " ^19.0.0" ,
6262 "react-dom" : " ^19.0.0" ,
6363 "ts-jest" : " ^29.1.2" ,
7070 " lib"
7171 ],
7272 "peerDependencies" : {
73- "@formio/core" : " 2.4.0" ,
74- "@formio/js" : " 5.1.1" ,
73+ "@formio/core" : " ^ 2.4.0" ,
74+ "@formio/js" : " ^ 5.1.1" ,
7575 "react" : " ^15.3.0 || ^16.0.0 || ^17.0.0 || ^18.1.0 || ^19.0.0" ,
7676 "react-dom" : " ^15.3.0 || ^16.0.0 || ^17.0.0 || ^18.1.0 || ^19.0.0"
7777 }
You can’t perform that action at this time.
0 commit comments