Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

All notable changes to `flatpickr` will be documented in this file.

## v5.2.0 - 2026-06-13

### What's Changed

* Fix open issues: dehydration, reactivity, CSS, and tests by @coolsam726 in https://github.com/coolsam726/flatpickr/pull/143
* Strengthen CI workflows and add dehydration tests by @coolsam726 in https://github.com/coolsam726/flatpickr/pull/142
* Fix reactive min/max dates, modal loading, time input, and year picker by @coolsam726 in https://github.com/coolsam726/flatpickr/pull/144
* Improve README and add Filament 5 / Laravel 13 / PHP 8.5 support by @coolsam726 in https://github.com/coolsam726/flatpickr/pull/145
* Migrate to larastan/larastan and polish README by @coolsam726 in https://github.com/coolsam726/flatpickr/pull/147
* Reach 100% test coverage with 96% CI guardrail by @coolsam726 in https://github.com/coolsam726/flatpickr/pull/148
* Add dedicated run-coverage workflow for Codecov by @coolsam726 in https://github.com/coolsam726/flatpickr/pull/149

**Full Changelog**: https://github.com/coolsam726/flatpickr/compare/v5.1.1...v5.2.0

## 1.0.0 - 202X-XX-XX

- initial release
Loading