Skip to content

Commit d8ec97f

Browse files
committed
Update build
1 parent b1c1a73 commit d8ec97f

File tree

3 files changed

+1243
-959
lines changed

3 files changed

+1243
-959
lines changed

Changelog.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and 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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {
@@ -56,8 +56,8 @@
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",

0 commit comments

Comments
 (0)