- ⚠️ GroupId changed from
com.xdev-software
to software.xdev
- Updated dependencies
- Use
Set
instead of Collection
so that empty value detection works correctly #186
- Replaced
Label
with Span
to remove deprecation warnings
- Added deprecation notice
⚠️This release contains breaking changes
- Adds support for Vaadin 24+, drops support for Vaadin 23
If you are still using Vaadin 23, use the 3.x
versions.
- Updated dependencies
- Added a clear-all button
- Implemented more Vaadin-Mixins for better customization
- Fixed the required indicator
- The indicator of the "available items"-ComboBox is now only present when the wrapping ChipComboBox is empty
- The indicator value is now correctly returned by
isRequiredIndicatorVisible
- Updated dependencies
⚠️This release contains breaking changes
- Adds support for Vaadin 23+, drops support for Vaadin 14
If you are still using Vaadin 14, use the 2.x
versions.
- Updated dependencies