Skip to content

Releases: FlowingCode/ChipFieldAddon

v2.6.1

10 Apr 15:46
Compare
Choose a tag to compare

What's Changed

  • fix: update chips label when itemLabelGenerator is updated by @flang in #63

Full Changelog: chipfield-addon-2.6.0...chipfield-addon-2.6.1

v2.6.0

14 Jun 16:36
Compare
Choose a tag to compare

What's Changed

  • feat: allow enter key press selection when no newItemHandler configured by @paodb in #59
  • build: pin npm dependencies

Full Changelog: chipfield-addon-2.5.0...chipfield-addon-2.6.0

v2.5.0

30 May 12:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: chipfield-addon-2.4.2...chipfield-addon-2.5.0

v2.4.2

23 Aug 12:22
Compare
Choose a tag to compare

Bugfixes:

  • fix component style for readonly mode (#40)

v2.4.1

26 Jul 13:33
Compare
Choose a tag to compare

Bugfixes:

  • Skip loading Roboto font (#4)

Other changes:

  • Update vaadin version to 14.6.2

v2.4.0

26 May 16:16
Compare
Choose a tag to compare

Bugfixes:

  • Call setPresentationValue in onAttach method (#33)
  • Track additional items that were not returned by findItemByLabel (#35)
  • Support adding additional items through setValue (#36)
    • If additional items are allowed, non-existing items are always tracked as additional items.
    • If additional items are not allowed, then setPresentationValue sanitizes the input by ignoring such items.
  • Restore presentation value on exception case (#45)
  • Fire created/removed events when the value changes (#48, #49): fix that the events are not fired when the value is modified from server side, and the item is not available from the removed listener when the removal originates from the client.

Other changes:

  • Deprecate duplicated methods

v2.3.0

27 Jan 16:31
Compare
Choose a tag to compare

Features:

  • Retrieve item object from chip events (#26).
  • Add ChipEvent as superclass of removed, created and clicked events.

Bugfixes

  • Keep model and presentation values in sync (#25 #27).
  • Correct the behavior of setValue and removeSelectedItem.

v2.2.0

17 Dec 19:13
Compare
Choose a tag to compare

Add click event listener (#7)

v2.1.0

29 Sep 16:14
Compare
Choose a tag to compare

Added support for extending Chip (#8)

v2.0.1

27 Jul 15:58
Compare
Choose a tag to compare

Compatible with Vaadin 14+ in npm mode

Changelog

  • Remove flow-build-info.json from compiled JAR
  • Replace vaadin dependency with vaadin-core