diff --git a/CHANGELOG.md b/CHANGELOG.md index bb56375..21e0333 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,19 @@ All notable changes to this package are documented in this file. ## Unreleased +## 1.3.0 - 2026-07-08 + +### Added + +- Added first-class `data-surface-variant` support for `primary`, `secondary`, `accent`, `subtle`, `warning`, and `danger` so runtime-assigned surface hooks match the existing `.variant-*` class API. +- Added standalone `data-surface-level="1"`, `"2"`, and `"3"` depth defaults with matching hover, active, and focus state-opacity hooks. +- Added Playwright coverage for data-variant parity and data-level depth defaults. + +### Changed + +- Updated README, wiki, and demo guidance to document standalone interaction hooks, UI Style Kit 2.x bridge usage, and the ecosystem boundary between layout, visual paint, and interaction states. +- Updated embedded demo docs to avoid stale version-pinned CDN examples. + ## 1.2.4 - 2026-06-22 ### Added diff --git a/README.md b/README.md index 9d32952..874f026 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,12 @@ CDN: ``` +```html + +``` + ```html + @@ -1190,7 +1193,7 @@

Card surfaces

ARIA-aware state

Pressed style can come from semantic attributes instead of custom state classes.

- @@ -1338,9 +1341,9 @@

README and wiki links

-