- Fixed drag-and-drop in strict mode. (See issue #542.)
- Updated dependencies in package.json and package-lock.json
- Updated dependencies in example/package.json and examaple/package-lock.json
- Added support for customizing Add popover radio options. (See issue #274.)
- Ported all to TypeScript. (See issue #456.)
- Updated dependencies in package.json and package-lock.json
- Updated dependencies in example/package.json and exmaple/package-lock.json
- Use Rollup.js as bundler rather than Microbundle.
- Port Example App to Next.js.
- Fixed failing readthedocs documentation generation.
- Fixed inability to open certain elements without opening all of them one by one. (See issue #285.)
- Updated dependencies in package.json and package-lock.json
- Updated dependencies in example/package.json and exmaple/package-lock.json
- Fixed incorrect module field in package.json. (See issue #405.)
- Fixed broken example app. (See issue #388.)
- Updated dependencies in package.json and package-lock.json
- Updated dependencies in example/package.json and exmaple/package-lock.json
- Added support for React 18 (See issue #346.)
- Updated dependencies in package.json and package-lock.json
- Fixed misconfigured eslint
- Fix continued issues when dependencies are out of order (See issue #337.)
- Updated dependencies in package.json and package-lock.json
- Updated dependencies in example/package-lock.json
- Ensure that Add component honors
mods.tooltipDescriptions.add
. (See issue #344.) - Fix undefined property error when dependencies are out of order (See issue #337.)
- Updated dependencies in package.json and package-lock.json
- Updated dependencies in example/package.json and example/package-lock.json
- Added support for
@fortawesome/free-solid-svg-icons
6.1.1 in addition to 5.15.3
- Updated dependencies in package.json and package-lock.json
- Updated dependencies in example/package.json and example/package-lock.json
- Added support for Bootstrap 5/reactstrap 9.x.x
- Exception in Pre-Configured Components when definitions is not defined. (See pr #241.)
- Updated dependencies in package.json and package-lock.json
- Updated dependencies in example/package-lock.json
- Replaced node v15 with node v16 as latest node version in CI
- Ensure that uiSchema updates correctly when changing type. (See issue #220.)
- In example app, prevent invalid JSON in "Edit Schema" tag from crashing page. (See issue #209.)
- In example app, display actual JSON when submitting Preview Form. (See issue #140.)
- Fix: form builder is appending properties to ui schema with no uiSchema change. (See pr #217.)
- Show pre-configured component display name rather than $ref in ref choice dropdown. (See issue #208.)
- Updated dependencies in package.json and package-lock.json
- Updated dependencies in example/package-lock.json
- Unable to mark inner fields of a referenced section as required. (See issue #196.)
- Unable to enter a Column Size for a section. (See issue #191.)
- Allow a user to edit 'Section Display Name' and 'Section Description' of a pre-configured section component on the form builder. (See pr #185.)
- Updated dependencies in package.json and package-lock.json
- Updated dependencies in example/package-lock.json
- Configuring a dependency overrides the element's title, used for the label, to the definition's title. (See issue #162.)
- Added ability to change
ui:column
. - Added ability to change input's placeholder.
- Deactivate form inputs in arrays when specified in
deactivatedFormInputs
.
- Updated dependencies in package-lock.json
- Updated dependencies in example/package.json and example/package-lock.json
- Object and Section Name are no longer restricted.
- Support ui:options in UI Schema. (See pr #107.)
- Support adding more than 10 elements using default naming. (See issue #115.)
- A number of issues in Flow that manifested with flow-bin upgrade.
- Fixed missing matchIf entries for the various format options in Short Answer. (See issue #119.)
- Removed broken format dropdown from Long Answer input type.
- Prevent duplicate object names. (See issue #113.)
- Updated dependencies in package-lock.json
- Input type dropdown is sorted
- Time, Date, and Date-Time are now input types included by default. Time and Date-time are no longer format options for Short Answer.
- CardModal state was not being reverted when the cancel button was pressed. (See issue #98.)
- Object name of array item was editable when it should not have been. (See issue #31.)
- Could not select Reference as input type for array item. (See pr #97.)
- Updated dependencies
- Ablity to deactivate shortAnswer form input type without the form builder crashing when it cannot recognize a form input type in a schema.
- Added the ability to set a default UI schema for new elements (
newElementDefaultUiSchema
mod).
- Ability to deactivate form inputs while still being able to set a "string" type custom form input as default.
- Updated package-lock.json dependencies.
- Added recognition of "schema" and "meta" keywords in the JSON schema.
- Added ability to deactivate form inputs.
- Added ability to specify different default form input options.
- Updated dependencies
- In certain instances, definitions of type "object" would cause an error. (See pr #78.)
- Allow users to add titles and descriptions for references
- Removed test matrix from CI
- Updated dependencies
- Fixed publication of empty package
- Allow users to override default labels using mods (See issue #62.)
- Added Dependabot integration.
- Migrated from Travis-CI to GitHub Actions for CI.
- Updated dependencies
- Made
bootstrap
an explicit peer dependency. Used React Font Awesome components to make Font Awesome dependency explicit. (See issue #30.) - Minor changes to Backgrond section of documentation.
- Fixed defective '+' button in Dependencies for Sections.
- Added ability to modify label for Form Title and Form Description inputs as well as tooltips for Section Object Name, Section Display Name, and Section Description. Added ability to hide Form Builder head (Form Title and Form Description inputs). (issue #22)
- Updated
react-scripts
and other devDependencies.
- Fixed issue #23.
- Fixed issue #19.
- Fixed incorrect serialization of data in usage of
react-json-editor-ajrm
component in example app.
- Fixed issue #9;
mods
now propagated to Section components, so Array types can use Custom Form Inputs. - Fixed missing Bootstrap 4 theme in example app.
prettier
check is now part of the CI pipeline.- Minor updates to documentation.
- Added Flow type definitions to repository.
- Minor updates to documentation
- Parallelized test jobs covering multiple Node versions in Travis-CI pipeline.
- fix travis.yml to skip cleanup
- remove npmignore
- revert to
package.json
files
- fix
after_script
in.travis-yml
to build before publish
- switch to
.npmignore
- changed package 'files' field
- form builder source code
- form builder example app
- tests
- travis-ci integration
- documentation