Skip to content

Releases: graham73may/bolt-conditional-fields

Add support for file field type

04 Aug 07:09
436df96
Compare
Choose a tag to compare

Add support for video field type

19 Dec 19:53
ad27954
Compare
Choose a tag to compare

Added support for video field type

(Thanks @blaues0cke)

Bugfix - linebreaks in postfix/prefix config

30 Jun 15:13
Compare
Choose a tag to compare

Fixed a bug where \n's were being parsed by JSON.parse and creating invalid json.

Bugfix - Issue with empty today if called "Taxonomy"

19 Jan 13:42
66dedbc
Compare
Choose a tag to compare

Bugfix - Repeaters hiding correctly even with content

27 Oct 14:50
Compare
Choose a tag to compare

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.

10 Feb 07:48
Compare
Choose a tag to compare

Bugfix - Checkbox field condition checking was not firing on load

09 Feb 18:12
Compare
Choose a tag to compare

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

03 Feb 13:10
Compare
Choose a tag to compare

Bugfix with new templatefields feature

Template fields support added, Checkbox support added.

03 Feb 08:02
Compare
Choose a tag to compare
  • Template fields support added
  • Checkbox support added

Bugfix - Repeater regex fix.

30 Nov 10:59
Compare
Choose a tag to compare

Fixed an indexOf on object issue, on load the conditional fields check only runs once now instead of the unintended multiple times.