Releases: FlowingCode/ChipFieldAddon
Releases · FlowingCode/ChipFieldAddon
v2.7.0
This version is compatible with Vaadin 14-25
What's Changed
- chore: delete banner.txt by @javier-godoy in #72
- build: upgrade lombok to 1.18.34 by @javier-godoy in #73
- build: upgrade javadoc plugin to 3.11.1 by @javier-godoy in #75
- fix javadoc warnings by @paodb in #77
- feat: add json-migration-helper for compatibility with Vaadin 25 by @javier-godoy in #83
- refactor: use lombok extension mechanism by @javier-godoy in #84
- test: upgrade testbench-rpc to 1.4.0-SNAPSHOT by @javier-godoy in #85
Full Changelog: chipfield-addon-2.6.1...chipfield-addon-2.7.0
v2.6.1
What's Changed
Full Changelog: chipfield-addon-2.6.0...chipfield-addon-2.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