Skip to content

Releases: motss/app-datepicker

Changelog (v2.1.0)

17 Jan 14:42
Compare
Choose a tag to compare

Three new features have been added to the element:

  • minDate (dates that are smaller than the predefined minDate will be disabled)
  • maxDate (dates that are larger than the predefined maxDate 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

09 Nov 10:53
Compare
Choose a tag to compare

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!

26 Sep 16:20
Compare
Choose a tag to compare

Two updates being pushed to fix open-close dialog:

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.