Skip to content

Releases: longbill/jquery-date-range-picker

Update node engine requirement

28 Oct 21:15
Compare
Choose a tag to compare
v0.21.1

Release v0.21.1

Various fixes, including translations

28 Oct 16:32
Compare
Choose a tag to compare

Includes fixes provided by the community:

  • #395: New translation: Slovak;
  • #403: Improved Japanese translation;
  • #417: Improved Traditional Chinese translation;
  • #492: Danish translation fixes;
  • #498: Removal of npm as a direct dependency;
  • #499: Upgrade of jQuery click events to the on syntax;
  • #500: Fix for issues with time selection caused by DST.

Furthermore, yarn.lock was dropped and the minimum required node version bumped to ~4.9.1.

Fix out-of-bounds options when using `monthSelect` or `yearSelect`

26 Sep 19:40
5db1cf6
Compare
Choose a tag to compare

This release includes the fix in #455, which provides a solution for the issues brought up in #412 and #452.

As a minor update, the files are now normalized to LF as the EOL character.

Add a `main` field to `package.json`

17 Aug 10:07
Compare
Choose a tag to compare

Ukrainian language added

23 Apr 09:33
Compare
Choose a tag to compare

Refactor jQuery .bind() and .unbind() to .on() and .off()

18 Apr 11:00
Compare
Choose a tag to compare

This bumps the required jQuery version to >= 1.7

Thanks to @yonisolo

Prevent memory leak when unbinding document events

10 Apr 09:17
Compare
Choose a tag to compare

Fix: Month UNDEFINED if shortcuts and monthSelect are enabled

05 Apr 16:51
Compare
Choose a tag to compare

Use moment to calculate the difference between dates

04 Apr 09:05
Compare
Choose a tag to compare

Fixes #310 using #423

Thanks to @jazanne for reporting, @calebcauthon for the confirmation and contribution and @wakirin and @yphoenix for the review! Great community effort.

Remove inline style

14 Dec 13:43
Compare
Choose a tag to compare