All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Upgrade formalist-standard-react to add support for lists of many forms.
- Add option to configure the name of the csrf token submitted in a confirm action.
- Fix CSS bug
- Fix
navWidth
calculation
- Upgrade
nodemon
to avoidevent-stream
andflatmap-stream
security issue.
- Expose
initializeFormalist
in place ofrenderFormalist
so that events can be bound to the form instance before it’s rendered to the DOM
- Update formalist-standard-react to version that include named-path support
- Expose
renderFormalist
method for easier modification in wrapping apps
- Update formalist-standard-react version, require react >16.x and draft-js 0.10.5
- Update to use viewloader 2.x
- Make @import compatible with with postcss-import library (all at top)
- Use standalone prop-types package (has been removed from React)
- Update formalist-standard-react version.
- Update dependencies.
- Add
form--busy
classes toparentForm
for formalist forms when they’re busy.
- Fix broken reference to
FontFaceObserver
import.
- Drop draft-js dependency back to ^0.9.1. We’re waiting on compatibilty changes for the entity API in the importer/exporter to be released.
- Releasing as v1.0.0 for better semver compatibility.
- Update dependencies.
- Fix references to
formalist-*
packages - Make it so large tables can overflow properly on larger screens
First release