vaadin-miki / super-fields

Some extra Vaadin 14 / 24 components that support localisation, plus (hopefully) more.
Apache License 2.0
22 stars 7 forks source link
java open-source ui-components vaadin vaadin14 vaadin23 vaadin24

Welcome to SuperFields!

Overview

This is a collection of hopefully useful Vaadin 14 and 24 components, grouped into several subprojects:

Installation

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).

Vaadin 23/24 and Java 11/17

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.

Maven setup

This is the relevant dependency:

<dependency>
   <groupId>pl.unforgiven</groupId>
   <artifactId>superfields</artifactId>
   <version>{VERSION}</version>
</dependency>

All releases are available:

Vaadin 14 LTS and Java 8

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.

Contribution guidelines

You are more than welcome to contribute. Feel free to make PRs, submit issues, ideas etc.

Contributors

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:

Support

If you like SuperFields, you can support it in a variety of ways:

Small print

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.