|
1 | 1 | Changelog |
2 | 2 | ========= |
3 | 3 |
|
| 4 | +1.7.0 |
| 5 | +----- |
| 6 | + |
| 7 | +## Features |
| 8 | + * Adding dateCells option (#1723) |
| 9 | + * Added keepEmptyValues option (#1558 + #1901) |
| 10 | + * added "changeViewMode" event; also adds the current `viewMode` to events (#1953) |
| 11 | + * adds `updateViewDate` option (#1982) |
| 12 | + * Added hiding week day names functionality (#2087) |
| 13 | + * Allow customizing day cell value (#2043) |
| 14 | + |
| 15 | +## Bugfixes |
| 16 | + * originalEvent object needs preventDefault fn (#1824) |
| 17 | + * Fix jQuery selector from premature selection of span element in inline/embedded calendar's month selection (#1859 + #1886) |
| 18 | + * Use date arithmetic to allow dates with times other than 00:00:00 (#1483) |
| 19 | + * Multiple general fixes (#1883 + #1893) |
| 20 | + * Visibility fix for nav arrows (#1916) |
| 21 | + * Do not trigger change or changeDate on initialization (#1912) |
| 22 | + * Fix: Close datepicker on touchstart (#1924) |
| 23 | + * Fix data-date-dates-disabled attribute to accept a comma-separated list (#1946) |
| 24 | + * Fix maxViewMode and navigation switch click (#1951) |
| 25 | + * Add support jQuery 3. Bootstrap 2 still available (composer.json) (#1958) |
| 26 | + * fix(parseDate) use insensitive regex to support +15d with capslock (#1910) |
| 27 | + * Refactoring timedelta aliases (dateAliases) (#1965) |
| 28 | + * Fix RTL layout (#1973) |
| 29 | + * Remove listen `changeDate` after destroy DateRangePicker (#1968) |
| 30 | + * add tests for setDatesDisabled function (#1983) |
| 31 | + * resolves bug on days when DST is added. (#2009) |
| 32 | + * XHTML fixes (#1998) |
| 33 | + * update grunt and other dev-dependencies (#2111) |
| 34 | + * Use display:table-cell instead of display:block for today, clear and title (#2121) |
| 35 | + * moved assumeNearbyYear to correct location (#2140) |
| 36 | + * move `jquery` to `peerDependencies` from `dependencies` (#2163) |
| 37 | + * Use default arrow values (#2176) |
| 38 | + |
| 39 | +## Locales |
| 40 | +### New |
| 41 | + * en-ZA (#1798) |
| 42 | + * en-ZNZ (#1799) |
| 43 | + * en-IE (#1800) |
| 44 | + * ar-tn (#1863) |
| 45 | + * Added Sinhala (si) locale (#2025) |
| 46 | + * Occitan locale (#2024 + #2026) |
| 47 | + * [l10n]Add breton translation (#2028) |
| 48 | + * Added Tajik language (#2117) |
| 49 | + * Add Uzbek latin and cyrill locales (#2152) |
| 50 | + * add Bengali (Bangla) language (#2171) |
| 51 | + * Added Hindi locale (#2199) |
| 52 | + |
| 53 | +### Bugfix |
| 54 | + * km/kh (#1812) |
| 55 | + * Capital letters in Polish translation (#1890) |
| 56 | + * Add missing monthsTitle in cs (#1900) |
| 57 | + * Update bootstrap-datepicker.da.js (#1936) |
| 58 | + * Fix typo in month name (#2040) |
| 59 | + * Added missing basque language properties (#2066) |
| 60 | + * Added weekStart to slovenian translation (#2067) |
| 61 | + * add monthsTitle for ru (#2092) |
| 62 | + * Change danish (da) date format to match the rest of the locales (#2048) |
| 63 | + * Fix Tamil Language file with proper locale code (#2141) |
| 64 | + * Revert strange changes, +monthsTitle (#2153) |
| 65 | + * updated Tajik (cyrillic) translation file (#2167) |
| 66 | + * Romanian uses dd/mm/yyyy format for dates (#2173) |
| 67 | + * Missing latvian translation (#2204) |
| 68 | + |
| 69 | +## Docs |
| 70 | + * Fix typo in index.rst (#1882) |
| 71 | + * Update CDNjs info in README.md (#1933) |
| 72 | + * [Doc] Keyboard navigation is not supported for embedded / inline type (#2002) |
| 73 | + * Removed reference to stefan petre (#2031) |
| 74 | + * Improve defaultViewDate documentation (#2052) |
| 75 | + * Add notes about multiple dates and examples for update method (#2060) |
| 76 | + * Add Code Of Conduct (#2095) |
| 77 | + * Update install instructions on README.md (#2160) |
| 78 | + |
4 | 79 | 1.6.2 - 1.6.3 - 1.6.4 |
5 | 80 | --------------------- |
6 | 81 |
|
|
0 commit comments