All Versions
32
Latest Version
Avg Release Cycle
272 days
Latest Release
1169 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v3.5.5 Changes
- π #180 Fixed date picker to use UTC dates.
- π #503 Fixed time picker to use local times.
- π Fixed color for βclearβ button on time picker.
- π Translations fixes for Italian, Slovak, French, Russian, Spanish, Hindi, Brazilian Portuguese
- #437: Added Common JS to UMD.
- #478: Added βcloseβ button.
- #406: Allow
clear
method to bemuted
. - #510: Added
valueSubmit
to get value of hidden input element. - #439: Added ability to set min/max date & time using formatted strings.
- #451: Added French accessibility labels.
- π #462: Fixed time offset issues by using UTC based times.
- π #476: Fixed the
main
files inbower.json
. - π» #442: Fixed flickering on webkit browsers.
- π #438: Fixed adding an ID to the hidden element to remain unique.
- π #456: Fixed βtodayβ button to be disabled when the date is disabled.
- π #419: Fixed time picker not scrolling to correct position with the βclassicβ theme.
- π #531: Fixed mutation of date object passed to
normalize
. - π
#441: Fixed IE8
getComputedStyle
error. - π #465: Fixed IE8 error on changing input
type
. - π #519: Fixed IE8 error of picker in
iframe
. - π #523: Fixed iOS8 bug of picker not opening in view.
- π Fixed bug where it was possible to unbind internal bindings.
- β‘οΈ #420: Updated docs the
trigger
methodβs ability to pass data to event callbacks. - π #562: Fixed hidden
input
to move intocontainer
when option is used. - #581: Added ARIA label for dates and times.
- π #575: Removed the Sizzle dependency.
- β Added
closeOnSelect
andcloseOnClear
boolean options.
-
v3.5.2 Changes
- π #398: Fixed Nepali translations.
- π #403: Fixed month nav pointer styling with Bootstrap (
border-box
issue). - π #405: Fixed scrollbar width checker.
- π #421: Fixed
picker.get('select', 'yyyy-mm-dd')
whenselect
isnull
. - π #423: Added Vietnamese translations.
- π #427: Fixed enabling date when
firstDay
is set. - π #428: Fixed
$
conflict in Arabic translations. - #430: Improved differentiation between βselectedβ and βhighlightedβ dates/times.
-
v3.5.0 Changes
- 0οΈβ£ #162: Fixed page scrolling issue when modal view is open in the default theme.
- π #350: Fixed Hungarian translations typo.
- π #351 & #388 & #393: Fixed issue with script freezing when
min
istrue
and βtodayβ is disabled. - π #358: Fixed parsing months as 1-indexed when value is a string.
- π #360: Improved Grunt script to build a cleaner project.
- π #361: Fixed alternate API syntax not returning the correct value.
- #367: Added a note on how to appropriately use the
yy
format. - π #369: Added Nepali translations.
- π #377: Added the
hiddenName
option to use the visibleinput
βs name as the hiddeninput
βs name. - #381: Added missing semi-colon to
legacy.js
. - #384: Year selector appears before the month selector.
- π #387: Fixed issue where the
clear
method did not reset theselect
value tonull
. - #395: Added a note on how to use a separate button to open/close the picker.
-
v3.4.0 Changes
- π ARIA support added. :star2:
- π #128: Date parser recognizes a string value and uses month index as 1.
- 0οΈβ£ #316: Date and time parser fall back to default format if none is specified.
- π #326: Fixed
set('disable', true)
crashing withmax: true
in options. - π #329: Fixed time picker not parsing midnight correcly.
- π #325: Fixed Firefox bug with querying for active element with
$.contains
. - π #330: Fixed month selector navigation from month with more days to one with less.
- π #332: Fixed issue where right-clicks caused picker to close in Firefox.
- π #338: Fixed IE issue with month & year selector not working correctly.
- π Improved time picker setting a time relative to βnowβ.
- π Improved disabling/enabling dates and times.
- π Spanish translations typo fixed.
- β Added the
off
method. - β Added Galician translations.
- β Added Slovenian translations.
- β Added Icelandic translations.
- β Added option to disable dates & times within a range.
- β Added option to set the
select
,highlight
, andview
using a string and parsing format. - β Added some performance improvents.
- β Added more tests and documentation.
- π Fixed
picker.get('select')
when thereβs no value.
-
v3.3.1 Changes
- π #260: Fixed border from preventing picker from opening.
- #248: Added option to enable dates/times disabled within a range.
- #255: Added traditional Chinese.
- π #249 & #120: Fixed jQuery Mobile and MagnificPopup click issues.
- π #247: Fixed setting min limit on time picker.
- π #278 & #285: Fixed Firefox and IE bug for finding
activeElement
. - #279: Added option to
set
things with muted callbacks. - π Fixed French translations capitalization.
- π Fixed time picker scrolling.
- β Added setting a time using a native JavaScript date objects.
- β Added option to keep an editable
input
element.
-
v3.3.0 Changes
- #238: Improved disabled dates validation.
- π #236: Fixed transparency issue in IE8 on XP.
- #159: Added functionality to reset disabled dates/times.
- #232: Dropdown styling tweaked.
- π #197: Fixed issue with forms not submitting on Firefox.
- π #230: Fixed issue with selected time scrolling into view.
- #208 & #209: Added
hiddenPrefix
option for hidden input elementβs name attribute. - π #130: Fixed issue with passing focus to an element with custom jQuery builds.
- #246 & #242: Resolved jQuery conflict.
- π #247: Fixed issue with time picker intervals and the min selectable time.
- β Added option to disabled/enable dates using JavaScript Date objects.
- π Tweaked functionality in enabling/disabling dates and times.
- π Improved support for RTL languages and keyboard navigation.
- β Added
rtl.css
for styling RTL languages appropriatey.