All Versions
24
Latest Version
Avg Release Cycle
113 days
Latest Release
1799 days ago

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, 2017

    1.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 to peerDependencies from dependencies (#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, 2016

    Backported jquery 3 fix from #1958