This is a collection of hopefully useful Vaadin 14 and 24 components, grouped into several subprojects:
superfields
are various input components;demo-v24
contains an app for Vaadin 24 that shows all components - see the demo online or run it yourself with mvn package jetty:run
SuperFields are also available in Vaadin Directory. If you find this library useful, consider rating it there or leaving a review. Thanks :)
SuperFields work with Vaadin 24 (and above) and Vaadin 14 LTS (only as long as Vaadin 14 is officially supported).
Starting from version 0.18 SuperFields work with Vaadin 24 and require Java 17.
Versions 0.12 to 0.17 of SuperFields work with Vaadin 23 version. Java 11 or newer is required.
From version 0.16 every release is available in Maven Central. Please note that the groupId
of the project has changed from org.vaadin.miki
to pl.unforgiven
. Class names and package names have not changed.
This is the relevant dependency:
<dependency>
<groupId>pl.unforgiven</groupId>
<artifactId>superfields</artifactId>
<version>{VERSION}</version>
</dependency>
All releases are available:
Versions below 0.12 work only with Vaadin 14 LTS.
SuperFields in general should be compatible with Vaadin 14 LTS and with Java 8. Each release has a corresponding version marked with -vaadin14
suffix in the number, e.g. 0.12.0-vaadin14
. The functionality is identical to the official release. These releases are available in Maven Central.
This repository has a branch java-8
which contains the code for the most recent release compatible with Java 8 and Vaadin 14 LTS. Please note that Java 8 has been released in 2014. Also, versions compatible with Vaadin 14 LTS will be maintained only as long as Vaadin 14 LTS is.
You are more than welcome to contribute. Feel free to make PRs, submit issues, ideas etc.
The author of the majority of the code is me (Miki), but this project would not be possible without these wonderful people - listed in (Finnish) alphabetical order:
If you like SuperFields, you can support it in a variety of ways:
@miki@the.unforgiven.pl
) or on Twitter (@mikiolsz
)All components are provided "as is", with no warranty or liability. See license for details.
This library is not officially supported or endorsed by Vaadin and is not part of the Vaadin Platform.