@dev-dga/react 0.8.0 → 0.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @dev-dga/react
2
2
 
3
+ ## 0.8.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Library-wide consistency hardening across the component set — accessibility, RTL/Arabic, dark mode, and consumer-override correctness. No breaking changes.
8
+ - **Select** — `aria-label` / `aria-labelledby` now name the trigger button.
9
+ - **Sidebar** — consumer props (`id`, `onClick`, `data-*`, …) are forwarded to the mobile drawer content.
10
+ - **EmptyState** — the root now supports `asChild` (Radix `Slot`), matching `Alert` / `Card`.
11
+ - **CircularProgress** — dev-time warning when no accessible name is provided.
12
+ - Broader RTL and bilingual story/test coverage; dark-mode and `forced-colors` refinements for tinted components (Badge, Button, Avatar, Switch).
13
+ Released in lockstep with `@dev-dga/css@0.8.1` and `@dev-dga/tokens@0.8.1`.
14
+
3
15
  ## 0.8.0
4
16
 
5
17
  ### Minor Changes