v4.6.10
版本发布时间: 2022-03-06 22:36:48
flatpickr/flatpickr最新发布版本:v4.6.13(2022-04-14 09:44:29)
What's Changed
- Support Z & GMT custom parsing by @bcfox in https://github.com/flatpickr/flatpickr/pull/2369
- 🌐 [ar] Translate missing phrases. by @mohamedsabil83 in https://github.com/flatpickr/flatpickr/pull/2370
- fix: restrict onKeyDown listener to Flatpickr only fixes #1444, #1387 by @ghiscoding in https://github.com/flatpickr/flatpickr/pull/2329
- 🌐[ko] Add missing am/pm translation by @darron1217 in https://github.com/flatpickr/flatpickr/pull/2379
- Add missing horizontal position strings to position option type by @danielpierre in https://github.com/flatpickr/flatpickr/pull/2400
- Support reversed ranges for minTime and maxTime by @MiroslavCsonka in https://github.com/flatpickr/flatpickr/pull/2482
- Fix incorrectly migrated package-lock.json by @andersk in https://github.com/flatpickr/flatpickr/pull/2467
- Compile all ES6+ syntax to ES5 by @andersk in https://github.com/flatpickr/flatpickr/pull/2469
- [fix] apply positionElement to instance._positionElement when fp.set by @fifzteen in https://github.com/flatpickr/flatpickr/pull/2466
- Fix rangePlugin selection problems by @SquareBeard in https://github.com/flatpickr/flatpickr/pull/1795
- Fix maxTime bound bug by @MiroslavCsonka in https://github.com/flatpickr/flatpickr/pull/2483
- Fix parseDate on relative inputs by @juliapath in https://github.com/flatpickr/flatpickr/pull/2475
- Add range separator for Swedish locale by @mlonn in https://github.com/flatpickr/flatpickr/pull/2434
- Update sv.ts by @davemccrea in https://github.com/flatpickr/flatpickr/pull/2449
- feat: add norwegian nynorsk by @tw15egan in https://github.com/flatpickr/flatpickr/pull/2423
- Update fi.ts by @davemccrea in https://github.com/flatpickr/flatpickr/pull/2450
- Eliminate memory leak caused by event listener accumulation by @jefrailey in https://github.com/flatpickr/flatpickr/pull/2596
- Adjusts month abbreviation and adds aria-labels for the Greek translation (i10n) by @delight in https://github.com/flatpickr/flatpickr/pull/2555
- Keyboard doesn't work inside Shadow Dom by @mwoess in https://github.com/flatpickr/flatpickr/pull/2519
- Check exsitance of years and month in scrollPlugin by @mojtaba-khallash in https://github.com/flatpickr/flatpickr/pull/2571
- Create ar-dz.ts locales by @anugrahsoft in https://github.com/flatpickr/flatpickr/pull/2556
- fix:
onClose
callback was returning wrong selected dates if user changed input before close. by @DimitrisRK in https://github.com/flatpickr/flatpickr/pull/2541 - Remove repeating 'onChange' trigger by @quis0 in https://github.com/flatpickr/flatpickr/pull/2506
- Append to container and children no longer classed as calendar elements by @cmubo in https://github.com/flatpickr/flatpickr/pull/2500
- Updated week day for Sunday in ms.ts by @izwanakhirruddin in https://github.com/flatpickr/flatpickr/pull/2496
- Add range separator to Catalan by @toniavanza in https://github.com/flatpickr/flatpickr/pull/2495
- Fix for calendar position on Safari by @octaviofernands in https://github.com/flatpickr/flatpickr/pull/2391
- chore: replace CircleCI status badge with GitHub Actions status by @ghiscoding in https://github.com/flatpickr/flatpickr/pull/2384
- monthSelect plugin: Support "range" mode by @rlue in https://github.com/flatpickr/flatpickr/pull/2297
- fix: GitHub Actions badge fix invalid url typo by @ghiscoding in https://github.com/flatpickr/flatpickr/pull/2597
- add Armenian locale by @vakopian in https://github.com/flatpickr/flatpickr/pull/2604
- Fixes confirmDate focus accessibility by @gustavoaz7 in https://github.com/flatpickr/flatpickr/pull/2633
- Add 'time_24hr: true' to Austrian locale by @berndy2001 in https://github.com/flatpickr/flatpickr/pull/2612
- Prevent text selection on prev/next month buttons by @metonym in https://github.com/flatpickr/flatpickr/pull/2603
- Fix issues with parsing localized date/time by @mshibuya in https://github.com/flatpickr/flatpickr/pull/2600
- add kurdish (sorani) language by @swara-mohammed in https://github.com/flatpickr/flatpickr/pull/2620
- Fix #2541 breaking with altInput enabled by @mshibuya in https://github.com/flatpickr/flatpickr/pull/2601
- fix: handling document click after manual update by @Sayan751 in https://github.com/flatpickr/flatpickr/pull/2419
New Contributors
- @bcfox made their first contribution in https://github.com/flatpickr/flatpickr/pull/2369
- @mohamedsabil83 made their first contribution in https://github.com/flatpickr/flatpickr/pull/2370
- @darron1217 made their first contribution in https://github.com/flatpickr/flatpickr/pull/2379
- @danielpierre made their first contribution in https://github.com/flatpickr/flatpickr/pull/2400
- @MiroslavCsonka made their first contribution in https://github.com/flatpickr/flatpickr/pull/2482
- @andersk made their first contribution in https://github.com/flatpickr/flatpickr/pull/2467
- @fifzteen made their first contribution in https://github.com/flatpickr/flatpickr/pull/2466
- @juliapath made their first contribution in https://github.com/flatpickr/flatpickr/pull/2475
- @mlonn made their first contribution in https://github.com/flatpickr/flatpickr/pull/2434
- @davemccrea made their first contribution in https://github.com/flatpickr/flatpickr/pull/2449
- @tw15egan made their first contribution in https://github.com/flatpickr/flatpickr/pull/2423
- @jefrailey made their first contribution in https://github.com/flatpickr/flatpickr/pull/2596
- @delight made their first contribution in https://github.com/flatpickr/flatpickr/pull/2555
- @mwoess made their first contribution in https://github.com/flatpickr/flatpickr/pull/2519
- @mojtaba-khallash made their first contribution in https://github.com/flatpickr/flatpickr/pull/2571
- @anugrahsoft made their first contribution in https://github.com/flatpickr/flatpickr/pull/2556
- @DimitrisRK made their first contribution in https://github.com/flatpickr/flatpickr/pull/2541
- @quis0 made their first contribution in https://github.com/flatpickr/flatpickr/pull/2506
- @cmubo made their first contribution in https://github.com/flatpickr/flatpickr/pull/2500
- @izwanakhirruddin made their first contribution in https://github.com/flatpickr/flatpickr/pull/2496
- @toniavanza made their first contribution in https://github.com/flatpickr/flatpickr/pull/2495
- @octaviofernands made their first contribution in https://github.com/flatpickr/flatpickr/pull/2391
- @vakopian made their first contribution in https://github.com/flatpickr/flatpickr/pull/2604
- @gustavoaz7 made their first contribution in https://github.com/flatpickr/flatpickr/pull/2633
- @berndy2001 made their first contribution in https://github.com/flatpickr/flatpickr/pull/2612
- @metonym made their first contribution in https://github.com/flatpickr/flatpickr/pull/2603
- @mshibuya made their first contribution in https://github.com/flatpickr/flatpickr/pull/2600
- @swara-mohammed made their first contribution in https://github.com/flatpickr/flatpickr/pull/2620
- @Sayan751 made their first contribution in https://github.com/flatpickr/flatpickr/pull/2419
Full Changelog: https://github.com/flatpickr/flatpickr/compare/v4.6.9...v4.6.10