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
10 changes: 0 additions & 10 deletions .changeset/aria-labels-press-themes.md

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 1.6.0

### Minor Changes

- [#94](https://github.com/kirilinsky/dateforge-react-calendar/pull/94) [`2364da7`](https://github.com/kirilinsky/dateforge-react-calendar/commit/2364da749e710dc8a6053cb79e4351549932e809) Thanks [@kirilinsky](https://github.com/kirilinsky)! - Add cascading `actionLabels` config to `<Calendar>` for centralized aria-label customization across all modules.

Add `press` appearance — newspaper-style serif with sharp corners, wide letter-spacing, and flat shadows.

Add `atelier` (light) and `bauhaus` (dark) themes — paired warm cream / cool ink palette with red dateline accent.

Rename appearance tokens for clarity: `--header-padding` → `--cal-nav-padding`, `--header-min-height` → `--cal-nav-min-height`, `--cal-text-2xl` → `--cal-nav-font-size`, `--cal-text-xl` → `--cal-nav-meta-font-size`. The `headerPadding` / `headerMinHeight` TS keys become `navPadding` / `navMinHeight`, with new `navFontSize` / `navMetaFontSize` added.

## 1.5.1

### Patch 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.1",
"version": "1.6.0",
"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