diff --git a/.changeset/days-perf-and-sync-view.md b/.changeset/days-perf-and-sync-view.md deleted file mode 100644 index 965e572..0000000 --- a/.changeset/days-perf-and-sync-view.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@dateforge/react-calendar": patch ---- - -Perf: rAF-coalesce range-hover updates and gate hover-date recomputation per month so multi-month layouts stay under one frame per hover tick. - -Feat: new `syncViewOnSelect` prop on `CalendarDays`. Defaults to `true` for the primary grid and `false` for any `offset` grid, so clicking a day in a side month no longer steals the primary view. Pass `true`/`false` to override. diff --git a/CHANGELOG.md b/CHANGELOG.md index fca5677..463c79b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.5.1 + +### Patch Changes + +- [#83](https://github.com/kirilinsky/dateforge-react-calendar/pull/83) [`2a9489b`](https://github.com/kirilinsky/dateforge-react-calendar/commit/2a9489b51137bfc6738ecca2f562af6c67bdcf10) Thanks [@kirilinsky](https://github.com/kirilinsky)! - Perf: rAF-coalesce range-hover updates and gate hover-date recomputation per month so multi-month layouts stay under one frame per hover tick. + + Feat: new `syncViewOnSelect` prop on `CalendarDays`. Defaults to `true` for the primary grid and `false` for any `offset` grid, so clicking a day in a side month no longer steals the primary view. Pass `true`/`false` to override. + ## 1.5.0 ### Minor Changes diff --git a/package.json b/package.json index 4da26c5..9ef0e56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dateforge/react-calendar", - "version": "1.5.0", + "version": "1.5.1", "description": "Modular React calendar toolkit. Compose single, multiple, range, time, presets, tracks, themes, appearances, and custom flows with zero dependencies.", "publishConfig": { "access": "public",