Skip to content

Commit 88991c4

Browse files
New dev version, adds changelog.md
1 parent 397d6ed commit 88991c4

File tree

3 files changed

+43
-2
lines changed

3 files changed

+43
-2
lines changed

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
#Change Log
2+
3+
##1.6.4
4+
5+
##1.6.3
6+
- Fix: Add Albanian i18n to dist folder
7+
8+
##1.6.2
9+
- Fix: Now button giving Na:Na
10+
- Fix: tz offset calculation
11+
- Fix: "Today" fails on plain datepicker control
12+
- Fix: getDate() returns time (hh:mm) even when plugin is applied on "non-input" elements
13+
- Fix: setSelectionRange for older IE
14+
- Fix: Hellenic i18n
15+
- Fix: window.log in older IE
16+
- Add: Albanian i18n
17+
- Remove: partial support for alpha timezones
18+
19+
##1.6.1
20+
- Fix: Add non-dist files to bower.json ignore property
21+
- Fix: \#836 - fixes "invalid-meta" warning for bower
22+
- Fix: correct version in package.json
23+
- Fix: \#829 - Update input after pressing now button. Calls onSelectHandler in \_gotoToday.
24+
- Fix: Update input field after pressing Now button
25+
- Fix: version number in bower.json
26+
- Add: \#838 - Macedonian localization by \@ristovskiv
27+
- Add: Allow direct time input from widget
28+
29+
## 1.6.0
30+
- Fix: bower.json main file entries
31+
- Add: Persian language to i18n
32+
- Improve: README.json
33+
34+
##1.5.0
35+
- Improve: Check for existence of properties when determining which value to use instead of just truthiness to avoid o.min evaulating to false when its value is 0.
36+
- Improve: $.timepicker.log to accept multiple arguments.
37+
- Fix: to not override inline property.
38+
- Fix: a big bug on the “go to today” functionality. When the month is not the current month, the date change didn’t work.
39+
- Add: examples for $.timepicker.datetimeRange(), $.timepicker.timeRange(), and $.timepicker.dateRange().
40+
- Add: jQueryUI style classes to select controls.
41+
- Update and test with latest jQuery and jQueryUI.

jquery-ui-timepicker-addon.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "jquery-ui-timepicker-addon",
33
"title": "jQuery Timepicker Addon",
44
"description": "A timepicker addon for jQueryUI datepicker.",
5-
"version": "1.6.3",
5+
"version": "1.6.4",
66
"modified": "2016-04-20",
77
"homepage": "http://trentrichardson.com/examples/timepicker",
88
"author": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery-ui-timepicker-addon",
3-
"version": "1.6.3",
3+
"version": "1.6.4",
44
"engines": {
55
"node": ">= 0.8.0"
66
},

0 commit comments

Comments
 (0)