Skip to content

Releases: TobseF/vaadin-speed-dial

🚀 Speed Dial 1.2.1

12 Feb 11:00
Compare
Choose a tag to compare

Vaadin-14 Published on Vaadin Directory Published on Maven Central

🆕 Enabled production mode

Use maven or gradle to add it to your project:
pom.xml

<dependency>
    <groupId>io.github.tobsef</groupId>
    <artifactId>speed-dial</artifactId>
    <version>1.1.2</version>
</dependency>

Speed Dial 1.1.3

12 Feb 15:27
Compare
Choose a tag to compare

Vaadin-14 Published on Vaadin Directory Published on Maven Central

🆕 Enabled production mode
🖼 Add setter for main icon

Use maven or gradle to add it to your project:
pom.xml

<dependency>
    <groupId>io.github.tobsef</groupId>
    <artifactId>speed-dial</artifactId>
    <version>1.1.3</version>
</dependency>

Public release

16 Jan 13:35
Compare
Choose a tag to compare

Removed Vaadin-Pro dependencies, so you can use it without a subscription.

Public release

16 Jan 11:09
Compare
Choose a tag to compare

Published on Vaadin Directory

Available in the Vaadin Directory and on The Central Maven Repository!

Use maven or gradle to add it to your project:
pom.xml

<dependency>
    <groupId>io.github.tobsef</groupId>
    <artifactId>speed-dial</artifactId>
    <version>1.1.0</version>
</dependency>