Skip to content

Releases: DennisSnijder/bolt-ui-options

V1.3.5

16 Oct 21:20
Compare
Choose a tag to compare

Several bug fixes.

#14 #15

V1.3.4

12 May 11:34
Compare
Choose a tag to compare

This release contains a permission issue fix from @siada
For more info check #13

V1.3.3

08 Feb 19:19
Compare
Choose a tag to compare

This version contains some fixes for Bolt 3.3+ thanks to @GawainLynch
Check out the PR for more information #12

V1.3.2

27 Dec 20:17
Compare
Choose a tag to compare

New radio field type!

  • Added a new radio field type.

V1.3.1

22 Dec 21:41
Compare
Choose a tag to compare

Minor styling issues, UIOptions class

  • Fixed line height issue on date type fields, See #10
  • Aligned the save button
  • Added a new UIOptions class for using options within other extensions (See Readme).

V1.3

22 Dec 15:48
Compare
Choose a tag to compare

Color pickers!

  • Added color field type
  • Added Jquery UI date picker for the date fields

V1.2.1

22 Dec 08:33
Compare
Choose a tag to compare

Fixed a bug where the wrong yml file is opened upon saving.
See #9

V1.2

21 Dec 16:57
Compare
Choose a tag to compare

This release contains alert notifications

  • added flashbag messages
  • refactored option saving

V1.1

21 Dec 13:38
Compare
Choose a tag to compare

This release contains 'theme.yml' support!

  • added 'theme.yml' reading and saving
  • changed the 'options' key to 'ui-options' as the 'options' key might be reserved in some themes.

v1.0

20 Dec 22:44
Compare
Choose a tag to compare

Contains basic functionality.

  • Create multiple option fields
  • Twig function for getting option values
  • Multiple tab support