All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- This adds support for ManyForms fields, the primary PR for which is here: team-formalist/formalist-rb#93 It adds support for adding, re-ordering and removing the children of many forms fields.
- Upgrade
nodemon
to avoidevent-stream
andflatmap-stream
security issue
- Use americanized spelling for initialize references
- Add named paths and API for modifying field data. This changes the way actions are expected to be called by consuming forms.
- Fix bug where buses were singletons (and thus shared between all instances).
- Remove broken TEST define for now.
- Added internal and external event bus structure.
- Removed direct access to redux store, now exposed through the event bus and the
getState
method.
- No changes. Releasing as v1.0.0 for better semver compatibility.
- First release