Releases: FlowingCode/ChipFieldAddon
Releases · FlowingCode/ChipFieldAddon
v2.6.1
v2.6.0
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
What's Changed
Full Changelog: chipfield-addon-2.4.2...chipfield-addon-2.5.0
v2.4.2
v2.4.1
v2.4.0
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
v2.2.0
v2.1.0
v2.0.1
Compatible with Vaadin 14+ in npm mode
Changelog
- Remove flow-build-info.json from compiled JAR
- Replace vaadin dependency with vaadin-core