Skip to content

Commit

Permalink
Merge pull request #61 from vaadin-miki/60-release-05
Browse files Browse the repository at this point in the history
#60 version bumped
  • Loading branch information
vaadin-miki authored Apr 24, 2020
2 parents f04223f + d959c72 commit 1718a03
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
6 changes: 3 additions & 3 deletions demo-v14/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<artifactId>superfields-parent</artifactId>
<groupId>org.vaadin.miki</groupId>
<version>0.4.1-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<artifactId>superfields-demo-v14</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.5.0</version>
<name>V14 demo app for SuperFields</name>
<description>Showcase application for V14 and SuperFields.</description>
<packaging>war</packaging>
Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>org.vaadin.miki</groupId>
<artifactId>superfields</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.5.0</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.vaadin.miki</groupId>
<artifactId>superfields-parent</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.5.0</version>
<modules>
<module>superfields</module>
<module>demo-v14</module>
Expand Down
2 changes: 2 additions & 0 deletions superfields/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ An input field for entering localised `Integer` and `Long` numbers. Supports tho

Fully localised `DatePicker` and `DateTimePicker` that fetch month names and weekday names from Java `Locale`. Those settings can be overwritten by resource bundle named `superdatepickeri18n`.

In addition to the above, both components allow setting custom date display pattern. This pattern is overwritten by setting locale or i18n object, so keep that in mind.

Both components behave funky when changing locale at runtime if their calendars were already shown. That is mostly due to some weird caching on the client side and is also a Vaadin bug.

## Select fields
Expand Down
4 changes: 2 additions & 2 deletions superfields/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<parent>
<artifactId>superfields-parent</artifactId>
<groupId>org.vaadin.miki</groupId>
<version>0.4.1-SNAPSHOT</version>
<version>0.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>superfields</artifactId>
<name>SuperFields</name>
<description>Code for various V14+ fields and other components.</description>
<version>0.4.1-SNAPSHOT</version>
<version>0.5.0</version>

<properties>
<maven.jar.plugin.version>3.1.2</maven.jar.plugin.version>
Expand Down

0 comments on commit 1718a03

Please sign in to comment.