This repository has been archived by the owner on Aug 12, 2024. It is now read-only.
Releases: xdev-software/vaadin-chip-combobox
Releases · xdev-software/vaadin-chip-combobox
v4.1.1
Changelog
See Changelog#v4.1.1 for more information.
Installation
Add the following lines to your pom:
<dependency>
<groupId>software.xdev</groupId>
<artifactId>vaadin-chip-combobox</artifactId>
<version>4.1.1</version>
</dependency>
Additional notes
- [Spring-Boot] You may have to include
software/xdev
insidevaadin.whitelisted-packages
v4.1.0
Changelog
See Changelog#v4.1.0 for more information.
Installation
Add the following lines to your pom:
<dependency>
<groupId>com.xdev-software</groupId>
<artifactId>vaadin-chip-combobox</artifactId>
<version>4.1.0</version>
</dependency>
v4.0.0
Changelog
See Changelog#v4.0.0 for more information.
Installation
Add the following lines to your pom:
<dependency>
<groupId>com.xdev-software</groupId>
<artifactId>vaadin-chip-combobox</artifactId>
<version>4.0.0</version>
</dependency>
v3.1.1
Changelog
See Changelog#v3.1.1 for more information.
Installation
Add the following lines to your pom:
<dependency>
<groupId>com.xdev-software</groupId>
<artifactId>vaadin-chip-combobox</artifactId>
<version>3.1.1</version>
</dependency>
v3.1.0
Changelog
See Changelog#v3.1.0 for more information.
Installation
Add the following lines to your pom:
<dependency>
<groupId>com.xdev-software</groupId>
<artifactId>vaadin-chip-combobox</artifactId>
<version>3.1.0</version>
</dependency>
v3.0.1
Changelog
See Changelog#v3.0.1 for more information.
Installation
Add the following lines to your pom:
<dependency>
<groupId>com.xdev-software</groupId>
<artifactId>vaadin-chip-combobox</artifactId>
<version>3.0.1</version>
</dependency>
v3.0.0
Changelog
See Changelog#v3.0.0 for more information.
Installation
Add the following lines to your pom:
<dependency>
<groupId>com.xdev-software</groupId>
<artifactId>vaadin-chip-combobox</artifactId>
<version>3.0.0</version>
</dependency>
v2.2.3
v2.2.2
Changelog
- Removed some null-checks
- Improves compatibility with RapidClipse
- Removed some deprecated code
- Improved demo
- Dependency updates
- Vaadin 14.7.4
Installation
Add the following lines to your pom:
<dependency>
<groupId>com.xdev-software</groupId>
<artifactId>vaadin-chip-combobox</artifactId>
<version>2.2.2</version>
</dependency>