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

Releases: xdev-software/vaadin-chip-combobox

v4.1.1

18 Jan 16:01
Compare
Choose a tag to compare

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

v4.1.0

14 Sep 06:27
Compare
Choose a tag to compare

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

26 May 08:55
Compare
Choose a tag to compare

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

14 Mar 07:34
Compare
Choose a tag to compare

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

30 Jan 13:39
Compare
Choose a tag to compare

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

29 Sep 11:31
Compare
Choose a tag to compare

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

08 Aug 06:16
Compare
Choose a tag to compare

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

04 Apr 10:49
Compare
Choose a tag to compare

Changelog

  • Dependency updates
    • Vaadin 14.7.4
  • Minimized jar #81

Installation

Add the following lines to your pom:

<dependency>
   <groupId>com.xdev-software</groupId>
   <artifactId>vaadin-chip-combobox</artifactId>
   <version>2.2.3</version>
</dependency>

v2.2.2

11 Nov 10:06
Compare
Choose a tag to compare

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>

v2.2.1

20 Sep 07:35
Compare
Choose a tag to compare

Changelog

  • Implemented HasValidation #49
  • Updated dependencies/plugins

Installation

Add the following lines to your pom:

<dependency>
   <groupId>com.xdev-software</groupId>
   <artifactId>vaadin-chip-combobox</artifactId>
   <version>2.2.1</version>
</dependency>