bootstrap-datepicker v1.7.0 Release Notes

Release Date: 2017-06-17 // almost 7 years ago
  • 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)