@signal9/era-ui 34.0.2 → 34.2.0
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 +703 -802
- package/dist/era-ui.css +1 -1
- package/dist/ui/alert/alert.svelte +49 -0
- package/dist/ui/alert/alert.svelte.d.ts +15 -0
- package/dist/ui/alert/fixture.svelte +13 -0
- package/dist/ui/alert/fixture.svelte.d.ts +18 -0
- package/dist/ui/alert/index.d.ts +2 -0
- package/dist/ui/alert/index.js +2 -0
- package/dist/ui/alert/variants.d.ts +30 -0
- package/dist/ui/alert/variants.js +18 -0
- package/package.json +13 -6
- package/skills/era-ui/SKILL.md +1 -0
- package/skills/era-ui/references/releases/0.md +397 -0
- package/skills/era-ui/references/releases/1.md +775 -0
- package/skills/era-ui/references/releases/10.md +23 -0
- package/skills/era-ui/references/releases/11.md +13 -0
- package/skills/era-ui/references/releases/12.md +53 -0
- package/skills/era-ui/references/releases/13.md +18 -0
- package/skills/era-ui/references/releases/14.md +41 -0
- package/skills/era-ui/references/releases/15.md +11 -0
- package/skills/era-ui/references/releases/16.md +17 -0
- package/skills/era-ui/references/releases/17.md +12 -0
- package/skills/era-ui/references/releases/18.md +11 -0
- package/skills/era-ui/references/releases/19.md +11 -0
- package/skills/era-ui/references/releases/2.md +510 -0
- package/skills/era-ui/references/releases/20.md +12 -0
- package/skills/era-ui/references/releases/21.md +19 -0
- package/skills/era-ui/references/releases/22.md +24 -0
- package/skills/era-ui/references/releases/23.md +53 -0
- package/skills/era-ui/references/releases/24.md +35 -0
- package/skills/era-ui/references/releases/25.md +36 -0
- package/skills/era-ui/references/releases/26.md +37 -0
- package/skills/era-ui/references/releases/27.md +16 -0
- package/skills/era-ui/references/releases/28.md +15 -0
- package/skills/era-ui/references/releases/29.md +17 -0
- package/skills/era-ui/references/releases/3.md +192 -0
- package/skills/era-ui/references/releases/30.md +115 -0
- package/skills/era-ui/references/releases/31.md +15 -0
- package/skills/era-ui/references/releases/32.md +21 -0
- package/skills/era-ui/references/releases/33.md +25 -0
- package/skills/era-ui/references/releases/34.md +39 -0
- package/skills/era-ui/references/releases/4.md +366 -0
- package/skills/era-ui/references/releases/5.md +43 -0
- package/skills/era-ui/references/releases/6.md +11 -0
- package/skills/era-ui/references/releases/7.md +17 -0
- package/skills/era-ui/references/releases/8.md +11 -0
- package/skills/era-ui/references/releases/9.md +11 -0
- package/skills/era-ui/references/releases/index.md +42 -0
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# Era UI v25 release history
|
|
2
|
+
|
|
3
|
+
## [25.1.1](https://github.com/sig-nine/era-ui/compare/v25.1.0...v25.1.1) (2026-08-12)
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* **surfaces:** a floating panel draws one edge, not two ([e784926](https://github.com/sig-nine/era-ui/commit/e784926929ebe41a2b074752b45da030c0f637c6))
|
|
8
|
+
|
|
9
|
+
## [25.1.0](https://github.com/sig-nine/era-ui/compare/v25.0.0...v25.1.0) (2026-08-12)
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* **tree:** export ancestorPath standalone, and record the real scale number ([57650ca](https://github.com/sig-nine/era-ui/commit/57650ca9b7106afdc23ab9bdc02ae1a64c65fc55))
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* **test:** ancestorPath test runs in Node, not through a Vite import path ([20bae4e](https://github.com/sig-nine/era-ui/commit/20bae4e4b8330ae2e220f7243c53c343cfa0a39a))
|
|
18
|
+
* **tree:** ancestorPath is its own runes-free module ([93e427d](https://github.com/sig-nine/era-ui/commit/93e427d715d58c4aa69f5d0fdfa38b167be8e3b0))
|
|
19
|
+
|
|
20
|
+
## [25.0.0](https://github.com/sig-nine/era-ui/compare/v24.0.3...v25.0.0) (2026-08-12)
|
|
21
|
+
|
|
22
|
+
### ⚠ BREAKING CHANGES
|
|
23
|
+
|
|
24
|
+
* **dialog:** `Dialog.Content` and `AlertDialog.Content` are capped at 85dvh
|
|
25
|
+
and scroll internally. A consumer relying on a dialog growing past the viewport
|
|
26
|
+
— or on their own `max-h`/`overflow` landing on the panel rather than the body —
|
|
27
|
+
should check those call sites; a project-level override of the same shape can be
|
|
28
|
+
dropped.
|
|
29
|
+
|
|
30
|
+
### Features
|
|
31
|
+
|
|
32
|
+
* **tree:** a disclosure hierarchy with real tree semantics ([a09d57f](https://github.com/sig-nine/era-ui/commit/a09d57f5f6a2a7b0e1eb3b7ab2ef603b649f4401))
|
|
33
|
+
|
|
34
|
+
### Bug Fixes
|
|
35
|
+
|
|
36
|
+
* **dialog:** a dialog taller than the viewport is unusable, not degraded ([6cde465](https://github.com/sig-nine/era-ui/commit/6cde46559188d9bb0e278073b25f8cb713babdb1))
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# Era UI v26 release history
|
|
2
|
+
|
|
3
|
+
## [26.1.1](https://github.com/sig-nine/era-ui/compare/v26.1.0...v26.1.1) (2026-08-14)
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* **nav:** the link variant's current weight is 600, because 500 does nothing in mono ([012eeed](https://github.com/sig-nine/era-ui/commit/012eeedc34cfe42088a3d75c7fdc1f9d28b804cd))
|
|
8
|
+
|
|
9
|
+
## [26.1.0](https://github.com/sig-nine/era-ui/compare/v26.0.1...v26.1.0) (2026-08-14)
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* **nav:** a link variant, and a current face that survives a theme change ([6f3b9ae](https://github.com/sig-nine/era-ui/commit/6f3b9ae8e56d0f1d0c5ba2b4ede696011f49bdc9))
|
|
14
|
+
|
|
15
|
+
## [26.0.1](https://github.com/sig-nine/era-ui/compare/v26.0.0...v26.0.1) (2026-08-14)
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* **command:** a row carries its OWN tier's radius, not the container's minus a gap ([3dfb601](https://github.com/sig-nine/era-ui/commit/3dfb6012107eda9e2ad460ae4a4fda1f19320e20))
|
|
20
|
+
|
|
21
|
+
### Reverts
|
|
22
|
+
|
|
23
|
+
* **pane:** the handle stays 24px — it was never part of the fix ([df20dde](https://github.com/sig-nine/era-ui/commit/df20dde6b15c13c9ce6664c222ce9c24f0d3e5e1))
|
|
24
|
+
|
|
25
|
+
## [26.0.0](https://github.com/sig-nine/era-ui/compare/v25.1.1...v26.0.0) (2026-08-14)
|
|
26
|
+
|
|
27
|
+
### ⚠ BREAKING CHANGES
|
|
28
|
+
|
|
29
|
+
* **pane:** `Pane.Root` is `rounded-bar` and publishes
|
|
30
|
+
`--era-container-rd`, and `Pane.Handle` is bar-tier (32px at dense, was 24).
|
|
31
|
+
Panes are visibly rounder with a taller title bar, and any `rounded-row`
|
|
32
|
+
descendant now derives from the pane rather than from the fallback. A consumer
|
|
33
|
+
who compensated for the old radius should drop that compensation.
|
|
34
|
+
|
|
35
|
+
### Bug Fixes
|
|
36
|
+
|
|
37
|
+
* **pane:** the pane never published its radius, so every row derived the wrong one ([421eb50](https://github.com/sig-nine/era-ui/commit/421eb508c82b04ec7178ad343ab1a8f045402f06))
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# Era UI v27 release history
|
|
2
|
+
|
|
3
|
+
## [27.0.0](https://github.com/sig-nine/era-ui/compare/v26.1.1...v27.0.0) (2026-08-14)
|
|
4
|
+
|
|
5
|
+
### ⚠ BREAKING CHANGES
|
|
6
|
+
|
|
7
|
+
* **docs:** @signal9/era-ui/docs/llms-txt is removed. It resolved through
|
|
8
|
+
the ./* wildcard rather than by design, and returned stale content — the
|
|
9
|
+
served /llms.txt and /llms-full.txt are unaffected.
|
|
10
|
+
|
|
11
|
+
Claude-Session: https://claude.ai/code/session_011FjvULDrmxd61z2xUnYs6Z
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **docs:** delete the llms.txt builder nothing has called since it was copied ([6986b0d](https://github.com/sig-nine/era-ui/commit/6986b0d0d79839901d7a04b1bf4997d03f2e5b9d))
|
|
16
|
+
* **docs:** the registry parser dropped two components and misattributed a third ([374ec4b](https://github.com/sig-nine/era-ui/commit/374ec4b69d68e6061bfcddadc7d61d46a662ccd5))
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# Era UI v28 release history
|
|
2
|
+
|
|
3
|
+
## [28.0.0](https://github.com/sig-nine/era-ui/compare/v27.0.0...v28.0.0) (2026-08-15)
|
|
4
|
+
|
|
5
|
+
### ⚠ BREAKING CHANGES
|
|
6
|
+
|
|
7
|
+
* **nav:** Nav.Item variant="link" no longer bolds the current item.
|
|
8
|
+
Consumers relying on the weight cue should expect the 2px underline to carry
|
|
9
|
+
it. variant="filled" is untouched.
|
|
10
|
+
|
|
11
|
+
Claude-Session: https://claude.ai/code/session_011FjvULDrmxd61z2xUnYs6Z
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **nav:** the link variant's current item is thicker, not bolder ([459e797](https://github.com/sig-nine/era-ui/commit/459e797d6e9a4e2d65bf176cc80d9a176d4fd2e7))
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# Era UI v29 release history
|
|
2
|
+
|
|
3
|
+
## [29.0.0](https://github.com/sig-nine/era-ui/compare/v28.0.0...v29.0.0) (2026-08-15)
|
|
4
|
+
|
|
5
|
+
### ⚠ BREAKING CHANGES
|
|
6
|
+
|
|
7
|
+
* **surfaces:** on flat, floating panels (all seventeen on the shared recipe)
|
|
8
|
+
no longer draw a 1px ring, and --era-surface-bg-elevated is a tone step rather
|
|
9
|
+
than an alias of --era-surface-bg. A consumer relying on the ring should expect
|
|
10
|
+
the fill to carry it.
|
|
11
|
+
|
|
12
|
+
Claude-Session: https://claude.ai/code/session_011FjvULDrmxd61z2xUnYs6Z
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* **progress,meter,slider,switch:** a recessed track wears the recessed tier ([b318a50](https://github.com/sig-nine/era-ui/commit/b318a50e83f181546329633015d3e1ec3b892f7f))
|
|
17
|
+
* **surfaces:** flat draws no edge around a floating panel; the raised tier has a tone ([47cc115](https://github.com/sig-nine/era-ui/commit/47cc11537bf93456fb734d11a1b1baea540f1c80))
|
|
@@ -0,0 +1,192 @@
|
|
|
1
|
+
# Era UI v3 release history
|
|
2
|
+
|
|
3
|
+
## [3.17.1](https://github.com/sig-nine/era-ui/compare/v3.17.0...v3.17.1) (2026-07-27)
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* **os:** make the live layout per-tab so two tabs stop clobbering ([361096c](https://github.com/sig-nine/era-ui/commit/361096cbd14cde34871d82afbfd4a5435f658b8f))
|
|
8
|
+
|
|
9
|
+
## [3.17.0](https://github.com/sig-nine/era-ui/compare/v3.16.0...v3.17.0) (2026-07-27)
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* **notes:** outline the bubble toolbar ([0ca9d20](https://github.com/sig-nine/era-ui/commit/0ca9d20a6cf931d8d749766a3ed5c92be065adda))
|
|
14
|
+
* **os:** persist the desktop to localStorage across reloads ([b4f0a0f](https://github.com/sig-nine/era-ui/commit/b4f0a0f73793d8a084df35d70891addef00e405e))
|
|
15
|
+
|
|
16
|
+
## [3.16.0](https://github.com/sig-nine/era-ui/compare/v3.15.0...v3.16.0) (2026-07-27)
|
|
17
|
+
|
|
18
|
+
### Features
|
|
19
|
+
|
|
20
|
+
* **os:** workspace snapshot spec + export button in the docs tray ([5455e95](https://github.com/sig-nine/era-ui/commit/5455e95437773357643a19aae01b980863756057))
|
|
21
|
+
|
|
22
|
+
### Bug Fixes
|
|
23
|
+
|
|
24
|
+
* **test:** resolve the dev-server import so typecheck passes ([c689c50](https://github.com/sig-nine/era-ui/commit/c689c50471d5fbc57479a372bd8ad65ed871e8ce))
|
|
25
|
+
|
|
26
|
+
## [3.15.0](https://github.com/sig-nine/era-ui/compare/v3.14.1...v3.15.0) (2026-07-27)
|
|
27
|
+
|
|
28
|
+
### Features
|
|
29
|
+
|
|
30
|
+
* **notes:** context menu on list rows; enlarge the pane close glyph ([da6e0ad](https://github.com/sig-nine/era-ui/commit/da6e0adb2c97240acb5cd0959c2b19f036fca7d1))
|
|
31
|
+
|
|
32
|
+
## [3.14.1](https://github.com/sig-nine/era-ui/compare/v3.14.0...v3.14.1) (2026-07-27)
|
|
33
|
+
|
|
34
|
+
### Bug Fixes
|
|
35
|
+
|
|
36
|
+
* **notes:** pin the bubble toolbar to the selection range, not its rect ([f0ab74b](https://github.com/sig-nine/era-ui/commit/f0ab74be7507644c0c8f5e8cf93f4487e6210f40))
|
|
37
|
+
|
|
38
|
+
## [3.14.0](https://github.com/sig-nine/era-ui/compare/v3.13.2...v3.14.0) (2026-07-27)
|
|
39
|
+
|
|
40
|
+
### Features
|
|
41
|
+
|
|
42
|
+
* **input:** add icon and bare variants; use them in Notes ([be376cd](https://github.com/sig-nine/era-ui/commit/be376cd0c02dcf5dbc60e4900591971ed36325c5))
|
|
43
|
+
|
|
44
|
+
## [3.13.2](https://github.com/sig-nine/era-ui/compare/v3.13.1...v3.13.2) (2026-07-27)
|
|
45
|
+
|
|
46
|
+
### Bug Fixes
|
|
47
|
+
|
|
48
|
+
* **notes:** centre the bubble toolbar on the selection, put it on-tier ([f67a548](https://github.com/sig-nine/era-ui/commit/f67a5480d7638d731bdb43cb849702638c290524))
|
|
49
|
+
|
|
50
|
+
## [3.13.1](https://github.com/sig-nine/era-ui/compare/v3.13.0...v3.13.1) (2026-07-27)
|
|
51
|
+
|
|
52
|
+
### Bug Fixes
|
|
53
|
+
|
|
54
|
+
* **notes:** one tier across the app chrome, restore era's selection ([e6a9112](https://github.com/sig-nine/era-ui/commit/e6a9112f6c60d43979d3ed6bcd10164ef8d0cb7a))
|
|
55
|
+
|
|
56
|
+
## [3.13.0](https://github.com/sig-nine/era-ui/compare/v3.12.4...v3.13.0) (2026-07-27)
|
|
57
|
+
|
|
58
|
+
### Features
|
|
59
|
+
|
|
60
|
+
* **apps:** move the LLM Shell into the apps layer ([ce1c8b4](https://github.com/sig-nine/era-ui/commit/ce1c8b48cb063417f09b72582287f5c1641187e8))
|
|
61
|
+
|
|
62
|
+
## [3.12.4](https://github.com/sig-nine/era-ui/compare/v3.12.3...v3.12.4) (2026-07-27)
|
|
63
|
+
|
|
64
|
+
### Bug Fixes
|
|
65
|
+
|
|
66
|
+
* **notes:** even the filter-bar search icon, with a test first ([547ad3c](https://github.com/sig-nine/era-ui/commit/547ad3c55da4da9c1f740f699d19ac19a3cdbc0c))
|
|
67
|
+
|
|
68
|
+
## [3.12.3](https://github.com/sig-nine/era-ui/compare/v3.12.2...v3.12.3) (2026-07-27)
|
|
69
|
+
|
|
70
|
+
### Bug Fixes
|
|
71
|
+
|
|
72
|
+
* **notes:** stop flex squashing the slash-menu rows ([e46b94b](https://github.com/sig-nine/era-ui/commit/e46b94bb2827eaaf8cc4a49f1e2e88416e00d31f))
|
|
73
|
+
|
|
74
|
+
## [3.12.2](https://github.com/sig-nine/era-ui/compare/v3.12.1...v3.12.2) (2026-07-27)
|
|
75
|
+
|
|
76
|
+
### Bug Fixes
|
|
77
|
+
|
|
78
|
+
* **notes:** match the reference geometry, fix highlight and slash menu ([c4da17d](https://github.com/sig-nine/era-ui/commit/c4da17d35a26d46b06f1e3d8be9d0edfd18f9ba1))
|
|
79
|
+
|
|
80
|
+
## [3.12.1](https://github.com/sig-nine/era-ui/compare/v3.12.0...v3.12.1) (2026-07-27)
|
|
81
|
+
|
|
82
|
+
### Bug Fixes
|
|
83
|
+
|
|
84
|
+
* **notes:** put the list-row actions on the xxs tier ([157d5dd](https://github.com/sig-nine/era-ui/commit/157d5dd2d8f70c3d785b4024cd3444e69ba6650e))
|
|
85
|
+
|
|
86
|
+
## [3.12.0](https://github.com/sig-nine/era-ui/compare/v3.11.0...v3.12.0) (2026-07-27)
|
|
87
|
+
|
|
88
|
+
### Features
|
|
89
|
+
|
|
90
|
+
* **notes:** make the docs page the bare app, move usage to a window ([d8b6a36](https://github.com/sig-nine/era-ui/commit/d8b6a368aadfe07e9dcad4754948cdb4cb6ac179))
|
|
91
|
+
|
|
92
|
+
## [3.11.0](https://github.com/sig-nine/era-ui/compare/v3.10.0...v3.11.0) (2026-07-26)
|
|
93
|
+
|
|
94
|
+
### Features
|
|
95
|
+
|
|
96
|
+
* **apps:** add the Notes app behind a new apps layer ([ba7c0fa](https://github.com/sig-nine/era-ui/commit/ba7c0fa93a89f58a294c55facc9213a5763d27e3))
|
|
97
|
+
|
|
98
|
+
### Bug Fixes
|
|
99
|
+
|
|
100
|
+
* **utils:** unpin the tw-merge config type so createTV accepts it ([4a9e335](https://github.com/sig-nine/era-ui/commit/4a9e33551fcaa950f7a4d1724f73a74e2e68a30f))
|
|
101
|
+
|
|
102
|
+
## [3.10.0](https://github.com/sig-nine/era-ui/compare/v3.9.0...v3.10.0) (2026-07-26)
|
|
103
|
+
|
|
104
|
+
### Features
|
|
105
|
+
|
|
106
|
+
* **themes:** white glyph on destructive, signalnine light roles ([d8088d7](https://github.com/sig-nine/era-ui/commit/d8088d7cbdd18291fe743d5002a0fd901659d5b0)), closes [#e6ecfe](https://github.com/sig-nine/era-ui/issues/e6ecfe) [#9eb4db](https://github.com/sig-nine/era-ui/issues/9eb4db) [#698ac1](https://github.com/sig-nine/era-ui/issues/698ac1) [#1d3994](https://github.com/sig-nine/era-ui/issues/1d3994)
|
|
107
|
+
|
|
108
|
+
## [3.9.0](https://github.com/sig-nine/era-ui/compare/v3.8.1...v3.9.0) (2026-07-26)
|
|
109
|
+
|
|
110
|
+
### Features
|
|
111
|
+
|
|
112
|
+
* **themes:** dark glyph on destructive, deeper red ([1c0cc4d](https://github.com/sig-nine/era-ui/commit/1c0cc4d0a57ff9330a47d83aee7bacaf53bd607e)), closes [#ff0000](https://github.com/sig-nine/era-ui/issues/ff0000) [#eb001a](https://github.com/sig-nine/era-ui/issues/eb001a) [#ff0000](https://github.com/sig-nine/era-ui/issues/ff0000)
|
|
113
|
+
|
|
114
|
+
## [3.8.1](https://github.com/sig-nine/era-ui/compare/v3.8.0...v3.8.1) (2026-07-26)
|
|
115
|
+
|
|
116
|
+
### Bug Fixes
|
|
117
|
+
|
|
118
|
+
* **switch:** even the thumb gap at both ends of the track ([f8331cb](https://github.com/sig-nine/era-ui/commit/f8331cb9c6d1d4e0f1f72a66f2722c0ed8c6a400))
|
|
119
|
+
|
|
120
|
+
## [3.8.0](https://github.com/sig-nine/era-ui/compare/v3.7.0...v3.8.0) (2026-07-26)
|
|
121
|
+
|
|
122
|
+
### Features
|
|
123
|
+
|
|
124
|
+
* **themes:** rebuild signalnine light from measured yahoo.co.jp ([7ceeed3](https://github.com/sig-nine/era-ui/commit/7ceeed30a2b29baa1ec51e23acf649e95e2613d0)), closes [#FFFFFF](https://github.com/sig-nine/era-ui/issues/FFFFFF) [#F1F5FF](https://github.com/sig-nine/era-ui/issues/F1F5FF) [#E6ECFE](https://github.com/sig-nine/era-ui/issues/E6ECFE) [#CEDAF3](https://github.com/sig-nine/era-ui/issues/CEDAF3) [#A2B3D8](https://github.com/sig-nine/era-ui/issues/A2B3D8) [#698AC1](https://github.com/sig-nine/era-ui/issues/698AC1) [#666666](https://github.com/sig-nine/era-ui/issues/666666) [#000000](https://github.com/sig-nine/era-ui/issues/000000) [#4070FF](https://github.com/sig-nine/era-ui/issues/4070FF) [#EB0013](https://github.com/sig-nine/era-ui/issues/EB0013)
|
|
125
|
+
|
|
126
|
+
## [3.7.0](https://github.com/sig-nine/era-ui/compare/v3.6.0...v3.7.0) (2026-07-26)
|
|
127
|
+
|
|
128
|
+
### Features
|
|
129
|
+
|
|
130
|
+
* **logo:** add the signalnine dish mark as a dev component ([ff9b902](https://github.com/sig-nine/era-ui/commit/ff9b9027880c14c38fd0c44591d6dfbcb0219961))
|
|
131
|
+
|
|
132
|
+
## [3.6.0](https://github.com/sig-nine/era-ui/compare/v3.5.1...v3.6.0) (2026-07-26)
|
|
133
|
+
|
|
134
|
+
### Features
|
|
135
|
+
|
|
136
|
+
* **card:** add an auth demo, mask glyph tracks the corners axis ([a77c688](https://github.com/sig-nine/era-ui/commit/a77c688da8b31b3330bde2c8e4a20f3297e09720))
|
|
137
|
+
|
|
138
|
+
## [3.5.1](https://github.com/sig-nine/era-ui/compare/v3.5.0...v3.5.1) (2026-07-26)
|
|
139
|
+
|
|
140
|
+
### Bug Fixes
|
|
141
|
+
|
|
142
|
+
* **changelog:** stop section badges stretching, space the cards ([5e35d9e](https://github.com/sig-nine/era-ui/commit/5e35d9e1042819bbf5d6e415860899e3f98db5e7))
|
|
143
|
+
|
|
144
|
+
## [3.5.0](https://github.com/sig-nine/era-ui/compare/v3.4.0...v3.5.0) (2026-07-26)
|
|
145
|
+
|
|
146
|
+
### Features
|
|
147
|
+
|
|
148
|
+
* **themes:** add signalnine light and dark ([17d6bea](https://github.com/sig-nine/era-ui/commit/17d6bea40a1e1264d86103974858d0c9129b1e31))
|
|
149
|
+
|
|
150
|
+
## [3.4.0](https://github.com/sig-nine/era-ui/compare/v3.3.0...v3.4.0) (2026-07-26)
|
|
151
|
+
|
|
152
|
+
### Features
|
|
153
|
+
|
|
154
|
+
* **docs:** rename the About guide to Getting started ([af65c4a](https://github.com/sig-nine/era-ui/commit/af65c4ad2a904d25b9cd548e057afdb254e3593c))
|
|
155
|
+
|
|
156
|
+
## [3.3.0](https://github.com/sig-nine/era-ui/compare/v3.2.0...v3.3.0) (2026-07-23)
|
|
157
|
+
|
|
158
|
+
### Features
|
|
159
|
+
|
|
160
|
+
* **taskbar:** add showWindowsCommand to hide the built-in windows view ([cc1050a](https://github.com/sig-nine/era-ui/commit/cc1050ad287729dbd8ddc25d0b09be08937fee82))
|
|
161
|
+
|
|
162
|
+
## [3.2.0](https://github.com/sig-nine/era-ui/compare/v3.1.0...v3.2.0) (2026-07-23)
|
|
163
|
+
|
|
164
|
+
### Features
|
|
165
|
+
|
|
166
|
+
* **taskbar:** add showWorkspaces to hide the multi-workspace UI ([0acf0b6](https://github.com/sig-nine/era-ui/commit/0acf0b6260852b1d1bebe4660fd136308e720404))
|
|
167
|
+
|
|
168
|
+
## [3.1.0](https://github.com/sig-nine/era-ui/compare/v3.0.1...v3.1.0) (2026-07-18)
|
|
169
|
+
|
|
170
|
+
### Features
|
|
171
|
+
|
|
172
|
+
* **styles:** alias shadow-sm to the era control edge ([6de71c0](https://github.com/sig-nine/era-ui/commit/6de71c04ea3fa180328fd7af76055bd772bfafc0))
|
|
173
|
+
* **styles:** export the era scales as named tailwind utilities ([f3c54f5](https://github.com/sig-nine/era-ui/commit/f3c54f5dcaa7835630cfe765155b836cba83c35c))
|
|
174
|
+
|
|
175
|
+
## [3.0.1](https://github.com/sig-nine/era-ui/compare/v3.0.0...v3.0.1) (2026-07-17)
|
|
176
|
+
|
|
177
|
+
### Bug Fixes
|
|
178
|
+
|
|
179
|
+
* **code-block:** solid fill under the copy button ([0dd4a46](https://github.com/sig-nine/era-ui/commit/0dd4a46c6ef7c1eed93a0f7a8f3c588efc97ffd7))
|
|
180
|
+
|
|
181
|
+
## [3.0.0](https://github.com/sig-nine/era-ui/compare/v2.38.0...v3.0.0) (2026-07-17)
|
|
182
|
+
|
|
183
|
+
### ⚠ BREAKING CHANGES
|
|
184
|
+
|
|
185
|
+
* **surface:** data-surface="cartoon" no longer exists — subtrees pinned to
|
|
186
|
+
it fall back to the flat contract; --era-press-shift-x/-y tokens are gone.
|
|
187
|
+
|
|
188
|
+
Claude-Session: https://claude.ai/code/session_01FKXLFHdgrLp9sBjCfgLh1y
|
|
189
|
+
|
|
190
|
+
### Features
|
|
191
|
+
|
|
192
|
+
* **surface:** remove the cartoon surface ([42782a6](https://github.com/sig-nine/era-ui/commit/42782a6562f75893c9133c1330b12538fa77e76d))
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
# Era UI v30 release history
|
|
2
|
+
|
|
3
|
+
## [30.8.0](https://github.com/sig-nine/era-ui/compare/v30.7.0...v30.8.0) (2026-08-16)
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
* **button:** busy is in-flight without a spinner ([e163c39](https://github.com/sig-nine/era-ui/commit/e163c39b33b4e73e179f59324b6797d64b7563e3))
|
|
8
|
+
|
|
9
|
+
## [30.7.0](https://github.com/sig-nine/era-ui/compare/v30.6.0...v30.7.0) (2026-08-16)
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* **meter:** buffer shades a region that is already accounted for ([b534f97](https://github.com/sig-nine/era-ui/commit/b534f975bef34a39e0edab824d62388c9175677d))
|
|
14
|
+
|
|
15
|
+
## [30.6.0](https://github.com/sig-nine/era-ui/compare/v30.5.1...v30.6.0) (2026-08-16)
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
* **meter:** threshold marks a boundary inside the range ([85f5a13](https://github.com/sig-nine/era-ui/commit/85f5a13096cb57656665256219438b69f10a6de2))
|
|
20
|
+
|
|
21
|
+
## [30.5.1](https://github.com/sig-nine/era-ui/compare/v30.5.0...v30.5.1) (2026-08-16)
|
|
22
|
+
|
|
23
|
+
### Bug Fixes
|
|
24
|
+
|
|
25
|
+
* **card:** a pressable card depresses, and the tones say what they paint ([7890b96](https://github.com/sig-nine/era-ui/commit/7890b969b5064df8a6716d530e21a82f23e68601))
|
|
26
|
+
|
|
27
|
+
## [30.5.0](https://github.com/sig-nine/era-ui/compare/v30.4.0...v30.5.0) (2026-08-16)
|
|
28
|
+
|
|
29
|
+
### Features
|
|
30
|
+
|
|
31
|
+
* **meter:** start and end snippets caption what the range means ([1a6bf54](https://github.com/sig-nine/era-ui/commit/1a6bf544b5b3992649f66c5e9a05f24057f495cd))
|
|
32
|
+
|
|
33
|
+
## [30.4.0](https://github.com/sig-nine/era-ui/compare/v30.3.0...v30.4.0) (2026-08-16)
|
|
34
|
+
|
|
35
|
+
### Features
|
|
36
|
+
|
|
37
|
+
* **nav:** the current-item cue is a choice, not a merge trick ([09a6f1f](https://github.com/sig-nine/era-ui/commit/09a6f1ffdfb0e89437691f72b2323401d5112882))
|
|
38
|
+
|
|
39
|
+
## [30.3.0](https://github.com/sig-nine/era-ui/compare/v30.2.2...v30.3.0) (2026-08-16)
|
|
40
|
+
|
|
41
|
+
### Features
|
|
42
|
+
|
|
43
|
+
* **themes:** an informational blue that is nobody's call to action ([b99eca7](https://github.com/sig-nine/era-ui/commit/b99eca712bf0b2ff1b8d19dc771cb4622a74d98f))
|
|
44
|
+
|
|
45
|
+
## [30.2.2](https://github.com/sig-nine/era-ui/compare/v30.2.1...v30.2.2) (2026-08-16)
|
|
46
|
+
|
|
47
|
+
### Bug Fixes
|
|
48
|
+
|
|
49
|
+
* **provider:** portalled content keeps its axes with no trigger rendered ([ed15a44](https://github.com/sig-nine/era-ui/commit/ed15a445eccafa582907e4bf08d9735edd9140cf))
|
|
50
|
+
|
|
51
|
+
## [30.2.1](https://github.com/sig-nine/era-ui/compare/v30.2.0...v30.2.1) (2026-08-16)
|
|
52
|
+
|
|
53
|
+
### Bug Fixes
|
|
54
|
+
|
|
55
|
+
* **select:** the multi-value chips no longer nest a button in the trigger ([c7ff9a2](https://github.com/sig-nine/era-ui/commit/c7ff9a27469b4f5ef2059e4616af38c2bdede8f7))
|
|
56
|
+
|
|
57
|
+
## [30.2.0](https://github.com/sig-nine/era-ui/compare/v30.1.4...v30.2.0) (2026-08-16)
|
|
58
|
+
|
|
59
|
+
### Features
|
|
60
|
+
|
|
61
|
+
* **separator:** a vertical rule can have a height of its own ([5948dfd](https://github.com/sig-nine/era-ui/commit/5948dfddd3624285764592d154af84eebdd7a448))
|
|
62
|
+
|
|
63
|
+
### Bug Fixes
|
|
64
|
+
|
|
65
|
+
* **separator:** the slant divides text, so it renders a span ([d99eb30](https://github.com/sig-nine/era-ui/commit/d99eb3069b01567966aaf73b4b39e4ce08ba8549))
|
|
66
|
+
|
|
67
|
+
## [30.1.4](https://github.com/sig-nine/era-ui/compare/v30.1.3...v30.1.4) (2026-08-16)
|
|
68
|
+
|
|
69
|
+
### Bug Fixes
|
|
70
|
+
|
|
71
|
+
* **button:** loading no longer changes the control's width ([7931edb](https://github.com/sig-nine/era-ui/commit/7931edbdb7cbcabf496586983836fc8bf1832e42))
|
|
72
|
+
|
|
73
|
+
## [30.1.3](https://github.com/sig-nine/era-ui/compare/v30.1.2...v30.1.3) (2026-08-16)
|
|
74
|
+
|
|
75
|
+
### Bug Fixes
|
|
76
|
+
|
|
77
|
+
* **os:** stop printing a framework warning into consumer consoles ([312e1d5](https://github.com/sig-nine/era-ui/commit/312e1d531f4df19443282917819700b66f37ccfe))
|
|
78
|
+
|
|
79
|
+
## [30.1.2](https://github.com/sig-nine/era-ui/compare/v30.1.1...v30.1.2) (2026-08-16)
|
|
80
|
+
|
|
81
|
+
### Bug Fixes
|
|
82
|
+
|
|
83
|
+
* **tracks:** a filled meter keeps the well it sits in ([ef3ee9c](https://github.com/sig-nine/era-ui/commit/ef3ee9c03927d4caf261cf8ca43dcf7b55afaa36))
|
|
84
|
+
|
|
85
|
+
## [30.1.1](https://github.com/sig-nine/era-ui/compare/v30.1.0...v30.1.1) (2026-08-16)
|
|
86
|
+
|
|
87
|
+
### Bug Fixes
|
|
88
|
+
|
|
89
|
+
* **button:** caps is a descender fix, not a case fix — and it costs a baseline ([0759f70](https://github.com/sig-nine/era-ui/commit/0759f70b0c23078e89d187c26c0b0c619d77a2ba))
|
|
90
|
+
|
|
91
|
+
## [30.1.0](https://github.com/sig-nine/era-ui/compare/v30.0.1...v30.1.0) (2026-08-16)
|
|
92
|
+
|
|
93
|
+
### Features
|
|
94
|
+
|
|
95
|
+
* **button,nav:** a caps prop, because an all-caps label is trimmed to the wrong band ([85bbe7a](https://github.com/sig-nine/era-ui/commit/85bbe7a1478913888445c97173cc0160c235f3aa))
|
|
96
|
+
|
|
97
|
+
## [30.0.1](https://github.com/sig-nine/era-ui/compare/v30.0.0...v30.0.1) (2026-08-15)
|
|
98
|
+
|
|
99
|
+
### Bug Fixes
|
|
100
|
+
|
|
101
|
+
* **provider:** export axesAt/carryAxes, and gate the class of bug that hid them ([59ac508](https://github.com/sig-nine/era-ui/commit/59ac50883fcf198a14bfcbfebf38bab3c06073ed))
|
|
102
|
+
|
|
103
|
+
## [30.0.0](https://github.com/sig-nine/era-ui/compare/v29.0.0...v30.0.0) (2026-08-15)
|
|
104
|
+
|
|
105
|
+
### ⚠ BREAKING CHANGES
|
|
106
|
+
|
|
107
|
+
* **notes:** createOverlayHost(from) now requires the element the overlay
|
|
108
|
+
belongs to. It is internal to the notes app, which is not published.
|
|
109
|
+
|
|
110
|
+
Claude-Session: https://claude.ai/code/session_011FjvULDrmxd61z2xUnYs6Z
|
|
111
|
+
|
|
112
|
+
### Bug Fixes
|
|
113
|
+
|
|
114
|
+
* **apps:** an icon beside a label goes in lead, not in children ([15d0589](https://github.com/sig-nine/era-ui/commit/15d0589045929c11b4dd6a29ef4f8a570c9a0156))
|
|
115
|
+
* **notes:** the editor's overlay hosts carry the axes of the editor ([6a630c1](https://github.com/sig-nine/era-ui/commit/6a630c12d5847490305f279c73800e63094e5f8b))
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# Era UI v31 release history
|
|
2
|
+
|
|
3
|
+
## [31.0.0](https://github.com/sig-nine/era-ui/compare/v30.8.0...v31.0.0) (2026-08-21)
|
|
4
|
+
|
|
5
|
+
### ⚠ BREAKING CHANGES
|
|
6
|
+
|
|
7
|
+
* **geometry:** Bounded chrome now uses tier-* utilities; rounded-row and --era-container-rd are removed. Bar content no longer accepts tier and must name the actual inner tier when overriding its canonical default. Corner-mode changes now snap because intermediate radius scaling is not concentric.
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **card:** sink content with the bevel press ([7dbc709](https://github.com/sig-nine/era-ui/commit/7dbc709ff723c645cc92e586f98fb4c9218c8c1c))
|
|
12
|
+
|
|
13
|
+
### Code Refactoring
|
|
14
|
+
|
|
15
|
+
* **geometry:** make tier concentricity structural ([e3d2c70](https://github.com/sig-nine/era-ui/commit/e3d2c7012039fb130163a1f4cfc39b745df07261))
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# Era UI v32 release history
|
|
2
|
+
|
|
3
|
+
## [32.0.1](https://github.com/sig-nine/era-ui/compare/v32.0.0...v32.0.1) (2026-08-22)
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* **pane:** give close glyph a three-pixel inset ([f5ddcb9](https://github.com/sig-nine/era-ui/commit/f5ddcb92321d09e9caee697b25c23404f79de0e3))
|
|
8
|
+
|
|
9
|
+
## [32.0.0](https://github.com/sig-nine/era-ui/compare/v31.0.0...v32.0.0) (2026-08-21)
|
|
10
|
+
|
|
11
|
+
### ⚠ BREAKING CHANGES
|
|
12
|
+
|
|
13
|
+
* **surfaces:** glass-blur, --era-blur, and --era-saturate are removed. Floating chrome now uses material-popover, material-panel, or surface-backdrop; custom surfaces must implement the complete primitive contract, including backdrop and compact press tokens. surfaces/base.css is split into contract.css and flat.css.
|
|
14
|
+
|
|
15
|
+
### Performance Improvements
|
|
16
|
+
|
|
17
|
+
* **test:** cut the Playwright loop to thirty seconds ([a7cbd1f](https://github.com/sig-nine/era-ui/commit/a7cbd1fe8b94cdbf437db972a202893ae508eebb))
|
|
18
|
+
|
|
19
|
+
### Code Refactoring
|
|
20
|
+
|
|
21
|
+
* **surfaces:** make material roles structural ([3a9a0cb](https://github.com/sig-nine/era-ui/commit/3a9a0cb503c7a9ae9766867cdf6e4d95667d4ba2))
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# Era UI v33 release history
|
|
2
|
+
|
|
3
|
+
## [33.0.1](https://github.com/sig-nine/era-ui/compare/v33.0.0...v33.0.1) (2026-08-22)
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* **release:** authenticate registry byte proof ([cd99e0a](https://github.com/sig-nine/era-ui/commit/cd99e0a618295dc3b40d2dd6e16ec3a0883f214c))
|
|
8
|
+
|
|
9
|
+
## [33.0.0](https://github.com/sig-nine/era-ui/compare/v32.0.1...v33.0.0) (2026-08-22)
|
|
10
|
+
|
|
11
|
+
### ⚠ BREAKING CHANGES
|
|
12
|
+
|
|
13
|
+
* generated documentation is no longer tracked; component metadata aggregates are generated; new primitives must use local contracts and executable fixtures; CI and deployment now require the pinned Node/npm/Playwright toolchain.
|
|
14
|
+
* Development and release tooling now requires Node 24+ and npm 11+. The public /measurements and /audit documentation routes are removed; agent instrumentation now lives at /__harness/audit. Component import specifiers remain unchanged.
|
|
15
|
+
|
|
16
|
+
### Features
|
|
17
|
+
|
|
18
|
+
* introduce contract-driven development architecture ([7fe2d18](https://github.com/sig-nine/era-ui/commit/7fe2d18f6f4cc6d704f6f21d097297a2b865b2e2))
|
|
19
|
+
* make era self-operating ([3d84958](https://github.com/sig-nine/era-ui/commit/3d8495820168bc890dceec710458fe794c91dcd4))
|
|
20
|
+
|
|
21
|
+
### Bug Fixes
|
|
22
|
+
|
|
23
|
+
* **ci:** bound the release browser proof ([2f009c0](https://github.com/sig-nine/era-ui/commit/2f009c0925d673797814f7ff13aff2ca9eb33c33))
|
|
24
|
+
* **ci:** isolate generated consumer artifacts ([e069670](https://github.com/sig-nine/era-ui/commit/e06967000a0d12f2d2b7586a02a970c1af43a70f))
|
|
25
|
+
* **ci:** stabilize bounded verification ([2c5e940](https://github.com/sig-nine/era-ui/commit/2c5e94066df8fa1c97f7630206c06499c81ce0ed))
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
# Era UI v34 release history
|
|
2
|
+
|
|
3
|
+
## [34.2.0](https://github.com/sig-nine/era-ui/compare/v34.1.0...v34.2.0) (2026-08-23)
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
* **alert:** add inline status feedback ([8dab14c](https://github.com/sig-nine/era-ui/commit/8dab14c40453ba7802a42f29c369baa0f5a4fefb))
|
|
8
|
+
|
|
9
|
+
## [34.1.0](https://github.com/sig-nine/era-ui/compare/v34.0.2...v34.1.0) (2026-08-23)
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* **release:** ship complete history with skill ([732f643](https://github.com/sig-nine/era-ui/commit/732f64320c9b45b00efba8c4d8edb3e3f0a45838))
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* **ci:** allow hosted build variance ([5c10461](https://github.com/sig-nine/era-ui/commit/5c104612109f475e4a205b6530eb7d080a783044))
|
|
18
|
+
|
|
19
|
+
## [34.0.2](https://github.com/sig-nine/era-ui/compare/v34.0.1...v34.0.2) (2026-08-23)
|
|
20
|
+
|
|
21
|
+
### Bug Fixes
|
|
22
|
+
|
|
23
|
+
* **bevel:** prioritize pressed controls and frame panes ([4c93c88](https://github.com/sig-nine/era-ui/commit/4c93c888e1b0a2306ca0cebb724ab0c1aa6b5f4a))
|
|
24
|
+
|
|
25
|
+
## [34.0.1](https://github.com/sig-nine/era-ui/compare/v34.0.0...v34.0.1) (2026-08-23)
|
|
26
|
+
|
|
27
|
+
### Bug Fixes
|
|
28
|
+
|
|
29
|
+
* **bevel:** preserve relief on colored faces ([bbd5044](https://github.com/sig-nine/era-ui/commit/bbd5044f4ac3d5c662f027176f5d929e1df448d1))
|
|
30
|
+
|
|
31
|
+
## [34.0.0](https://github.com/sig-nine/era-ui/compare/v33.0.1...v34.0.0) (2026-08-22)
|
|
32
|
+
|
|
33
|
+
### ⚠ BREAKING CHANGES
|
|
34
|
+
|
|
35
|
+
* **architecture:** package wildcards and the published skill/SKILL.md path are removed. Use the explicit component or AI subpath and skills/era-ui/SKILL.md.
|
|
36
|
+
|
|
37
|
+
### Features
|
|
38
|
+
|
|
39
|
+
* **architecture:** seal compatibility boundary ([7880b90](https://github.com/sig-nine/era-ui/commit/7880b902d857d38da1270574bd66744348894f77))
|