Socket
Socket
Sign inDemoInstall

zebra_datepicker

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zebra_datepicker - npm Package Versions

1

1.9.11

Diff

Changelog

Source

version 1.9.11 (August 10, 2018)

  • fixed #112 - thanks @AnthonyHache!
  • fixed #122 and now start_date and set_date methods accepts their argument also as a JavaScript Date object; thanks alexanderKikhaev!
  • fixed positioning of AM/PM when using 12-hour time format
  • CSS is now minified even more by using clean-css
  • updated examples page
stefangabos
published 1.9.10 •

stefangabos
published 1.9.9 •

Changelog

Source

version 1.9.9 (July 06, 2018)

  • global defaults can now be set; see #110 and #94
  • setting the readonly_element property to FALSE will now unset the readonly attribute from the element, if present; see #109
  • fixed a bug where on pages with multiple time pickers, selecting a time on one would select the time on all other time pickers that are empty; see #115 and thank you michealharrington!
  • added a new disable_time_picker property for explicitly disabling the time picker even if format includes time-related characters; see #118
  • fixed an issue on Android devices; see #116
  • allow accented chars in weekday name; see #120
  • added version number as a public property - useful to find out the version number even if all you have is the minified source code; see #96
stefangabos
published 1.9.8 •

Changelog

Source

version 1.9.8 (April 08, 2018)

  • fixed some issues because of which the date picker was not working in IE6, 7 & 8
  • fixed an issue where on iOS and Microsoft Edge the next and previous buttons in the header were rendered as emoji characters; see https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/11844964/
  • fixed some issues with the icon's positioning if the target element was explicitly positioned and/or it had margins; the icon's position now depends on the element's padding but can also be set via the newly added icon_marginproperty
  • for touch-enabled devices, when readonly_element is set to FALSE, wait for the virtual keyboard to appear before positioning the date picker; previously the date picker was being closed on this event
  • the date picker is not closing anymore when the screen is dragged (on touch devices)
  • fixed #112
  • fixed #104
  • fixed issue with the onSelect event being triggered multiple times if the time picker was enabled and not returning time when it should
  • improved user experience in examples
  • some documentation updates
stefangabos
published 1.9.7 •

Changelog

Source

version 1.9.7 (December 03, 2017)

  • the date picker now also works as a time picker by setting time-related parts in the format property
  • the date picker can now also be shown when the parent element and/or the associated icon is focused by setting the newly add open_on_focus property to TRUE; see #80
  • fixed a bug where clearing a date would not return focus to the parent element
  • fixed memory leaks, see #81, thanks to @sszabolcs
  • fixed value of "today" being cached; see #83, thanks to @CJDennis
  • fixed possible issues by adding more randomness for each date picker's internally used ID; see #84
  • rewrote the SCSS for all the 3 themes and improved theming by introducing variables
  • all the themes are now using a single sprite image instead of multiple images
  • source code updates and tweaks because of which the plugin is now compatible with jQuery 1.7.0+ (previously it was compatible with jQuery 1.5.2+)
  • improved user experience in examples
  • some documentation updates
stefangabos
published 1.9.6 •

Changelog

Source

version 1.9.6 (June 24, 2017)

  • performance improvements and source code tweaks
  • new folder structure
  • the home of the library is now exclusively on GitHub
  • files required in the build process are not included anymore when installing via npm nor when downloading from GitHub
stefangabos
published 1.9.4 •

Changelog

Source

version 1.9.4 (January 25, 2016)

  • images now have their own folder instead of being mixed with the stylesheets; thanks to Maxime Pasquier
  • icon position can now be also set to the left of the element; thanks to Jennifer for suggesting
  • added possibility to easily apply custom classes to date ranges - see the newly added custom_classes property; thanks to Märt Tibar for suggesting
  • the library is now also available as a npm package
  • fixed a bug that made impossible to install the library via Bower
stefangabos
published 1.9.2 •

Changelog

Source

version 1.9.2 (April 30, 2015)

  • fixed bug with the "views" property which was not working anymore since the previous release; thanks to DJM75 for reporting!
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc