Skip to content

Releases: stephanbruijnis/mx-multiSelectEnum

MultiSelectEnum - v1.2.3

28 Feb 12:02
Compare
Choose a tag to compare

Release version 1.2.3

  • Remove limitation on sub-keys in the enumeration not being support (e.g. HelloWorld, and HelloWorldUSA wasn't allowed), this is now correctly handled by the widget.

MultiSelectEnum - v1.2.2

23 Feb 12:26
Compare
Choose a tag to compare

Release version 1.2.2

  • Fix positioning of Alert Validation Feedback message (it is now shown below the checkboxes instead of next to it when the orientation is set to vertical).

MultiSelectEnum - v1.2.1

13 Jul 11:50
Compare
Choose a tag to compare
  • Fix issue where unchecked booleans were also shown as selected (when widget is read only and read only style is set to text)

MultiSelectEnum - v1.2.0

11 Jul 10:55
Compare
Choose a tag to compare

Release version 1.2.0

  • Added ReadOnlyStyle property so the values can be rendered either as Text or as Control
  • Code clean up
  • Change font-weight of the checkbox labels to 600 (previously 700)

MultiSelectEnum - v1.1.1

21 Feb 12:18
Compare
Choose a tag to compare

Release version 1.1.1

Two bug fixes:

  • Enumerations where the key only exists of 1 character were not being set after selecting, this has been fixed to include enumeration keys with a length of 1
  • Loading the widget more than once on the same page would cause issues if there were enumeration keys that would occur more than once (example: selecting the value "A" for MultiSelectEnum-widget1 would also select it for MultiSelectEnum-widget2 if that key occurred there as well). This has been fixed by using the widget identifier + enumeration key to the for attribute and id of the input element.

MultiSelectEnum - v1.1.0

15 Apr 19:47
Compare
Choose a tag to compare

Release version 1.1.0

  • Add feature: checkbox item orientation: horizontal | vertical
  • Change DOM structure
    -- Add div's and classes: checkboxes__item, checkboxes + move label as sibling to input instead of parent
    -- Add class checked to checkbox label in case of selected
    -- Add for property to label

MultiSelectEnum - v1.0.0 (Apache 2.0 license)

06 Jan 11:52
075de3e
Compare
Choose a tag to compare

Release v1.0.0 with Apache 2.0 license