Releases: graham73may/bolt-conditional-fields
Releases · graham73may/bolt-conditional-fields
Add support for file field type
Add support for video field type
Added support for video field type
(Thanks @blaues0cke)
Bugfix - linebreaks in postfix/prefix config
Fixed a bug where \n
's were being parsed by JSON.parse and creating invalid json.
Bugfix - Issue with empty today if called "Taxonomy"
Bugfix - Repeaters hiding correctly even with content
Only the first repeater was being hidden, this release now hides all repeater elements.
Bugfix Bugfix - Checkboxes should now be working on load of new and existing.
Bugfixing a bugfix fix. 😪
Bugfix - Checkbox field condition checking was not firing on load
Checkboxes were not showing/hiding fields that were dependant on them because the id attribute is different to other field types. Changed to use the name attribute for checkbox fields.
Bugfix - Check templatefields exists
Bugfix with new templatefields feature
Template fields support added, Checkbox support added.
- Template fields support added
- Checkbox support added
Bugfix - Repeater regex fix.
Fixed an indexOf on object issue, on load the conditional fields check only runs once now instead of the unintended multiple times.