@waggylabs/yumekit 0.4.0-beta.35 → 0.4.0-beta.37
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 +1 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -31,7 +31,7 @@ Delete any empty sections before publishing.
|
|
|
31
31
|
<!-- ### Security -->
|
|
32
32
|
<!-- Vulnerability patches or hardening changes -->
|
|
33
33
|
|
|
34
|
-
## [0.4.0] – 2026-03-
|
|
34
|
+
## [0.4.0] – 2026-03-29
|
|
35
35
|
|
|
36
36
|
### Added
|
|
37
37
|
|
|
@@ -47,8 +47,6 @@ Delete any empty sections before publishing.
|
|
|
47
47
|
|
|
48
48
|
### Changed
|
|
49
49
|
|
|
50
|
-
### Changed
|
|
51
|
-
|
|
52
50
|
- `y-table` sort indicator: replaced the dual up/down arrow with a single directional arrow that matches the active sort direction. Unsorted columns show no icon.
|
|
53
51
|
- Theme semantic variables reordered for consistency: `--{scheme}-border` now always appears after `--{scheme}-background-active` and before `--{scheme}-content--` across all theme files and the default variables.
|
|
54
52
|
- `y-tag` flat background now resolves directly from `--{color}-background-app` rather than through an intermediate `--component-tag-flat-background-{color}` variable. Custom themes no longer need to define those per-component overrides.
|