Skip to content

Releases: FlowingCode/ChipFieldAddon

v2.7.1

Choose a tag to compare

What's Changed

  • build: upgrade json-migration-helper to 0.9.2

Full Changelog: chipfield-addon-2.7.0...chipfield-addon-2.7.1

v2.7.0

Choose a tag to compare

This version is compatible with Vaadin 14-25

What's Changed

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

v2.6.1

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

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

Choose a tag to compare

What's Changed

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

v2.4.2

Choose a tag to compare

Bugfixes:

  • fix component style for readonly mode (#40)

v2.4.1

Choose a tag to compare

Bugfixes:

  • Skip loading Roboto font (#4)

Other changes:

  • Update vaadin version to 14.6.2

v2.4.0

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

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

Choose a tag to compare

Add click event listener (#7)