Skip to content
Merged
Show file tree
Hide file tree
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
7 changes: 0 additions & 7 deletions .changeset/days-perf-and-sync-view.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading