Skip to content

Releases: vaadin-miki/super-fields

0.7.1 - Fixes to UnloadObserver

01 Jul 21:57
7c7d9eb
Compare
Choose a tag to compare

0.7.0 - SuperTextField

0.6.2 - Vaadin 14.2 compatibility

29 May 05:39
511d16e
Compare
Choose a tag to compare

0.6.1 - Release process improvement

25 May 19:39
780e677
Compare
Choose a tag to compare

0.6.0 - ComponentObserver and UnloadObserver

04 May 12:34
3be3c49
Compare
Choose a tag to compare

New components

  • ComponentObserver - wrapper for Intersection Obsever API, allowing to capture when components are shown or hidden on screen
  • ObservedField - a boolean field that has value true when it is shown on screen
  • UnloadObserver - wrapper for beforeunload events, allowing the app to capture when the browser window/tab is closed

Bug fixes and improvements

  • date patterns for SuperDatePicker and SuperDateTimePicker are now independent of locale and work out of the box (with the exception of #87)
  • all components have even more of nice, fluid API
  • client-side code has been rewritten in some cases

0.5.0 - LazyLoad

24 Apr 10:36
1718a03
Compare
Choose a tag to compare

This release includes LazyLoad component to delay loading other components until they are shown on screen.

Date fields now support custom display pattern that is (somewhat) independent of locale.

0.4.0 - ItemGrid

18 Apr 18:31
9dddb3b
Compare
Choose a tag to compare

This release includes ItemGrid, a customisable grid-like component that allows single selection. Each grid cell contains a single item from a collection of items.

0.3.0 - SuperTabs

13 Apr 17:40
81c825f
Compare
Choose a tag to compare

This release contains SuperTabs, a replacement for Tabs that acts more like TabSheet from Vaadin 8 era and at the same time is a value selection component.

0.2.0 - Super Fields for date components

09 Apr 22:04
9255f9e
Compare
Choose a tag to compare

This release includes locale-formatted DatePicker and DateTimePicker. Run-time switching of locale is buggy, but construction-time locale setting works perfectly.

0.1.0 - Super Fields for Numbers

09 Apr 11:41
434d9c6
Compare
Choose a tag to compare

This release includes locale-formatted input components for Integer, Long, Double and BigDecimal.