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

Releases: fourstacks/nova-checkboxes

Fix bug when clicking labels

17 Dec 14:44
73de263
Compare
Choose a tag to compare

Fix spacing

15 Nov 08:03
f8aeccd
Compare
Choose a tag to compare

Fixes spacing between checkboxes. Thanks to @pbrisson for the PR

Use Arr::isAssoc

08 Mar 07:47
56f7d67
Compare
Choose a tag to compare

Add tests to the package, add object, zero-index support

28 Feb 21:28
aee626a
Compare
Choose a tag to compare

Big props to @BrandonSurowiec for all the hard work on this one - great to have some tests in place!

Add support for changing option keys

12 Feb 14:14
Compare
Choose a tag to compare
v0.1.3

tidy up resolveAttribute function

Add support to fields containing '->'

13 Nov 14:49
a15cdb0
Compare
Choose a tag to compare

Add support for displaying checkboxes in multiple columns

13 Nov 14:35
d28029b
Compare
Choose a tag to compare

Refactor data transfer

07 Sep 20:25
Compare
Choose a tag to compare

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

Add documentation

26 Aug 21:41
Compare
Choose a tag to compare

Adds a README and license. Changelog TBC...

Initial Release

26 Aug 21:27
Compare
Choose a tag to compare

Initial release of Nova Checkboxes