All Versions
24
Latest Version
Avg Release Cycle
113 days
Latest Release
1996 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.9.0 Changes
May 20, 2019🔋 Features
- Added clearDates for clears range (#2114)
🛠 Bugfix
- Hide today button when before start or after end date (#2474)
- Fix navigation buttons states (#2277)
- Fix updateNavArrows bug (#2230)
Locales
🛠 Bugfix
- Added monthsTitle to Latvian locale (#2255)
- Rename en-CA locale file to match the rest of the files (#2217)
- Fix cs locale date format (#2275)
- Added translation for months (fixing the default 'en' locale) (#2271)
-
v1.8.0 Changes
March 30, 2018🔄 Changelog: v1.7.1...v1.8.0
-
v1.7.1 Changes
July 06, 2017🛠 Bugfix release for BC break in dependencies. See changelog
-
v1.7.0 Changes
June 17, 20171.7.0 changelog
🔋 Features
- ➕ Adding dateCells option (#1723)
- ➕ Added keepEmptyValues option (#1558 + #1901)
- ➕ added "changeViewMode" event; also adds the current
viewMode
to events (#1953) - ➕ adds
updateViewDate
option (#1982) - ➕ Added hiding week day names functionality (#2087)
- 👍 Allow customizing day cell value (#2043)
🛠 Bugfixes
- 0️⃣ originalEvent object needs preventDefault fn (#1824)
- 🛠 Fix jQuery selector from premature selection of span element in inline/embedded calendar's month selection (#1859 + #1886)
- 👉 Use date arithmetic to allow dates with times other than 00:00:00 (#1483)
- 🛠 Multiple general fixes (#1883 + #1893)
- Visibility fix for nav arrows (#1916)
- Do not trigger change or changeDate on initialization (#1912)
- 🛠 Fix: Close datepicker on touchstart (#1924)
- 🛠 Fix data-date-dates-disabled attribute to accept a comma-separated list (#1946)
- 🛠 Fix maxViewMode and navigation switch click (#1951)
- ➕ Add support jQuery 3. Bootstrap 2 still available (composer.json) (#1958)
- 🛠 fix(parseDate) use insensitive regex to support +15d with capslock (#1910)
- 🔨 Refactoring timedelta aliases (dateAliases) (#1965)
- 🛠 Fix RTL layout (#1973)
- ✂ Remove listen
changeDate
after destroy DateRangePicker (#1968) - ➕ add tests for setDatesDisabled function (#1983)
- resolves bug on days when DST is added. (#2009)
- 🛠 XHTML fixes (#1998)
- ⚡️ update grunt and other dev-dependencies (#2111)
- 👉 Use display:table-cell instead of display:block for today, clear and title (#2121)
- 🚚 moved assumeNearbyYear to correct location (#2140)
- 🚚 move
jquery
topeerDependencies
fromdependencies
(#2163) - 0️⃣ Use default arrow values (#2176)
Locales
🆕 New
- en-ZA (#1798)
- en-ZNZ (#1799)
- en-IE (#1800)
- ar-tn (#1863)
- ➕ Added Sinhala (si) locale (#2025)
- Occitan locale (#2024 + #2026)
- 🌐 [l10n]Add breton translation (#2028)
- ➕ Added Tajik language (#2117)
- ➕ Add Uzbek latin and cyrill locales (#2152)
- ➕ add Bengali (Bangla) language (#2171)
- ➕ Added Hindi locale (#2199)
🛠 Bugfix
- km/kh (#1812)
- 💅 Capital letters in Polish translation (#1890)
- ➕ Add missing monthsTitle in cs (#1900)
- ⚡️ Update bootstrap-datepicker.da.js (#1936)
- 🛠 Fix typo in month name (#2040)
- ➕ Added missing basque language properties (#2066)
- ➕ Added weekStart to slovenian translation (#2067)
- ➕ add monthsTitle for ru (#2092)
- 🔄 Change danish (da) date format to match the rest of the locales (#2048)
- 🛠 Fix Tamil Language file with proper locale code (#2141)
- ⏪ Revert strange changes, +monthsTitle (#2153)
- ⚡️ updated Tajik (cyrillic) translation file (#2167)
- Romanian uses dd/mm/yyyy format for dates (#2173)
- 🌐 Missing latvian translation (#2204)
📄 Docs
- 🛠 Fix typo in index.rst (#1882)
- ⚡️ Update CDNjs info in README.md (#1933)
- 👍 [Doc] Keyboard navigation is not supported for embedded / inline type (#2002)
- ✂ Removed reference to stefan petre (#2031)
- 👌 Improve defaultViewDate documentation (#2052)
- ➕ Add notes about multiple dates and examples for update method (#2060)
- ➕ Add Code Of Conduct (#2095)
- ⚡️ Update install instructions on README.md (#2160)
-
v1.7.0-RC3 Changes
May 01, 2017🔄 Changes: See the 1.7.0 changelog
-
v1.7.0-RC2
March 26, 2017 -
v1.7.0-RC1
January 22, 2017 -
v1.6.4 Changes
August 05, 2016🚀 Same release as 1.6.3 but fixed a build/release issue in the minified js file
👀 > Extra fix for jquery 3 compatibility. See df4542c
-
v1.6.3
August 05, 2016 -
v1.6.2 Changes
August 03, 2016Backported jquery 3 fix from #1958