Releases: uxsolutions/bootstrap-datepicker
Releases · uxsolutions/bootstrap-datepicker
v1.10.1
What's Changed
- Update screenshots by @vsn4ik in #2489
- fix: allow any HTML element as inline container by @ocarreterom in #2491
- Correct issues with date range by @johnnyRose in #2482
- Update Puppeteer by @vsn4ik in #2498
- Update jQuery for test by @vsn4ik in #2499
- introduce en-US locale by @simonmulser in #2503
- Create bootstrap-datepicker.mar.js by @pimplesushant in #2382
- Add setting to allow explicit setting of isInline by @lukeburden in #2247
- fixed german localization for weekdays. by @landlockedsurfer in #2496
- [CVE-2019-11358] Fix vuln jquery <3.4.0 by @t-mdo in #2511
- Bulgarian locale fix by @sunhater in #2507
- Add snippets section to readme file by @Azaret in #2504
- Bump jquery from 3.4.1 to 3.5.0 by @dependabot[bot] in #2557
- Updated deprecated
$.isArray and $ .isFunction for jQuery 3 by @taskinoz in #2579 - todayHighlight defaults table entry wrong by @dataxpress in #2547
- docs: Fix simple typo, millenium -> millennium by @timgates42 in #2590
- Create bootstrap-datepicker.ar-DZ.js by @infosrabah in #2536
- Update bootstrap-datepicker.ca.js by @jmontane in #2577
- Update bootstrap-datepicker.id.js by @ardeman in #2591
- Update bootstrap-datepicker.zh-TW.js by @JaySkyworker in #2526
- Fix Finnish monthShort translations as 3 letter invalid by @RGunning in #2387
- Bump ini from 1.3.5 to 1.3.7 by @dependabot[bot] in #2601
- Switch from travis-ci to github actions by @acrobat in #2608
- Bump bl from 1.2.2 to 1.2.3 by @dependabot[bot] in #2607
- Fix translation of month of January for Ukrainian localization by @YegorPo in #2653
- Bump hosted-git-info from 2.7.1 to 2.8.9 by @dependabot[bot] in #2619
- Bump qs from 6.4.0 to 6.4.1 by @dependabot[bot] in #2670
- Bump i from 0.3.6 to 0.3.7 by @dependabot[bot] in #2639
- Bump ws from 6.2.1 to 6.2.2 by @dependabot[bot] in #2622
- Prepare 1.10.0 release by @acrobat in #2681
New Contributors
- @ocarreterom made their first contribution in #2491
- @johnnyRose made their first contribution in #2482
- @simonmulser made their first contribution in #2503
- @pimplesushant made their first contribution in #2382
- @lukeburden made their first contribution in #2247
- @landlockedsurfer made their first contribution in #2496
- @t-mdo made their first contribution in #2511
- @sunhater made their first contribution in #2507
- @dependabot[bot] made their first contribution in #2557
- @taskinoz made their first contribution in #2579
- @dataxpress made their first contribution in #2547
- @timgates42 made their first contribution in #2590
- @infosrabah made their first contribution in #2536
- @jmontane made their first contribution in #2577
- @ardeman made their first contribution in #2591
- @JaySkyworker made their first contribution in #2526
- @YegorPo made their first contribution in #2653
Full Changelog: v1.9.0...1.10.1
Also try to fix #2713 🙂
1.10.0
Changelog: v1.9.0...v1.10.0
1.9.0
Changelog: v1.8.0...v1.9.0
1.8.0
Changelog: v1.7.1...v1.8.0
1.7.1
1.7.0
1.7.0 changelog
Features
- Adding dateCells option (#1723)
- Added keepEmptyValues option (#1558 + #1901)
- added "changeViewMode" event; also adds the current
viewModeto events (#1953) - adds
updateViewDateoption (#1982) - Added hiding week day names functionality (#2087)
- Allow customizing day cell value (#2043)
Bugfixes
- 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
changeDateafter 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
jquerytopeerDependenciesfromdependencies(#2163) - 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)
1.7.0 RC3
Changes: See the 1.7.0 changelog
1.7.0 RC2
v1.7.0-RC2 Release version 1.7.0-RC2
1.7.0 RC1
v1.7.0-RC1 Release version 1.7.0-RC1