Releases: fluid-project/fluid-binder
Updated for compatibility with Infusion 4.x
This is the first release tested against Infusion 4.x.
Notably, the handling of checkboxes has changed. You not longer need to use transforms to work with checkboxes. If you made use of the transforms previously provided by this package to help with checkboxes, you should be able to update by removing the rules
portion of your binding definition.
January 2021 dependency updates.
Notably, replaces the linting infrastructure.
Migrated to new name and updated dependencies.
v1.1.1 Tagging the 1.1.1 release
Removed merge policy from base grade.
Bindings are be merged like any other Infusion component option. See GPII-4259 for details.
October 2019 security updates.
This release updates key dependencies, there are no code changes.
Fixed "double relay" bug and added nyc as a dependency.
This release fixes two problems. First, a form change will now only result in a single model change, regardless of whether material is deleted or replaced. Second, nyc has been added as a dependency, previously the tests would fail if you didn't have nyc installed globally.
v1.0.4
Updated to "root safe" infusion following regression...
Fixes (new) problems when running from the root of a drive in Windows.
Updated to use "root safe dedupe" version of infusion...
This version resolves problems when running from the root directory of a filesystem.
Updated to add test coverage and test in Windows...
There are no code changes in this release, but it's the first release tested against IE 11.