diff --git a/CHANGELOG.md b/CHANGELOG.md index d271246..23789fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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