Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

Latest commit

 

History

History
39 lines (31 loc) · 1.18 KB

CHANGELOG.md

File metadata and controls

39 lines (31 loc) · 1.18 KB

4.1.1

  • ⚠️ GroupId changed from com.xdev-software to software.xdev
  • Updated dependencies

4.1.0

  • Use Set instead of Collection so that empty value detection works correctly #186
  • Replaced Label with Span to remove deprecation warnings
  • Added deprecation notice

4.0.0

⚠️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.
    • Requires Java 17+
  • Updated dependencies

3.1.1

  • Updated dependencies

3.1.0

  • 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

3.0.1

  • Updated dependencies
    • Vaadin 23.2

3.0.0

⚠️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.
    • Requires Java 11+
  • Updated dependencies