File tree Expand file tree Collapse file tree 1 file changed +50
-0
lines changed Expand file tree Collapse file tree 1 file changed +50
-0
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ 1.6.2 - 1.6.3 - 1.6.4
5
+ ---------------------
6
+
7
+ Bugfix
8
+
9
+ * Backported jquery 3 fix from #1958
10
+
11
+ 1.6.1
12
+ -----
13
+ Bugfixes
14
+
15
+ * add specific class for disabled dates back (Fixes #1785 )
16
+ * [ fix] Allow keyboard navigation for non-input fields (Fixes: #874 )
17
+ * fix kazakh mothShort
18
+ * Fix bug when clicking on a day that is highlighted today in the next month
19
+ * dates read out are 12am UTC
20
+ * Fix show by component (with disabled attribute)
21
+
22
+ 1.6.0
23
+ -----
24
+ Features
25
+
26
+ * Changes nonpunctuation to accept unicode characters
27
+ * Add "assumeNearbyYear" option
28
+ * Decade and century picking
29
+ * Added timedelta aliases. (Fixes #785 )
30
+ * add getter methods for date limits
31
+ * Replace arrow entities for glyphicon + template + libs snippets (Fixes: #610 #833 #1007 )
32
+ * added class .disabled to dow header
33
+ * Rename "remove" to "destroy" and create alias
34
+
35
+ Bugfix
36
+
37
+ * Month/year view keyboard navigation
38
+ * fix changeMonth, changeYear not triggered when selecting day from prev/next month
39
+ * Fix default arrows for BS2 and screenshots (for docs)
40
+ * Extend beforeShowMonth event functionality to work like beforeShowDay and beforeShowYear
41
+
42
+ Locale changes
43
+
44
+ * Correct date format for ko locale
45
+ * Add en-AU (Australian English) locale
46
+
47
+ Repository
48
+
49
+ * Add CSS sourcemap
50
+ * [ BS3 Less] Remove unused variables and cleanup
51
+ * Added timezone aware tests
52
+ * remove .idea-folder from npm
53
+
4
54
1.5.1
5
55
-----
6
56
You can’t perform that action at this time.
0 commit comments