Releases: motss/app-datepicker
Releases · motss/app-datepicker
Changelog (v2.1.0)
Three new features have been added to the element:
minDate
(dates that are smaller than the predefinedminDate
will be disabled)maxDate
(dates that are larger than the predefinedmaxDate
will be disabled)showLongDate
(to show long date instead of short date. Eg.Fri, May 12 2017
)
Optimization:
- 70% lesser elements to render a datepicker, thus lesser CSS codes to style elements.
- Code restructuring.
Revamped datepicker v2.0.1
Material Design: Pickers
Full details of the revamped datepicker (v2.0.1):
- Added full animations to pages and calendar based on the online guideline.
- New layout on the selection view and the calendar.
- Replaced year selection with a scrolling list.
- New page switching between year list and the calendar.
- New responsive design of the datepicker to support all kinds of devices with different screen sizes (mobile and desktop).
- Better boilerplate code generator.
- Performance improvement and code optimization.
Now `with-backdrop` and `modal` can be added or removed on dialogs!
Two updates being pushed to fix open-close dialog:
paper-dialog-behavior
1.0.4 -> 1.0.5iron-overlay-behavior
1.0.7 -> 1.0.8
And those enables the dialog to apply with-backdrop
or modal
or without them meantime not suffering from dialog closes itself after any clicking/ tapping.