Skip to content
This repository was archived by the owner on May 16, 2024. It is now read-only.

Refactor data transfer

Choose a tag to compare

@fourstacks fourstacks released this 07 Sep 20:25
· 28 commits to master since this release

This release represents a change in the way data is passed to and from the form field vue component. Prior to this release, data was passed in the form of a comma delimited string. Now the data is passed as an object that contains all the options specified when the field was configured along with the true/false status of each option.

This allows for the use of integers as keys which was not previously supported. The three modes of data save are unaffected and this release should not cause any BC issues assuming fields were correctly set up in the first instance