All notable changes to this project will be documented in this file
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- FIO-7733: type form component
- FIO-7563 added events to FormEdit Component
- Bump follow-redirects from 1.15.2 to 1.15.5
- Bump @babel/traverse from 7.21.5 to 7.23.2
- FIO-7489 formio js 5/bootstrap 5 updates to react library
- pass down a ref callback to custom component instead of relying on the return value of ReactDOM.render
- FIO-7733: React Updates
- FIO-8943: upgrade dev dependencies to latest rcs; fix type error
- Official Release
- FIO-6493: added react wrapper for reports
- FIO-7139: Replaced defaultProps with JS default values
- FIO-7315: Added missed form options properties to the PropTypes
- Upgrade @babel/[email protected], [email protected], [email protected], [email protected], [email protected]
- FIO-4301/4302: Fixes an issue where for is being set to the old formioInstance after recreating it
- Bump tough-cookie from 4.1.2 to 4.1.3
- Bump semver from 5.7.1 to 5.7.2
- Bump word-wrap from 1.2.3 to 1.2.4
- Upgrade @babel/[email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected]
- Upgrade formiojs peerDependency to [email protected]
- Changed formio.js to [email protected]
- Upgrade [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected]
- FIO-6440: Upgrades dependencies and fixes warnings
- add methode before on submit so it can be generated in typing
- Updated
FormEdit
proptypes to match the props used within the component. AddssaveForm
function andsaveText
string
- FIO-6440: Upgrades dependencies and fixes warnings
- FIO-4570: Fix issue with form redrawing when passing form object as props
- updated props in formBuilder
- fixed propTypes that cause error in console
- Fixed an issue where user state is cleared before the user is logged out
- added access to the form schema in change event in react form builder
- Update to work with latest React and also fixed imports from formiojs for build size.
- Add formio dependency to submission hook
- Remove unnecessary check for form and components
- Official release
- Change the way formio being stored
- FIO-2660: Fixes an issue where FormBuilder reacreats a formiojs instance on each update
- An issue with FormsGrid.
- Changed name to @formio/react.
- Fixes an issue where FormBuilder stucks in an infinite loop
- Upgraded many dependencies.
- added Pagination component export
- Added event when form is ready
- Refactored to work with latest React version.
- Upgrade formio.js to 4.9.0.
- Update dependencies for security updates.
- Check validity return correct value.
- Empty wizard change event.
- Project access not setting correctly in auth state.
- Change event on builder.
- PDF Uploaded event watcher
- Form reset when props change
- onChange and onDelet not being called in builder.
- getForm not calculating url correctly.
- Upgrade formio.js to 4.2 branch.
- Make event management generic so it can pass through all events.
- Upgrade formio.js to 4.x branch to enable templating.
- Refactor of modules and new components.
- FormGrid title links from a to span to remove weirdness with router.
- Allow override of FormEdit
- Auth actions and reducers to make requests more efficient.
- selectIsActive selector.
- console.log statements left in.
- Title from FormEdit
- saveForm action was not saving.
- Errors component
- selectError selector
- Sorting of SubmissionGrid and FormGrid
- Pagination to SubmissionGrid and FormGrid
- Specify query for submissions and forms reducers and remove tag.
- Url to reducers
- isFetching becomes isActive
- FormEdit will autogenerate name and path for new forms.
- Options parameter to actions.
- New reset actions for resetting state
- FormGrid component
- FormEdit component
- Add action callback
- Refactor SubmissionGrid component
- Refactor Grid component
- Option to override the renderer and builder if they have custom components.
- Refactor module code to remove unneeded complexity
- Update Formio verison
- Event emitter cross polinating between forms.
- Proptypes of formprovider
- Integration tests fixed.
- react/react-dom dependencies updated to version 16.
- Formio component renamed to Form.
origin/3.x
- url property for when using form instead of src.
- Change formio.js version to 3.0.0 now that it is released.
- Destroy event on form builder component.
- Form Builder component
- Prop type for i18n.
- Upgrade core renderer from 2.10.1 to 2.20.4
- Rebuild for failed build.
- Allow adjusting submission while form is being created
- Renderer now based on formio.js Core Renderer.
- All helper libraries.
- Fire edit grid open event on componentDidMount instead of componentWillMount.
- HTML output of editgrid header
- Footer for editgrid
- Time component
- EditGrid component
- Fix default formatting of empty custom error validation.
- Disable datagrid buttons when form is read only.
- Don't fire change events for readOnly forms.
- Events that fire when select lists open or close.
- Event that fires on add/remove from datagrid.
- Event that fires on loadMore for selects.
- Reverted revert of change to datagrids delete value.
- Calculated Select values could return something other than an array which caused an error.
- Reverted change to setting values that attempted to fix deleting rows in datagrids issue that had a lot of side effects.
- Fix MinLength calculation for datagrids.
- Fixed error about setState in select component.
- Scenario where updating a form doesn't always set the values.
- Replace full lodash with individual functions.
- Datagrids with select components dependent on external data weren't updating when the data updated.
- Datagrid headers won't render if there are no labels.
- Deleting rows in datagrids didn't clear components properly.
- Fix performance of datagrids with large data.
- Onchange event will fire for input fields after 500ms of no typing instead of only on blur.
- Expose mixins as exports to ease creation of custom components.
Changed
- Text inputs will fire change events on blur now instead of on change. Change events were too slow in redux.
- Fixed tests dealing with input mask change and missing onChange events.
- Removing tests that don't work with current libraries.
- Swapped react-input-mask for react-text-mask for input masks.
- Improved performance of input masks.