Socket
Socket
Sign inDemoInstall

zebra_datepicker

Package Overview
Dependencies
0
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
2Next

2.0.0

Diff

Changelog

Source

version 2.0.0 (September 28, 2023)

  • this version removes some legacy code and makes it incompatible with Internet Explorer version 6, 7 and 8
  • removed code that is deprecated in newer versions of jQuery; this fixes #178. thanks to Roman Stefankiv for bringing this up to me!
  • a reference to the actual datepicker DOM element is now available in the plugin's properties
  • fixed #19 which was affecting functionality in responsive layouts and mostly when the date picker was initialized on elements that were hidden at the time of attaching the plugin to them. the fix comes from Imran Zahid - thank you!
stefangabos
published 1.9.19 •

Changelog

Source

version 1.9.19 (April 06, 2022)

  • the library will now allow days/months both with and without leading zeros for d, j, m and n; see #173
  • updated how the show_icon property works so that it can now be used to set the text that appears in the icon (button element); see #182
  • fixed a minor issue with the HTML markup; see #185
stefangabos
published 1.9.18 •

Changelog

Source

version 1.9.18 (December 31, 2020)

  • fixed bug where certain scenarios involving disabled_dates and enabled_dates would send the script into an infinite loop; see #171
stefangabos
published 1.9.17 •

Changelog

Source

version 1.9.17 (December 23, 2020)

  • added enabled_ampm option; see #170; thanks Beth McIntosh!
  • fixed bug where updating container was not working - see #166; thanks Beth McIntosh!
  • case of am/pm in the time picker now respects date format (will be AM/PM if A is used, and am/pm if a is used)
stefangabos
published 1.9.16 •

Changelog

Source

version 1.9.16 (October 14, 2020)

  • fixed #161 where abbreviations of days and months were incorrectly handled unless these were exactly the first 3 letters of full days/month names; thanks nathangreaves!
stefangabos
published 1.9.15 •

Changelog

Source

version 1.9.15 (June 17, 2020)

  • added SASS files to the dist folder; see #157
stefangabos
published 1.9.14 •

Changelog

Source

version 1.9.14 (April 27, 2020)

  • fixed #152 where time was not selected if left to default
  • applied correct fix from @sebipopa for #145
stefangabos
published 1.9.13 •

Changelog

Source

version 1.9.13 (September 26, 2019)

  • the onChange event is now also triggered when switching to the time view
  • fixed #132 where English ordinal suffixes for 11th, 12th, and 13th where incorrectly shown as 11st, 12nd, and 13rd. - thanks @panzerchris!
  • fixed #148 where specifying enabled_hours, enabled_minutes and enabled_seconds as strings rather than integers would break the time picker
  • calling the update method now repaints the date picker
  • merged pull request #135 which allows time intervals to change while mouse button is being pressed - thanks @sebipopa!
  • merged pull request #139 which fixes a bug where, when having the year selector as the only available pane, the selected date would incorrectly be set to February instead of January - thanks @duckboy81!
stefangabos
published 1.9.12 •

Changelog

Source

version 1.9.12 (October 27, 2018)

  • added support for RTL languages, fixing #126 - thanks @Abdox3!
  • fixed #124 where, when resizing the window, the onClose event would fire multiple times - thanks @kouts!
  • merged pull request #125 by mckey fixing a bug when dynamically changing enabled/disabled dates
  • the hour in the time picker now respects the given format regarding the leading zeroes
  • added a new property called fast_navigation which, when set to false, disables the default behavior that allows the users to quickly navigate through months and years by clicking on the date picker's top label; this answers @Leslie Cohn-Wein's two and a half year old request #66! thank you and sorry it took so long! better later than never :)
  • added a new property called current_date which, when set to a date in the format of YYYY-MM-DD overrides the value of Today; this answers @Jefferson Borges's two and a half year old request #74! thank you and sorry it took so long!
  • fixed a bug where when having a or A the time's format (indicating a 12-hour time) but the hour's format is H or G (indicating a 24-hour time), time picking was not working correctly; these will now be automatically replaced with h and g respectively
  • adjusted font size for the time picker and fixed spacing issues when having a time format with hours, minutes, seconds and am/pm
stefangabos
published 1.9.11 •

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
2Next
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc