Releases: vaadin-miki/super-fields
0.7.1 - Fixes to UnloadObserver
New features and enhancements
Changes to API
(nothing reported)
Bug fixes
0.7.0 - SuperTextField
New features and enhancements
- #122 - SuperTextField, SuperTextArea and text selection API
- #123 - Add text selection API to existing components
- #135 - SuperTabs should have an option to wrap tabs
- #141 - Server-side date formatting for DatePattern
- #152 - Allow overriding default value in number fields
Changes to API
- #123 - Add text selection API to existing components
- #147 - HasId marker interface
- #171 - DatePattern should be moved to a shared package
Bug fixes
0.6.2 - Vaadin 14.2 compatibility
New features and enhancements
Changes to API
Bug fixes
0.6.1 - Release process improvement
New features and enhancements
Changes to API
(nothing reported)
Bug fixes
0.6.0 - ComponentObserver and UnloadObserver
New components
ComponentObserver
- wrapper for Intersection Obsever API, allowing to capture when components are shown or hidden on screenObservedField
- a boolean field that has valuetrue
when it is shown on screenUnloadObserver
- wrapper forbeforeunload
events, allowing the app to capture when the browser window/tab is closed
Bug fixes and improvements
- date patterns for
SuperDatePicker
andSuperDateTimePicker
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
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
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
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
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
This release includes locale-formatted input components for Integer
, Long
, Double
and BigDecimal
.