Skip to content

Releases: JhonaCodes/multiselect_field

v1.6.3-release

07 Jan 05:03
250ad30
Compare
Choose a tag to compare

1.6.2

  • UI enhancements, including padding and layout adjustments.

1.6.1

  • New feature itemColor, Customize the colors for selected, hovered, and unselected items.

1.6.0

  • New feature selectAllOption, You will have a default option to select all the items on your list.
  • Solve transparent color on x delete widget.

1.5.5

  • Some format tweaks.
  • Update to withValues on colors.

1.5.4

  • Use withValues on style.

1.5.3

  • Upgrade dev lib.
  • upgrade sdk version.

1.5.2

  • Attribute label text.

1.5.1

  • Format.

v1.5.0-Release.

23 Oct 21:24
Compare
Choose a tag to compare

1.5.0

  • New functionality added, now you can clear the entire current selection using cleanCurrentSelection.

1.4.2

  • Remove unnecessary validation on didUpdateWidget, in favour isFromDefaultData

1.4.1

  • isFromDefaultData, Helps to know if onSelect data comes from defaultData.

1.4.0

Breaking changes:

  • DefaultValue is no longer a function; it should now be used as defaultData: [].
  • If you update the data in defaultData, it triggers the execution of onSelect(element).
  • Small change on logic for didUpdateWidget.
  • Improve logic for default value.
  • Improve validation for selected element and title of elements.
  • More improvements.

v1.3.0-release

17 Sep 21:48
Compare
Choose a tag to compare

v1.3.0

  • Removed Pick in favor of Choice: The Pick implementation has been replaced by Choice for better clarity and consistency.
  • Support for nullable key: The key value can now be null, allowing for automatic determination of the group title.

Previous Changelog:

v1.2.1

  • Removed default color on list background and surface.
  • Implemented dispose for time render (Help for your testing).

v1.2.0

  • New feature: isMandatory.
  • Edited title style and list item style.

v1.1.1

  • Validated value on didUpdateWidget to avoid continuous unnecessary calls.

v1.1.0

You can now:

  • Set fixed menu width.
  • Set fixed menu height.
  • Set max menu width.
  • Set max menu height.
  • Set menu styles.
  • Set menu options widget.
  • Set menu options margins.
  • Set the left icon of the main search widget.
  • Set the right icon of the main search widget.
  • Added some logging to clarify the current lifecycle status.
  • Improved some logic and more.

v1.0.2

  • Avoid calling dispose when using ListView.

v1.0.1

  • Updated information.

v1.0.0

  • Initial version.