Skip to content

Conversation

leodube-aot
Copy link

@leodube-aot leodube-aot commented Sep 23, 2025

Link to Jira Ticket

https://formio.atlassian.net/browse/FWF-4762

Description

What changed?

Breaking Changes / Backwards Compatibility

Form component:

<Form
	// form={form} becomes:
	src={form}
	
	// formReady={(e) => { formRef.current = e; }} becomes:
	onFormReady={(e) => { formRef.current = e; }}
	
	// hideComponents={hideComponents} is no longer valid. Pass through options.hide param instead.
	// showHiddenFields={false} is no longer valid. Pass through options.showHiddenFields param instead.
	// For more about form options, see: https://help.form.io/developers/form-development/form-renderer#form-renderer-options
/>

FormBuilder component:

<FormBuilder
	// form={form} becomes
	initialForm={form}
/>

Dependencies

How has this PR been tested?

Checklist:

  • I have completed the above PR template
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation (if applicable)
  • My changes generate no new warnings
  • My changes include tests that prove my fix is effective (or that my feature works as intended)
  • New and existing unit/integration tests pass locally with my changes
  • Any dependent changes have corresponding PRs that are listed above

JaguarsCodehub and others added 30 commits November 20, 2022 23:46
This CONTRIBUTING.md file will help our fellow contributors to show by which mens they can contribute to this project
* Rewrites of the major components (Form, FormBuilder, FormGrid,
  SubmissionGrid, etc.) to idiomatic React and Typescript
* Tooling updates (eslint, typescript, no more babel, etc.)
* Many more...
Bumps [webpack](https://github.com/webpack/webpack) from 5.91.0 to 5.94.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.91.0...v5.94.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [ws](https://github.com/websockets/ws) from 8.17.0 to 8.18.0.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.17.0...8.18.0)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
…ces-3.0.3

Bump braces from 3.0.2 to 3.0.3
TanyaGashtold and others added 29 commits February 12, 2025 16:55
…-display-in-submission-grid

FIO-9678: fixed an issue where number value is not displayed is submission grid
updated sync script to use yarn to install dependencies
FIO-9944: Fixes an issue where some form instances will not be destroyed
@leodube-aot leodube-aot changed the title 6.1.0 FWF-4762 Upgrade to Version 6.1.0 Sep 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants