@signal9/era-ui 16.0.0 → 17.0.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 +2657 -0
- package/dist/era-ui.css +1 -1
- package/dist/generated-docs/llms-full.txt +34 -0
- package/dist/generated-docs/llms.txt +1 -0
- package/dist/generated-docs/manifest.json +12 -1
- package/dist/generated-docs/utilities.json +10 -0
- package/dist/generated-docs/utilities.md +33 -0
- package/dist/index.d.ts +0 -1
- package/dist/index.js +0 -1
- package/dist/styles/index.css +28 -0
- package/dist/ui/command/command-item.svelte +1 -1
- package/dist/ui/command/command-link-item.svelte +1 -1
- package/dist/ui/command/command-root.svelte +5 -1
- package/dist/utils/tw-merge-config.js +2 -2
- package/package.json +2 -1
- package/skill/SKILL.md +19 -4
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,2657 @@
|
|
|
1
|
+
## [17.0.0](https://github.com/sig-nine/era-ui/compare/v16.0.1...v17.0.0) (2026-08-09)
|
|
2
|
+
|
|
3
|
+
### ⚠ BREAKING CHANGES
|
|
4
|
+
|
|
5
|
+
* **concentricity:** a row is concentric WITH its gap, not instead of it
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
* **concentricity:** a row is concentric WITH its gap, not instead of it ([d6d7ba9](https://github.com/sig-nine/era-ui/commit/d6d7ba91fd9a80158111c97ccdfaa8711a46ffa4))
|
|
10
|
+
* **package:** ship the changelog ([0c40ed7](https://github.com/sig-nine/era-ui/commit/0c40ed7cb14f41fdfc5e4cd648cc4463e36e0ccb))
|
|
11
|
+
|
|
12
|
+
## [16.0.1](https://github.com/sig-nine/era-ui/compare/v16.0.0...v16.0.1) (2026-08-09)
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* **docs:** clear the last references to paths and names that no longer exist ([7c5f922](https://github.com/sig-nine/era-ui/commit/7c5f922f5177b9824c3e25c2adfe3890cfa2e2f2))
|
|
17
|
+
|
|
18
|
+
## [16.0.0](https://github.com/sig-nine/era-ui/compare/v15.0.0...v16.0.0) (2026-08-09)
|
|
19
|
+
|
|
20
|
+
### ⚠ BREAKING CHANGES
|
|
21
|
+
|
|
22
|
+
* **button:** the link variant IS era-link, and the docs that teach era were stale
|
|
23
|
+
|
|
24
|
+
### Bug Fixes
|
|
25
|
+
|
|
26
|
+
* **button:** the link variant IS era-link, and the docs that teach era were stale ([ed433e2](https://github.com/sig-nine/era-ui/commit/ed433e2e48c94e9b2f11b37ea3fe8fef20d7a0ec))
|
|
27
|
+
|
|
28
|
+
## [15.0.0](https://github.com/sig-nine/era-ui/compare/v14.2.1...v15.0.0) (2026-08-08)
|
|
29
|
+
|
|
30
|
+
### ⚠ BREAKING CHANGES
|
|
31
|
+
|
|
32
|
+
* **utils:** era's named classes have been unoverridable since v8
|
|
33
|
+
|
|
34
|
+
### Bug Fixes
|
|
35
|
+
|
|
36
|
+
* **utils:** era's named classes have been unoverridable since v8 ([166fae6](https://github.com/sig-nine/era-ui/commit/166fae622b9695060e0abcaea21219f12ac4ea62))
|
|
37
|
+
|
|
38
|
+
## [14.2.1](https://github.com/sig-nine/era-ui/compare/v14.2.0...v14.2.1) (2026-08-08)
|
|
39
|
+
|
|
40
|
+
### Bug Fixes
|
|
41
|
+
|
|
42
|
+
* **docs:** the library rail's rows were not concentric with their pane ([11fcb61](https://github.com/sig-nine/era-ui/commit/11fcb618070dbfb216d9023a39ac770820f2f2b8))
|
|
43
|
+
|
|
44
|
+
## [14.2.0](https://github.com/sig-nine/era-ui/compare/v14.1.1...v14.2.0) (2026-08-08)
|
|
45
|
+
|
|
46
|
+
### Features
|
|
47
|
+
|
|
48
|
+
* **audit:** flat was the unaudited surface, and it is the default ([09e68e3](https://github.com/sig-nine/era-ui/commit/09e68e32c584eedc58082644d018e643afd0d3ef))
|
|
49
|
+
|
|
50
|
+
## [14.1.1](https://github.com/sig-nine/era-ui/compare/v14.1.0...v14.1.1) (2026-08-08)
|
|
51
|
+
|
|
52
|
+
### Bug Fixes
|
|
53
|
+
|
|
54
|
+
* **surfaces:** flat had no way to separate a floating panel from the page ([f329475](https://github.com/sig-nine/era-ui/commit/f3294754df8ca1ddb461c42502cffc99df968eab))
|
|
55
|
+
|
|
56
|
+
## [14.1.0](https://github.com/sig-nine/era-ui/compare/v14.0.1...v14.1.0) (2026-08-08)
|
|
57
|
+
|
|
58
|
+
### Features
|
|
59
|
+
|
|
60
|
+
* **type:** headings join the density axis ([ccb5df4](https://github.com/sig-nine/era-ui/commit/ccb5df4ff8732b3af700f94710f8e75c9b85068b))
|
|
61
|
+
|
|
62
|
+
## [14.0.1](https://github.com/sig-nine/era-ui/compare/v14.0.0...v14.0.1) (2026-08-08)
|
|
63
|
+
|
|
64
|
+
### Bug Fixes
|
|
65
|
+
|
|
66
|
+
* **checks:** a gate that reported "ok" was checking 3% of what it claimed ([f07e21f](https://github.com/sig-nine/era-ui/commit/f07e21f16cf0f845cd62b722ef9912d800b1e38f))
|
|
67
|
+
|
|
68
|
+
## [14.0.0](https://github.com/sig-nine/era-ui/compare/v13.0.0...v14.0.0) (2026-08-08)
|
|
69
|
+
|
|
70
|
+
### ⚠ BREAKING CHANGES
|
|
71
|
+
|
|
72
|
+
* **docs:** 37 of 62 components documented an import that evaluates to undefined
|
|
73
|
+
|
|
74
|
+
### Bug Fixes
|
|
75
|
+
|
|
76
|
+
* **docs:** 37 of 62 components documented an import that evaluates to undefined ([d5491e5](https://github.com/sig-nine/era-ui/commit/d5491e5c6464557105313274b8503313b7ac1a39))
|
|
77
|
+
|
|
78
|
+
## [13.0.0](https://github.com/sig-nine/era-ui/compare/v12.1.2...v13.0.0) (2026-08-08)
|
|
79
|
+
|
|
80
|
+
### ⚠ BREAKING CHANGES
|
|
81
|
+
|
|
82
|
+
* **apps:** the apps layer leaves the package
|
|
83
|
+
* **button,chip,badge:** the label gets a slot of its own
|
|
84
|
+
* **styles:** era's tokens move into a cascade layer
|
|
85
|
+
* **layers:** z-index becomes a named contract instead of 23 copies of z-50
|
|
86
|
+
|
|
87
|
+
### Features
|
|
88
|
+
|
|
89
|
+
* **apps:** the apps layer leaves the package ([f854673](https://github.com/sig-nine/era-ui/commit/f8546730d752dcde615b9c298a5039311fb13b4c))
|
|
90
|
+
* **button,chip,badge:** the label gets a slot of its own ([687ff73](https://github.com/sig-nine/era-ui/commit/687ff7378d86f81a14eaf508b635ced074db6062))
|
|
91
|
+
* **layers:** z-index becomes a named contract instead of 23 copies of z-50 ([8dc827a](https://github.com/sig-nine/era-ui/commit/8dc827a95e7ce33c266399913dbab895795ab3d7))
|
|
92
|
+
* **styles:** era's tokens move into a cascade layer ([7b938d1](https://github.com/sig-nine/era-ui/commit/7b938d12368b261b72878f8d98de863122695e63))
|
|
93
|
+
* **theme:** the theme contract becomes a type and a build gate ([a2c2455](https://github.com/sig-nine/era-ui/commit/a2c24550d2453dd5946b8b15bc22bd491b7afaf3))
|
|
94
|
+
|
|
95
|
+
## [12.1.2](https://github.com/sig-nine/era-ui/compare/v12.1.1...v12.1.2) (2026-08-08)
|
|
96
|
+
|
|
97
|
+
### Performance Improvements
|
|
98
|
+
|
|
99
|
+
* **pane:** stop re-walking the pane on every mutation mid-drag ([b4f0419](https://github.com/sig-nine/era-ui/commit/b4f0419ec43d659b79c8c81160f92aecf33d5eec))
|
|
100
|
+
|
|
101
|
+
## [12.1.1](https://github.com/sig-nine/era-ui/compare/v12.1.0...v12.1.1) (2026-08-08)
|
|
102
|
+
|
|
103
|
+
### Bug Fixes
|
|
104
|
+
|
|
105
|
+
* **docs:** every published import example named a path only this repo can resolve ([b481457](https://github.com/sig-nine/era-ui/commit/b481457b05c176731bb381cc5248e28da40d6ec7))
|
|
106
|
+
|
|
107
|
+
## [12.1.0](https://github.com/sig-nine/era-ui/compare/v12.0.4...v12.1.0) (2026-08-08)
|
|
108
|
+
|
|
109
|
+
### Features
|
|
110
|
+
|
|
111
|
+
* **themes:** signalnine leans a little toward Windows 98 ([4acf60c](https://github.com/sig-nine/era-ui/commit/4acf60c5e693638f2109720ac79fef5d8472cd6c)), closes [#817f7a](https://github.com/sig-nine/era-ui/issues/817f7a) [#808080](https://github.com/sig-nine/era-ui/issues/808080) [#c9c7c4](https://github.com/sig-nine/era-ui/issues/c9c7c4) [#c0c0c0](https://github.com/sig-nine/era-ui/issues/c0c0c0) [#dfdeda](https://github.com/sig-nine/era-ui/issues/dfdeda) [#dfdfdf](https://github.com/sig-nine/era-ui/issues/dfdfdf) [#ffffff](https://github.com/sig-nine/era-ui/issues/ffffff) [#3766f6](https://github.com/sig-nine/era-ui/issues/3766f6)
|
|
112
|
+
|
|
113
|
+
## [12.0.4](https://github.com/sig-nine/era-ui/compare/v12.0.3...v12.0.4) (2026-08-08)
|
|
114
|
+
|
|
115
|
+
## [12.0.3](https://github.com/sig-nine/era-ui/compare/v12.0.2...v12.0.3) (2026-08-08)
|
|
116
|
+
|
|
117
|
+
## [12.0.2](https://github.com/sig-nine/era-ui/compare/v12.0.1...v12.0.2) (2026-08-08)
|
|
118
|
+
|
|
119
|
+
## [12.0.1](https://github.com/sig-nine/era-ui/compare/v12.0.0...v12.0.1) (2026-08-08)
|
|
120
|
+
|
|
121
|
+
## [12.0.0](https://github.com/sig-nine/era-ui/compare/v11.0.0...v12.0.0) (2026-08-08)
|
|
122
|
+
|
|
123
|
+
## [11.0.0](https://github.com/sig-nine/era-ui/compare/v10.1.0...v11.0.0) (2026-08-08)
|
|
124
|
+
|
|
125
|
+
## [10.1.0](https://github.com/sig-nine/era-ui/compare/v10.0.0...v10.1.0) (2026-08-08)
|
|
126
|
+
|
|
127
|
+
## [10.0.0](https://github.com/sig-nine/era-ui/compare/v9.0.0...v10.0.0) (2026-08-08)
|
|
128
|
+
|
|
129
|
+
## [9.0.0](https://github.com/sig-nine/era-ui/compare/v8.0.0...v9.0.0) (2026-08-08)
|
|
130
|
+
|
|
131
|
+
## [8.0.0](https://github.com/sig-nine/era-ui/compare/v7.0.0...v8.0.0) (2026-08-08)
|
|
132
|
+
|
|
133
|
+
## [7.0.0](https://github.com/sig-nine/era-ui/compare/v6.0.0...v7.0.0) (2026-08-08)
|
|
134
|
+
|
|
135
|
+
## [6.0.0](https://github.com/sig-nine/era-ui/compare/v5.0.0...v6.0.0) (2026-08-07)
|
|
136
|
+
|
|
137
|
+
## [5.0.0](https://github.com/sig-nine/era-ui/compare/v4.16.9...v5.0.0) (2026-08-03)
|
|
138
|
+
|
|
139
|
+
## [4.16.9](https://github.com/sig-nine/era-ui/compare/v4.16.8...v4.16.9) (2026-08-03)
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
### Bug Fixes
|
|
143
|
+
|
|
144
|
+
* **ui:** floating menus float — only a field's list docks to its trigger ([102ad65](https://github.com/sig-nine/era-ui/commit/102ad659f3190a550f3f799b47918b38c0819715))
|
|
145
|
+
|
|
146
|
+
## [4.16.8](https://github.com/sig-nine/era-ui/compare/v4.16.7...v4.16.8) (2026-08-03)
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
### Bug Fixes
|
|
150
|
+
|
|
151
|
+
* **typography:** close the trim/truncate trap, and teach the laws in llms.txt ([8137d04](https://github.com/sig-nine/era-ui/commit/8137d043c2444624651ffb2e01f861a266f13eed))
|
|
152
|
+
|
|
153
|
+
## [4.16.7](https://github.com/sig-nine/era-ui/compare/v4.16.6...v4.16.7) (2026-08-03)
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
### Bug Fixes
|
|
157
|
+
|
|
158
|
+
* **typography:** link underlines derive from the link's own ink ([97e1dc4](https://github.com/sig-nine/era-ui/commit/97e1dc480b925c58a20600cddba38521f67d0cb0))
|
|
159
|
+
|
|
160
|
+
## [4.16.6](https://github.com/sig-nine/era-ui/compare/v4.16.5...v4.16.6) (2026-08-03)
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
### Bug Fixes
|
|
164
|
+
|
|
165
|
+
* **docs:** the notes Usage action takes the pane bar's content tier ([ab7a5d1](https://github.com/sig-nine/era-ui/commit/ab7a5d14b0bee281c40274817f32c21cd7f5ec35))
|
|
166
|
+
|
|
167
|
+
## [4.16.5](https://github.com/sig-nine/era-ui/compare/v4.16.4...v4.16.5) (2026-08-02)
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
### Bug Fixes
|
|
171
|
+
|
|
172
|
+
* **ui:** era-ink-center retuned by pixel measurement (0.23em -> 0.08em) ([943ef29](https://github.com/sig-nine/era-ui/commit/943ef29fb8524418f6b526d8d409b64ca5e9bd6d))
|
|
173
|
+
|
|
174
|
+
## [4.16.4](https://github.com/sig-nine/era-ui/compare/v4.16.3...v4.16.4) (2026-08-02)
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
### Bug Fixes
|
|
178
|
+
|
|
179
|
+
* **notes:** one more step of first-line allowance (0.15em -> 0.22em) ([f265b83](https://github.com/sig-nine/era-ui/commit/f265b83c47bdf8b468a82b0f3ec3f4927653c1e2))
|
|
180
|
+
|
|
181
|
+
## [4.16.3](https://github.com/sig-nine/era-ui/compare/v4.16.2...v4.16.3) (2026-08-02)
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
### Bug Fixes
|
|
185
|
+
|
|
186
|
+
* **notes:** more optical top allowance on the first line (0.07em -> 0.15em) ([7471e74](https://github.com/sig-nine/era-ui/commit/7471e747d9b370f56748eb909aa36952078f6605))
|
|
187
|
+
|
|
188
|
+
## [4.16.2](https://github.com/sig-nine/era-ui/compare/v4.16.1...v4.16.2) (2026-08-02)
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
### Bug Fixes
|
|
192
|
+
|
|
193
|
+
* **notes:** the first line's top inset matches the left, optically ([78adc8f](https://github.com/sig-nine/era-ui/commit/78adc8f6fd8c60fdf504ea6457685c3b78f2bf65))
|
|
194
|
+
|
|
195
|
+
## [4.16.1](https://github.com/sig-nine/era-ui/compare/v4.16.0...v4.16.1) (2026-08-02)
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
### Bug Fixes
|
|
199
|
+
|
|
200
|
+
* **code-block:** the copy button takes the corner's own inset ([c89cb71](https://github.com/sig-nine/era-ui/commit/c89cb710ffacad943b6728fd37edb95abe394521))
|
|
201
|
+
|
|
202
|
+
# [4.16.0](https://github.com/sig-nine/era-ui/compare/v4.15.5...v4.16.0) (2026-08-02)
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
### Bug Fixes
|
|
206
|
+
|
|
207
|
+
* **swarm:** a node's chevron and focus ring answer to that node only ([b477989](https://github.com/sig-nine/era-ui/commit/b477989cb105f4e37f339061d4a8467a51addb39))
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
### Features
|
|
211
|
+
|
|
212
|
+
* **swarm:** the model learns the reference runtime's advanced operations ([228c11c](https://github.com/sig-nine/era-ui/commit/228c11cc60cbd5c3425253f4da2084d4c8b7bc41))
|
|
213
|
+
|
|
214
|
+
## [4.15.5](https://github.com/sig-nine/era-ui/compare/v4.15.4...v4.15.5) (2026-08-02)
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
### Bug Fixes
|
|
218
|
+
|
|
219
|
+
* **notes:** list rows take their tier radius, not the menu-row token ([63f5768](https://github.com/sig-nine/era-ui/commit/63f5768954b2010e90a0e24d7d69677d5c717923))
|
|
220
|
+
* **notes:** the row's action cluster gap was one tier off ([8ea6d56](https://github.com/sig-nine/era-ui/commit/8ea6d5613c0f724bf8c6391670ec06a5ef96b2f0))
|
|
221
|
+
* **ui:** era-ink-center — native editables get their missing half of the trim ([14a593c](https://github.com/sig-nine/era-ui/commit/14a593c9437529f0c6f8bc0e8c76e323a791069f))
|
|
222
|
+
|
|
223
|
+
## [4.15.4](https://github.com/sig-nine/era-ui/compare/v4.15.3...v4.15.4) (2026-08-02)
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
### Bug Fixes
|
|
227
|
+
|
|
228
|
+
* **ui:** one chevron mark throughout the command bar ([99c860b](https://github.com/sig-nine/era-ui/commit/99c860b13ab59fcbca62ec7197a4c7e870bc6633))
|
|
229
|
+
* **ui:** the wash law reaches every latched control fill ([b61bad5](https://github.com/sig-nine/era-ui/commit/b61bad5df95bd145469a813536fb04dfb5f36729))
|
|
230
|
+
|
|
231
|
+
## [4.15.3](https://github.com/sig-nine/era-ui/compare/v4.15.2...v4.15.3) (2026-08-02)
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
### Bug Fixes
|
|
235
|
+
|
|
236
|
+
* **surface:** highlights become washes, so nested chrome survives them ([9ef7ab5](https://github.com/sig-nine/era-ui/commit/9ef7ab50ce8a8a952f28025ee7e489bca7d684d1))
|
|
237
|
+
|
|
238
|
+
## [4.15.2](https://github.com/sig-nine/era-ui/compare/v4.15.1...v4.15.2) (2026-08-02)
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
### Bug Fixes
|
|
242
|
+
|
|
243
|
+
* **ui:** menu panel padding goes back to the surface axis ([cc10d7b](https://github.com/sig-nine/era-ui/commit/cc10d7bf5849236a16d052ee9a35b6aa51a060b2))
|
|
244
|
+
|
|
245
|
+
## [4.15.1](https://github.com/sig-nine/era-ui/compare/v4.15.0...v4.15.1) (2026-08-02)
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
### Bug Fixes
|
|
249
|
+
|
|
250
|
+
* **notes:** first-line inset holds on engines without text-box ([1ec63ae](https://github.com/sig-nine/era-ui/commit/1ec63ae60459b14a38ed2e578975484ef462ca3f))
|
|
251
|
+
|
|
252
|
+
# [4.15.0](https://github.com/sig-nine/era-ui/compare/v4.14.1...v4.15.0) (2026-08-01)
|
|
253
|
+
|
|
254
|
+
|
|
255
|
+
### Features
|
|
256
|
+
|
|
257
|
+
* **notes:** the document header moves into the pane bar's centre ([623c300](https://github.com/sig-nine/era-ui/commit/623c30089b59192da1944d31449c9d02360e8b6e))
|
|
258
|
+
* **pane:** lead / center / trail slots on the handle ([41a4494](https://github.com/sig-nine/era-ui/commit/41a44949d6177a154955c9229fe0c85a6e3dc69b))
|
|
259
|
+
* **themes:** signalnine dark trades its blue for a cool amber ([53e62e9](https://github.com/sig-nine/era-ui/commit/53e62e9b421e38d24e8f38a159a64a1187b44bdb)), closes [#81a2be](https://github.com/sig-nine/era-ui/issues/81a2be)
|
|
260
|
+
|
|
261
|
+
## [4.14.1](https://github.com/sig-nine/era-ui/compare/v4.14.0...v4.14.1) (2026-08-01)
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
### Bug Fixes
|
|
265
|
+
|
|
266
|
+
* **themes:** tint emphasis ink with the theme, and aim muted at it ([e7e2a00](https://github.com/sig-nine/era-ui/commit/e7e2a00c9b2caf632909c9929d42c2ec3cd09493)), closes [#000](https://github.com/sig-nine/era-ui/issues/000) [#000](https://github.com/sig-nine/era-ui/issues/000)
|
|
267
|
+
|
|
268
|
+
# [4.14.0](https://github.com/sig-nine/era-ui/compare/v4.13.0...v4.14.0) (2026-08-01)
|
|
269
|
+
|
|
270
|
+
|
|
271
|
+
### Bug Fixes
|
|
272
|
+
|
|
273
|
+
* **themes:** lean muted 30% toward fg — it is body copy, not a wash ([7a24350](https://github.com/sig-nine/era-ui/commit/7a243501e8190a01cfe37e2e0b30f17d191647d0)), closes [#5c7eb8](https://github.com/sig-nine/era-ui/issues/5c7eb8)
|
|
274
|
+
|
|
275
|
+
|
|
276
|
+
### Features
|
|
277
|
+
|
|
278
|
+
* **typography:** give wrapping text a leading token, and audit for it ([bb0766c](https://github.com/sig-nine/era-ui/commit/bb0766c1efbfb8916b2d21a5972f5d421590b716))
|
|
279
|
+
|
|
280
|
+
# [4.13.0](https://github.com/sig-nine/era-ui/compare/v4.12.1...v4.13.0) (2026-08-01)
|
|
281
|
+
|
|
282
|
+
|
|
283
|
+
### Features
|
|
284
|
+
|
|
285
|
+
* **ui:** give every overlay the pane's chrome grammar ([cd45a0c](https://github.com/sig-nine/era-ui/commit/cd45a0c1d965455a6027dd77cc59d8c317c30da2))
|
|
286
|
+
|
|
287
|
+
## [4.12.1](https://github.com/sig-nine/era-ui/compare/v4.12.0...v4.12.1) (2026-08-01)
|
|
288
|
+
|
|
289
|
+
|
|
290
|
+
### Bug Fixes
|
|
291
|
+
|
|
292
|
+
* **ui:** a pill never shrinks under its ink, and the law is audited ([f178770](https://github.com/sig-nine/era-ui/commit/f17877040984b59b20753f8ae56932c95af960ea))
|
|
293
|
+
|
|
294
|
+
# [4.12.0](https://github.com/sig-nine/era-ui/compare/v4.11.2...v4.12.0) (2026-08-01)
|
|
295
|
+
|
|
296
|
+
|
|
297
|
+
### Features
|
|
298
|
+
|
|
299
|
+
* **ui:** one dismiss geometry — nested in sm, a flush end-cap in xxs ([1a5a1b7](https://github.com/sig-nine/era-ui/commit/1a5a1b78adf98560730ce4197c6e5ff3f4464134))
|
|
300
|
+
|
|
301
|
+
## [4.11.2](https://github.com/sig-nine/era-ui/compare/v4.11.1...v4.11.2) (2026-08-01)
|
|
302
|
+
|
|
303
|
+
|
|
304
|
+
### Bug Fixes
|
|
305
|
+
|
|
306
|
+
* **density:** name the sm-contains-xxs pairing instead of borrowing ([630ee64](https://github.com/sig-nine/era-ui/commit/630ee64de8a699e5a5de26fdfe51a6ec21bff034))
|
|
307
|
+
* **notes:** outset the chrome dividers, drop the row menu's separator ([00a3a51](https://github.com/sig-nine/era-ui/commit/00a3a510e89e84b54722fe9f6073ce3b5cde891a))
|
|
308
|
+
* **ui:** give every menu panel a gutter and its items a gap ([118df83](https://github.com/sig-nine/era-ui/commit/118df83dc4f41b8632b3d2199373f46a8082e853))
|
|
309
|
+
|
|
310
|
+
## [4.11.1](https://github.com/sig-nine/era-ui/compare/v4.11.0...v4.11.1) (2026-07-31)
|
|
311
|
+
|
|
312
|
+
|
|
313
|
+
### Bug Fixes
|
|
314
|
+
|
|
315
|
+
* **pane:** stop the handle's divider eating a pixel of every gap ([4fbbfe5](https://github.com/sig-nine/era-ui/commit/4fbbfe5207a456bade0ba0262844303a5f7ae44f))
|
|
316
|
+
|
|
317
|
+
# [4.11.0](https://github.com/sig-nine/era-ui/compare/v4.10.2...v4.11.0) (2026-07-30)
|
|
318
|
+
|
|
319
|
+
|
|
320
|
+
### Features
|
|
321
|
+
|
|
322
|
+
* **os:** let the taskbar show only the minimized panes ([0e0df26](https://github.com/sig-nine/era-ui/commit/0e0df26e13ef884210af1a889ef0e580ed9fe59e))
|
|
323
|
+
|
|
324
|
+
## [4.10.2](https://github.com/sig-nine/era-ui/compare/v4.10.1...v4.10.2) (2026-07-30)
|
|
325
|
+
|
|
326
|
+
|
|
327
|
+
### Bug Fixes
|
|
328
|
+
|
|
329
|
+
* **pane:** only a mouse scrolls the tab strip vertically ([f0e7ab7](https://github.com/sig-nine/era-ui/commit/f0e7ab7e890c50c8aaddcf5757e76e9a667765ff)), closes [hi#resolution](https://github.com/hi/issues/resolution)
|
|
330
|
+
|
|
331
|
+
## [4.10.1](https://github.com/sig-nine/era-ui/compare/v4.10.0...v4.10.1) (2026-07-30)
|
|
332
|
+
|
|
333
|
+
|
|
334
|
+
### Performance Improvements
|
|
335
|
+
|
|
336
|
+
* **pane:** take the drag off the reactive path ([068593a](https://github.com/sig-nine/era-ui/commit/068593a6c8647cc8b1a69cdc87d45d7f5ccde6a9))
|
|
337
|
+
|
|
338
|
+
# [4.10.0](https://github.com/sig-nine/era-ui/compare/v4.9.4...v4.10.0) (2026-07-30)
|
|
339
|
+
|
|
340
|
+
|
|
341
|
+
### Features
|
|
342
|
+
|
|
343
|
+
* **pane:** hairline edge, and the reference red exactly ([7de7e91](https://github.com/sig-nine/era-ui/commit/7de7e9197a86f21521da52fd75c007aab4ccad1d)), closes [#f14b43](https://github.com/sig-nine/era-ui/issues/f14b43)
|
|
344
|
+
|
|
345
|
+
## [4.9.4](https://github.com/sig-nine/era-ui/compare/v4.9.3...v4.9.4) (2026-07-30)
|
|
346
|
+
|
|
347
|
+
|
|
348
|
+
### Bug Fixes
|
|
349
|
+
|
|
350
|
+
* **pane:** match the reference close glyph exactly, off the sub-tier ladder ([a96c585](https://github.com/sig-nine/era-ui/commit/a96c58532c313892ce676aa6aaf2b81507b97760))
|
|
351
|
+
|
|
352
|
+
## [4.9.3](https://github.com/sig-nine/era-ui/compare/v4.9.2...v4.9.3) (2026-07-30)
|
|
353
|
+
|
|
354
|
+
|
|
355
|
+
### Bug Fixes
|
|
356
|
+
|
|
357
|
+
* **os:** inset the pane title from the edge, not just the buttons ([dbd9218](https://github.com/sig-nine/era-ui/commit/dbd92180e0390b24db66829e499562b32e507811))
|
|
358
|
+
|
|
359
|
+
## [4.9.2](https://github.com/sig-nine/era-ui/compare/v4.9.1...v4.9.2) (2026-07-30)
|
|
360
|
+
|
|
361
|
+
|
|
362
|
+
### Bug Fixes
|
|
363
|
+
|
|
364
|
+
* **pane:** give the close glyph the icon tier, not the xxs sub-tier ([b04c21e](https://github.com/sig-nine/era-ui/commit/b04c21e8bfcd3389e27d703946616bc3c2cd3670))
|
|
365
|
+
|
|
366
|
+
## [4.9.1](https://github.com/sig-nine/era-ui/compare/v4.9.0...v4.9.1) (2026-07-30)
|
|
367
|
+
|
|
368
|
+
|
|
369
|
+
### Bug Fixes
|
|
370
|
+
|
|
371
|
+
* **pane:** put the title bar on the md tier, like term's ([16c0df8](https://github.com/sig-nine/era-ui/commit/16c0df800c0681ab46451a61e0db5e24c86c2d07))
|
|
372
|
+
|
|
373
|
+
# [4.9.0](https://github.com/sig-nine/era-ui/compare/v4.8.0...v4.9.0) (2026-07-30)
|
|
374
|
+
|
|
375
|
+
|
|
376
|
+
### Bug Fixes
|
|
377
|
+
|
|
378
|
+
* **audit:** catch a clipping box constrained under its own line box ([44af5f2](https://github.com/sig-nine/era-ui/commit/44af5f21c3a7ac71b92b754b68e7fe7ffac7af76))
|
|
379
|
+
* **lint:** let the class rules see class variables and tone maps ([f35ca05](https://github.com/sig-nine/era-ui/commit/f35ca05d1c5f4e1679674d6f7c0cd2a0aa200f8e))
|
|
380
|
+
|
|
381
|
+
|
|
382
|
+
### Features
|
|
383
|
+
|
|
384
|
+
* **bar:** derive the padding from the content tier ([40053f2](https://github.com/sig-nine/era-ui/commit/40053f2978f09433a96443ec28bc79a2eb55f868))
|
|
385
|
+
|
|
386
|
+
|
|
387
|
+
### Performance Improvements
|
|
388
|
+
|
|
389
|
+
* **ai:** stop one collapsed row from rebuilding the whole forest ([32134de](https://github.com/sig-nine/era-ui/commit/32134de95260475e72ebf0c954c75c46c7b0d9ff))
|
|
390
|
+
* **docs:** stop the demo clock when nothing is moving ([9139480](https://github.com/sig-nine/era-ui/commit/91394801340114ec6d456de73a92f66e428bdbb8))
|
|
391
|
+
* **llm-shell:** index a swarm's artifacts by agent, once ([a352225](https://github.com/sig-nine/era-ui/commit/a352225c3c2e010efec581ab673587dd70cf3a81))
|
|
392
|
+
|
|
393
|
+
# [4.8.0](https://github.com/sig-nine/era-ui/compare/v4.7.2...v4.8.0) (2026-07-29)
|
|
394
|
+
|
|
395
|
+
|
|
396
|
+
### Features
|
|
397
|
+
|
|
398
|
+
* **input:** add the xxs field tier, at badge height ([b9d77ed](https://github.com/sig-nine/era-ui/commit/b9d77ed702bccf04cea1206b9453589aefc6072d))
|
|
399
|
+
|
|
400
|
+
## [4.7.2](https://github.com/sig-nine/era-ui/compare/v4.7.1...v4.7.2) (2026-07-29)
|
|
401
|
+
|
|
402
|
+
|
|
403
|
+
### Bug Fixes
|
|
404
|
+
|
|
405
|
+
* **ui:** name every group, so a pane can't own its children's hover ([4dfe718](https://github.com/sig-nine/era-ui/commit/4dfe71835b5b02013a5f883a1548fabcb8e625fd))
|
|
406
|
+
|
|
407
|
+
## [4.7.1](https://github.com/sig-nine/era-ui/compare/v4.7.0...v4.7.1) (2026-07-29)
|
|
408
|
+
|
|
409
|
+
|
|
410
|
+
### Bug Fixes
|
|
411
|
+
|
|
412
|
+
* **notes:** keep a pinned row's trailing slot on the age, not a pin ([cfb25d3](https://github.com/sig-nine/era-ui/commit/cfb25d31c8907aacdd8b4d662f901901eb0a9cec))
|
|
413
|
+
|
|
414
|
+
# [4.7.0](https://github.com/sig-nine/era-ui/compare/v4.6.1...v4.7.0) (2026-07-29)
|
|
415
|
+
|
|
416
|
+
|
|
417
|
+
### Bug Fixes
|
|
418
|
+
|
|
419
|
+
* **runtime-feed:** size the tone dot as a dot, not as a tier ([f632061](https://github.com/sig-nine/era-ui/commit/f632061bcf53472cb31de007a4ea84e6a65f3bb1))
|
|
420
|
+
|
|
421
|
+
|
|
422
|
+
### Features
|
|
423
|
+
|
|
424
|
+
* **ai:** add the Swarm components — tree, console grid, artifacts ([3427913](https://github.com/sig-nine/era-ui/commit/3427913329afffa4c3c4e92f4c196e773c3808e0))
|
|
425
|
+
* **ai:** add the swarm model — delegation tree, counts, barriers ([02161f1](https://github.com/sig-nine/era-ui/commit/02161f1e7b44ae7eae00a1cb8f5ad8035e82c455))
|
|
426
|
+
* **ai:** gate a swarm row's expander and open button on real content ([4120311](https://github.com/sig-nine/era-ui/commit/4120311b766b6337040297bd0c33806f28562b79))
|
|
427
|
+
* **llm-shell:** render a delegated run inline with the swarm block ([2044053](https://github.com/sig-nine/era-ui/commit/20440530567bea661f2b2f86f72949d42919e5fd))
|
|
428
|
+
|
|
429
|
+
## [4.6.1](https://github.com/sig-nine/era-ui/compare/v4.6.0...v4.6.1) (2026-07-28)
|
|
430
|
+
|
|
431
|
+
|
|
432
|
+
### Bug Fixes
|
|
433
|
+
|
|
434
|
+
* **audit:** don't flag a line-height:normal box as clipped ([093bc69](https://github.com/sig-nine/era-ui/commit/093bc69b54432f8df9abf88497c4eece36dd4111))
|
|
435
|
+
|
|
436
|
+
# [4.6.0](https://github.com/sig-nine/era-ui/compare/v4.5.1...v4.6.0) (2026-07-28)
|
|
437
|
+
|
|
438
|
+
|
|
439
|
+
### Bug Fixes
|
|
440
|
+
|
|
441
|
+
* **typography:** stop truncate from slicing descenders ([9e787ff](https://github.com/sig-nine/era-ui/commit/9e787ff191c874b8952b31206c0d4741e91440a0))
|
|
442
|
+
|
|
443
|
+
|
|
444
|
+
### Features
|
|
445
|
+
|
|
446
|
+
* **audit:** flag any clipping text box shorter than its ink ([2ad461e](https://github.com/sig-nine/era-ui/commit/2ad461e8e3108d87143aad4fa0b6152938a41c0a))
|
|
447
|
+
|
|
448
|
+
## [4.5.1](https://github.com/sig-nine/era-ui/compare/v4.5.0...v4.5.1) (2026-07-28)
|
|
449
|
+
|
|
450
|
+
|
|
451
|
+
### Bug Fixes
|
|
452
|
+
|
|
453
|
+
* **conversations:** highlight a row instantly, like every other list ([6cf0475](https://github.com/sig-nine/era-ui/commit/6cf0475cdb6ffa8730a0976d1dbb8a9a89162e53))
|
|
454
|
+
|
|
455
|
+
# [4.5.0](https://github.com/sig-nine/era-ui/compare/v4.4.0...v4.5.0) (2026-07-28)
|
|
456
|
+
|
|
457
|
+
|
|
458
|
+
### Features
|
|
459
|
+
|
|
460
|
+
* **surfaces:** rest a field on the hover tone, hover one step past it ([358b85c](https://github.com/sig-nine/era-ui/commit/358b85c80321bf1f44d793ca6d27ae69baf73059))
|
|
461
|
+
|
|
462
|
+
# [4.4.0](https://github.com/sig-nine/era-ui/compare/v4.3.2...v4.4.0) (2026-07-28)
|
|
463
|
+
|
|
464
|
+
|
|
465
|
+
### Bug Fixes
|
|
466
|
+
|
|
467
|
+
* **notes:** sit the first line of a document on the editor inset ([8d650e3](https://github.com/sig-nine/era-ui/commit/8d650e3a32d99e76513375776546ab4486b0b3be))
|
|
468
|
+
|
|
469
|
+
|
|
470
|
+
### Features
|
|
471
|
+
|
|
472
|
+
* **input:** add reveal, and use it for the note title ([2f3c9e5](https://github.com/sig-nine/era-ui/commit/2f3c9e5f6443536387e519e0b143d6256c48a36d))
|
|
473
|
+
|
|
474
|
+
## [4.3.2](https://github.com/sig-nine/era-ui/compare/v4.3.1...v4.3.2) (2026-07-28)
|
|
475
|
+
|
|
476
|
+
|
|
477
|
+
### Bug Fixes
|
|
478
|
+
|
|
479
|
+
* **button:** size the glyph on default and sm icon buttons ([ad1021e](https://github.com/sig-nine/era-ui/commit/ad1021ef64aa6d0ce887aa9cd897df3b99ee82af))
|
|
480
|
+
* **notes:** put the filter and title on the standard field ([30a7721](https://github.com/sig-nine/era-ui/commit/30a77214f4fe13df0c0bb1a0aeffe250f9993f62))
|
|
481
|
+
|
|
482
|
+
## [4.3.1](https://github.com/sig-nine/era-ui/compare/v4.3.0...v4.3.1) (2026-07-28)
|
|
483
|
+
|
|
484
|
+
|
|
485
|
+
### Bug Fixes
|
|
486
|
+
|
|
487
|
+
* **themes:** drop signalnine dark's page to the default theme's floor ([d42226a](https://github.com/sig-nine/era-ui/commit/d42226a8e0a303a6666d6cccfaaa7ed7dff327fc)), closes [#1d1f21](https://github.com/sig-nine/era-ui/issues/1d1f21) [#939899](https://github.com/sig-nine/era-ui/issues/939899) [#c5c8c6](https://github.com/sig-nine/era-ui/issues/c5c8c6)
|
|
488
|
+
|
|
489
|
+
# [4.3.0](https://github.com/sig-nine/era-ui/compare/v4.2.0...v4.3.0) (2026-07-28)
|
|
490
|
+
|
|
491
|
+
|
|
492
|
+
### Features
|
|
493
|
+
|
|
494
|
+
* **themes:** rebuild signalnine dark on Tomorrow Night ([fc80d84](https://github.com/sig-nine/era-ui/commit/fc80d843f477527d87a2b656facf3f15ab134df8)), closes [#1d1f21](https://github.com/sig-nine/era-ui/issues/1d1f21) [#939899](https://github.com/sig-nine/era-ui/issues/939899) [#282a2e](https://github.com/sig-nine/era-ui/issues/282a2e) [#c5c8c6](https://github.com/sig-nine/era-ui/issues/c5c8c6) [#373b41](https://github.com/sig-nine/era-ui/issues/373b41) [#81a2be](https://github.com/sig-nine/era-ui/issues/81a2be) [#cc6666](https://github.com/sig-nine/era-ui/issues/cc6666) [#b5bd68](https://github.com/sig-nine/era-ui/issues/b5bd68) [#f0c674](https://github.com/sig-nine/era-ui/issues/f0c674) [#454950](https://github.com/sig-nine/era-ui/issues/454950)
|
|
495
|
+
|
|
496
|
+
# [4.2.0](https://github.com/sig-nine/era-ui/compare/v4.1.0...v4.2.0) (2026-07-28)
|
|
497
|
+
|
|
498
|
+
|
|
499
|
+
### Features
|
|
500
|
+
|
|
501
|
+
* **ai:** adopt the field tier and Input variants in the LLM shell ([4173e39](https://github.com/sig-nine/era-ui/commit/4173e393b00fe70befd21ce8bea510a353200646))
|
|
502
|
+
|
|
503
|
+
# [4.1.0](https://github.com/sig-nine/era-ui/compare/v4.0.0...v4.1.0) (2026-07-27)
|
|
504
|
+
|
|
505
|
+
|
|
506
|
+
### Features
|
|
507
|
+
|
|
508
|
+
* **surfaces:** add a recessed field tier so inputs have a resting fill ([057cd4e](https://github.com/sig-nine/era-ui/commit/057cd4ec8b3397b5aa849114afc83b484265a3a9))
|
|
509
|
+
|
|
510
|
+
# [4.0.0](https://github.com/sig-nine/era-ui/compare/v3.17.1...v4.0.0) (2026-07-27)
|
|
511
|
+
|
|
512
|
+
|
|
513
|
+
* refactor(os)!: rename the window model to panes throughout ([ad4c5a2](https://github.com/sig-nine/era-ui/commit/ad4c5a2e01e7410233a10446f2e2bebe0048bbfd))
|
|
514
|
+
|
|
515
|
+
|
|
516
|
+
### Features
|
|
517
|
+
|
|
518
|
+
* **os:** export the snapshot and persistence API from the root barrel ([0420060](https://github.com/sig-nine/era-ui/commit/042006051741bc7b611706d5bf321b85a9122850))
|
|
519
|
+
|
|
520
|
+
|
|
521
|
+
### BREAKING CHANGES
|
|
522
|
+
|
|
523
|
+
* every exported name above changed. A consumer using
|
|
524
|
+
WindowManager, AppWindow, WindowState, getWindowManager,
|
|
525
|
+
setWindowManagerContext or OS.Window renames the import; an app component
|
|
526
|
+
reading `window` off AppProps reads `pane`; anything selecting
|
|
527
|
+
`[data-window]` selects `[data-pane]`.
|
|
528
|
+
|
|
529
|
+
Verified beyond typecheck: the desktop renders and drags, and a layout
|
|
530
|
+
still survives a reload at its exact position. 56 tests pass.
|
|
531
|
+
|
|
532
|
+
## [3.17.1](https://github.com/sig-nine/era-ui/compare/v3.17.0...v3.17.1) (2026-07-27)
|
|
533
|
+
|
|
534
|
+
|
|
535
|
+
### Bug Fixes
|
|
536
|
+
|
|
537
|
+
* **os:** make the live layout per-tab so two tabs stop clobbering ([361096c](https://github.com/sig-nine/era-ui/commit/361096cbd14cde34871d82afbfd4a5435f658b8f))
|
|
538
|
+
|
|
539
|
+
# [3.17.0](https://github.com/sig-nine/era-ui/compare/v3.16.0...v3.17.0) (2026-07-27)
|
|
540
|
+
|
|
541
|
+
|
|
542
|
+
### Features
|
|
543
|
+
|
|
544
|
+
* **notes:** outline the bubble toolbar ([0ca9d20](https://github.com/sig-nine/era-ui/commit/0ca9d20a6cf931d8d749766a3ed5c92be065adda))
|
|
545
|
+
* **os:** persist the desktop to localStorage across reloads ([b4f0a0f](https://github.com/sig-nine/era-ui/commit/b4f0a0f73793d8a084df35d70891addef00e405e))
|
|
546
|
+
|
|
547
|
+
# [3.16.0](https://github.com/sig-nine/era-ui/compare/v3.15.0...v3.16.0) (2026-07-27)
|
|
548
|
+
|
|
549
|
+
|
|
550
|
+
### Bug Fixes
|
|
551
|
+
|
|
552
|
+
* **test:** resolve the dev-server import so typecheck passes ([c689c50](https://github.com/sig-nine/era-ui/commit/c689c50471d5fbc57479a372bd8ad65ed871e8ce))
|
|
553
|
+
|
|
554
|
+
|
|
555
|
+
### Features
|
|
556
|
+
|
|
557
|
+
* **os:** workspace snapshot spec + export button in the docs tray ([5455e95](https://github.com/sig-nine/era-ui/commit/5455e95437773357643a19aae01b980863756057))
|
|
558
|
+
|
|
559
|
+
# [3.15.0](https://github.com/sig-nine/era-ui/compare/v3.14.1...v3.15.0) (2026-07-27)
|
|
560
|
+
|
|
561
|
+
|
|
562
|
+
### Features
|
|
563
|
+
|
|
564
|
+
* **notes:** context menu on list rows; enlarge the pane close glyph ([da6e0ad](https://github.com/sig-nine/era-ui/commit/da6e0adb2c97240acb5cd0959c2b19f036fca7d1))
|
|
565
|
+
|
|
566
|
+
## [3.14.1](https://github.com/sig-nine/era-ui/compare/v3.14.0...v3.14.1) (2026-07-27)
|
|
567
|
+
|
|
568
|
+
|
|
569
|
+
### Bug Fixes
|
|
570
|
+
|
|
571
|
+
* **notes:** pin the bubble toolbar to the selection range, not its rect ([f0ab74b](https://github.com/sig-nine/era-ui/commit/f0ab74be7507644c0c8f5e8cf93f4487e6210f40))
|
|
572
|
+
|
|
573
|
+
# [3.14.0](https://github.com/sig-nine/era-ui/compare/v3.13.2...v3.14.0) (2026-07-27)
|
|
574
|
+
|
|
575
|
+
|
|
576
|
+
### Features
|
|
577
|
+
|
|
578
|
+
* **input:** add icon and bare variants; use them in Notes ([be376cd](https://github.com/sig-nine/era-ui/commit/be376cd0c02dcf5dbc60e4900591971ed36325c5))
|
|
579
|
+
|
|
580
|
+
## [3.13.2](https://github.com/sig-nine/era-ui/compare/v3.13.1...v3.13.2) (2026-07-27)
|
|
581
|
+
|
|
582
|
+
|
|
583
|
+
### Bug Fixes
|
|
584
|
+
|
|
585
|
+
* **notes:** centre the bubble toolbar on the selection, put it on-tier ([f67a548](https://github.com/sig-nine/era-ui/commit/f67a5480d7638d731bdb43cb849702638c290524))
|
|
586
|
+
|
|
587
|
+
## [3.13.1](https://github.com/sig-nine/era-ui/compare/v3.13.0...v3.13.1) (2026-07-27)
|
|
588
|
+
|
|
589
|
+
|
|
590
|
+
### Bug Fixes
|
|
591
|
+
|
|
592
|
+
* **notes:** one tier across the app chrome, restore era's selection ([e6a9112](https://github.com/sig-nine/era-ui/commit/e6a9112f6c60d43979d3ed6bcd10164ef8d0cb7a))
|
|
593
|
+
|
|
594
|
+
# [3.13.0](https://github.com/sig-nine/era-ui/compare/v3.12.4...v3.13.0) (2026-07-27)
|
|
595
|
+
|
|
596
|
+
|
|
597
|
+
### Features
|
|
598
|
+
|
|
599
|
+
* **apps:** move the LLM Shell into the apps layer ([ce1c8b4](https://github.com/sig-nine/era-ui/commit/ce1c8b48cb063417f09b72582287f5c1641187e8))
|
|
600
|
+
|
|
601
|
+
## [3.12.4](https://github.com/sig-nine/era-ui/compare/v3.12.3...v3.12.4) (2026-07-27)
|
|
602
|
+
|
|
603
|
+
|
|
604
|
+
### Bug Fixes
|
|
605
|
+
|
|
606
|
+
* **notes:** even the filter-bar search icon, with a test first ([547ad3c](https://github.com/sig-nine/era-ui/commit/547ad3c55da4da9c1f740f699d19ac19a3cdbc0c))
|
|
607
|
+
|
|
608
|
+
## [3.12.3](https://github.com/sig-nine/era-ui/compare/v3.12.2...v3.12.3) (2026-07-27)
|
|
609
|
+
|
|
610
|
+
|
|
611
|
+
### Bug Fixes
|
|
612
|
+
|
|
613
|
+
* **notes:** stop flex squashing the slash-menu rows ([e46b94b](https://github.com/sig-nine/era-ui/commit/e46b94bb2827eaaf8cc4a49f1e2e88416e00d31f))
|
|
614
|
+
|
|
615
|
+
## [3.12.2](https://github.com/sig-nine/era-ui/compare/v3.12.1...v3.12.2) (2026-07-27)
|
|
616
|
+
|
|
617
|
+
|
|
618
|
+
### Bug Fixes
|
|
619
|
+
|
|
620
|
+
* **notes:** match the reference geometry, fix highlight and slash menu ([c4da17d](https://github.com/sig-nine/era-ui/commit/c4da17d35a26d46b06f1e3d8be9d0edfd18f9ba1))
|
|
621
|
+
|
|
622
|
+
## [3.12.1](https://github.com/sig-nine/era-ui/compare/v3.12.0...v3.12.1) (2026-07-27)
|
|
623
|
+
|
|
624
|
+
|
|
625
|
+
### Bug Fixes
|
|
626
|
+
|
|
627
|
+
* **notes:** put the list-row actions on the xxs tier ([157d5dd](https://github.com/sig-nine/era-ui/commit/157d5dd2d8f70c3d785b4024cd3444e69ba6650e))
|
|
628
|
+
|
|
629
|
+
# [3.12.0](https://github.com/sig-nine/era-ui/compare/v3.11.0...v3.12.0) (2026-07-27)
|
|
630
|
+
|
|
631
|
+
|
|
632
|
+
### Features
|
|
633
|
+
|
|
634
|
+
* **notes:** make the docs page the bare app, move usage to a window ([d8b6a36](https://github.com/sig-nine/era-ui/commit/d8b6a368aadfe07e9dcad4754948cdb4cb6ac179))
|
|
635
|
+
|
|
636
|
+
# [3.11.0](https://github.com/sig-nine/era-ui/compare/v3.10.0...v3.11.0) (2026-07-26)
|
|
637
|
+
|
|
638
|
+
|
|
639
|
+
### Bug Fixes
|
|
640
|
+
|
|
641
|
+
* **utils:** unpin the tw-merge config type so createTV accepts it ([4a9e335](https://github.com/sig-nine/era-ui/commit/4a9e33551fcaa950f7a4d1724f73a74e2e68a30f))
|
|
642
|
+
|
|
643
|
+
|
|
644
|
+
### Features
|
|
645
|
+
|
|
646
|
+
* **apps:** add the Notes app behind a new apps layer ([ba7c0fa](https://github.com/sig-nine/era-ui/commit/ba7c0fa93a89f58a294c55facc9213a5763d27e3))
|
|
647
|
+
|
|
648
|
+
# [3.10.0](https://github.com/sig-nine/era-ui/compare/v3.9.0...v3.10.0) (2026-07-26)
|
|
649
|
+
|
|
650
|
+
|
|
651
|
+
### Features
|
|
652
|
+
|
|
653
|
+
* **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)
|
|
654
|
+
|
|
655
|
+
# [3.9.0](https://github.com/sig-nine/era-ui/compare/v3.8.1...v3.9.0) (2026-07-26)
|
|
656
|
+
|
|
657
|
+
|
|
658
|
+
### Features
|
|
659
|
+
|
|
660
|
+
* **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)
|
|
661
|
+
|
|
662
|
+
## [3.8.1](https://github.com/sig-nine/era-ui/compare/v3.8.0...v3.8.1) (2026-07-26)
|
|
663
|
+
|
|
664
|
+
|
|
665
|
+
### Bug Fixes
|
|
666
|
+
|
|
667
|
+
* **switch:** even the thumb gap at both ends of the track ([f8331cb](https://github.com/sig-nine/era-ui/commit/f8331cb9c6d1d4e0f1f72a66f2722c0ed8c6a400))
|
|
668
|
+
|
|
669
|
+
# [3.8.0](https://github.com/sig-nine/era-ui/compare/v3.7.0...v3.8.0) (2026-07-26)
|
|
670
|
+
|
|
671
|
+
|
|
672
|
+
### Features
|
|
673
|
+
|
|
674
|
+
* **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)
|
|
675
|
+
|
|
676
|
+
# [3.7.0](https://github.com/sig-nine/era-ui/compare/v3.6.0...v3.7.0) (2026-07-26)
|
|
677
|
+
|
|
678
|
+
|
|
679
|
+
### Features
|
|
680
|
+
|
|
681
|
+
* **logo:** add the signalnine dish mark as a dev component ([ff9b902](https://github.com/sig-nine/era-ui/commit/ff9b9027880c14c38fd0c44591d6dfbcb0219961))
|
|
682
|
+
|
|
683
|
+
# [3.6.0](https://github.com/sig-nine/era-ui/compare/v3.5.1...v3.6.0) (2026-07-26)
|
|
684
|
+
|
|
685
|
+
|
|
686
|
+
### Features
|
|
687
|
+
|
|
688
|
+
* **card:** add an auth demo, mask glyph tracks the corners axis ([a77c688](https://github.com/sig-nine/era-ui/commit/a77c688da8b31b3330bde2c8e4a20f3297e09720))
|
|
689
|
+
|
|
690
|
+
## [3.5.1](https://github.com/sig-nine/era-ui/compare/v3.5.0...v3.5.1) (2026-07-26)
|
|
691
|
+
|
|
692
|
+
|
|
693
|
+
### Bug Fixes
|
|
694
|
+
|
|
695
|
+
* **changelog:** stop section badges stretching, space the cards ([5e35d9e](https://github.com/sig-nine/era-ui/commit/5e35d9e1042819bbf5d6e415860899e3f98db5e7))
|
|
696
|
+
|
|
697
|
+
# [3.5.0](https://github.com/sig-nine/era-ui/compare/v3.4.0...v3.5.0) (2026-07-26)
|
|
698
|
+
|
|
699
|
+
|
|
700
|
+
### Features
|
|
701
|
+
|
|
702
|
+
* **themes:** add signalnine light and dark ([17d6bea](https://github.com/sig-nine/era-ui/commit/17d6bea40a1e1264d86103974858d0c9129b1e31))
|
|
703
|
+
|
|
704
|
+
# [3.4.0](https://github.com/sig-nine/era-ui/compare/v3.3.0...v3.4.0) (2026-07-26)
|
|
705
|
+
|
|
706
|
+
|
|
707
|
+
### Features
|
|
708
|
+
|
|
709
|
+
* **docs:** rename the About guide to Getting started ([af65c4a](https://github.com/sig-nine/era-ui/commit/af65c4ad2a904d25b9cd548e057afdb254e3593c))
|
|
710
|
+
|
|
711
|
+
# [3.3.0](https://github.com/sig-nine/era-ui/compare/v3.2.0...v3.3.0) (2026-07-23)
|
|
712
|
+
|
|
713
|
+
|
|
714
|
+
### Features
|
|
715
|
+
|
|
716
|
+
* **taskbar:** add showWindowsCommand to hide the built-in windows view ([cc1050a](https://github.com/sig-nine/era-ui/commit/cc1050ad287729dbd8ddc25d0b09be08937fee82))
|
|
717
|
+
|
|
718
|
+
# [3.2.0](https://github.com/sig-nine/era-ui/compare/v3.1.0...v3.2.0) (2026-07-23)
|
|
719
|
+
|
|
720
|
+
|
|
721
|
+
### Features
|
|
722
|
+
|
|
723
|
+
* **taskbar:** add showWorkspaces to hide the multi-workspace UI ([0acf0b6](https://github.com/sig-nine/era-ui/commit/0acf0b6260852b1d1bebe4660fd136308e720404))
|
|
724
|
+
|
|
725
|
+
# [3.1.0](https://github.com/sig-nine/era-ui/compare/v3.0.1...v3.1.0) (2026-07-18)
|
|
726
|
+
|
|
727
|
+
|
|
728
|
+
### Features
|
|
729
|
+
|
|
730
|
+
* **styles:** alias shadow-sm to the era control edge ([6de71c0](https://github.com/sig-nine/era-ui/commit/6de71c04ea3fa180328fd7af76055bd772bfafc0))
|
|
731
|
+
* **styles:** export the era scales as named tailwind utilities ([f3c54f5](https://github.com/sig-nine/era-ui/commit/f3c54f5dcaa7835630cfe765155b836cba83c35c))
|
|
732
|
+
|
|
733
|
+
## [3.0.1](https://github.com/sig-nine/era-ui/compare/v3.0.0...v3.0.1) (2026-07-17)
|
|
734
|
+
|
|
735
|
+
|
|
736
|
+
### Bug Fixes
|
|
737
|
+
|
|
738
|
+
* **code-block:** solid fill under the copy button ([0dd4a46](https://github.com/sig-nine/era-ui/commit/0dd4a46c6ef7c1eed93a0f7a8f3c588efc97ffd7))
|
|
739
|
+
|
|
740
|
+
# [3.0.0](https://github.com/sig-nine/era-ui/compare/v2.38.0...v3.0.0) (2026-07-17)
|
|
741
|
+
|
|
742
|
+
|
|
743
|
+
* feat(surface)!: remove the cartoon surface ([42782a6](https://github.com/sig-nine/era-ui/commit/42782a6562f75893c9133c1330b12538fa77e76d))
|
|
744
|
+
|
|
745
|
+
|
|
746
|
+
### BREAKING CHANGES
|
|
747
|
+
|
|
748
|
+
* data-surface="cartoon" no longer exists — subtrees pinned to
|
|
749
|
+
it fall back to the flat contract; --era-press-shift-x/-y tokens are gone.
|
|
750
|
+
|
|
751
|
+
Claude-Session: https://claude.ai/code/session_01FKXLFHdgrLp9sBjCfgLh1y
|
|
752
|
+
|
|
753
|
+
# [2.38.0](https://github.com/sig-nine/era-ui/compare/v2.37.0...v2.38.0) (2026-07-17)
|
|
754
|
+
|
|
755
|
+
|
|
756
|
+
### Features
|
|
757
|
+
|
|
758
|
+
* **surfaces:** themed ::selection per surface ([07688f1](https://github.com/sig-nine/era-ui/commit/07688f171f1b93f56e3f79227d520cf8a8f927de))
|
|
759
|
+
|
|
760
|
+
# [2.37.0](https://github.com/sig-nine/era-ui/compare/v2.36.0...v2.37.0) (2026-07-16)
|
|
761
|
+
|
|
762
|
+
|
|
763
|
+
### Features
|
|
764
|
+
|
|
765
|
+
* **changelog:** make it a Library doc page that opens in the Reader ([e66f055](https://github.com/sig-nine/era-ui/commit/e66f055483097c9d5fcede7decefdd19a70589f7))
|
|
766
|
+
* **taskbar:** forward placeholder and empty to the embedded CommandBar ([279b023](https://github.com/sig-nine/era-ui/commit/279b02373b4a34abead06ddf6c71a538ba09e6a8))
|
|
767
|
+
|
|
768
|
+
# [2.36.0](https://github.com/sig-nine/era-ui/compare/v2.35.6...v2.36.0) (2026-07-16)
|
|
769
|
+
|
|
770
|
+
|
|
771
|
+
### Features
|
|
772
|
+
|
|
773
|
+
* **button:** step the icon glyph below the floor at tight tiers (pads 2·3·4·5) ([229376e](https://github.com/sig-nine/era-ui/commit/229376e878a6c243554af207c7c5b1678494ebc5))
|
|
774
|
+
|
|
775
|
+
## [2.35.6](https://github.com/sig-nine/era-ui/compare/v2.35.5...v2.35.6) (2026-07-16)
|
|
776
|
+
|
|
777
|
+
|
|
778
|
+
### Bug Fixes
|
|
779
|
+
|
|
780
|
+
* **conversations:** rail icons at xxs tier so the glyph gets padding, not a flush box ([f9c6611](https://github.com/sig-nine/era-ui/commit/f9c6611dae6dc8172cff4f2eed3fa00f7f20286d))
|
|
781
|
+
|
|
782
|
+
## [2.35.5](https://github.com/sig-nine/era-ui/compare/v2.35.4...v2.35.5) (2026-07-16)
|
|
783
|
+
|
|
784
|
+
|
|
785
|
+
### Bug Fixes
|
|
786
|
+
|
|
787
|
+
* **conversations:** icon-tier rail buttons that nest concentrically in the row ([082c46f](https://github.com/sig-nine/era-ui/commit/082c46faefcbbb62eb43f226310a1c37c373a436))
|
|
788
|
+
|
|
789
|
+
## [2.35.4](https://github.com/sig-nine/era-ui/compare/v2.35.3...v2.35.4) (2026-07-15)
|
|
790
|
+
|
|
791
|
+
|
|
792
|
+
### Bug Fixes
|
|
793
|
+
|
|
794
|
+
* **command-bar:** perfectly-aligned plain ghost text ([2433ea2](https://github.com/sig-nine/era-ui/commit/2433ea2f8125719b6dff245e4d1910543d8b7d2c))
|
|
795
|
+
|
|
796
|
+
## [2.35.3](https://github.com/sig-nine/era-ui/compare/v2.35.2...v2.35.3) (2026-07-15)
|
|
797
|
+
|
|
798
|
+
|
|
799
|
+
### Bug Fixes
|
|
800
|
+
|
|
801
|
+
* **cycle:** stack faces in their own grid, not the Button's ([23dffee](https://github.com/sig-nine/era-ui/commit/23dffee39b908c13fe59550be5e34a68e5496188))
|
|
802
|
+
|
|
803
|
+
## [2.35.2](https://github.com/sig-nine/era-ui/compare/v2.35.1...v2.35.2) (2026-07-15)
|
|
804
|
+
|
|
805
|
+
|
|
806
|
+
### Bug Fixes
|
|
807
|
+
|
|
808
|
+
* **os:** lock document scroll on the workspace (no iOS rubber-band / pull-to-refresh) ([aa5b0bc](https://github.com/sig-nine/era-ui/commit/aa5b0bc5ea63562679c7ed9427abe4dc148fe498))
|
|
809
|
+
* **taskbar:** make the mobile launcher a standard era Button, not a bespoke circle ([2637e5f](https://github.com/sig-nine/era-ui/commit/2637e5f831c7ba1ceb5598911e8241cd78ca3b2f))
|
|
810
|
+
|
|
811
|
+
|
|
812
|
+
### Reverts
|
|
813
|
+
|
|
814
|
+
* **glass:** remove refraction, restore the frosted glass surface ([ca46a52](https://github.com/sig-nine/era-ui/commit/ca46a52b0822103893dd166c7ca191b9b60d32aa))
|
|
815
|
+
|
|
816
|
+
## [2.35.1](https://github.com/sig-nine/era-ui/compare/v2.35.0...v2.35.1) (2026-07-15)
|
|
817
|
+
|
|
818
|
+
|
|
819
|
+
### Bug Fixes
|
|
820
|
+
|
|
821
|
+
* **glass:** move refraction to filter:url() layer for real Chrome ([aa3d8c9](https://github.com/sig-nine/era-ui/commit/aa3d8c962f8e40640686ec69765694ce62c1a174)), closes [#svg](https://github.com/sig-nine/era-ui/issues/svg)
|
|
822
|
+
|
|
823
|
+
# [2.35.0](https://github.com/sig-nine/era-ui/compare/v2.34.1...v2.35.0) (2026-07-15)
|
|
824
|
+
|
|
825
|
+
|
|
826
|
+
### Features
|
|
827
|
+
|
|
828
|
+
* **dev:** Glass Lab playground for eyeballing pane-over-pane refraction ([4ffac7c](https://github.com/sig-nine/era-ui/commit/4ffac7cfce4f8f2cc848f6e50db3bea2bbc9763d))
|
|
829
|
+
|
|
830
|
+
## [2.34.1](https://github.com/sig-nine/era-ui/compare/v2.34.0...v2.34.1) (2026-07-15)
|
|
831
|
+
|
|
832
|
+
|
|
833
|
+
### Performance Improvements
|
|
834
|
+
|
|
835
|
+
* **command-bar:** normalize search text once per view, not per keystroke ([e7b0df2](https://github.com/sig-nine/era-ui/commit/e7b0df2df69bf20968a4047deb59b15d453a76d6))
|
|
836
|
+
|
|
837
|
+
# [2.34.0](https://github.com/sig-nine/era-ui/compare/v2.33.0...v2.34.0) (2026-07-15)
|
|
838
|
+
|
|
839
|
+
|
|
840
|
+
### Bug Fixes
|
|
841
|
+
|
|
842
|
+
* **glass:** make the refraction actually visible (filter order + blur) ([ac9c3e0](https://github.com/sig-nine/era-ui/commit/ac9c3e035dcfa79605764c31af66ff789d6fbef3))
|
|
843
|
+
|
|
844
|
+
|
|
845
|
+
### Features
|
|
846
|
+
|
|
847
|
+
* **changelog:** serve LLM-friendly markdown to curl/known agents ([de8d0eb](https://github.com/sig-nine/era-ui/commit/de8d0eb03e19938058a548bcd6885c90476fc7f7))
|
|
848
|
+
* **command-bar:** ghost-hint the command that will run on synonym matches ([d90c575](https://github.com/sig-nine/era-ui/commit/d90c575f5cf7a7974fe695132ebbf90282f18648))
|
|
849
|
+
|
|
850
|
+
# [2.33.0](https://github.com/sig-nine/era-ui/compare/v2.32.0...v2.33.0) (2026-07-15)
|
|
851
|
+
|
|
852
|
+
|
|
853
|
+
### Features
|
|
854
|
+
|
|
855
|
+
* **command-bar:** make every doc page findable from the command bar ([8ce2a20](https://github.com/sig-nine/era-ui/commit/8ce2a207413409829efe99df026d014687737680))
|
|
856
|
+
|
|
857
|
+
# [2.32.0](https://github.com/sig-nine/era-ui/compare/v2.31.2...v2.32.0) (2026-07-15)
|
|
858
|
+
|
|
859
|
+
|
|
860
|
+
### Features
|
|
861
|
+
|
|
862
|
+
* **changelog:** reach the changelog from the command bar ([becbac5](https://github.com/sig-nine/era-ui/commit/becbac5f910c23001ac1570dee2d532e402b3011))
|
|
863
|
+
|
|
864
|
+
## [2.31.2](https://github.com/sig-nine/era-ui/compare/v2.31.1...v2.31.2) (2026-07-15)
|
|
865
|
+
|
|
866
|
+
|
|
867
|
+
### Bug Fixes
|
|
868
|
+
|
|
869
|
+
* **pane:** stop the tab-bar clip from chopping label descenders ([ef9dfff](https://github.com/sig-nine/era-ui/commit/ef9dfff3224441b159ec706d2e11ec3a628a42ab))
|
|
870
|
+
|
|
871
|
+
## [2.31.1](https://github.com/sig-nine/era-ui/compare/v2.31.0...v2.31.1) (2026-07-15)
|
|
872
|
+
|
|
873
|
+
|
|
874
|
+
### Bug Fixes
|
|
875
|
+
|
|
876
|
+
* **changelog:** drop prerender so the shared layout's searchParams read is legal ([fc50ce0](https://github.com/sig-nine/era-ui/commit/fc50ce06357a20365f37c550831c0199181ca513))
|
|
877
|
+
|
|
878
|
+
# [2.31.0](https://github.com/sig-nine/era-ui/compare/v2.30.0...v2.31.0) (2026-07-15)
|
|
879
|
+
|
|
880
|
+
|
|
881
|
+
### Bug Fixes
|
|
882
|
+
|
|
883
|
+
* **changelog:** satisfy no-navigation-without-resolve on external links ([3c30249](https://github.com/sig-nine/era-ui/commit/3c30249eadd1265ced9411a49b119068f3107892))
|
|
884
|
+
|
|
885
|
+
|
|
886
|
+
### Features
|
|
887
|
+
|
|
888
|
+
* **changelog:** unlisted /changelog page built from CHANGELOG.md ([353a71f](https://github.com/sig-nine/era-ui/commit/353a71f90e7e4d82da950199ffca6453912932ea))
|
|
889
|
+
|
|
890
|
+
# [2.30.0](https://github.com/sig-nine/era-ui/compare/v2.29.5...v2.30.0) (2026-07-15)
|
|
891
|
+
|
|
892
|
+
|
|
893
|
+
### Features
|
|
894
|
+
|
|
895
|
+
* **glass:** add edge-lens refraction to large glass surfaces ([13d2cf6](https://github.com/sig-nine/era-ui/commit/13d2cf654291cb088ca000ac4bef240aab02c2cb)), closes [#era-glass-refraction](https://github.com/sig-nine/era-ui/issues/era-glass-refraction)
|
|
896
|
+
|
|
897
|
+
## [2.29.5](https://github.com/sig-nine/era-ui/compare/v2.29.4...v2.29.5) (2026-07-15)
|
|
898
|
+
|
|
899
|
+
|
|
900
|
+
### Bug Fixes
|
|
901
|
+
|
|
902
|
+
* **bevel:** remove the press shade on icon buttons ([37a84b4](https://github.com/sig-nine/era-ui/commit/37a84b4b0e6b815d4c87f41044eb0a1b1de9f18e))
|
|
903
|
+
|
|
904
|
+
## [2.29.4](https://github.com/sig-nine/era-ui/compare/v2.29.3...v2.29.4) (2026-07-15)
|
|
905
|
+
|
|
906
|
+
|
|
907
|
+
### Bug Fixes
|
|
908
|
+
|
|
909
|
+
* **bevel:** press sinks straight down, and the label sinks with the icon ([667c4a1](https://github.com/sig-nine/era-ui/commit/667c4a198ed5cb9ca8120edd16a1095019f14c32))
|
|
910
|
+
|
|
911
|
+
## [2.29.3](https://github.com/sig-nine/era-ui/compare/v2.29.2...v2.29.3) (2026-07-15)
|
|
912
|
+
|
|
913
|
+
|
|
914
|
+
### Bug Fixes
|
|
915
|
+
|
|
916
|
+
* **bevel:** halve the press-sink on small icon buttons ([de25ad2](https://github.com/sig-nine/era-ui/commit/de25ad25d642d8e102dbe6b9889c778078e85c2f))
|
|
917
|
+
|
|
918
|
+
## [2.29.2](https://github.com/sig-nine/era-ui/compare/v2.29.1...v2.29.2) (2026-07-15)
|
|
919
|
+
|
|
920
|
+
|
|
921
|
+
### Bug Fixes
|
|
922
|
+
|
|
923
|
+
* **bevel:** let a positioning utility beat the icon-button press-shade anchor ([d5f7f9f](https://github.com/sig-nine/era-ui/commit/d5f7f9f3b3e0cc176941f44a8b7d1c174805633d))
|
|
924
|
+
|
|
925
|
+
## [2.29.1](https://github.com/sig-nine/era-ui/compare/v2.29.0...v2.29.1) (2026-07-15)
|
|
926
|
+
|
|
927
|
+
|
|
928
|
+
### Bug Fixes
|
|
929
|
+
|
|
930
|
+
* **input:** floor field side padding so dense stops looking cramped ([3670ccb](https://github.com/sig-nine/era-ui/commit/3670ccb3bc6a03d8b875bfc08152b0431a130e03))
|
|
931
|
+
|
|
932
|
+
# [2.29.0](https://github.com/sig-nine/era-ui/compare/v2.28.2...v2.29.0) (2026-07-15)
|
|
933
|
+
|
|
934
|
+
|
|
935
|
+
### Features
|
|
936
|
+
|
|
937
|
+
* **taskbar:** make the mobile command launcher a thumb-sized opaque FAB ([8d8cf1b](https://github.com/sig-nine/era-ui/commit/8d8cf1bbe77eec305421483d71ddccd935295a47))
|
|
938
|
+
|
|
939
|
+
## [2.28.2](https://github.com/sig-nine/era-ui/compare/v2.28.1...v2.28.2) (2026-07-14)
|
|
940
|
+
|
|
941
|
+
|
|
942
|
+
### Bug Fixes
|
|
943
|
+
|
|
944
|
+
* **audit:** a zero-padding square icon button is not icon-flush ([2c057d0](https://github.com/sig-nine/era-ui/commit/2c057d09f22302e4ebe5867523deb60487f1fb7e))
|
|
945
|
+
|
|
946
|
+
## [2.28.1](https://github.com/sig-nine/era-ui/compare/v2.28.0...v2.28.1) (2026-07-14)
|
|
947
|
+
|
|
948
|
+
|
|
949
|
+
### Bug Fixes
|
|
950
|
+
|
|
951
|
+
* **audit:** keep every gap label readable when the rules crowd ([034441b](https://github.com/sig-nine/era-ui/commit/034441b10900e91ad78b700bad948804c7e6668f))
|
|
952
|
+
|
|
953
|
+
# [2.28.0](https://github.com/sig-nine/era-ui/compare/v2.27.1...v2.28.0) (2026-07-14)
|
|
954
|
+
|
|
955
|
+
|
|
956
|
+
### Features
|
|
957
|
+
|
|
958
|
+
* **audit:** draw measured gaps as ruled dimension lines, not floating numbers ([7a7ad7a](https://github.com/sig-nine/era-ui/commit/7a7ad7a59663f841d9758040748740437afda82b))
|
|
959
|
+
|
|
960
|
+
## [2.27.1](https://github.com/sig-nine/era-ui/compare/v2.27.0...v2.27.1) (2026-07-14)
|
|
961
|
+
|
|
962
|
+
|
|
963
|
+
### Bug Fixes
|
|
964
|
+
|
|
965
|
+
* **input:** drop era-text-trim so typed text keeps its ascenders ([bf175ed](https://github.com/sig-nine/era-ui/commit/bf175edb8084450d51a0b9f55cf30b65e28a882f))
|
|
966
|
+
|
|
967
|
+
# [2.27.0](https://github.com/sig-nine/era-ui/compare/v2.26.0...v2.27.0) (2026-07-14)
|
|
968
|
+
|
|
969
|
+
|
|
970
|
+
### Features
|
|
971
|
+
|
|
972
|
+
* **audit:** print every measurement on the audit route ([254b66e](https://github.com/sig-nine/era-ui/commit/254b66e1ba608eee3ac2bcba373f1213785a94eb))
|
|
973
|
+
* **docs:** a Utilities page with a live specimen per CSS class ([444745b](https://github.com/sig-nine/era-ui/commit/444745bf2004b21a1821eecb8e56e5edd865c9d9))
|
|
974
|
+
* **docs:** generate a utilities reference from the [@utility](https://github.com/utility) doc comments ([6a1b3a2](https://github.com/sig-nine/era-ui/commit/6a1b3a2eb98f74310e8671462ce17cf46981bce2))
|
|
975
|
+
|
|
976
|
+
# [2.26.0](https://github.com/sig-nine/era-ui/compare/v2.25.0...v2.26.0) (2026-07-14)
|
|
977
|
+
|
|
978
|
+
|
|
979
|
+
### Bug Fixes
|
|
980
|
+
|
|
981
|
+
* **test:** render docs pages bare — the shell never opened their window ([9d5d282](https://github.com/sig-nine/era-ui/commit/9d5d282c5899982508192779b7c2a29ece545a42))
|
|
982
|
+
|
|
983
|
+
|
|
984
|
+
### Features
|
|
985
|
+
|
|
986
|
+
* **bevel:** a pressed icon button sits under a light-derived shade ([3397adf](https://github.com/sig-nine/era-ui/commit/3397adfc3a6b423535a1a919c13313fc2e1e2d8a))
|
|
987
|
+
|
|
988
|
+
# [2.25.0](https://github.com/sig-nine/era-ui/compare/v2.24.0...v2.25.0) (2026-07-14)
|
|
989
|
+
|
|
990
|
+
|
|
991
|
+
### Bug Fixes
|
|
992
|
+
|
|
993
|
+
* **audit:** exempt spinners per-animation, not per-component ([1218a16](https://github.com/sig-nine/era-ui/commit/1218a16e84a02edffcedf482d6c4a2a288a865aa))
|
|
994
|
+
|
|
995
|
+
|
|
996
|
+
### Features
|
|
997
|
+
|
|
998
|
+
* **cycle:** a button that steps through an ordered set of states ([cc1722b](https://github.com/sig-nine/era-ui/commit/cc1722b90603a0e70445ef48c63230fd47b44ac1))
|
|
999
|
+
|
|
1000
|
+
# [2.24.0](https://github.com/sig-nine/era-ui/compare/v2.23.0...v2.24.0) (2026-07-14)
|
|
1001
|
+
|
|
1002
|
+
|
|
1003
|
+
### Features
|
|
1004
|
+
|
|
1005
|
+
* **gate:** a component with no measurement specimen fails the build ([74166b4](https://github.com/sig-nine/era-ui/commit/74166b48ee62c037fcf9639b406c253329280819))
|
|
1006
|
+
|
|
1007
|
+
# [2.23.0](https://github.com/sig-nine/era-ui/compare/v2.22.0...v2.23.0) (2026-07-14)
|
|
1008
|
+
|
|
1009
|
+
|
|
1010
|
+
### Features
|
|
1011
|
+
|
|
1012
|
+
* **audit:** axis conformance — motion × surface × font, checked comparatively ([31c80bd](https://github.com/sig-nine/era-ui/commit/31c80bda5df54194e7a8f4aa4834e7720817097e))
|
|
1013
|
+
|
|
1014
|
+
# [2.22.0](https://github.com/sig-nine/era-ui/compare/v2.21.0...v2.22.0) (2026-07-14)
|
|
1015
|
+
|
|
1016
|
+
|
|
1017
|
+
### Features
|
|
1018
|
+
|
|
1019
|
+
* **audit:** /audit — a bare harness with no window manager ([2ac73b3](https://github.com/sig-nine/era-ui/commit/2ac73b35de55b662bcce5ec47e72e9cc01b42716))
|
|
1020
|
+
* **audit:** five runtime audits for bugs no grep can see ([193ba49](https://github.com/sig-nine/era-ui/commit/193ba49fdbbafe67039c8b9cda109509ad32b382))
|
|
1021
|
+
|
|
1022
|
+
# [2.21.0](https://github.com/sig-nine/era-ui/compare/v2.20.0...v2.21.0) (2026-07-14)
|
|
1023
|
+
|
|
1024
|
+
|
|
1025
|
+
### Bug Fixes
|
|
1026
|
+
|
|
1027
|
+
* **mobile:** stop iOS Safari zoom in the shell ([06f4f39](https://github.com/sig-nine/era-ui/commit/06f4f397c8f52677dc2a7349636da95206acd2fb))
|
|
1028
|
+
|
|
1029
|
+
|
|
1030
|
+
### Features
|
|
1031
|
+
|
|
1032
|
+
* **taskbar:** floating mobile command launcher ([319e9b1](https://github.com/sig-nine/era-ui/commit/319e9b18f326778293259a86c15ab9c2e6caedd6))
|
|
1033
|
+
|
|
1034
|
+
# [2.20.0](https://github.com/sig-nine/era-ui/compare/v2.19.0...v2.20.0) (2026-07-14)
|
|
1035
|
+
|
|
1036
|
+
|
|
1037
|
+
### Features
|
|
1038
|
+
|
|
1039
|
+
* **copy-button:** let hosts override the idle/success/failure icons ([1000475](https://github.com/sig-nine/era-ui/commit/10004754ab3876d2d9758d8afa0ab40e1ff2ffc2))
|
|
1040
|
+
|
|
1041
|
+
# [2.19.0](https://github.com/sig-nine/era-ui/compare/v2.18.1...v2.19.0) (2026-07-14)
|
|
1042
|
+
|
|
1043
|
+
|
|
1044
|
+
### Features
|
|
1045
|
+
|
|
1046
|
+
* **docs:** empty desktop on load; rename Home to About ([35cb100](https://github.com/sig-nine/era-ui/commit/35cb100f1e2a37369e8a52ed51fd5ef8cd781375))
|
|
1047
|
+
|
|
1048
|
+
## [2.18.1](https://github.com/sig-nine/era-ui/compare/v2.18.0...v2.18.1) (2026-07-14)
|
|
1049
|
+
|
|
1050
|
+
|
|
1051
|
+
### Bug Fixes
|
|
1052
|
+
|
|
1053
|
+
* **date/time fields:** nest segments on their own tier, and stop the audit lying about circles ([abf8512](https://github.com/sig-nine/era-ui/commit/abf8512953aa061f07372799d2c5b2a21404d173))
|
|
1054
|
+
|
|
1055
|
+
# [2.18.0](https://github.com/sig-nine/era-ui/compare/v2.17.0...v2.18.0) (2026-07-14)
|
|
1056
|
+
|
|
1057
|
+
|
|
1058
|
+
### Features
|
|
1059
|
+
|
|
1060
|
+
* **bevel:** Win95 keycap press — content sinks inward, frame holds ([9871bfb](https://github.com/sig-nine/era-ui/commit/9871bfba652c4ec73643d587347659ad47ab0f66))
|
|
1061
|
+
|
|
1062
|
+
# [2.17.0](https://github.com/sig-nine/era-ui/compare/v2.16.0...v2.17.0) (2026-07-14)
|
|
1063
|
+
|
|
1064
|
+
|
|
1065
|
+
### Features
|
|
1066
|
+
|
|
1067
|
+
* **measurements:** drop the grid, centre the specimens, serve real geometry ([2d57e23](https://github.com/sig-nine/era-ui/commit/2d57e23a7d3e0c725cc19cfb4dea2db0f157c7ad))
|
|
1068
|
+
|
|
1069
|
+
# [2.16.0](https://github.com/sig-nine/era-ui/compare/v2.15.0...v2.16.0) (2026-07-14)
|
|
1070
|
+
|
|
1071
|
+
|
|
1072
|
+
### Features
|
|
1073
|
+
|
|
1074
|
+
* **dev:** measurement primitives and a concentric-radius audit ([e60efea](https://github.com/sig-nine/era-ui/commit/e60efeaa44f719fc0d49a9d686f649daf0790aba))
|
|
1075
|
+
* **docs:** Measurements tab — every component measured as it renders ([1d5fb41](https://github.com/sig-nine/era-ui/commit/1d5fb415fa12081010942e1a127caf5ba2eeb859))
|
|
1076
|
+
|
|
1077
|
+
# [2.15.0](https://github.com/sig-nine/era-ui/compare/v2.14.0...v2.15.0) (2026-07-14)
|
|
1078
|
+
|
|
1079
|
+
|
|
1080
|
+
### Features
|
|
1081
|
+
|
|
1082
|
+
* **copy-button:** promote to a ui primitive with a cross-fading icon swap ([a780c0e](https://github.com/sig-nine/era-ui/commit/a780c0ef16b73b341e2479b0046426cf47265cdd))
|
|
1083
|
+
|
|
1084
|
+
# [2.14.0](https://github.com/sig-nine/era-ui/compare/v2.13.1...v2.14.0) (2026-07-14)
|
|
1085
|
+
|
|
1086
|
+
|
|
1087
|
+
### Features
|
|
1088
|
+
|
|
1089
|
+
* **bevel:** global light-direction knob, rotated toward the top ([36a8281](https://github.com/sig-nine/era-ui/commit/36a8281af046ba5e5533a399dc92cbd63e7c13e0))
|
|
1090
|
+
|
|
1091
|
+
## [2.13.1](https://github.com/sig-nine/era-ui/compare/v2.13.0...v2.13.1) (2026-07-14)
|
|
1092
|
+
|
|
1093
|
+
|
|
1094
|
+
### Bug Fixes
|
|
1095
|
+
|
|
1096
|
+
* **bevel:** press via chisel only — the face never rises on release ([6b49b8e](https://github.com/sig-nine/era-ui/commit/6b49b8e8aec7c61323cf59bb2e7eddd404d9e373))
|
|
1097
|
+
|
|
1098
|
+
# [2.13.0](https://github.com/sig-nine/era-ui/compare/v2.12.2...v2.13.0) (2026-07-14)
|
|
1099
|
+
|
|
1100
|
+
|
|
1101
|
+
### Features
|
|
1102
|
+
|
|
1103
|
+
* **pane:** round the handle bar's bottom corners into a pill ([8d66008](https://github.com/sig-nine/era-ui/commit/8d66008522e747e37cbc8c0a26948062bf8f9484))
|
|
1104
|
+
|
|
1105
|
+
## [2.12.2](https://github.com/sig-nine/era-ui/compare/v2.12.1...v2.12.2) (2026-07-14)
|
|
1106
|
+
|
|
1107
|
+
|
|
1108
|
+
### Bug Fixes
|
|
1109
|
+
|
|
1110
|
+
* **styles:** era-link — bright text always, only the underline reacts ([aae10e5](https://github.com/sig-nine/era-ui/commit/aae10e53a8120871d493d6dc043548c45d37c108))
|
|
1111
|
+
|
|
1112
|
+
## [2.12.1](https://github.com/sig-nine/era-ui/compare/v2.12.0...v2.12.1) (2026-07-14)
|
|
1113
|
+
|
|
1114
|
+
|
|
1115
|
+
### Bug Fixes
|
|
1116
|
+
|
|
1117
|
+
* **bevel:** strengthen the anti-parallelogram rim a touch ([b4b29af](https://github.com/sig-nine/era-ui/commit/b4b29afecd493854ef253a80220873bde918841c))
|
|
1118
|
+
* **button:** latched controls stay pressed — two bevel levels, not three ([92c0aed](https://github.com/sig-nine/era-ui/commit/92c0aed6a163f27413884820cd173c4f206dfc60))
|
|
1119
|
+
|
|
1120
|
+
# [2.12.0](https://github.com/sig-nine/era-ui/compare/v2.11.6...v2.12.0) (2026-07-14)
|
|
1121
|
+
|
|
1122
|
+
|
|
1123
|
+
### Bug Fixes
|
|
1124
|
+
|
|
1125
|
+
* **conversations:** action buttons to size sm (concentric in the row) ([6358abc](https://github.com/sig-nine/era-ui/commit/6358abc10c0e4509f9f9c83f2be1a060b82c6407))
|
|
1126
|
+
|
|
1127
|
+
|
|
1128
|
+
### Features
|
|
1129
|
+
|
|
1130
|
+
* **styles:** add era-link utility ([604c5ec](https://github.com/sig-nine/era-ui/commit/604c5eca99b6ad62341d309914ccb072def3fbfb))
|
|
1131
|
+
|
|
1132
|
+
## [2.11.6](https://github.com/sig-nine/era-ui/compare/v2.11.5...v2.11.6) (2026-07-14)
|
|
1133
|
+
|
|
1134
|
+
|
|
1135
|
+
### Bug Fixes
|
|
1136
|
+
|
|
1137
|
+
* **command-bar:** make the dropdown surface-adaptive ([a9f03e6](https://github.com/sig-nine/era-ui/commit/a9f03e6ba6827625213b58de28b12031149b205c))
|
|
1138
|
+
|
|
1139
|
+
## [2.11.5](https://github.com/sig-nine/era-ui/compare/v2.11.4...v2.11.5) (2026-07-14)
|
|
1140
|
+
|
|
1141
|
+
|
|
1142
|
+
### Bug Fixes
|
|
1143
|
+
|
|
1144
|
+
* **ai:** unmask PromptInput toolbar button hovers ([b82b965](https://github.com/sig-nine/era-ui/commit/b82b965ba73a4a37c8af26dac1ab627675f1a747))
|
|
1145
|
+
* **conversations:** pad action buttons and unmask their hover ([5bfd902](https://github.com/sig-nine/era-ui/commit/5bfd902e2a8744b0b06dc145039977fb881575b3))
|
|
1146
|
+
|
|
1147
|
+
## [2.11.4](https://github.com/sig-nine/era-ui/compare/v2.11.3...v2.11.4) (2026-07-14)
|
|
1148
|
+
|
|
1149
|
+
|
|
1150
|
+
### Bug Fixes
|
|
1151
|
+
|
|
1152
|
+
* **ai:** E4 parity — snap PromptInput highlight; drop dead cn() ([ae91271](https://github.com/sig-nine/era-ui/commit/ae912715a7dbe014290df1f43f21aab096f63375))
|
|
1153
|
+
* **button:** add missing 'xxs' to ButtonVariants.size ([c60b1e8](https://github.com/sig-nine/era-ui/commit/c60b1e87ca233bbff89cbf571a611c615a48c09b))
|
|
1154
|
+
* **select:** export Group, GroupHeading, and Portal ([d8aaef6](https://github.com/sig-nine/era-ui/commit/d8aaef6a6a3863b9830ac6f3a0030dc38ba18f70))
|
|
1155
|
+
|
|
1156
|
+
## [2.11.3](https://github.com/sig-nine/era-ui/compare/v2.11.2...v2.11.3) (2026-07-14)
|
|
1157
|
+
|
|
1158
|
+
|
|
1159
|
+
### Bug Fixes
|
|
1160
|
+
|
|
1161
|
+
* **ai:** style PromptInput to match the era Input ([5826b83](https://github.com/sig-nine/era-ui/commit/5826b839c80c977676ce3d367d617a739f18858f))
|
|
1162
|
+
* **llm-shell:** full-bleed shell + even rail gutter ([2a8c8b6](https://github.com/sig-nine/era-ui/commit/2a8c8b6edaf5aec3028f0f003c4405880ffd2972))
|
|
1163
|
+
|
|
1164
|
+
## [2.11.2](https://github.com/sig-nine/era-ui/compare/v2.11.1...v2.11.2) (2026-07-14)
|
|
1165
|
+
|
|
1166
|
+
|
|
1167
|
+
### Bug Fixes
|
|
1168
|
+
|
|
1169
|
+
* **ai:** stop era-text-trim from chopping truncated text ([a94b6d4](https://github.com/sig-nine/era-ui/commit/a94b6d4e39419d24da52cefb96a8e181ce5a4414))
|
|
1170
|
+
|
|
1171
|
+
## [2.11.1](https://github.com/sig-nine/era-ui/compare/v2.11.0...v2.11.1) (2026-07-14)
|
|
1172
|
+
|
|
1173
|
+
|
|
1174
|
+
### Bug Fixes
|
|
1175
|
+
|
|
1176
|
+
* **os:** soften the focused-window highlight outline ([ba73a44](https://github.com/sig-nine/era-ui/commit/ba73a44852d3ffab954b080168f6a81f6b73c6f3))
|
|
1177
|
+
|
|
1178
|
+
# [2.11.0](https://github.com/sig-nine/era-ui/compare/v2.10.1...v2.11.0) (2026-07-13)
|
|
1179
|
+
|
|
1180
|
+
|
|
1181
|
+
### Bug Fixes
|
|
1182
|
+
|
|
1183
|
+
* **bevel:** restore the uniform rim — kills the parallelogram skew ([585fe85](https://github.com/sig-nine/era-ui/commit/585fe85416c879a249e70aee62a1f327fbbfc41b))
|
|
1184
|
+
|
|
1185
|
+
|
|
1186
|
+
### Features
|
|
1187
|
+
|
|
1188
|
+
* **surfaces:** split press shift per axis — bevel sinks straight down ([db75f47](https://github.com/sig-nine/era-ui/commit/db75f47d20c3a940ace5be1add5e00c29ef231f7))
|
|
1189
|
+
|
|
1190
|
+
## [2.10.1](https://github.com/sig-nine/era-ui/compare/v2.10.0...v2.10.1) (2026-07-13)
|
|
1191
|
+
|
|
1192
|
+
|
|
1193
|
+
### Bug Fixes
|
|
1194
|
+
|
|
1195
|
+
* **llm-shell:** stream into proxied blocks, tidy transient states ([5dcad36](https://github.com/sig-nine/era-ui/commit/5dcad36dbfc4ad22f29b9e2ef98e5dbb0a033ffe))
|
|
1196
|
+
|
|
1197
|
+
# [2.10.0](https://github.com/sig-nine/era-ui/compare/v2.9.0...v2.10.0) (2026-07-13)
|
|
1198
|
+
|
|
1199
|
+
|
|
1200
|
+
### Features
|
|
1201
|
+
|
|
1202
|
+
* **llm-shell:** rebuild demo into a full chat console ([04f705f](https://github.com/sig-nine/era-ui/commit/04f705fa8c3ff55f42a399e971d6739918de7f0b))
|
|
1203
|
+
|
|
1204
|
+
# [2.9.0](https://github.com/sig-nine/era-ui/compare/v2.8.3...v2.9.0) (2026-07-13)
|
|
1205
|
+
|
|
1206
|
+
|
|
1207
|
+
### Features
|
|
1208
|
+
|
|
1209
|
+
* **ai:** add compact Tool.Chip/Chips and Tool.Exec ([f5d8542](https://github.com/sig-nine/era-ui/commit/f5d8542470dacb14e386b9810c2445ce9d15815d))
|
|
1210
|
+
* **ai:** add Conversations history rail ([050cdc4](https://github.com/sig-nine/era-ui/commit/050cdc4b6b15714d160c10f1544b41745c9f3b3e))
|
|
1211
|
+
* **ai:** add editable Confirmation.Args approval ([f676e14](https://github.com/sig-nine/era-ui/commit/f676e145f9d2d27a1d318c6d75602b15d2ae02a5))
|
|
1212
|
+
* **ai:** add ErrorPanel with error categorization ([60cc910](https://github.com/sig-nine/era-ui/commit/60cc910bf9cee07b23bd02cd1c697ffc292ac97d))
|
|
1213
|
+
* **ai:** add headless projectMessages normalization ([9bd98f6](https://github.com/sig-nine/era-ui/commit/9bd98f662c2f3c6fb5a4e4fec9e18ba2fb97fbe0))
|
|
1214
|
+
* **ai:** add Message.Usage per-turn footer ([006d4c5](https://github.com/sig-nine/era-ui/commit/006d4c5a1cbc6fbaecd2ed62efd4c17fc2499453))
|
|
1215
|
+
* **ai:** add RunStatus aggregate run banner ([ac0a6cf](https://github.com/sig-nine/era-ui/commit/ac0a6cff29233d117d4bc1902faf5c0d369cb5b5))
|
|
1216
|
+
* **ai:** add RuntimeFeed live log tail ([9dae27b](https://github.com/sig-nine/era-ui/commit/9dae27b5be640de94f7bef5eaef7d404155655d7))
|
|
1217
|
+
* **ai:** add StructuredValue recursive JSON viewer ([6424610](https://github.com/sig-nine/era-ui/commit/642461047494eceddb5779842650a3d32c381f71))
|
|
1218
|
+
* **ai:** export the new chat-console components ([07edb66](https://github.com/sig-nine/era-ui/commit/07edb66089dbfad98dd2f731055b5b836d22a591))
|
|
1219
|
+
* **badge:** add warning tone ([59f873f](https://github.com/sig-nine/era-ui/commit/59f873f346cfe38bfd477fdad6d6d370d97af025))
|
|
1220
|
+
|
|
1221
|
+
## [2.8.3](https://github.com/sig-nine/era-ui/compare/v2.8.2...v2.8.3) (2026-07-13)
|
|
1222
|
+
|
|
1223
|
+
|
|
1224
|
+
### Bug Fixes
|
|
1225
|
+
|
|
1226
|
+
* **docs:** re-pin the docs mono font (aesthetic choice), document the tradeoff ([7775e0c](https://github.com/sig-nine/era-ui/commit/7775e0c9677fca2dd7cecefb97d7c0d14ea34fe1))
|
|
1227
|
+
|
|
1228
|
+
## [2.8.2](https://github.com/sig-nine/era-ui/compare/v2.8.1...v2.8.2) (2026-07-12)
|
|
1229
|
+
|
|
1230
|
+
|
|
1231
|
+
### Bug Fixes
|
|
1232
|
+
|
|
1233
|
+
* **docs:** render the library's real font stack — parity is the guardrail ([7eb1500](https://github.com/sig-nine/era-ui/commit/7eb1500b3692c9dfc8406250e2b79baa73d280c7))
|
|
1234
|
+
|
|
1235
|
+
## [2.8.1](https://github.com/sig-nine/era-ui/compare/v2.8.0...v2.8.1) (2026-07-12)
|
|
1236
|
+
|
|
1237
|
+
|
|
1238
|
+
### Bug Fixes
|
|
1239
|
+
|
|
1240
|
+
* **ui:** ink-centered control text — ex/alphabetic trim over integer line boxes ([4c69822](https://github.com/sig-nine/era-ui/commit/4c698229984dac50d68e22297cff248da8a2433a))
|
|
1241
|
+
|
|
1242
|
+
# [2.8.0](https://github.com/sig-nine/era-ui/compare/v2.7.1...v2.8.0) (2026-07-12)
|
|
1243
|
+
|
|
1244
|
+
|
|
1245
|
+
### Bug Fixes
|
|
1246
|
+
|
|
1247
|
+
* **docs:** drop useless mustache around the skill install command ([d48dd25](https://github.com/sig-nine/era-ui/commit/d48dd258860479649c696825a5c4b7f7ef8264ce))
|
|
1248
|
+
|
|
1249
|
+
|
|
1250
|
+
### Features
|
|
1251
|
+
|
|
1252
|
+
* bundle the era methodology as a Claude Code skill ([460f2cc](https://github.com/sig-nine/era-ui/commit/460f2cc8cd492df80616bcd8146f6d0f20880ef3))
|
|
1253
|
+
|
|
1254
|
+
## [2.7.1](https://github.com/sig-nine/era-ui/compare/v2.7.0...v2.7.1) (2026-07-12)
|
|
1255
|
+
|
|
1256
|
+
|
|
1257
|
+
### Bug Fixes
|
|
1258
|
+
|
|
1259
|
+
* **ai:** put the composer and chat surfaces on the tier ladder ([04a9882](https://github.com/sig-nine/era-ui/commit/04a98822cbdf98a9cf1459d2515b3079633ecb78))
|
|
1260
|
+
* **ui:** revert text-box trim from controls — cap-centering read HIGH ([0fb7eab](https://github.com/sig-nine/era-ui/commit/0fb7eabb25a772efab4851afc7b9c19e9f1b8a10))
|
|
1261
|
+
|
|
1262
|
+
# [2.7.0](https://github.com/sig-nine/era-ui/compare/v2.6.1...v2.7.0) (2026-07-12)
|
|
1263
|
+
|
|
1264
|
+
|
|
1265
|
+
### Features
|
|
1266
|
+
|
|
1267
|
+
* **styles:** balanced headings, pretty prose, antialiased rendering ([cb1115f](https://github.com/sig-nine/era-ui/commit/cb1115fd6eb68bc9613d58ae5f3c714e6de76fad))
|
|
1268
|
+
|
|
1269
|
+
## [2.6.1](https://github.com/sig-nine/era-ui/compare/v2.6.0...v2.6.1) (2026-07-12)
|
|
1270
|
+
|
|
1271
|
+
|
|
1272
|
+
### Bug Fixes
|
|
1273
|
+
|
|
1274
|
+
* **ui:** font-agnostic vertical text centering via text-box trim ([f9f2fe3](https://github.com/sig-nine/era-ui/commit/f9f2fe3e3a29595ef1fcb81ebbf6e8b70ba6ea4a))
|
|
1275
|
+
|
|
1276
|
+
# [2.6.0](https://github.com/sig-nine/era-ui/compare/v2.5.0...v2.6.0) (2026-07-12)
|
|
1277
|
+
|
|
1278
|
+
|
|
1279
|
+
### Features
|
|
1280
|
+
|
|
1281
|
+
* **os:** windows re-fit on viewport resize; the bar never does ([75eacbc](https://github.com/sig-nine/era-ui/commit/75eacbc345ffa6121cfd9d7226bccbd6bd5a8780))
|
|
1282
|
+
|
|
1283
|
+
# [2.5.0](https://github.com/sig-nine/era-ui/compare/v2.4.0...v2.5.0) (2026-07-12)
|
|
1284
|
+
|
|
1285
|
+
|
|
1286
|
+
### Features
|
|
1287
|
+
|
|
1288
|
+
* **os:** tab middle-close, selection containment, minimizable toggle, quieter chrome ([0abff69](https://github.com/sig-nine/era-ui/commit/0abff69b26ccdeb464a6523824761684b93d537d))
|
|
1289
|
+
|
|
1290
|
+
# [2.4.0](https://github.com/sig-nine/era-ui/compare/v2.3.0...v2.4.0) (2026-07-12)
|
|
1291
|
+
|
|
1292
|
+
|
|
1293
|
+
### Features
|
|
1294
|
+
|
|
1295
|
+
* **docs:** LLM Shell — a streaming chat clone built from the AI suite ([5879982](https://github.com/sig-nine/era-ui/commit/5879982d78e16f811958c481085ce2c5ae371443))
|
|
1296
|
+
|
|
1297
|
+
# [2.3.0](https://github.com/sig-nine/era-ui/compare/v2.2.0...v2.3.0) (2026-07-12)
|
|
1298
|
+
|
|
1299
|
+
|
|
1300
|
+
### Bug Fixes
|
|
1301
|
+
|
|
1302
|
+
* **step:** data attribute instead of an unknown class for the content hook ([19a8be0](https://github.com/sig-nine/era-ui/commit/19a8be00dad9540fe8cc2a47c6d18c78aa351b37))
|
|
1303
|
+
|
|
1304
|
+
|
|
1305
|
+
### Features
|
|
1306
|
+
|
|
1307
|
+
* **ai:** the AI Elements suite, era-ui edition ([660ced6](https://github.com/sig-nine/era-ui/commit/660ced637df991019aa942153ef4d40e8050408e))
|
|
1308
|
+
* **docs:** command-bar demo logs executed commands as Steps ([3eb46e9](https://github.com/sig-nine/era-ui/commit/3eb46e9c7039549eb6496e1b39e425b8389ed810))
|
|
1309
|
+
|
|
1310
|
+
# [2.2.0](https://github.com/sig-nine/era-ui/compare/v2.1.0...v2.2.0) (2026-07-12)
|
|
1311
|
+
|
|
1312
|
+
|
|
1313
|
+
### Features
|
|
1314
|
+
|
|
1315
|
+
* **step:** expandable inline step — tool calls, thinking, agent actions ([2ba4487](https://github.com/sig-nine/era-ui/commit/2ba4487e75367f49a61451584309c8dd7f0111c5))
|
|
1316
|
+
|
|
1317
|
+
# [2.1.0](https://github.com/sig-nine/era-ui/compare/v2.0.0...v2.1.0) (2026-07-12)
|
|
1318
|
+
|
|
1319
|
+
|
|
1320
|
+
### Bug Fixes
|
|
1321
|
+
|
|
1322
|
+
* **command-bar:** backtick closes like Escape; prompt chevron at term contrast ([c2f4cea](https://github.com/sig-nine/era-ui/commit/c2f4cea20b30a8c5fc05fa46230a54b47946f1f3))
|
|
1323
|
+
* **os:** drop the taskbar clock ([638295d](https://github.com/sig-nine/era-ui/commit/638295db26f0f51cafb6675917130f49e176c9ec))
|
|
1324
|
+
|
|
1325
|
+
|
|
1326
|
+
### Features
|
|
1327
|
+
|
|
1328
|
+
* **docs:** display settings as command-bar commands; drop pinned quick buttons ([de55091](https://github.com/sig-nine/era-ui/commit/de550911e59dcf3b12cf793f55bcd41a5a7b99be))
|
|
1329
|
+
* **docs:** quickstart becomes Spacing — tower + anatomy only, xxs included, current tokens ([1b8b1f1](https://github.com/sig-nine/era-ui/commit/1b8b1f1d292a4e90a3dd2eba573a6f198ac81c92))
|
|
1330
|
+
|
|
1331
|
+
# [2.0.0](https://github.com/sig-nine/era-ui/compare/v1.26.1...v2.0.0) (2026-07-12)
|
|
1332
|
+
|
|
1333
|
+
|
|
1334
|
+
* feat(os)!: taskbar command bar replaces the spotlight Launcher ([7c7cff3](https://github.com/sig-nine/era-ui/commit/7c7cff3f8c88d73346b498b305da9dd585bda848))
|
|
1335
|
+
|
|
1336
|
+
|
|
1337
|
+
### BREAKING CHANGES
|
|
1338
|
+
|
|
1339
|
+
* the Launcher component and Taskbar's onLauncher prop are
|
|
1340
|
+
removed; LAYER.launcher is gone. Use the Taskbar's built-in command bar.
|
|
1341
|
+
|
|
1342
|
+
Claude-Session: https://claude.ai/code/session_01VuZGqQGuQjYYB6aPLJ51gs
|
|
1343
|
+
|
|
1344
|
+
## [1.26.1](https://github.com/sig-nine/era-ui/compare/v1.26.0...v1.26.1) (2026-07-12)
|
|
1345
|
+
|
|
1346
|
+
|
|
1347
|
+
### Bug Fixes
|
|
1348
|
+
|
|
1349
|
+
* **os:** backtick/Escape command-bar hotkeys, focus reveals across workspaces, review gap-closes ([d5dfc6b](https://github.com/sig-nine/era-ui/commit/d5dfc6bb424c0a609686b92c553292c8b4913c34))
|
|
1350
|
+
|
|
1351
|
+
# [1.26.0](https://github.com/sig-nine/era-ui/compare/v1.25.0...v1.26.0) (2026-07-12)
|
|
1352
|
+
|
|
1353
|
+
|
|
1354
|
+
### Features
|
|
1355
|
+
|
|
1356
|
+
* **command-bar:** terminal-style prompt with ghost completion and drill-in views ([add009e](https://github.com/sig-nine/era-ui/commit/add009e48fb61bd8c340dd81b4110bbaa32e2232))
|
|
1357
|
+
* **utils:** tinykeys-style global hotkey engine ([d3059e1](https://github.com/sig-nine/era-ui/commit/d3059e19fc3f9c231020713eb5af59f60b2ea9a5))
|
|
1358
|
+
|
|
1359
|
+
# [1.25.0](https://github.com/sig-nine/era-ui/compare/v1.24.0...v1.25.0) (2026-07-12)
|
|
1360
|
+
|
|
1361
|
+
|
|
1362
|
+
### Features
|
|
1363
|
+
|
|
1364
|
+
* **os:** workspaces + a first-class geometry vocabulary in the window model ([6827d0e](https://github.com/sig-nine/era-ui/commit/6827d0ecf69c20c34dbd1ef9fb02a13d473f2375))
|
|
1365
|
+
|
|
1366
|
+
# [1.24.0](https://github.com/sig-nine/era-ui/compare/v1.23.4...v1.24.0) (2026-07-12)
|
|
1367
|
+
|
|
1368
|
+
|
|
1369
|
+
### Bug Fixes
|
|
1370
|
+
|
|
1371
|
+
* **os:** armed × previews wear the macOS traffic-light colours ([0d6b61b](https://github.com/sig-nine/era-ui/commit/0d6b61b38ebb1c7677b9c54dcfc1fc34951debdf))
|
|
1372
|
+
|
|
1373
|
+
|
|
1374
|
+
### Features
|
|
1375
|
+
|
|
1376
|
+
* **button:** warning tone ([37d5cf4](https://github.com/sig-nine/era-ui/commit/37d5cf488abe61883027db5a69368a497891e8dc))
|
|
1377
|
+
|
|
1378
|
+
## [1.23.4](https://github.com/sig-nine/era-ui/compare/v1.23.3...v1.23.4) (2026-07-12)
|
|
1379
|
+
|
|
1380
|
+
|
|
1381
|
+
### Bug Fixes
|
|
1382
|
+
|
|
1383
|
+
* **os:** maximize glyph sized to whole pixels, visibly smaller in the × ([96bb67e](https://github.com/sig-nine/era-ui/commit/96bb67e727079c7d9d4ebf3ec1c19e8a52487638))
|
|
1384
|
+
|
|
1385
|
+
## [1.23.3](https://github.com/sig-nine/era-ui/compare/v1.23.2...v1.23.3) (2026-07-12)
|
|
1386
|
+
|
|
1387
|
+
|
|
1388
|
+
### Bug Fixes
|
|
1389
|
+
|
|
1390
|
+
* **os:** maximize preview glyph is the corner-bracket Maximize ([043c614](https://github.com/sig-nine/era-ui/commit/043c614131f1154167af1f31d6dc4aa057ddaef1))
|
|
1391
|
+
|
|
1392
|
+
## [1.23.2](https://github.com/sig-nine/era-ui/compare/v1.23.1...v1.23.2) (2026-07-12)
|
|
1393
|
+
|
|
1394
|
+
|
|
1395
|
+
### Bug Fixes
|
|
1396
|
+
|
|
1397
|
+
* **os:** armed × previews read non-destructive ([787fde7](https://github.com/sig-nine/era-ui/commit/787fde7d5709484bdb363d4855486292cfda3a09))
|
|
1398
|
+
|
|
1399
|
+
## [1.23.1](https://github.com/sig-nine/era-ui/compare/v1.23.0...v1.23.1) (2026-07-12)
|
|
1400
|
+
|
|
1401
|
+
|
|
1402
|
+
### Bug Fixes
|
|
1403
|
+
|
|
1404
|
+
* **pane:** Ctrl-drag can't be intercepted by any pane content ([32b0d06](https://github.com/sig-nine/era-ui/commit/32b0d066f620c74422b0cf8397c6c0c795754b79))
|
|
1405
|
+
|
|
1406
|
+
# [1.23.0](https://github.com/sig-nine/era-ui/compare/v1.22.0...v1.23.0) (2026-07-12)
|
|
1407
|
+
|
|
1408
|
+
|
|
1409
|
+
### Bug Fixes
|
|
1410
|
+
|
|
1411
|
+
* **os:** only the even --era-gap between the Library's controls and its pane ([db5bcf4](https://github.com/sig-nine/era-ui/commit/db5bcf4fdff672354b3d84d76fa1bd5c097d5cc9))
|
|
1412
|
+
|
|
1413
|
+
|
|
1414
|
+
### Features
|
|
1415
|
+
|
|
1416
|
+
* **command:** bare variant for embedding in an existing panel ([4d2cceb](https://github.com/sig-nine/era-ui/commit/4d2cceb923031e1f3e24167a690feb2a36e99c8f))
|
|
1417
|
+
|
|
1418
|
+
# [1.22.0](https://github.com/sig-nine/era-ui/compare/v1.21.0...v1.22.0) (2026-07-12)
|
|
1419
|
+
|
|
1420
|
+
|
|
1421
|
+
### Features
|
|
1422
|
+
|
|
1423
|
+
* **docs:** fold guides into the Library filter, drop the Components title ([21536d0](https://github.com/sig-nine/era-ui/commit/21536d0b937acf3f4eef961fb51bbc4413682d0e))
|
|
1424
|
+
|
|
1425
|
+
# [1.21.0](https://github.com/sig-nine/era-ui/compare/v1.20.0...v1.21.0) (2026-07-12)
|
|
1426
|
+
|
|
1427
|
+
|
|
1428
|
+
### Features
|
|
1429
|
+
|
|
1430
|
+
* **os:** floating taskbar variant; docs bar matches the old top bar ([e086144](https://github.com/sig-nine/era-ui/commit/e086144c84409e1c0cc10157da18e2f64fbafde8))
|
|
1431
|
+
|
|
1432
|
+
# [1.20.0](https://github.com/sig-nine/era-ui/compare/v1.19.0...v1.20.0) (2026-07-12)
|
|
1433
|
+
|
|
1434
|
+
|
|
1435
|
+
### Features
|
|
1436
|
+
|
|
1437
|
+
* **docs:** run the whole docs site inside the OS shell ([d1eecec](https://github.com/sig-nine/era-ui/commit/d1eecec9353a2b20e70a31ba1a4e6d05346fa60d))
|
|
1438
|
+
|
|
1439
|
+
# [1.19.0](https://github.com/sig-nine/era-ui/compare/v1.18.1...v1.19.0) (2026-07-12)
|
|
1440
|
+
|
|
1441
|
+
|
|
1442
|
+
### Features
|
|
1443
|
+
|
|
1444
|
+
* **os:** taskbar edge docking + start/end chrome slots ([036fa13](https://github.com/sig-nine/era-ui/commit/036fa13b0a9786a4dda2f95273b064ff702d1094))
|
|
1445
|
+
|
|
1446
|
+
## [1.18.1](https://github.com/sig-nine/era-ui/compare/v1.18.0...v1.18.1) (2026-07-11)
|
|
1447
|
+
|
|
1448
|
+
|
|
1449
|
+
### Bug Fixes
|
|
1450
|
+
|
|
1451
|
+
* **os:** restore drag-by-× on windows ([6fe08ca](https://github.com/sig-nine/era-ui/commit/6fe08ca11ca2460e32e510f1d608bb8d83ae5612))
|
|
1452
|
+
|
|
1453
|
+
# [1.18.0](https://github.com/sig-nine/era-ui/compare/v1.17.0...v1.18.0) (2026-07-11)
|
|
1454
|
+
|
|
1455
|
+
|
|
1456
|
+
### Bug Fixes
|
|
1457
|
+
|
|
1458
|
+
* **pane:** fast flicks reliably start a drag ([76e4e88](https://github.com/sig-nine/era-ui/commit/76e4e8888f707bb23529029b83dc029e44d3a9f1))
|
|
1459
|
+
|
|
1460
|
+
|
|
1461
|
+
### Features
|
|
1462
|
+
|
|
1463
|
+
* **os:** drag containment — windows can never become unrecoverable ([e871951](https://github.com/sig-nine/era-ui/commit/e871951f0da44d500783e5b2e395c33adbb144d1))
|
|
1464
|
+
|
|
1465
|
+
# [1.17.0](https://github.com/sig-nine/era-ui/compare/v1.16.0...v1.17.0) (2026-07-11)
|
|
1466
|
+
|
|
1467
|
+
|
|
1468
|
+
### Features
|
|
1469
|
+
|
|
1470
|
+
* **os:** middle-click the × toggles maximize ([4032b9e](https://github.com/sig-nine/era-ui/commit/4032b9e36264e278471438caccd200b3bb3bf6b0))
|
|
1471
|
+
|
|
1472
|
+
# [1.16.0](https://github.com/sig-nine/era-ui/compare/v1.15.7...v1.16.0) (2026-07-11)
|
|
1473
|
+
|
|
1474
|
+
|
|
1475
|
+
### Features
|
|
1476
|
+
|
|
1477
|
+
* **tokens:** complete the concentric-inset ladder; document the law ([bc09f63](https://github.com/sig-nine/era-ui/commit/bc09f63e068f8f4646a91f02d600285b75ca2001))
|
|
1478
|
+
|
|
1479
|
+
## [1.15.7](https://github.com/sig-nine/era-ui/compare/v1.15.6...v1.15.7) (2026-07-11)
|
|
1480
|
+
|
|
1481
|
+
|
|
1482
|
+
### Bug Fixes
|
|
1483
|
+
|
|
1484
|
+
* **os,command:** launcher uses the Command panel bare; icons at the icon tier ([23f1a8d](https://github.com/sig-nine/era-ui/commit/23f1a8db106cd5f8c6d3c817573d95666b4f14a2))
|
|
1485
|
+
|
|
1486
|
+
## [1.15.6](https://github.com/sig-nine/era-ui/compare/v1.15.5...v1.15.6) (2026-07-11)
|
|
1487
|
+
|
|
1488
|
+
|
|
1489
|
+
### Bug Fixes
|
|
1490
|
+
|
|
1491
|
+
* **os:** commit right-click minimize on release, not press ([d7799e5](https://github.com/sig-nine/era-ui/commit/d7799e5b2ef26244c92475eb0b093f69d138660d))
|
|
1492
|
+
|
|
1493
|
+
## [1.15.5](https://github.com/sig-nine/era-ui/compare/v1.15.4...v1.15.5) (2026-07-11)
|
|
1494
|
+
|
|
1495
|
+
|
|
1496
|
+
### Bug Fixes
|
|
1497
|
+
|
|
1498
|
+
* **pane:** concentric corners the right way round — pane rd-sm, × keeps rd-xs ([0e685a5](https://github.com/sig-nine/era-ui/commit/0e685a5234467aa3814e35d8ba54f6504a2acba1))
|
|
1499
|
+
|
|
1500
|
+
## [1.15.4](https://github.com/sig-nine/era-ui/compare/v1.15.3...v1.15.4) (2026-07-11)
|
|
1501
|
+
|
|
1502
|
+
|
|
1503
|
+
### Bug Fixes
|
|
1504
|
+
|
|
1505
|
+
* **os:** round the taskbar's exposed outer corners ([6afc4e7](https://github.com/sig-nine/era-ui/commit/6afc4e754068cca88653cbc5cf0721ee63f2a0f6))
|
|
1506
|
+
|
|
1507
|
+
## [1.15.3](https://github.com/sig-nine/era-ui/compare/v1.15.2...v1.15.3) (2026-07-11)
|
|
1508
|
+
|
|
1509
|
+
|
|
1510
|
+
### Bug Fixes
|
|
1511
|
+
|
|
1512
|
+
* **pane,os:** concentric close-button radius; taskbar items are real Buttons ([97d7fca](https://github.com/sig-nine/era-ui/commit/97d7fca103fe85c3eb5fd089216ca113c3303abc))
|
|
1513
|
+
|
|
1514
|
+
## [1.15.2](https://github.com/sig-nine/era-ui/compare/v1.15.1...v1.15.2) (2026-07-11)
|
|
1515
|
+
|
|
1516
|
+
|
|
1517
|
+
### Bug Fixes
|
|
1518
|
+
|
|
1519
|
+
* **os:** inset status accent bars past the panel frame ([11153c3](https://github.com/sig-nine/era-ui/commit/11153c3b70ce67abfee4928e0deb0eca6d745a99))
|
|
1520
|
+
|
|
1521
|
+
## [1.15.1](https://github.com/sig-nine/era-ui/compare/v1.15.0...v1.15.1) (2026-07-11)
|
|
1522
|
+
|
|
1523
|
+
|
|
1524
|
+
### Bug Fixes
|
|
1525
|
+
|
|
1526
|
+
* **pane:** align handle divider inset ([6a33132](https://github.com/sig-nine/era-ui/commit/6a33132012cfc8414cea63e82c24605a306bb2e3))
|
|
1527
|
+
|
|
1528
|
+
# [1.15.0](https://github.com/sig-nine/era-ui/compare/v1.14.3...v1.15.0) (2026-07-11)
|
|
1529
|
+
|
|
1530
|
+
|
|
1531
|
+
### Bug Fixes
|
|
1532
|
+
|
|
1533
|
+
* **pane:** align handle divider inset ([6c8b04b](https://github.com/sig-nine/era-ui/commit/6c8b04b52bbdb425252188f0abe89bc652eada12))
|
|
1534
|
+
|
|
1535
|
+
|
|
1536
|
+
### Features
|
|
1537
|
+
|
|
1538
|
+
* **icons:** add global lucide stroke token ([b1d505d](https://github.com/sig-nine/era-ui/commit/b1d505d34fd69dad5229d92bf6b6d4a18ddee6af))
|
|
1539
|
+
* **icons:** add global lucide stroke token ([#120](https://github.com/sig-nine/era-ui/issues/120)) ([4d49975](https://github.com/sig-nine/era-ui/commit/4d49975f936ef0a0b8b97f0e8df5b783c4dda891))
|
|
1540
|
+
|
|
1541
|
+
## [1.14.3](https://github.com/sig-nine/era-ui/compare/v1.14.2...v1.14.3) (2026-07-11)
|
|
1542
|
+
|
|
1543
|
+
|
|
1544
|
+
### Bug Fixes
|
|
1545
|
+
|
|
1546
|
+
* **card:** preserve optical card padding ([11664a3](https://github.com/sig-nine/era-ui/commit/11664a38b0e575b8c4c338f0cabe1dc17f73a743))
|
|
1547
|
+
|
|
1548
|
+
## [1.14.2](https://github.com/sig-nine/era-ui/compare/v1.14.1...v1.14.2) (2026-07-11)
|
|
1549
|
+
|
|
1550
|
+
|
|
1551
|
+
### Bug Fixes
|
|
1552
|
+
|
|
1553
|
+
* **os,docs:** give icon buttons concentric padding + even height ([83d9854](https://github.com/sig-nine/era-ui/commit/83d9854398621000a46ab1c68b9d3cec82da7414))
|
|
1554
|
+
|
|
1555
|
+
## [1.14.1](https://github.com/sig-nine/era-ui/compare/v1.14.0...v1.14.1) (2026-07-11)
|
|
1556
|
+
|
|
1557
|
+
|
|
1558
|
+
### Bug Fixes
|
|
1559
|
+
|
|
1560
|
+
* **pane:** gate drags per-pointerdown so ctrl-drag can never desync ([366f7a7](https://github.com/sig-nine/era-ui/commit/366f7a749ba5bcd1414cb82e9560a3a38f5df734))
|
|
1561
|
+
|
|
1562
|
+
# [1.14.0](https://github.com/sig-nine/era-ui/compare/v1.13.1...v1.14.0) (2026-07-10)
|
|
1563
|
+
|
|
1564
|
+
|
|
1565
|
+
### Features
|
|
1566
|
+
|
|
1567
|
+
* **os:** drop maximize; minimize via right-click on the close button ([36c349a](https://github.com/sig-nine/era-ui/commit/36c349a80d766ebf10cf0eaca0100872b4cb7fda))
|
|
1568
|
+
|
|
1569
|
+
## [1.13.1](https://github.com/sig-nine/era-ui/compare/v1.13.0...v1.13.1) (2026-07-10)
|
|
1570
|
+
|
|
1571
|
+
|
|
1572
|
+
### Bug Fixes
|
|
1573
|
+
|
|
1574
|
+
* **os:** resolve eslint issues ([f8559c8](https://github.com/sig-nine/era-ui/commit/f8559c881c8fd4424c913a8191e3f1b4d763fb84))
|
|
1575
|
+
|
|
1576
|
+
# [1.13.0](https://github.com/sig-nine/era-ui/compare/v1.12.3...v1.13.0) (2026-07-10)
|
|
1577
|
+
|
|
1578
|
+
|
|
1579
|
+
### Features
|
|
1580
|
+
|
|
1581
|
+
* **os:** Desktop host, Window, Taskbar, Toaster, notification center, Launcher ([0231566](https://github.com/sig-nine/era-ui/commit/0231566dc19dbdeaf4ea9065529d889e102deeed))
|
|
1582
|
+
* **os:** window-manager + notification stores and layer model ([213d0d0](https://github.com/sig-nine/era-ui/commit/213d0d0d466eddb9c8ce94a97f08c14c33942ca9))
|
|
1583
|
+
|
|
1584
|
+
## [1.12.3](https://github.com/sig-nine/era-ui/compare/v1.12.2...v1.12.3) (2026-07-10)
|
|
1585
|
+
|
|
1586
|
+
|
|
1587
|
+
### Bug Fixes
|
|
1588
|
+
|
|
1589
|
+
* **pane:** don't let Ctrl-clicks switch tabs ([193d46d](https://github.com/sig-nine/era-ui/commit/193d46d29d7f025570ab64973a9f0c00171bd2ae))
|
|
1590
|
+
|
|
1591
|
+
## [1.12.2](https://github.com/sig-nine/era-ui/compare/v1.12.1...v1.12.2) (2026-07-10)
|
|
1592
|
+
|
|
1593
|
+
|
|
1594
|
+
### Bug Fixes
|
|
1595
|
+
|
|
1596
|
+
* **pane:** keep Ctrl-drag working after a resize ([ccc56c0](https://github.com/sig-nine/era-ui/commit/ccc56c0705658e469e8c3763b269afb9d8f7ce93))
|
|
1597
|
+
|
|
1598
|
+
## [1.12.1](https://github.com/sig-nine/era-ui/compare/v1.12.0...v1.12.1) (2026-07-10)
|
|
1599
|
+
|
|
1600
|
+
|
|
1601
|
+
### Bug Fixes
|
|
1602
|
+
|
|
1603
|
+
* **pane:** suppress text selection during Ctrl-drag ([ad92f8c](https://github.com/sig-nine/era-ui/commit/ad92f8c6c8ef7f77e9668af8d4a5f5791c30c893))
|
|
1604
|
+
|
|
1605
|
+
# [1.12.0](https://github.com/sig-nine/era-ui/compare/v1.11.6...v1.12.0) (2026-07-10)
|
|
1606
|
+
|
|
1607
|
+
|
|
1608
|
+
### Features
|
|
1609
|
+
|
|
1610
|
+
* **pane:** Ctrl-drag the pane from anywhere on its content ([b425354](https://github.com/sig-nine/era-ui/commit/b425354c0b0558f69ad5c1be348575614401da85))
|
|
1611
|
+
|
|
1612
|
+
## [1.11.6](https://github.com/sig-nine/era-ui/compare/v1.11.5...v1.11.6) (2026-07-10)
|
|
1613
|
+
|
|
1614
|
+
|
|
1615
|
+
### Performance Improvements
|
|
1616
|
+
|
|
1617
|
+
* **pane:** match will-change to neodrag's property; hide debug zones ([747718a](https://github.com/sig-nine/era-ui/commit/747718aa7fbfb11e6a008d1b8255b6ae187ff6ad))
|
|
1618
|
+
|
|
1619
|
+
## [1.11.5](https://github.com/sig-nine/era-ui/compare/v1.11.4...v1.11.5) (2026-07-10)
|
|
1620
|
+
|
|
1621
|
+
|
|
1622
|
+
### Bug Fixes
|
|
1623
|
+
|
|
1624
|
+
* **pane:** stop the far edge wiggling during top/left resize ([506760b](https://github.com/sig-nine/era-ui/commit/506760b05ad308803e815e68072db116f6db1908))
|
|
1625
|
+
|
|
1626
|
+
## [1.11.4](https://github.com/sig-nine/era-ui/compare/v1.11.3...v1.11.4) (2026-07-10)
|
|
1627
|
+
|
|
1628
|
+
|
|
1629
|
+
### Bug Fixes
|
|
1630
|
+
|
|
1631
|
+
* **pane:** size corner squares to the blue rail thickness ([a6a4782](https://github.com/sig-nine/era-ui/commit/a6a47827961fc20860f0735411cd6779743ae43b))
|
|
1632
|
+
|
|
1633
|
+
## [1.11.3](https://github.com/sig-nine/era-ui/compare/v1.11.2...v1.11.3) (2026-07-10)
|
|
1634
|
+
|
|
1635
|
+
|
|
1636
|
+
### Bug Fixes
|
|
1637
|
+
|
|
1638
|
+
* **pane:** edges stop before the corners instead of running under them ([df094f1](https://github.com/sig-nine/era-ui/commit/df094f1d1a3641d747a8dc2786de99753f294769))
|
|
1639
|
+
|
|
1640
|
+
## [1.11.2](https://github.com/sig-nine/era-ui/compare/v1.11.1...v1.11.2) (2026-07-10)
|
|
1641
|
+
|
|
1642
|
+
|
|
1643
|
+
### Bug Fixes
|
|
1644
|
+
|
|
1645
|
+
* **pane:** even corner protrusion — all corners straddle like se ([4ed0957](https://github.com/sig-nine/era-ui/commit/4ed095754e20a7345b3bf179fd3756fe1ff996d1))
|
|
1646
|
+
|
|
1647
|
+
## [1.11.1](https://github.com/sig-nine/era-ui/compare/v1.11.0...v1.11.1) (2026-07-10)
|
|
1648
|
+
|
|
1649
|
+
|
|
1650
|
+
### Bug Fixes
|
|
1651
|
+
|
|
1652
|
+
* **pane:** thin resize bars to the close-button gap; right bar overlays it ([91a2394](https://github.com/sig-nine/era-ui/commit/91a23940c290a08b7fbb1df136dbbfd9bc621df8))
|
|
1653
|
+
|
|
1654
|
+
# [1.11.0](https://github.com/sig-nine/era-ui/compare/v1.10.4...v1.11.0) (2026-07-10)
|
|
1655
|
+
|
|
1656
|
+
|
|
1657
|
+
### Features
|
|
1658
|
+
|
|
1659
|
+
* **pane:** let tabs drag the pane ([e44a800](https://github.com/sig-nine/era-ui/commit/e44a800ca2db710eb693c6c128c25a326cb9b536))
|
|
1660
|
+
|
|
1661
|
+
## [1.10.4](https://github.com/sig-nine/era-ui/compare/v1.10.3...v1.10.4) (2026-07-10)
|
|
1662
|
+
|
|
1663
|
+
|
|
1664
|
+
### Bug Fixes
|
|
1665
|
+
|
|
1666
|
+
* **pane:** paint corner resize zones above the edges ([f253c90](https://github.com/sig-nine/era-ui/commit/f253c90c3a18de3778c5401b2244dffae99f0b25))
|
|
1667
|
+
|
|
1668
|
+
## [1.10.3](https://github.com/sig-nine/era-ui/compare/v1.10.2...v1.10.3) (2026-07-10)
|
|
1669
|
+
|
|
1670
|
+
|
|
1671
|
+
### Bug Fixes
|
|
1672
|
+
|
|
1673
|
+
* **pane:** bleed right + bottom resize handles ~6px inward ([9be865b](https://github.com/sig-nine/era-ui/commit/9be865b55f87c496a9f92506f6a3a4c4f7a10738))
|
|
1674
|
+
|
|
1675
|
+
## [1.10.2](https://github.com/sig-nine/era-ui/compare/v1.10.1...v1.10.2) (2026-07-10)
|
|
1676
|
+
|
|
1677
|
+
|
|
1678
|
+
### Bug Fixes
|
|
1679
|
+
|
|
1680
|
+
* **pane:** stop tab descenders being clipped ([78dcec1](https://github.com/sig-nine/era-ui/commit/78dcec17b24fc6dde5d481b6e0ca49663aa2d3f6))
|
|
1681
|
+
|
|
1682
|
+
## [1.10.1](https://github.com/sig-nine/era-ui/compare/v1.10.0...v1.10.1) (2026-07-10)
|
|
1683
|
+
|
|
1684
|
+
|
|
1685
|
+
### Bug Fixes
|
|
1686
|
+
|
|
1687
|
+
* **pane:** restore h-xs close button, trim tab pills slightly ([6a742fb](https://github.com/sig-nine/era-ui/commit/6a742fb5563a5dfabfccb60b2c278c9ea0c3e6a7))
|
|
1688
|
+
|
|
1689
|
+
# [1.10.0](https://github.com/sig-nine/era-ui/compare/v1.9.0...v1.10.0) (2026-07-10)
|
|
1690
|
+
|
|
1691
|
+
|
|
1692
|
+
### Features
|
|
1693
|
+
|
|
1694
|
+
* **pane:** close button uses the new xxs size to match the tab highlights ([df9a8a7](https://github.com/sig-nine/era-ui/commit/df9a8a74890366861755078d9d91c2d83d8f6a4f))
|
|
1695
|
+
|
|
1696
|
+
# [1.9.0](https://github.com/sig-nine/era-ui/compare/v1.8.8...v1.9.0) (2026-07-10)
|
|
1697
|
+
|
|
1698
|
+
|
|
1699
|
+
### Features
|
|
1700
|
+
|
|
1701
|
+
* **button:** add an xxs size (h-xxs) between xs and sm ([fe9f147](https://github.com/sig-nine/era-ui/commit/fe9f1479d984da135fe1415e0a55a16d007a86cb))
|
|
1702
|
+
|
|
1703
|
+
## [1.8.8](https://github.com/sig-nine/era-ui/compare/v1.8.7...v1.8.8) (2026-07-09)
|
|
1704
|
+
|
|
1705
|
+
|
|
1706
|
+
### Bug Fixes
|
|
1707
|
+
|
|
1708
|
+
* **pane:** flush tight layout — whole top draggable, original spacing ([dcb6eb0](https://github.com/sig-nine/era-ui/commit/dcb6eb0cf12b906efa27dfc284f29bc05afa0c81))
|
|
1709
|
+
|
|
1710
|
+
## [1.8.7](https://github.com/sig-nine/era-ui/compare/v1.8.6...v1.8.7) (2026-07-09)
|
|
1711
|
+
|
|
1712
|
+
|
|
1713
|
+
### Bug Fixes
|
|
1714
|
+
|
|
1715
|
+
* **pane:** resize handles as a pure outer moat, clear of the whole pane ([5914d14](https://github.com/sig-nine/era-ui/commit/5914d143f2413474db1f5cf37d2a58de47593bf6))
|
|
1716
|
+
|
|
1717
|
+
## [1.8.6](https://github.com/sig-nine/era-ui/compare/v1.8.5...v1.8.6) (2026-07-09)
|
|
1718
|
+
|
|
1719
|
+
|
|
1720
|
+
### Bug Fixes
|
|
1721
|
+
|
|
1722
|
+
* **pane:** match the top resize bar's external thickness to the sides ([059f187](https://github.com/sig-nine/era-ui/commit/059f187fdc49ec78b0cd90bdb08b4cb0f86970e4))
|
|
1723
|
+
|
|
1724
|
+
## [1.8.5](https://github.com/sig-nine/era-ui/compare/v1.8.4...v1.8.5) (2026-07-09)
|
|
1725
|
+
|
|
1726
|
+
|
|
1727
|
+
### Bug Fixes
|
|
1728
|
+
|
|
1729
|
+
* **pane:** lift the pane content above the resize rails ([c931097](https://github.com/sig-nine/era-ui/commit/c931097ab8acaabdbb362ad2efa7bf3eda73f710))
|
|
1730
|
+
|
|
1731
|
+
## [1.8.4](https://github.com/sig-nine/era-ui/compare/v1.8.3...v1.8.4) (2026-07-09)
|
|
1732
|
+
|
|
1733
|
+
|
|
1734
|
+
### Bug Fixes
|
|
1735
|
+
|
|
1736
|
+
* **pane:** halve the edge resize-band thickness ([772afd6](https://github.com/sig-nine/era-ui/commit/772afd63f0bade50b143d7f91af253d3a349173b))
|
|
1737
|
+
|
|
1738
|
+
## [1.8.3](https://github.com/sig-nine/era-ui/compare/v1.8.2...v1.8.3) (2026-07-09)
|
|
1739
|
+
|
|
1740
|
+
|
|
1741
|
+
### Bug Fixes
|
|
1742
|
+
|
|
1743
|
+
* **pane:** top resize handle protrudes outward only, clear of the drag bar ([cbb262f](https://github.com/sig-nine/era-ui/commit/cbb262f04a83f63142aa9d341a2198902d3a25ff))
|
|
1744
|
+
|
|
1745
|
+
## [1.8.2](https://github.com/sig-nine/era-ui/compare/v1.8.1...v1.8.2) (2026-07-09)
|
|
1746
|
+
|
|
1747
|
+
|
|
1748
|
+
### Bug Fixes
|
|
1749
|
+
|
|
1750
|
+
* **pane:** even, smaller resize handles that meet at the corners ([99f314c](https://github.com/sig-nine/era-ui/commit/99f314ca1d002daa96e9f3bf03fd5b85ae0f800c))
|
|
1751
|
+
|
|
1752
|
+
## [1.8.1](https://github.com/sig-nine/era-ui/compare/v1.8.0...v1.8.1) (2026-07-09)
|
|
1753
|
+
|
|
1754
|
+
|
|
1755
|
+
### Bug Fixes
|
|
1756
|
+
|
|
1757
|
+
* **pane:** restore the close button as a concentric square icon + resize perf ([dc58d36](https://github.com/sig-nine/era-ui/commit/dc58d36deef16263ece695619c56c26a41a37074))
|
|
1758
|
+
|
|
1759
|
+
# [1.8.0](https://github.com/sig-nine/era-ui/compare/v1.7.4...v1.8.0) (2026-07-09)
|
|
1760
|
+
|
|
1761
|
+
|
|
1762
|
+
### Features
|
|
1763
|
+
|
|
1764
|
+
* **pane:** full resize handle set (edges + corners) that bleeds outward ([7183895](https://github.com/sig-nine/era-ui/commit/7183895f63e91adae4c39e2c4a0fe08c598688ad))
|
|
1765
|
+
|
|
1766
|
+
## [1.7.4](https://github.com/sig-nine/era-ui/compare/v1.7.3...v1.7.4) (2026-07-09)
|
|
1767
|
+
|
|
1768
|
+
|
|
1769
|
+
### Bug Fixes
|
|
1770
|
+
|
|
1771
|
+
* **pane:** keep the close glyph flush at the bar's edge rhythm ([9a2cc42](https://github.com/sig-nine/era-ui/commit/9a2cc42913180feabc775d4b9a1c617dcd5a12ab))
|
|
1772
|
+
|
|
1773
|
+
## [1.7.3](https://github.com/sig-nine/era-ui/compare/v1.7.2...v1.7.3) (2026-07-09)
|
|
1774
|
+
|
|
1775
|
+
|
|
1776
|
+
### Bug Fixes
|
|
1777
|
+
|
|
1778
|
+
* **pane:** match the close button size to the tab highlight ([accb8ee](https://github.com/sig-nine/era-ui/commit/accb8ee6eec7ee9e47487bdc53b80660d13fbc5b))
|
|
1779
|
+
|
|
1780
|
+
## [1.7.2](https://github.com/sig-nine/era-ui/compare/v1.7.1...v1.7.2) (2026-07-09)
|
|
1781
|
+
|
|
1782
|
+
|
|
1783
|
+
### Bug Fixes
|
|
1784
|
+
|
|
1785
|
+
* **pane:** stop the pane snapping to 0,0 while resizing ([31367b6](https://github.com/sig-nine/era-ui/commit/31367b6017fa76370bbe547a99a4f4587a1c431c))
|
|
1786
|
+
|
|
1787
|
+
## [1.7.1](https://github.com/sig-nine/era-ui/compare/v1.7.0...v1.7.1) (2026-07-09)
|
|
1788
|
+
|
|
1789
|
+
|
|
1790
|
+
### Bug Fixes
|
|
1791
|
+
|
|
1792
|
+
* **pane:** concentric rounded handle + content panels ([c2c224a](https://github.com/sig-nine/era-ui/commit/c2c224af4aa968f1d1d88876a7921144b0aa4edb))
|
|
1793
|
+
* **pane:** keep the wheel on the tab strip at its ends ([8931ec0](https://github.com/sig-nine/era-ui/commit/8931ec0df5bbae4f0f03ded6dc6ceef76e02bfa7))
|
|
1794
|
+
|
|
1795
|
+
# [1.7.0](https://github.com/sig-nine/era-ui/compare/v1.6.0...v1.7.0) (2026-07-09)
|
|
1796
|
+
|
|
1797
|
+
|
|
1798
|
+
### Features
|
|
1799
|
+
|
|
1800
|
+
* **pane:** let the close button drag the pane on an incomplete click ([6898eb4](https://github.com/sig-nine/era-ui/commit/6898eb4e5cfba8d81cc210afdce32b3cb322233d))
|
|
1801
|
+
|
|
1802
|
+
# [1.6.0](https://github.com/sig-nine/era-ui/compare/v1.5.1...v1.6.0) (2026-07-09)
|
|
1803
|
+
|
|
1804
|
+
|
|
1805
|
+
### Features
|
|
1806
|
+
|
|
1807
|
+
* **pane:** scroll the overflowing tab strip with the mouse wheel ([dbb169c](https://github.com/sig-nine/era-ui/commit/dbb169c7ebe306d1b45fc002d9db68fb01b6d872))
|
|
1808
|
+
|
|
1809
|
+
## [1.5.1](https://github.com/sig-nine/era-ui/compare/v1.5.0...v1.5.1) (2026-07-09)
|
|
1810
|
+
|
|
1811
|
+
|
|
1812
|
+
### Bug Fixes
|
|
1813
|
+
|
|
1814
|
+
* **docs:** consolidate the pane demo into one configurable playground ([01a6ea3](https://github.com/sig-nine/era-ui/commit/01a6ea340f8ded6470a9e754017e9f0b50e8799b))
|
|
1815
|
+
|
|
1816
|
+
# [1.5.0](https://github.com/sig-nine/era-ui/compare/v1.4.4...v1.5.0) (2026-07-09)
|
|
1817
|
+
|
|
1818
|
+
|
|
1819
|
+
### Features
|
|
1820
|
+
|
|
1821
|
+
* **pane:** scroll the tab strip when it overflows a narrow pane ([bf20871](https://github.com/sig-nine/era-ui/commit/bf208710c4fd26a415e0e628cf656cfec34eb9a6))
|
|
1822
|
+
|
|
1823
|
+
## [1.4.4](https://github.com/sig-nine/era-ui/compare/v1.4.3...v1.4.4) (2026-07-09)
|
|
1824
|
+
|
|
1825
|
+
|
|
1826
|
+
### Bug Fixes
|
|
1827
|
+
|
|
1828
|
+
* **pane:** keep the whole handle draggable after a resize ([0bc27ca](https://github.com/sig-nine/era-ui/commit/0bc27ca81a9be3226d2be7904ac83cd46538519a))
|
|
1829
|
+
|
|
1830
|
+
## [1.4.3](https://github.com/sig-nine/era-ui/compare/v1.4.2...v1.4.3) (2026-07-09)
|
|
1831
|
+
|
|
1832
|
+
|
|
1833
|
+
### Bug Fixes
|
|
1834
|
+
|
|
1835
|
+
* **select:** stop Value overflow-hidden from clipping the first chip ([aad435e](https://github.com/sig-nine/era-ui/commit/aad435ecba57023aeb5bdf3e4d150ea73a9646a3))
|
|
1836
|
+
|
|
1837
|
+
## [1.4.2](https://github.com/sig-nine/era-ui/compare/v1.4.1...v1.4.2) (2026-07-09)
|
|
1838
|
+
|
|
1839
|
+
|
|
1840
|
+
### Bug Fixes
|
|
1841
|
+
|
|
1842
|
+
* **chip:** size multi-select chips to the nesting tier for even padding ([767f641](https://github.com/sig-nine/era-ui/commit/767f641f0f283263f6a38fd3b03bda3a74695999))
|
|
1843
|
+
|
|
1844
|
+
## [1.4.1](https://github.com/sig-nine/era-ui/compare/v1.4.0...v1.4.1) (2026-07-09)
|
|
1845
|
+
|
|
1846
|
+
|
|
1847
|
+
### Bug Fixes
|
|
1848
|
+
|
|
1849
|
+
* **pane:** compose the internal Tabs primitive for the pane tabs ([5719873](https://github.com/sig-nine/era-ui/commit/5719873581cc5cc5d556843bcc28ebbef6e75872))
|
|
1850
|
+
|
|
1851
|
+
# [1.4.0](https://github.com/sig-nine/era-ui/compare/v1.3.1...v1.4.0) (2026-07-09)
|
|
1852
|
+
|
|
1853
|
+
|
|
1854
|
+
### Features
|
|
1855
|
+
|
|
1856
|
+
* **docs:** add reconstructable code snippets to the pane examples ([6934724](https://github.com/sig-nine/era-ui/commit/6934724c512cbca1d2bf6b8dba6edf205e017736))
|
|
1857
|
+
|
|
1858
|
+
## [1.3.1](https://github.com/sig-nine/era-ui/compare/v1.3.0...v1.3.1) (2026-07-09)
|
|
1859
|
+
|
|
1860
|
+
|
|
1861
|
+
### Bug Fixes
|
|
1862
|
+
|
|
1863
|
+
* **pane:** quieter handle bar, roomier tab pills ([2179f21](https://github.com/sig-nine/era-ui/commit/2179f21dbca262d621e3619ae9bba1a110e446a5))
|
|
1864
|
+
|
|
1865
|
+
# [1.3.0](https://github.com/sig-nine/era-ui/compare/v1.2.1...v1.3.0) (2026-07-09)
|
|
1866
|
+
|
|
1867
|
+
|
|
1868
|
+
### Features
|
|
1869
|
+
|
|
1870
|
+
* **docs:** float new components to the top of the components list ([1e358b8](https://github.com/sig-nine/era-ui/commit/1e358b8b83c94f7cd1d296c8d85733564c1f96aa))
|
|
1871
|
+
|
|
1872
|
+
## [1.2.1](https://github.com/sig-nine/era-ui/compare/v1.2.0...v1.2.1) (2026-07-09)
|
|
1873
|
+
|
|
1874
|
+
|
|
1875
|
+
### Bug Fixes
|
|
1876
|
+
|
|
1877
|
+
* **docs:** let the components list scroll in the mobile nav sheet ([8b6b76e](https://github.com/sig-nine/era-ui/commit/8b6b76ef80559d94b4e3c3db4fbbe0d0bed77974))
|
|
1878
|
+
|
|
1879
|
+
# [1.2.0](https://github.com/sig-nine/era-ui/compare/v1.1.2...v1.2.0) (2026-07-09)
|
|
1880
|
+
|
|
1881
|
+
|
|
1882
|
+
### Features
|
|
1883
|
+
|
|
1884
|
+
* **pane:** compound sub-components with tabs in the drag bar + resizing ([4b670a1](https://github.com/sig-nine/era-ui/commit/4b670a1156e6fb7b945e83ce2d4ba806fd847e3d))
|
|
1885
|
+
|
|
1886
|
+
## [1.1.2](https://github.com/sig-nine/era-ui/compare/v1.1.1...v1.1.2) (2026-07-09)
|
|
1887
|
+
|
|
1888
|
+
|
|
1889
|
+
### Bug Fixes
|
|
1890
|
+
|
|
1891
|
+
* **ci:** publish to npm under [@signal9](https://github.com/signal9), keep [@sig-nine](https://github.com/sig-nine) on GH Packages ([5bf81ba](https://github.com/sig-nine/era-ui/commit/5bf81bad7e58aaea7d480167c3885fd2a483c5fe))
|
|
1892
|
+
|
|
1893
|
+
## [1.1.1](https://github.com/sig-nine/era-ui/compare/v1.1.0...v1.1.1) (2026-07-09)
|
|
1894
|
+
|
|
1895
|
+
|
|
1896
|
+
### Bug Fixes
|
|
1897
|
+
|
|
1898
|
+
* **card:** drop stray padding on sectioned button cards ([96c5464](https://github.com/sig-nine/era-ui/commit/96c5464809c462e294334a94306a1843989bcb31))
|
|
1899
|
+
* **ci:** publish to npmjs.org alongside GitHub Packages ([0592c0b](https://github.com/sig-nine/era-ui/commit/0592c0b715e10e627b9c5a1ce2a73dd8c35630be)), closes [#Packages](https://github.com/sig-nine/era-ui/issues/Packages)
|
|
1900
|
+
|
|
1901
|
+
# [1.1.0](https://github.com/sig-nine/era-ui/compare/v1.0.4...v1.1.0) (2026-07-09)
|
|
1902
|
+
|
|
1903
|
+
|
|
1904
|
+
### Features
|
|
1905
|
+
|
|
1906
|
+
* **command:** add optional search icon to command input ([3e9dea8](https://github.com/sig-nine/era-ui/commit/3e9dea88ec285dbfffda907278b344a37577cd1f))
|
|
1907
|
+
|
|
1908
|
+
## [1.0.4](https://github.com/sig-nine/era-ui/compare/v1.0.3...v1.0.4) (2026-07-09)
|
|
1909
|
+
|
|
1910
|
+
|
|
1911
|
+
### Bug Fixes
|
|
1912
|
+
|
|
1913
|
+
* **surface:** remove the clay surface ([ccf9fa8](https://github.com/sig-nine/era-ui/commit/ccf9fa889bf8163dce1f89a3d75682ecff02dbef))
|
|
1914
|
+
|
|
1915
|
+
## [1.0.3](https://github.com/sig-nine/era-ui/compare/v1.0.2...v1.0.3) (2026-07-09)
|
|
1916
|
+
|
|
1917
|
+
|
|
1918
|
+
### Bug Fixes
|
|
1919
|
+
|
|
1920
|
+
* **ci:** deploy main HEAD so the released version is baked ([6c99061](https://github.com/sig-nine/era-ui/commit/6c9906137191f4cc80482ba142a2908fb899ce72))
|
|
1921
|
+
|
|
1922
|
+
## [1.0.2](https://github.com/sig-nine/era-ui/compare/v1.0.1...v1.0.2) (2026-07-08)
|
|
1923
|
+
|
|
1924
|
+
|
|
1925
|
+
### Bug Fixes
|
|
1926
|
+
|
|
1927
|
+
* **glass:** frost floating menus — raise elevated fill opacity ([8f28cd1](https://github.com/sig-nine/era-ui/commit/8f28cd19ec0b8e1e8b0576a98c0a1e631ee19ab1))
|
|
1928
|
+
|
|
1929
|
+
## [1.0.1](https://github.com/sig-nine/era-ui/compare/v1.0.0...v1.0.1) (2026-07-08)
|
|
1930
|
+
|
|
1931
|
+
|
|
1932
|
+
### Bug Fixes
|
|
1933
|
+
|
|
1934
|
+
* **docs:** pin root font-size so density renders at true scale ([3c49506](https://github.com/sig-nine/era-ui/commit/3c4950652b068abfbb9b96e6b8e71e9245c7b0c7))
|
|
1935
|
+
|
|
1936
|
+
# 1.0.0 (2026-07-08)
|
|
1937
|
+
|
|
1938
|
+
|
|
1939
|
+
* feat!: linear tier ladder + icon inset system ([661e86a](https://github.com/sig-nine/era-ui/commit/661e86a2a84c32b214b30e1cae597faf56bc1bce))
|
|
1940
|
+
* feat!: remove Provider component, use native data attributes ([95f2a0f](https://github.com/sig-nine/era-ui/commit/95f2a0f9ed5a93527adde4f552bdb2549e08326d))
|
|
1941
|
+
* refactor!: complete legacy token migration, drop alias block ([6d195d6](https://github.com/sig-nine/era-ui/commit/6d195d6f1a9c3cb30998d4b3c75a91a5924cab95))
|
|
1942
|
+
|
|
1943
|
+
|
|
1944
|
+
### Bug Fixes
|
|
1945
|
+
|
|
1946
|
+
* add gap-(--t-inset-md) to text+chevron triggers ([0023e59](https://github.com/sig-nine/era-ui/commit/0023e592d8db81006fa1d8a9e2b2afc8ce7d7425))
|
|
1947
|
+
* Add multiple Adobe draft themes and update Adobe dark palette; expose new themes in layout ([#88](https://github.com/sig-nine/era-ui/issues/88)) ([c8126d7](https://github.com/sig-nine/era-ui/commit/c8126d7ed90d357a6fbe425eff03ff91291a5af8))
|
|
1948
|
+
* Add new sand-draft themes, refine sand palettes, and add light-mode support for draft themes ([#94](https://github.com/sig-nine/era-ui/issues/94)) ([634a85e](https://github.com/sig-nine/era-ui/commit/634a85e9a2b57c1ea3fd8bcb49a6923c292e6786))
|
|
1949
|
+
* Add per-component doc pages, infer missing registry entries, and detect LLM-friendly user agents ([#77](https://github.com/sig-nine/era-ui/issues/77)) ([b3569ed](https://github.com/sig-nine/era-ui/commit/b3569ed0e06d872dc01ee5c61f75703613703f33))
|
|
1950
|
+
* align ButtonGroup gap with --t-inset-sm ([271253f](https://github.com/sig-nine/era-ui/commit/271253f98d53b8c7fbef7dd2bd16463041b67f3c))
|
|
1951
|
+
* **api:** expose surfaceRegistry, density Mode type, and a ./provider subpath ([e2730fb](https://github.com/sig-nine/era-ui/commit/e2730fbd770e8aa54c1feec332b2d4b99db737f9))
|
|
1952
|
+
* apply icon-inset-md to all trigger components ([9a0be3e](https://github.com/sig-nine/era-ui/commit/9a0be3e079692ed72cd25f9f6b58652fc1e32135))
|
|
1953
|
+
* badge and KV — replace legacy px calc with --t-inset-sm ([56e50d7](https://github.com/sig-nine/era-ui/commit/56e50d79118f63ae1336d04dd5bea0f91ca8622f))
|
|
1954
|
+
* **badge,chip:** proper horizontal padding for pill text ([be25845](https://github.com/sig-nine/era-ui/commit/be258451f457074d2db5fb8f1fa0accb319efde9))
|
|
1955
|
+
* brighter hover tokens with clean OKLCH values ([da81384](https://github.com/sig-nine/era-ui/commit/da813847b9b10e0ad7a617027f1dd74bde254dd3))
|
|
1956
|
+
* **build:** force docs regeneration on deploy ([8540062](https://github.com/sig-nine/era-ui/commit/85400624dc11b2f43b69a022dcfbc979c31f4344))
|
|
1957
|
+
* **build:** keep doc counter-examples out of Tailwind's source scan ([02ba87c](https://github.com/sig-nine/era-ui/commit/02ba87cd336d5199cfb76488535d936852b082af))
|
|
1958
|
+
* **button:** decouple ButtonVariants from ComponentProps ([729e654](https://github.com/sig-nine/era-ui/commit/729e6540ba31faa186c5f3a7cf749bed0fe425f2))
|
|
1959
|
+
* **Button:** link variant hover only adds underline, no color shift ([7285706](https://github.com/sig-nine/era-ui/commit/728570651f78729624467b6a3a77eada659d756b))
|
|
1960
|
+
* **Button:** tighten link variant underline offset from 4 to 2 ([3ced2f4](https://github.com/sig-nine/era-ui/commit/3ced2f463634c3f4940daca537dd4da1131f999a))
|
|
1961
|
+
* **calendar:** expose value and placeholder as bindable ([6dd72c8](https://github.com/sig-nine/era-ui/commit/6dd72c89fc3c179825ae42c3f05812bc5be5e1fb))
|
|
1962
|
+
* **card:** drop resolve() on generic href ([6f69e7c](https://github.com/sig-nine/era-ui/commit/6f69e7c1e125f2032860357852a108bc3d39af1b))
|
|
1963
|
+
* **chip:** annotate PointerEvent on pointerdown/up handlers ([74f6b93](https://github.com/sig-nine/era-ui/commit/74f6b9380563ba148de3a41b66a878f8ae856fcc))
|
|
1964
|
+
* **Chip:** stop pointerdown on dismiss button so chips work inside triggers ([a94bb12](https://github.com/sig-nine/era-ui/commit/a94bb1206066c10c7bdf7564accbd69c396a5ce7))
|
|
1965
|
+
* **clay:** drop the cast shadow on resting + pressed clay controls ([c8ed37c](https://github.com/sig-nine/era-ui/commit/c8ed37cae461d6d5b3f44c741434d20849d4f4c2))
|
|
1966
|
+
* **clay:** embed clay — no drop shadow, depress in place on press ([18e72c1](https://github.com/sig-nine/era-ui/commit/18e72c11a14719e9a172512152adfba6e4c7a826))
|
|
1967
|
+
* **code-block:** symmetric copy-button gap across density modes ([645a0f0](https://github.com/sig-nine/era-ui/commit/645a0f06d1cab8fca0dbc2f1e5edc436c0290763))
|
|
1968
|
+
* **code-block:** symmetric copy-button gap across density modes ([#68](https://github.com/sig-nine/era-ui/issues/68)) ([d53b406](https://github.com/sig-nine/era-ui/commit/d53b406058fdc18d4407c2b2a00dea757fd18eef))
|
|
1969
|
+
* **Command:** use --t-gap tokens instead of --t-sp / arbitrary 3px ([27c1fda](https://github.com/sig-nine/era-ui/commit/27c1fda9ff3b5c7600a6fd07f3bbe35f4b55b49f))
|
|
1970
|
+
* continuous dropdowns in slop mode, lighter hover, remove leading-none ([4a65b56](https://github.com/sig-nine/era-ui/commit/4a65b564a9ddc7199d18a1dfb2ac32354b9d079a))
|
|
1971
|
+
* date picker trigger sizing — drop sm-tier wrapper ([3b61aea](https://github.com/sig-nine/era-ui/commit/3b61aea92ffdf474c5917d8929b8b125d88056c3))
|
|
1972
|
+
* **date-range-picker demo:** move numberOfMonths to Root ([7dadc08](https://github.com/sig-nine/era-ui/commit/7dadc0817bfa8de11f7c0a67e0186855c453d78c))
|
|
1973
|
+
* dedupe video-player registry entry ([14ef616](https://github.com/sig-nine/era-ui/commit/14ef6162f87885afedccd95f3c062826828207f6))
|
|
1974
|
+
* **density:** decouple the corners axis from data-mode ([a00062b](https://github.com/sig-nine/era-ui/commit/a00062b08ead01cafd7322f7b9e1f6689dcdf308))
|
|
1975
|
+
* derive radii from tier heights for true concentricity ([fb4eec5](https://github.com/sig-nine/era-ui/commit/fb4eec5e8f542590b46e5f95de168a3c56f115d7))
|
|
1976
|
+
* **docs-layout:** contain sidebar scroll inside the viewport ([81b4730](https://github.com/sig-nine/era-ui/commit/81b4730868e0a38072161d5bf359ade63cd8aece)), closes [#43](https://github.com/sig-nine/era-ui/issues/43)
|
|
1977
|
+
* **docs-layout:** contain sidebar scroll inside the viewport ([#53](https://github.com/sig-nine/era-ui/issues/53)) ([0b63809](https://github.com/sig-nine/era-ui/commit/0b6380933e2363ed87b8a0d94a9d64b4e22f9bde))
|
|
1978
|
+
* **docs-layout:** unstack nav-bar selects on desktop ([56c7142](https://github.com/sig-nine/era-ui/commit/56c71429a293c5d2d5bc7966d411a17c8ba39bea))
|
|
1979
|
+
* **docs-layout:** unstack nav-bar selects on desktop ([#51](https://github.com/sig-nine/era-ui/issues/51)) ([5b33f82](https://github.com/sig-nine/era-ui/commit/5b33f82c99bdd6a8ce8c3217af8b09aa92a8a719))
|
|
1980
|
+
* **docs:** apply the font axis to <html> so portals inherit it ([1e4dd53](https://github.com/sig-nine/era-ui/commit/1e4dd531ccb2d6cfad8ef82142e2d284fa33c28f))
|
|
1981
|
+
* **docs:** correct generated import path for llm docs ([59f0182](https://github.com/sig-nine/era-ui/commit/59f01826c310202e85c2567966b6ebba87c71c9b))
|
|
1982
|
+
* **docs:** correct generated import path for llm docs ([#100](https://github.com/sig-nine/era-ui/issues/100)) ([3122547](https://github.com/sig-nine/era-ui/commit/3122547de26c2eaca6935a5f52fe4fb2b1c5ab1c))
|
|
1983
|
+
* **docs:** drop bg-hover accent spoof on dialog Confirm/Save buttons ([08cb0e6](https://github.com/sig-nine/era-ui/commit/08cb0e65ded0eb2f0f245ab86aea7a0649a35516))
|
|
1984
|
+
* **docs:** drop fake container chrome from button-group and tabs demos ([3e405b9](https://github.com/sig-nine/era-ui/commit/3e405b99a305752d356a61ecae5a71ba0f318ed5))
|
|
1985
|
+
* **docs:** parse props on module-first and arrow-typed components ([05dbd19](https://github.com/sig-nine/era-ui/commit/05dbd193bfc9159ca41e91b6e4cfb56a7a8ce33d))
|
|
1986
|
+
* **docs:** serif missing from the font dropdown ([3ffea1d](https://github.com/sig-nine/era-ui/commit/3ffea1dc1b126555c8ee401e65833f1915c7afac))
|
|
1987
|
+
* **docs:** tooltip demo uses real Button via Trigger child snippet ([550c6a3](https://github.com/sig-nine/era-ui/commit/550c6a3bfe9cfa94170416370a1a7b4b9c506804))
|
|
1988
|
+
* **docs:** unify .md and UA markdown responses by slug ([b3cba65](https://github.com/sig-nine/era-ui/commit/b3cba65491ee963a7fdf901f011a05bf3777b739))
|
|
1989
|
+
* **draggable:** satisfy eslint — move snippets out, resolve() links ([a5b3016](https://github.com/sig-nine/era-ui/commit/a5b301677fef1fb4d408c43c70e39fbdc8821eec))
|
|
1990
|
+
* drop .t-controls class in favor of element selector ([dac459c](https://github.com/sig-nine/era-ui/commit/dac459c34c94c6c21bc444b211619a3a982bd45c))
|
|
1991
|
+
* Infer missing component docs from root UI index and improve LLMS user-agent handling ([#75](https://github.com/sig-nine/era-ui/issues/75)) ([2cdef24](https://github.com/sig-nine/era-ui/commit/2cdef245560f8ef30481ca657537c197ac13fd9c))
|
|
1992
|
+
* **items:** stop dropping bits-ui typed children snippets ([881e2ce](https://github.com/sig-nine/era-ui/commit/881e2ce417ac89c3d8ab99a5a47c1daf303266d2))
|
|
1993
|
+
* **kv:** surface-aware divider between key and value ([fcd724a](https://github.com/sig-nine/era-ui/commit/fcd724a73315715d597bfcf5d9a0903c8dad9ab8))
|
|
1994
|
+
* **mode:** avoid generated type name collision ([09da4ff](https://github.com/sig-nine/era-ui/commit/09da4ff6a71a52adf4afb822ebcfe1478f562c0d))
|
|
1995
|
+
* **mode:** avoid generated type name collision ([#113](https://github.com/sig-nine/era-ui/issues/113)) ([7fe98de](https://github.com/sig-nine/era-ui/commit/7fe98dee673f421a1b38b1d57eacb2b2148e0cfb))
|
|
1996
|
+
* **pane:** handle bar as an extended dismissible chip ([3297548](https://github.com/sig-nine/era-ui/commit/329754833c285655db2ca8359f03d8408985f255))
|
|
1997
|
+
* **pane:** instant handle-bar hover, drop the bottom border ([c9a09f2](https://github.com/sig-nine/era-ui/commit/c9a09f2ea2fc256b39027be46da6be7714c87714))
|
|
1998
|
+
* **quickstart:** hide own package name from esbuild dep-scanner ([2d4bce9](https://github.com/sig-nine/era-ui/commit/2d4bce917d1a1e185f877eae7235baee31860cb4))
|
|
1999
|
+
* Refine 'adobe' theme palette and accent tokens in themes.css ([#86](https://github.com/sig-nine/era-ui/issues/86)) ([f3f1f40](https://github.com/sig-nine/era-ui/commit/f3f1f4017372d6dfaf740afd39343256a77c829f))
|
|
2000
|
+
* **registry:** type icons as Component<IconProps> and preserve badge literals ([3bb68d7](https://github.com/sig-nine/era-ui/commit/3bb68d7a87a6385e7736844e0a89d720f6680e8d))
|
|
2001
|
+
* remove [@source](https://github.com/source) from distributed CSS to prevent consumer FOUC ([ed36450](https://github.com/sig-nine/era-ui/commit/ed36450420b98af973c468df3357895ac063b056))
|
|
2002
|
+
* render primary accent as turquoise tag in dropdown ([2418e86](https://github.com/sig-nine/era-ui/commit/2418e86f4ebce565180e55edc313055b96dbc9f5))
|
|
2003
|
+
* resolve svelte-check and eslint failures ([798476c](https://github.com/sig-nine/era-ui/commit/798476ce72fba21427dbbd0b75399ece9e826b0b))
|
|
2004
|
+
* resolve svelte-check and eslint failures ([#39](https://github.com/sig-nine/era-ui/issues/39)) ([393262f](https://github.com/sig-nine/era-ui/commit/393262fdd61cea036171c62cd607df9fc3600696))
|
|
2005
|
+
* restore date picker icon hover area with asymmetric input padding ([f6e57fe](https://github.com/sig-nine/era-ui/commit/f6e57fecc689979fbb5f1723ddee1a228ad86ab5))
|
|
2006
|
+
* scaling ([f2d41e9](https://github.com/sig-nine/era-ui/commit/f2d41e99d9a8724359cf16a182fa8faed1a5b133))
|
|
2007
|
+
* **separator:** tune slant for inline text ([cbb7ab9](https://github.com/sig-nine/era-ui/commit/cbb7ab9df721709e5fa170b89e0a52d209107fe8))
|
|
2008
|
+
* **sidebar:** wrap Command items in Group and tighten filter ([53332d8](https://github.com/sig-nine/era-ui/commit/53332d80a038f4965937730e8a16e03c2a632f7d))
|
|
2009
|
+
* **slider:** finish revert of scrubbing prop in template ([00fd9d1](https://github.com/sig-nine/era-ui/commit/00fd9d1023594ba7d053085a22543464137ecd74))
|
|
2010
|
+
* **slider:** finish revert of scrubbing prop in template ([#42](https://github.com/sig-nine/era-ui/issues/42)) ([0bd8e3c](https://github.com/sig-nine/era-ui/commit/0bd8e3ce597b940a4ed52560ae16ae5aa7281fb1))
|
|
2011
|
+
* **slider:** keep restProps cast reactive via $derived ([edb9833](https://github.com/sig-nine/era-ui/commit/edb9833bddb98e7f2444597c69fb83e7a5f47bd5))
|
|
2012
|
+
* SSR-safe Provider eliminates FOUC, restore [@source](https://github.com/source) for consumers ([98d2d63](https://github.com/sig-nine/era-ui/commit/98d2d63d4ba3e0f5683df240e1e1e80ac5373ab9))
|
|
2013
|
+
* SSR-safe Provider, remove [@source](https://github.com/source) from distributed CSS ([b18dbe4](https://github.com/sig-nine/era-ui/commit/b18dbe4f8a04146e675b2317bc13105dd12e6a8f))
|
|
2014
|
+
* **surface:** bevel dropdown hover collision and open-trigger latch ([70a63f4](https://github.com/sig-nine/era-ui/commit/70a63f41e84b5c53ca84bc5632e4f3473b067b6a))
|
|
2015
|
+
* **surface:** concentric radius for menu row highlights on bevel ([d65f7d9](https://github.com/sig-nine/era-ui/commit/d65f7d96dac6c7ec949cdb41c8bc6d0630ad7c11))
|
|
2016
|
+
* **surface:** even out glass corner arcs, reduce shine a touch ([8c15b04](https://github.com/sig-nine/era-ui/commit/8c15b041bd673c4682df084e59306a197e663559))
|
|
2017
|
+
* **surface:** keep menu row highlights inside the bevel frame ([105e055](https://github.com/sig-nine/era-ui/commit/105e055c35c6e695ba1b67a77f1e1e95ada34802))
|
|
2018
|
+
* **tabs:** place tab triggers list inside bar wrapper ([5b16b69](https://github.com/sig-nine/era-ui/commit/5b16b69f7ecf562398c8ce8fc68d7ca31d086b3a))
|
|
2019
|
+
* **tabs:** place tab triggers list inside Bar wrapper ([#36](https://github.com/sig-nine/era-ui/issues/36)) ([0a42aa4](https://github.com/sig-nine/era-ui/commit/0a42aa451a702aea1931f23c913a3dcf5c33d735))
|
|
2020
|
+
* **themes:** rebalance adobe dark with sandy neutrals and teal harmony ([6eaec90](https://github.com/sig-nine/era-ui/commit/6eaec90e75b5a9ae2f036462d9e0e38409ded28f))
|
|
2021
|
+
* **theme:** support light mode across draft themes ([37e6a36](https://github.com/sig-nine/era-ui/commit/37e6a369f2f8c22ae103edd4938c84afe563ecc9))
|
|
2022
|
+
* **tokens:** resolve token-discipline inconsistencies ([c57f049](https://github.com/sig-nine/era-ui/commit/c57f049ee1f973fb62e2f060e6e8daddf00731a4))
|
|
2023
|
+
* **tooltip:** force single-line content with whitespace-nowrap ([9054e63](https://github.com/sig-nine/era-ui/commit/9054e631882a2295abffeb8639003714d447f7d7))
|
|
2024
|
+
* **tsconfig:** align moduleResolution with SvelteKit bundler mode ([bba3aee](https://github.com/sig-nine/era-ui/commit/bba3aee071a2c4c5c6b2c251b1de41830b1a4ac1))
|
|
2025
|
+
* **tsconfig:** exclude tests/smoke from the root check (self-contained) ([0efdc35](https://github.com/sig-nine/era-ui/commit/0efdc35ed3e074be9f8049fa8feec9105bcf9b31))
|
|
2026
|
+
* **types:** annotate namespace re-exports so d.ts is portable ([e97494b](https://github.com/sig-nine/era-ui/commit/e97494b609dc823e2bef50ad02bcd1b395806a10))
|
|
2027
|
+
* **types:** clear all svelte-check errors, align tsconfig with SvelteKit ([#34](https://github.com/sig-nine/era-ui/issues/34)) ([74d0d0a](https://github.com/sig-nine/era-ui/commit/74d0d0af9f549f11272b856c71818447f41dd30d))
|
|
2028
|
+
* **types:** replace non-existent HTMLSpanAttributes with HTMLAttributes<HTMLSpanElement> ([51dcd89](https://github.com/sig-nine/era-ui/commit/51dcd893fec1069b9d7f24458d2664fcdf1b1bae))
|
|
2029
|
+
* **types:** theme light drift, untrusted casts, stale tsconfig types ([02c67e0](https://github.com/sig-nine/era-ui/commit/02c67e036e58efcd213af628905c6e7f7aaf1d40))
|
|
2030
|
+
* **ui:** drop duplicate Mode type re-export from barrel ([5dae1c4](https://github.com/sig-nine/era-ui/commit/5dae1c4cec5a5a26056b2ca174f8dfb87b7a5ec7))
|
|
2031
|
+
* **ui:** match dialog/popover padding to Card (pad-md) ([799d190](https://github.com/sig-nine/era-ui/commit/799d190add0614de9170330810b10bdd0d432c4d))
|
|
2032
|
+
* **ui:** square floor for single-glyph pills ([f3f5a81](https://github.com/sig-nine/era-ui/commit/f3f5a819c78ced958c745b96970b8835b7018218)), closes [#5](https://github.com/sig-nine/era-ui/issues/5)
|
|
2033
|
+
* **ui:** switch contrast and chip dismiss-button scaling ([046dc4e](https://github.com/sig-nine/era-ui/commit/046dc4e5403b9d2b53ef240ff55115bcbe991daf))
|
|
2034
|
+
* **ui:** uniform chip height across text-only and dismissible ([821bb70](https://github.com/sig-nine/era-ui/commit/821bb708eb2c41ffaa1d41da9bba42cc02038633))
|
|
2035
|
+
* unify roundness across standalone large containers ([ebec16d](https://github.com/sig-nine/era-ui/commit/ebec16d112c306ee3ff059ccf6bd0a187f4d0d48))
|
|
2036
|
+
* **video-player:** always read precise currentTime, fixing resume jump ([cb70957](https://github.com/sig-nine/era-ui/commit/cb709577f42088feec5420168004fe5e6a6ab953))
|
|
2037
|
+
* **video-player:** always read precise currentTime, fixing resume jump ([#105](https://github.com/sig-nine/era-ui/issues/105)) ([f0a85ee](https://github.com/sig-nine/era-ui/commit/f0a85ee908e3f53dafd5ec6e35a8b2552e2dfedb))
|
|
2038
|
+
* **video-player:** apply volume/playbackRate as initial-only props ([157c1ad](https://github.com/sig-nine/era-ui/commit/157c1ad81c91daa383234f8c8bbf353359b25e7e))
|
|
2039
|
+
* **video-player:** clear waiting on time-update to unstick spinner ([849a172](https://github.com/sig-nine/era-ui/commit/849a1727a416cdfae95a2dee5e3bff49c3548189))
|
|
2040
|
+
* **video-player:** construct MediaRemoteControl in the browser only ([5de11eb](https://github.com/sig-nine/era-ui/commit/5de11eb1dafb837c60d9adce32d67ffaf43cad36))
|
|
2041
|
+
* **video-player:** drive seek thumb via rAF to mask resume jump in chromium ([aa9969e](https://github.com/sig-nine/era-ui/commit/aa9969e8c67ab0cb2aa46969e0b4c80f875b4184))
|
|
2042
|
+
* **video-player:** drive seek thumb via rAF to mask resume jump in chromium ([#112](https://github.com/sig-nine/era-ui/issues/112)) ([5576afd](https://github.com/sig-nine/era-ui/commit/5576afdb8553f5119add94fbc9ba65dc8b86234f))
|
|
2043
|
+
* **video-player:** eliminate forward jump when resuming after pause ([19ff7be](https://github.com/sig-nine/era-ui/commit/19ff7be5e1300436abe4a52e38ed827bbba0a9f5))
|
|
2044
|
+
* **video-player:** eliminate forward jump when resuming after pause ([#103](https://github.com/sig-nine/era-ui/issues/103)) ([8c72b99](https://github.com/sig-nine/era-ui/commit/8c72b99d2276488b7fb6905fe426ed12258bb1f5))
|
|
2045
|
+
* **video-player:** latch scrubbing on pointerdown, not onValueChange ([9f3311c](https://github.com/sig-nine/era-ui/commit/9f3311c1413e12ff9a1abd65f0a319c1cebd7ea2))
|
|
2046
|
+
* **video-player:** latch scrubbing on pointerdown, not onValueChange ([#35](https://github.com/sig-nine/era-ui/issues/35)) ([7cf642b](https://github.com/sig-nine/era-ui/commit/7cf642bbfffee9d290f7e2cee0e87d0c58487b9f))
|
|
2047
|
+
* **video-player:** make slider tracks visible against the controls bar ([4db0b71](https://github.com/sig-nine/era-ui/commit/4db0b7184caf5904a42e495075671fbced88dee5))
|
|
2048
|
+
* **video-player:** make slider tracks visible against the controls bar ([#56](https://github.com/sig-nine/era-ui/issues/56)) ([fb84989](https://github.com/sig-nine/era-ui/commit/fb84989dc25d20d217b002b61629db8470ba85e5))
|
|
2049
|
+
* **video-player:** match vidstack's buffering-indicator condition ([#69](https://github.com/sig-nine/era-ui/issues/69)) ([9ffe1c1](https://github.com/sig-nine/era-ui/commit/9ffe1c198e55d98a251206c469dcda76c7b60ebf))
|
|
2050
|
+
* **video-player:** match vidstack's buffering-indicator condition exactly ([9a5b646](https://github.com/sig-nine/era-ui/commit/9a5b64698167667931b01c0054e515d0a32343c0))
|
|
2051
|
+
* **video-player:** re-track state.currentTime so the slider keeps moving ([00c5d99](https://github.com/sig-nine/era-ui/commit/00c5d99f715db62ee6911854fb00a2485bf1a503))
|
|
2052
|
+
* **video-player:** re-track state.currentTime so the slider keeps moving ([#107](https://github.com/sig-nine/era-ui/issues/107)) ([4ad045d](https://github.com/sig-nine/era-ui/commit/4ad045d92be2c7238a3a60638c6abdd0562461b1))
|
|
2053
|
+
* **video-player:** refresh buffered range on every time-update ([37e32f2](https://github.com/sig-nine/era-ui/commit/37e32f2aa143fc0ee814566cbe794df3dc21a7bf))
|
|
2054
|
+
* **video-player:** remove seek thumb hover scale ([a252b6e](https://github.com/sig-nine/era-ui/commit/a252b6ef98a569211ddc2d6ef6f32c497d5b4b2c))
|
|
2055
|
+
* **video-player:** reset internal state on source change ([6c3545e](https://github.com/sig-nine/era-ui/commit/6c3545e0d0dc74e9ce229526ad2e3227d4bb99be))
|
|
2056
|
+
* **video-player:** reset internal state on source change ([#66](https://github.com/sig-nine/era-ui/issues/66)) ([cecfbfd](https://github.com/sig-nine/era-ui/commit/cecfbfd8ed22d26db3cf58478eb17c95cf7cf805))
|
|
2057
|
+
* **video-player:** seeked sync, stuck spinner, initial-only props ([#64](https://github.com/sig-nine/era-ui/issues/64)) ([6aedb2e](https://github.com/sig-nine/era-ui/commit/6aedb2e2006a2a2257c0a7087061b0f824893371))
|
|
2058
|
+
* **video-player:** smooth seek timeline resume motion ([711c924](https://github.com/sig-nine/era-ui/commit/711c924df59e3bdb6105db405ce7437583832e41))
|
|
2059
|
+
* **video-player:** stop seek-bar tug-of-war, inline layout, fix speed menu ([9ad2fce](https://github.com/sig-nine/era-ui/commit/9ad2fce74ae717b8d1f9caeec05dc85032ea6cf1))
|
|
2060
|
+
* **video-player:** stop seek-bar tug-of-war, inline layout, fix speed menu ([#29](https://github.com/sig-nine/era-ui/issues/29)) ([0a86af0](https://github.com/sig-nine/era-ui/commit/0a86af007a2ef3f37f9edd88d8b2bc572c92f81f))
|
|
2061
|
+
* **video-player:** sync currentTime on pause to remove resume jump ([584b1c4](https://github.com/sig-nine/era-ui/commit/584b1c4c6b3de293eccea9c3b22696216c0af8eb))
|
|
2062
|
+
* **video-player:** sync currentTime on pause to remove resume jump ([#62](https://github.com/sig-nine/era-ui/issues/62)) ([9b673fa](https://github.com/sig-nine/era-ui/commit/9b673fadaeca2bf621056f45c96d69f0f3a8c0bf))
|
|
2063
|
+
* **video-player:** sync currentTime on seeked event ([f0c22d6](https://github.com/sig-nine/era-ui/commit/f0c22d65c9f8ba006df7daf1d4d796a0d1e079cd))
|
|
2064
|
+
* **video-player:** type the event-forwarder generically instead of any ([c9f957c](https://github.com/sig-nine/era-ui/commit/c9f957cd3378210ab6d701c6c6c6fafc17d412ff))
|
|
2065
|
+
* **video-player:** unbreak seek bar on VOD; pre-snap volume ([#71](https://github.com/sig-nine/era-ui/issues/71)) ([7e94ed2](https://github.com/sig-nine/era-ui/commit/7e94ed228382b13d76d5bd49c65da365a274ba59))
|
|
2066
|
+
* **video-player:** unbreak seek bar on VOD; pre-snap volume; trust engine ([58c1b16](https://github.com/sig-nine/era-ui/commit/58c1b1659959eecb02a6a49eae1739d13ab3d716))
|
|
2067
|
+
* **video-player:** unbreak SSR and keep buffered range live ([#60](https://github.com/sig-nine/era-ui/issues/60)) ([b0b5441](https://github.com/sig-nine/era-ui/commit/b0b5441a59cb1f7c8234c47fba2f71c8eadc6b5d))
|
|
2068
|
+
* **video-player:** wait for vidstack element definitions ([b4f016b](https://github.com/sig-nine/era-ui/commit/b4f016bc1bc77f7f912ed2ad33a8ee07b0e97e3e))
|
|
2069
|
+
* **video-player:** wrap controls in Tooltip.Provider ([0cb393c](https://github.com/sig-nine/era-ui/commit/0cb393cea6fa9ea3c17346a099c71739caf56aef))
|
|
2070
|
+
* **video-player:** wrap controls in Tooltip.Provider ([#28](https://github.com/sig-nine/era-ui/issues/28)) ([fe78902](https://github.com/sig-nine/era-ui/commit/fe78902a715a2dd4355ffe5956d760f4e1a91554))
|
|
2071
|
+
* **vite:** broaden vidstack exclude to its define/* subpaths ([cbbe7a6](https://github.com/sig-nine/era-ui/commit/cbbe7a6c69e5a941f4ee4f9c800a9ae1b0806ae5))
|
|
2072
|
+
* **vite:** exclude vidstack from optimizeDeps ([3eb74e6](https://github.com/sig-nine/era-ui/commit/3eb74e62a4642a2f8df1844b9d77d68c77b20030))
|
|
2073
|
+
* **vite:** exclude vidstack from optimizeDeps to fix /video-player 500 ([#55](https://github.com/sig-nine/era-ui/issues/55)) ([2574ac8](https://github.com/sig-nine/era-ui/commit/2574ac83cecff0fae04a81ceaa4bf3632f6507a3))
|
|
2074
|
+
|
|
2075
|
+
|
|
2076
|
+
### Code Refactoring
|
|
2077
|
+
|
|
2078
|
+
* unify tone naming, tokenize hardcoded sizes, polish menu a11y ([f6c4c99](https://github.com/sig-nine/era-ui/commit/f6c4c99eae8efdcbb345935654290bd8bf1a7832))
|
|
2079
|
+
|
|
2080
|
+
|
|
2081
|
+
### Features
|
|
2082
|
+
|
|
2083
|
+
* add 16 new components, Label, add-component skill, fix menubar crash ([255a759](https://github.com/sig-nine/era-ui/commit/255a7591f8b320827e2f1d58a66ee33d500c4b6c))
|
|
2084
|
+
* add 5 new components, remove CSS side-effect import ([9edc4fd](https://github.com/sig-nine/era-ui/commit/9edc4fd97724b24212142216e2cd6fa8282a3b2c))
|
|
2085
|
+
* add 6 new components, token audit fixes, overflow-hidden for rounded containers ([fdac16c](https://github.com/sig-nine/era-ui/commit/fdac16cb8f56104e2ec23d1f2d33bac20069357d))
|
|
2086
|
+
* add background/foreground theme tokens, clean hover values ([b3afe6a](https://github.com/sig-nine/era-ui/commit/b3afe6aa08c9a095b91ef984e8d90dacb751dbae))
|
|
2087
|
+
* add density mode system, surface styles, and docs overhaul ([aacf777](https://github.com/sig-nine/era-ui/commit/aacf77710a58a18538684a51be6a36f32f880253))
|
|
2088
|
+
* add highlight token, tune hover values ([abf6898](https://github.com/sig-nine/era-ui/commit/abf6898e6194da8a2974d697106758605b90353b))
|
|
2089
|
+
* add Input, Switch components; rebuild Accordion, Toggle for consistency ([a7d1fbb](https://github.com/sig-nine/era-ui/commit/a7d1fbb38f2054237d7fe13620f726fdb57d2017))
|
|
2090
|
+
* add missing bits-ui primitive wrappers ([53f44d5](https://github.com/sig-nine/era-ui/commit/53f44d5f21ce365145fc648f3afc22673e833587))
|
|
2091
|
+
* add turquoise accent preset options ([0cd8e17](https://github.com/sig-nine/era-ui/commit/0cd8e1777cdb59ccc2b5359ec37d88a5a5f54e8e))
|
|
2092
|
+
* add turquoise accent preset options ([#96](https://github.com/sig-nine/era-ui/issues/96)) ([f6170f5](https://github.com/sig-nine/era-ui/commit/f6170f51d00c34bcde213fb1f5f6b6a2ab17ec8e))
|
|
2093
|
+
* Auto-discover UI components, add per-component docs pages, and improve LLM user-agent handling ([#79](https://github.com/sig-nine/era-ui/issues/79)) ([31610ac](https://github.com/sig-nine/era-ui/commit/31610aca9b3ce5790f20f4e59670b825df3933c9))
|
|
2094
|
+
* badge, chip, code-block, kv, skeleton components + dense h-6 + rename slop to spacious ([e60e94b](https://github.com/sig-nine/era-ui/commit/e60e94bb5bda816c405877bd131aac5449e564ce))
|
|
2095
|
+
* **bar:** size variant (sm/md/lg) — a proper smaller, scaling bar ([3a096e3](https://github.com/sig-nine/era-ui/commit/3a096e35da5711ae9d23c9a3275694bd60434291))
|
|
2096
|
+
* **Button:** add link variant ([3edb4f4](https://github.com/sig-nine/era-ui/commit/3edb4f42484c3d81aada90b1292f8476305b1f36))
|
|
2097
|
+
* **density:** optical padding ladder for unbounded content containers ([62c14e0](https://github.com/sig-nine/era-ui/commit/62c14e01b47aa3ea0c546bbb72669eb33e6dee7f))
|
|
2098
|
+
* **density:** touch mode uses full pill roundness ([cbc9de2](https://github.com/sig-nine/era-ui/commit/cbc9de2beac62401da399f6e1692a90c706c149c))
|
|
2099
|
+
* **dev:** scalable audit framework ([1d42e19](https://github.com/sig-nine/era-ui/commit/1d42e19dda08f0fbdf75d399593705884f4aeeb2))
|
|
2100
|
+
* **docs:** add corners toggle to the era machine ([e67992c](https://github.com/sig-nine/era-ui/commit/e67992cb494f7d7eee2eedbca352871022eabbcc))
|
|
2101
|
+
* **docs:** add fallback component docs route for uncovered slugs ([7e9fd6b](https://github.com/sig-nine/era-ui/commit/7e9fd6be83731755364db8de082cb1f2127c97c4))
|
|
2102
|
+
* **docs:** auto-discover component docs entries from exports ([bc2234f](https://github.com/sig-nine/era-ui/commit/bc2234fc5905a42daccc9238ba77c5b078356791))
|
|
2103
|
+
* **docs:** bake the semver + framework majors into the hero badge ([3ab4be7](https://github.com/sig-nine/era-ui/commit/3ab4be720e6dd059987ade370835a889001b6113))
|
|
2104
|
+
* **docs:** expand llm docs coverage and detect codex/claude user agents ([5854873](https://github.com/sig-nine/era-ui/commit/5854873a2a98eb58af0a4c2ddeaffdf3355b0526))
|
|
2105
|
+
* **docs:** expand LLM-friendly docs coverage and UA auto-routing ([#74](https://github.com/sig-nine/era-ui/issues/74)) ([699124b](https://github.com/sig-nine/era-ui/commit/699124b742f06444d4339209c73de47908b66c1a))
|
|
2106
|
+
* **docs:** expose theme picker in the layout bar ([506e9c2](https://github.com/sig-nine/era-ui/commit/506e9c2626d1ecbff3ed5baa82aecf6033780349))
|
|
2107
|
+
* **docs:** make docs layout mobile-friendly ([8a01f16](https://github.com/sig-nine/era-ui/commit/8a01f165a00634a8579fdec53987fd77f586a975))
|
|
2108
|
+
* **docs:** make docs layout mobile-friendly ([#43](https://github.com/sig-nine/era-ui/issues/43)) ([612a555](https://github.com/sig-nine/era-ui/commit/612a555e7cf0482090561bcf9558d67bd3a9028c))
|
|
2109
|
+
* **docs:** prebuild llm docs artifacts and serve static llms routes ([#81](https://github.com/sig-nine/era-ui/issues/81)) ([fe5500c](https://github.com/sig-nine/era-ui/commit/fe5500c4a621a860505b5817bd5a0f68723054d6))
|
|
2110
|
+
* **docs:** prebuild llm docs artifacts and serve statically ([c5671d4](https://github.com/sig-nine/era-ui/commit/c5671d42a54524d31712c5f8408f7f10bcff9e43))
|
|
2111
|
+
* **docs:** redesign home page around the era machine ([d4f4246](https://github.com/sig-nine/era-ui/commit/d4f42464a6dc1e78635cc30e1f2620a6a0b774d7))
|
|
2112
|
+
* **docs:** surface matrix page for visual QA ([24a5f5b](https://github.com/sig-nine/era-ui/commit/24a5f5b6e41e93a3ddc068d785a2984216d6fe92))
|
|
2113
|
+
* **docs:** wrap interactive demos in Card containers ([e533f9c](https://github.com/sig-nine/era-ui/commit/e533f9c6853476dcbaf62131ef6dcfe4319607f5))
|
|
2114
|
+
* **docs:** wrap interactive demos in Card containers ([#32](https://github.com/sig-nine/era-ui/issues/32)) ([105a72f](https://github.com/sig-nine/era-ui/commit/105a72fbe8326a4cb1ca44b70560c0484d16b2a4))
|
|
2115
|
+
* **dx:** validate script, route-sync gate, deploy fix, manifest churn, aliases ([5cd4120](https://github.com/sig-nine/era-ui/commit/5cd4120f07595b40fce6ead9edb3782499bfaf7f))
|
|
2116
|
+
* **file-upload:** add input component with drag-and-drop ([5d64af7](https://github.com/sig-nine/era-ui/commit/5d64af7ddfe24067109bda8d5dd680f2e659ab1a))
|
|
2117
|
+
* font-agnostic library, :root token defaults, no global bleed ([1eaeff3](https://github.com/sig-nine/era-ui/commit/1eaeff3d93357ff917412da32512cf0c44877f39))
|
|
2118
|
+
* introduce --t-inset-{sm,md,lg} for text-aware content framing ([9758820](https://github.com/sig-nine/era-ui/commit/97588206d860001b600ba7f33c33305bcbafb735))
|
|
2119
|
+
* **lint:** forbid hardcoded easings/durations (enforce the motion axis) ([e32a089](https://github.com/sig-nine/era-ui/commit/e32a089dce638b19ef2d790b4ca5697e66cfd710))
|
|
2120
|
+
* **modes:** add `touch` density mode ([#45](https://github.com/sig-nine/era-ui/issues/45)) ([794905c](https://github.com/sig-nine/era-ui/commit/794905cf5584b3bfa63150b70081532bb8d44c4c))
|
|
2121
|
+
* **modes:** add `touch` density mode for mobile-friendly tap targets ([c25bda7](https://github.com/sig-nine/era-ui/commit/c25bda74daa326b7c00634d3aef863846e77ffe4))
|
|
2122
|
+
* **Mode:** scoped system-axis override component ([cfdbb10](https://github.com/sig-nine/era-ui/commit/cfdbb10230a7f8b2c29149840c49a9c47481f83b))
|
|
2123
|
+
* **motion:** decouple duration into a standalone motion axis ([3386231](https://github.com/sig-nine/era-ui/commit/33862310fe8ba19c20146d1d20d0b7898b24c34e))
|
|
2124
|
+
* **pane:** dense-pinned handle bar, close button, no grip icon ([e7ff007](https://github.com/sig-nine/era-ui/commit/e7ff00734052c5a01db5f184cf410bf483ad81ec))
|
|
2125
|
+
* **pane:** handle bar scales with density (unpin from dense) ([b333286](https://github.com/sig-nine/era-ui/commit/b333286a3072cc58d8a482fd4e9dd0fd179faa63))
|
|
2126
|
+
* **provider:** axisRegistry — single source of truth for the axes ([339baac](https://github.com/sig-nine/era-ui/commit/339baaced3aaa3c4788f326f59f20cb0687d5ee6))
|
|
2127
|
+
* **provider:** motion axis values + Mode motion prop ([8824784](https://github.com/sig-nine/era-ui/commit/882478402753d51aeefb0a9620593f1a64988cfa))
|
|
2128
|
+
* **provider:** surface registry, sync check, build wiring ([a2d19b2](https://github.com/sig-nine/era-ui/commit/a2d19b27e00e1f0e5154538ac97cda6eec008113))
|
|
2129
|
+
* **quality:** three targeted gates — highlight lint, token check, geometry laws ([8a599ec](https://github.com/sig-nine/era-ui/commit/8a599ecff189b07fe805ef7b0fe4c4e7d9399a6b))
|
|
2130
|
+
* **quickstart:** art-piece hero with 3D tier tower ([89e0047](https://github.com/sig-nine/era-ui/commit/89e004743d8326335733dcde044fd7f36ef0c11b))
|
|
2131
|
+
* refine Switch sizing, add dark/light toggle to top bar ([c268114](https://github.com/sig-nine/era-ui/commit/c26811436b46c9d84436b19f6f42f8a9f7d30733))
|
|
2132
|
+
* **Select:** add Select.Value with chip rendering for multi-select ([6914860](https://github.com/sig-nine/era-ui/commit/6914860a0824616a46e0f5106abcbf2d866cc94d)), closes [#2026](https://github.com/sig-nine/era-ui/issues/2026) [#snippet](https://github.com/sig-nine/era-ui/issues/snippet)
|
|
2133
|
+
* semantic color tokens, CSS dedup, quickstart page, accent button ([a721989](https://github.com/sig-nine/era-ui/commit/a7219892ec0d8de950ec5da7c56a4ca5e506a42f))
|
|
2134
|
+
* **separator:** add slant variant ([8b7ef72](https://github.com/sig-nine/era-ui/commit/8b7ef7298b7db1d9d0745d5cc33e9b3aac385a55))
|
|
2135
|
+
* **sheet:** edge-drawer component + mobile docs layout ([3cea916](https://github.com/sig-nine/era-ui/commit/3cea91608040a592a229b3de3c62e3216186e1f6))
|
|
2136
|
+
* **sidebar:** badge pills and alias-aware filter ([8f2b9e8](https://github.com/sig-nine/era-ui/commit/8f2b9e8a159218bfd2135ebf7172d6ab562504d0))
|
|
2137
|
+
* **slider:** add progress underlay to Slider.Range ([ff95bb7](https://github.com/sig-nine/era-ui/commit/ff95bb725fd62a22003cf0f16fc45ba34dd69d96))
|
|
2138
|
+
* **slider:** add trackClass override to Slider.Range ([ea8d7ab](https://github.com/sig-nine/era-ui/commit/ea8d7ab8df6d1217f78619c8a16d8aab7ad745e4))
|
|
2139
|
+
* **slider:** bindable scrubbing state for drag detection ([#37](https://github.com/sig-nine/era-ui/issues/37)) ([00c6b4a](https://github.com/sig-nine/era-ui/commit/00c6b4af2540c262920f633cdfdebbfc6e636692))
|
|
2140
|
+
* **surface:** add wireframe surface mode ([d354b87](https://github.com/sig-nine/era-ui/commit/d354b874194b1ffc5863fb1f060625619f167d5d))
|
|
2141
|
+
* **surface:** bevel — a chiseled, tactile third surface ([ed96aeb](https://github.com/sig-nine/era-ui/commit/ed96aeb75dc647f5da4ba21c20e38f46add41d80))
|
|
2142
|
+
* **surface:** clay — soft inflated claymorphism material ([663c144](https://github.com/sig-nine/era-ui/commit/663c1447ae53df8476ddfa48cea9049758c9841d))
|
|
2143
|
+
* **surface:** corner-lit glass speculars ([47fdf44](https://github.com/sig-nine/era-ui/commit/47fdf4486e149783d55e8f8b0fbe7582f07a21fb))
|
|
2144
|
+
* **surface:** hover as material — glass shine, cartoon surface, serif font ([5282cb2](https://github.com/sig-nine/era-ui/commit/5282cb2a1eaeb7a3e1e987a96f7e0560073f0d8e))
|
|
2145
|
+
* **surface:** refine glass into a subtler Apple-style material ([d775a3d](https://github.com/sig-nine/era-ui/commit/d775a3d9e0da3259f18028a3ea29297d4878d5b1))
|
|
2146
|
+
* **surface:** rework glass mode for light themes ([e43cbe3](https://github.com/sig-nine/era-ui/commit/e43cbe3c79e7226ca2bebab316330cf7d7dcc61c))
|
|
2147
|
+
* **surface:** surfaces own transient interaction highlights ([770a3d6](https://github.com/sig-nine/era-ui/commit/770a3d622e6ab1f8a181a16a6a2b080b14cf6027))
|
|
2148
|
+
* Tailwind v4 modernization, pre-compiled CSS bundle, --t-divider-faded token ([58020b2](https://github.com/sig-nine/era-ui/commit/58020b2fe99ac338699a35bd56c19b32e30171c3))
|
|
2149
|
+
* **theme:** add new sandstone draft themes ([5e3f243](https://github.com/sig-nine/era-ui/commit/5e3f2438df2623aeff331ff1870b0e833d175ca7))
|
|
2150
|
+
* **theme:** add new sandstone draft themes ([#92](https://github.com/sig-nine/era-ui/issues/92)) ([773d3a0](https://github.com/sig-nine/era-ui/commit/773d3a0015cb9795bd4bd74a079525594ae45382))
|
|
2151
|
+
* **themes:** add adobe + dark adobe palettes ([1023020](https://github.com/sig-nine/era-ui/commit/102302026fd8f246d92e98d50c0dfa4168a51c11))
|
|
2152
|
+
* **themes:** add adobe + dark adobe palettes ([#72](https://github.com/sig-nine/era-ui/issues/72)) ([d209da3](https://github.com/sig-nine/era-ui/commit/d209da36ca4c3ccca8c1e24398df1676296698fc))
|
|
2153
|
+
* **themes:** add adobe draft e using provided sandstone 25-950 scale ([36982c2](https://github.com/sig-nine/era-ui/commit/36982c2f71f1bef04b5e5ba63b8f0160b7d23c98))
|
|
2154
|
+
* **themes:** add minecraft-terracotta adobe draft dark variants ([f97ad3d](https://github.com/sig-nine/era-ui/commit/f97ad3dd28844026c0bb46f202677abf6c4d1eff))
|
|
2155
|
+
* **themes:** add sandstone draft themes from provided OKLCH palette ([#90](https://github.com/sig-nine/era-ui/issues/90)) ([3ed11a1](https://github.com/sig-nine/era-ui/commit/3ed11a11fff7e35a8cb2f9b7fdc6e59e4ca85492))
|
|
2156
|
+
* **themes:** add sandstone draft themes from provided palette ([512d484](https://github.com/sig-nine/era-ui/commit/512d484cfee268966250ba1933380d317fb56c11))
|
|
2157
|
+
* **themes:** shift dark adobe palette toward sand with turquoise accents ([38cda89](https://github.com/sig-nine/era-ui/commit/38cda89cf47851a76475bba3980de014f5089d37))
|
|
2158
|
+
* **themes:** shift dark adobe palette toward sand with turquoise accents ([#84](https://github.com/sig-nine/era-ui/issues/84)) ([c479b0b](https://github.com/sig-nine/era-ui/commit/c479b0b36820b270d51ae403274fb7b18bafd891))
|
|
2159
|
+
* **ui:** Pane — draggable window on @neodrag/svelte v3 ([b46aca6](https://github.com/sig-nine/era-ui/commit/b46aca6b51a46683dc40a5f879a3fc7cdceee063))
|
|
2160
|
+
* **utils:** add cn class merger and shared PartProps type ([9b5670a](https://github.com/sig-nine/era-ui/commit/9b5670a3b14b47e8b417cab8407c62a4acd5d867))
|
|
2161
|
+
* **video-player:** apple-style single-row playback bar layout ([c3ee182](https://github.com/sig-nine/era-ui/commit/c3ee182127747c836e0be1d81ab1c7f2882863aa))
|
|
2162
|
+
* **video-player:** apple-style single-row playback bar layout ([#110](https://github.com/sig-nine/era-ui/issues/110)) ([15cb78c](https://github.com/sig-nine/era-ui/commit/15cb78c0a802b30e9dbc8d9e5ded040f9168dd40))
|
|
2163
|
+
* **video-player:** disable seek slider when vidstack reports !canSeek ([ae76018](https://github.com/sig-nine/era-ui/commit/ae76018b54a87ad62f6368c51574cf357d1b5b1f))
|
|
2164
|
+
* **video-player:** expand chrome with quality menu, context menu, hover preview ([f3b59e5](https://github.com/sig-nine/era-ui/commit/f3b59e5ca976833b7cc0f19df8a277e2d7b4f1de))
|
|
2165
|
+
* **video-player:** fade controls when vidstack reports the user is idle ([f29ba55](https://github.com/sig-nine/era-ui/commit/f29ba55482c3d1084165d47e7195246b4eeab4a0))
|
|
2166
|
+
* **video-player:** full vidstack coverage — icons, state, scrub preview ([9ceeb88](https://github.com/sig-nine/era-ui/commit/9ceeb882b9a1c15242e4e002278f2da7b3b18a5d))
|
|
2167
|
+
* **video-player:** full vidstack feature surface with token-driven styling ([83ab6e4](https://github.com/sig-nine/era-ui/commit/83ab6e44a6cd42734d57b8b3c1d5a8010504741d))
|
|
2168
|
+
* **video-player:** full vidstack feature surface, token-driven styling ([#22](https://github.com/sig-nine/era-ui/issues/22)) ([d9f0c3b](https://github.com/sig-nine/era-ui/commit/d9f0c3b03328e2185cb07ffea74dfad8bdf3d6c8))
|
|
2169
|
+
* **video-player:** minimal-by-default chrome with opt-in features ([2c748b3](https://github.com/sig-nine/era-ui/commit/2c748b3d68d18e345a89969154a4ca99e2ca2efc))
|
|
2170
|
+
* **video-player:** minimal-by-default chrome with opt-in features ([#101](https://github.com/sig-nine/era-ui/issues/101)) ([f612994](https://github.com/sig-nine/era-ui/commit/f612994da7c0745b3b99d5faf811faf6f3ac3b9e))
|
|
2171
|
+
* **video-player:** mobile + idle + thumbless tracks + chrome polish ([3e85fb7](https://github.com/sig-nine/era-ui/commit/3e85fb771ef266611e514bc8096539a54027eb4c))
|
|
2172
|
+
* **video-player:** show buffered range and instant scrub feedback ([e318b4f](https://github.com/sig-nine/era-ui/commit/e318b4f45468083fa2871725dd61c0b3cb389f0e))
|
|
2173
|
+
* **video-player:** show buffered range and instant scrub feedback ([#58](https://github.com/sig-nine/era-ui/issues/58)) ([703213e](https://github.com/sig-nine/era-ui/commit/703213e42f6c8f82afec16da9d53e78c22bfc1d2))
|
|
2174
|
+
* **video-player:** snap to live edge when seeking near the right of the bar ([e52033e](https://github.com/sig-nine/era-ui/commit/e52033e317a6450bdaa45f1834373e26854b6142))
|
|
2175
|
+
* **video-player:** YouTube-style overlay controls ([46a7ccf](https://github.com/sig-nine/era-ui/commit/46a7ccfb811e0fdfb4725dbf91f42fad0515487b))
|
|
2176
|
+
* wrap vidstack in video-player component ([1bb1f1e](https://github.com/sig-nine/era-ui/commit/1bb1f1ea706454b8dca24e058a3456b6da839d39))
|
|
2177
|
+
* **wrappers:** forward variant prop on Dialog/AlertDialog/Popover buttons ([8a13af5](https://github.com/sig-nine/era-ui/commit/8a13af5191c04136eca8fe73cbbecb024f675449))
|
|
2178
|
+
|
|
2179
|
+
|
|
2180
|
+
### Performance Improvements
|
|
2181
|
+
|
|
2182
|
+
* **registry:** precompute search blob for matchEntry ([3e0933a](https://github.com/sig-nine/era-ui/commit/3e0933ad06deaef41e95681a0683345b5e04f844))
|
|
2183
|
+
* **video-player:** port vidstack mobile-smoothness tricks to seek bar ([f41c435](https://github.com/sig-nine/era-ui/commit/f41c43556aeb032c6cbbdf8562c0b9455eb685db))
|
|
2184
|
+
* **video-player:** port vidstack mobile-smoothness tricks to seek bar ([#47](https://github.com/sig-nine/era-ui/issues/47)) ([7ca6197](https://github.com/sig-nine/era-ui/commit/7ca6197fa1414fc39ae0b4ef687f642e7e306471))
|
|
2185
|
+
|
|
2186
|
+
|
|
2187
|
+
### Reverts
|
|
2188
|
+
|
|
2189
|
+
* remove wireframe surface mode ([33a37ac](https://github.com/sig-nine/era-ui/commit/33a37ac456974b1995ad71590a39fe07d5bea05a))
|
|
2190
|
+
* **tsconfig:** restore NodeNext + rewriteRelativeImportExtensions ([0c75973](https://github.com/sig-nine/era-ui/commit/0c75973dbd631cf92dd45350cad04d4ee2c9d0d0))
|
|
2191
|
+
* **tsconfig:** restore NodeNext + rewriteRelativeImportExtensions ([#38](https://github.com/sig-nine/era-ui/issues/38)) ([3742250](https://github.com/sig-nine/era-ui/commit/37422509c8f6666b1e6df23a9ab3e4ec06012680))
|
|
2192
|
+
|
|
2193
|
+
|
|
2194
|
+
### BREAKING CHANGES
|
|
2195
|
+
|
|
2196
|
+
* All legacy CSS custom-property aliases removed. Consumers
|
|
2197
|
+
of these token names must migrate to the canonical names listed above.
|
|
2198
|
+
|
|
2199
|
+
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
|
2200
|
+
* Button tone="danger" removed. Use tone="destructive".
|
|
2201
|
+
|
|
2202
|
+
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
|
2203
|
+
* Button size=\"xxs\" removed. Use size=\"icon\" or size=\"xs\".
|
|
2204
|
+
|
|
2205
|
+
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
|
2206
|
+
* Provider export removed. Replace <Provider mode="x" surface="y">
|
|
2207
|
+
with <div data-mode="x" data-surface="y">.
|
|
2208
|
+
|
|
2209
|
+
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
|
2210
|
+
|
|
2211
|
+
# Changelog
|
|
2212
|
+
|
|
2213
|
+
## [0.9.31](https://github.com/sig-nine/era-ui/compare/era-ui-v0.9.30...era-ui-v0.9.31) (2026-05-08)
|
|
2214
|
+
|
|
2215
|
+
|
|
2216
|
+
### Features
|
|
2217
|
+
|
|
2218
|
+
* **separator:** add slant variant ([8b7ef72](https://github.com/sig-nine/era-ui/commit/8b7ef7298b7db1d9d0745d5cc33e9b3aac385a55))
|
|
2219
|
+
* **surface:** add wireframe surface mode ([d354b87](https://github.com/sig-nine/era-ui/commit/d354b874194b1ffc5863fb1f060625619f167d5d))
|
|
2220
|
+
* **surface:** rework glass mode for light themes ([e43cbe3](https://github.com/sig-nine/era-ui/commit/e43cbe3c79e7226ca2bebab316330cf7d7dcc61c))
|
|
2221
|
+
* **video-player:** apple-style single-row playback bar layout ([c3ee182](https://github.com/sig-nine/era-ui/commit/c3ee182127747c836e0be1d81ab1c7f2882863aa))
|
|
2222
|
+
* **video-player:** apple-style single-row playback bar layout ([#110](https://github.com/sig-nine/era-ui/issues/110)) ([15cb78c](https://github.com/sig-nine/era-ui/commit/15cb78c0a802b30e9dbc8d9e5ded040f9168dd40))
|
|
2223
|
+
* **video-player:** expand chrome with quality menu, context menu, hover preview ([f3b59e5](https://github.com/sig-nine/era-ui/commit/f3b59e5ca976833b7cc0f19df8a277e2d7b4f1de))
|
|
2224
|
+
* **video-player:** mobile + idle + thumbless tracks + chrome polish ([3e85fb7](https://github.com/sig-nine/era-ui/commit/3e85fb771ef266611e514bc8096539a54027eb4c))
|
|
2225
|
+
|
|
2226
|
+
|
|
2227
|
+
### Bug Fixes
|
|
2228
|
+
|
|
2229
|
+
* **mode:** avoid generated type name collision ([09da4ff](https://github.com/sig-nine/era-ui/commit/09da4ff6a71a52adf4afb822ebcfe1478f562c0d))
|
|
2230
|
+
* **mode:** avoid generated type name collision ([#113](https://github.com/sig-nine/era-ui/issues/113)) ([7fe98de](https://github.com/sig-nine/era-ui/commit/7fe98dee673f421a1b38b1d57eacb2b2148e0cfb))
|
|
2231
|
+
* **separator:** tune slant for inline text ([cbb7ab9](https://github.com/sig-nine/era-ui/commit/cbb7ab9df721709e5fa170b89e0a52d209107fe8))
|
|
2232
|
+
* **tooltip:** force single-line content with whitespace-nowrap ([9054e63](https://github.com/sig-nine/era-ui/commit/9054e631882a2295abffeb8639003714d447f7d7))
|
|
2233
|
+
* **video-player:** drive seek thumb via rAF to mask resume jump in chromium ([aa9969e](https://github.com/sig-nine/era-ui/commit/aa9969e8c67ab0cb2aa46969e0b4c80f875b4184))
|
|
2234
|
+
* **video-player:** drive seek thumb via rAF to mask resume jump in chromium ([#112](https://github.com/sig-nine/era-ui/issues/112)) ([5576afd](https://github.com/sig-nine/era-ui/commit/5576afdb8553f5119add94fbc9ba65dc8b86234f))
|
|
2235
|
+
* **video-player:** remove seek thumb hover scale ([a252b6e](https://github.com/sig-nine/era-ui/commit/a252b6ef98a569211ddc2d6ef6f32c497d5b4b2c))
|
|
2236
|
+
* **video-player:** smooth seek timeline resume motion ([711c924](https://github.com/sig-nine/era-ui/commit/711c924df59e3bdb6105db405ce7437583832e41))
|
|
2237
|
+
|
|
2238
|
+
|
|
2239
|
+
### Reverts
|
|
2240
|
+
|
|
2241
|
+
* remove wireframe surface mode ([33a37ac](https://github.com/sig-nine/era-ui/commit/33a37ac456974b1995ad71590a39fe07d5bea05a))
|
|
2242
|
+
|
|
2243
|
+
## [0.9.30](https://github.com/sig-nine/era-ui/compare/era-ui-v0.9.29...era-ui-v0.9.30) (2026-04-29)
|
|
2244
|
+
|
|
2245
|
+
|
|
2246
|
+
### Bug Fixes
|
|
2247
|
+
|
|
2248
|
+
* **video-player:** re-track state.currentTime so the slider keeps moving ([00c5d99](https://github.com/sig-nine/era-ui/commit/00c5d99f715db62ee6911854fb00a2485bf1a503))
|
|
2249
|
+
* **video-player:** re-track state.currentTime so the slider keeps moving ([#107](https://github.com/sig-nine/era-ui/issues/107)) ([4ad045d](https://github.com/sig-nine/era-ui/commit/4ad045d92be2c7238a3a60638c6abdd0562461b1))
|
|
2250
|
+
|
|
2251
|
+
## [0.9.29](https://github.com/sig-nine/era-ui/compare/era-ui-v0.9.28...era-ui-v0.9.29) (2026-04-29)
|
|
2252
|
+
|
|
2253
|
+
|
|
2254
|
+
### Bug Fixes
|
|
2255
|
+
|
|
2256
|
+
* **video-player:** always read precise currentTime, fixing resume jump ([cb70957](https://github.com/sig-nine/era-ui/commit/cb709577f42088feec5420168004fe5e6a6ab953))
|
|
2257
|
+
* **video-player:** always read precise currentTime, fixing resume jump ([#105](https://github.com/sig-nine/era-ui/issues/105)) ([f0a85ee](https://github.com/sig-nine/era-ui/commit/f0a85ee908e3f53dafd5ec6e35a8b2552e2dfedb))
|
|
2258
|
+
|
|
2259
|
+
## [0.9.28](https://github.com/sig-nine/era-ui/compare/era-ui-v0.9.27...era-ui-v0.9.28) (2026-04-29)
|
|
2260
|
+
|
|
2261
|
+
|
|
2262
|
+
### Bug Fixes
|
|
2263
|
+
|
|
2264
|
+
* **video-player:** eliminate forward jump when resuming after pause ([19ff7be](https://github.com/sig-nine/era-ui/commit/19ff7be5e1300436abe4a52e38ed827bbba0a9f5))
|
|
2265
|
+
* **video-player:** eliminate forward jump when resuming after pause ([#103](https://github.com/sig-nine/era-ui/issues/103)) ([8c72b99](https://github.com/sig-nine/era-ui/commit/8c72b99d2276488b7fb6905fe426ed12258bb1f5))
|
|
2266
|
+
|
|
2267
|
+
## [0.9.27](https://github.com/sig-nine/era-ui/compare/era-ui-v0.9.26...era-ui-v0.9.27) (2026-04-29)
|
|
2268
|
+
|
|
2269
|
+
|
|
2270
|
+
### Features
|
|
2271
|
+
|
|
2272
|
+
* **video-player:** minimal-by-default chrome with opt-in features ([2c748b3](https://github.com/sig-nine/era-ui/commit/2c748b3d68d18e345a89969154a4ca99e2ca2efc))
|
|
2273
|
+
* **video-player:** minimal-by-default chrome with opt-in features ([#101](https://github.com/sig-nine/era-ui/issues/101)) ([f612994](https://github.com/sig-nine/era-ui/commit/f612994da7c0745b3b99d5faf811faf6f3ac3b9e))
|
|
2274
|
+
|
|
2275
|
+
## [0.9.26](https://github.com/sig-nine/era-ui/compare/era-ui-v0.9.25...era-ui-v0.9.26) (2026-04-28)
|
|
2276
|
+
|
|
2277
|
+
|
|
2278
|
+
### Bug Fixes
|
|
2279
|
+
|
|
2280
|
+
* render primary accent as turquoise tag in dropdown ([2418e86](https://github.com/sig-nine/era-ui/commit/2418e86f4ebce565180e55edc313055b96dbc9f5))
|
|
2281
|
+
|
|
2282
|
+
## [0.9.25](https://github.com/sig-nine/era-ui/compare/era-ui-v0.9.24...era-ui-v0.9.25) (2026-04-28)
|
|
2283
|
+
|
|
2284
|
+
|
|
2285
|
+
### Features
|
|
2286
|
+
|
|
2287
|
+
* add turquoise accent preset options ([0cd8e17](https://github.com/sig-nine/era-ui/commit/0cd8e1777cdb59ccc2b5359ec37d88a5a5f54e8e))
|
|
2288
|
+
* add turquoise accent preset options ([#96](https://github.com/sig-nine/era-ui/issues/96)) ([f6170f5](https://github.com/sig-nine/era-ui/commit/f6170f51d00c34bcde213fb1f5f6b6a2ab17ec8e))
|
|
2289
|
+
|
|
2290
|
+
## [0.9.24](https://github.com/sig-nine/era-ui/compare/era-ui-v0.9.23...era-ui-v0.9.24) (2026-04-28)
|
|
2291
|
+
|
|
2292
|
+
|
|
2293
|
+
### Bug Fixes
|
|
2294
|
+
|
|
2295
|
+
* Add new sand-draft themes, refine sand palettes, and add light-mode support for draft themes ([#94](https://github.com/sig-nine/era-ui/issues/94)) ([634a85e](https://github.com/sig-nine/era-ui/commit/634a85e9a2b57c1ea3fd8bcb49a6923c292e6786))
|
|
2296
|
+
* **theme:** support light mode across draft themes ([37e6a36](https://github.com/sig-nine/era-ui/commit/37e6a369f2f8c22ae103edd4938c84afe563ecc9))
|
|
2297
|
+
|
|
2298
|
+
## [0.9.23](https://github.com/sig-nine/era-ui/compare/era-ui-v0.9.22...era-ui-v0.9.23) (2026-04-28)
|
|
2299
|
+
|
|
2300
|
+
|
|
2301
|
+
### Features
|
|
2302
|
+
|
|
2303
|
+
* **theme:** add new sandstone draft themes ([5e3f243](https://github.com/sig-nine/era-ui/commit/5e3f2438df2623aeff331ff1870b0e833d175ca7))
|
|
2304
|
+
* **theme:** add new sandstone draft themes ([#92](https://github.com/sig-nine/era-ui/issues/92)) ([773d3a0](https://github.com/sig-nine/era-ui/commit/773d3a0015cb9795bd4bd74a079525594ae45382))
|
|
2305
|
+
|
|
2306
|
+
## [0.9.22](https://github.com/sig-nine/era-ui/compare/era-ui-v0.9.21...era-ui-v0.9.22) (2026-04-28)
|
|
2307
|
+
|
|
2308
|
+
|
|
2309
|
+
### Features
|
|
2310
|
+
|
|
2311
|
+
* **themes:** add sandstone draft themes from provided OKLCH palette ([#90](https://github.com/sig-nine/era-ui/issues/90)) ([3ed11a1](https://github.com/sig-nine/era-ui/commit/3ed11a11fff7e35a8cb2f9b7fdc6e59e4ca85492))
|
|
2312
|
+
* **themes:** add sandstone draft themes from provided palette ([512d484](https://github.com/sig-nine/era-ui/commit/512d484cfee268966250ba1933380d317fb56c11))
|
|
2313
|
+
|
|
2314
|
+
## [0.9.21](https://github.com/sig-nine/era-ui/compare/era-ui-v0.9.20...era-ui-v0.9.21) (2026-04-28)
|
|
2315
|
+
|
|
2316
|
+
|
|
2317
|
+
### Features
|
|
2318
|
+
|
|
2319
|
+
* **themes:** add adobe draft e using provided sandstone 25-950 scale ([36982c2](https://github.com/sig-nine/era-ui/commit/36982c2f71f1bef04b5e5ba63b8f0160b7d23c98))
|
|
2320
|
+
* **themes:** add minecraft-terracotta adobe draft dark variants ([f97ad3d](https://github.com/sig-nine/era-ui/commit/f97ad3dd28844026c0bb46f202677abf6c4d1eff))
|
|
2321
|
+
|
|
2322
|
+
|
|
2323
|
+
### Bug Fixes
|
|
2324
|
+
|
|
2325
|
+
* Add multiple Adobe draft themes and update Adobe dark palette; expose new themes in layout ([#88](https://github.com/sig-nine/era-ui/issues/88)) ([c8126d7](https://github.com/sig-nine/era-ui/commit/c8126d7ed90d357a6fbe425eff03ff91291a5af8))
|
|
2326
|
+
|
|
2327
|
+
## [0.9.20](https://github.com/sig-nine/era-ui/compare/era-ui-v0.9.19...era-ui-v0.9.20) (2026-04-28)
|
|
2328
|
+
|
|
2329
|
+
|
|
2330
|
+
### Bug Fixes
|
|
2331
|
+
|
|
2332
|
+
* Refine 'adobe' theme palette and accent tokens in themes.css ([#86](https://github.com/sig-nine/era-ui/issues/86)) ([f3f1f40](https://github.com/sig-nine/era-ui/commit/f3f1f4017372d6dfaf740afd39343256a77c829f))
|
|
2333
|
+
* **themes:** rebalance adobe dark with sandy neutrals and teal harmony ([6eaec90](https://github.com/sig-nine/era-ui/commit/6eaec90e75b5a9ae2f036462d9e0e38409ded28f))
|
|
2334
|
+
|
|
2335
|
+
## [0.9.19](https://github.com/sig-nine/era-ui/compare/era-ui-v0.9.18...era-ui-v0.9.19) (2026-04-28)
|
|
2336
|
+
|
|
2337
|
+
|
|
2338
|
+
### Features
|
|
2339
|
+
|
|
2340
|
+
* **themes:** shift dark adobe palette toward sand with turquoise accents ([38cda89](https://github.com/sig-nine/era-ui/commit/38cda89cf47851a76475bba3980de014f5089d37))
|
|
2341
|
+
* **themes:** shift dark adobe palette toward sand with turquoise accents ([#84](https://github.com/sig-nine/era-ui/issues/84)) ([c479b0b](https://github.com/sig-nine/era-ui/commit/c479b0b36820b270d51ae403274fb7b18bafd891))
|
|
2342
|
+
|
|
2343
|
+
|
|
2344
|
+
### Bug Fixes
|
|
2345
|
+
|
|
2346
|
+
* **build:** force docs regeneration on deploy ([8540062](https://github.com/sig-nine/era-ui/commit/85400624dc11b2f43b69a022dcfbc979c31f4344))
|
|
2347
|
+
|
|
2348
|
+
## [0.9.18](https://github.com/sig-nine/era-ui/compare/era-ui-v0.9.17...era-ui-v0.9.18) (2026-04-28)
|
|
2349
|
+
|
|
2350
|
+
|
|
2351
|
+
### Features
|
|
2352
|
+
|
|
2353
|
+
* **docs:** prebuild llm docs artifacts and serve static llms routes ([#81](https://github.com/sig-nine/era-ui/issues/81)) ([fe5500c](https://github.com/sig-nine/era-ui/commit/fe5500c4a621a860505b5817bd5a0f68723054d6))
|
|
2354
|
+
* **docs:** prebuild llm docs artifacts and serve statically ([c5671d4](https://github.com/sig-nine/era-ui/commit/c5671d42a54524d31712c5f8408f7f10bcff9e43))
|
|
2355
|
+
|
|
2356
|
+
## [0.9.17](https://github.com/sig-nine/era-ui/compare/era-ui-v0.9.16...era-ui-v0.9.17) (2026-04-28)
|
|
2357
|
+
|
|
2358
|
+
|
|
2359
|
+
### Features
|
|
2360
|
+
|
|
2361
|
+
* Auto-discover UI components, add per-component docs pages, and improve LLM user-agent handling ([#79](https://github.com/sig-nine/era-ui/issues/79)) ([31610ac](https://github.com/sig-nine/era-ui/commit/31610aca9b3ce5790f20f4e59670b825df3933c9))
|
|
2362
|
+
|
|
2363
|
+
|
|
2364
|
+
### Bug Fixes
|
|
2365
|
+
|
|
2366
|
+
* **docs:** unify .md and UA markdown responses by slug ([b3cba65](https://github.com/sig-nine/era-ui/commit/b3cba65491ee963a7fdf901f011a05bf3777b739))
|
|
2367
|
+
|
|
2368
|
+
## [0.9.16](https://github.com/sig-nine/era-ui/compare/era-ui-v0.9.15...era-ui-v0.9.16) (2026-04-28)
|
|
2369
|
+
|
|
2370
|
+
|
|
2371
|
+
### Features
|
|
2372
|
+
|
|
2373
|
+
* **docs:** add fallback component docs route for uncovered slugs ([7e9fd6b](https://github.com/sig-nine/era-ui/commit/7e9fd6be83731755364db8de082cb1f2127c97c4))
|
|
2374
|
+
|
|
2375
|
+
|
|
2376
|
+
### Bug Fixes
|
|
2377
|
+
|
|
2378
|
+
* Add per-component doc pages, infer missing registry entries, and detect LLM-friendly user agents ([#77](https://github.com/sig-nine/era-ui/issues/77)) ([b3569ed](https://github.com/sig-nine/era-ui/commit/b3569ed0e06d872dc01ee5c61f75703613703f33))
|
|
2379
|
+
|
|
2380
|
+
## [0.9.15](https://github.com/sig-nine/era-ui/compare/era-ui-v0.9.14...era-ui-v0.9.15) (2026-04-28)
|
|
2381
|
+
|
|
2382
|
+
|
|
2383
|
+
### Features
|
|
2384
|
+
|
|
2385
|
+
* **docs:** auto-discover component docs entries from exports ([bc2234f](https://github.com/sig-nine/era-ui/commit/bc2234fc5905a42daccc9238ba77c5b078356791))
|
|
2386
|
+
|
|
2387
|
+
|
|
2388
|
+
### Bug Fixes
|
|
2389
|
+
|
|
2390
|
+
* Infer missing component docs from root UI index and improve LLMS user-agent handling ([#75](https://github.com/sig-nine/era-ui/issues/75)) ([2cdef24](https://github.com/sig-nine/era-ui/commit/2cdef245560f8ef30481ca657537c197ac13fd9c))
|
|
2391
|
+
|
|
2392
|
+
## [0.9.14](https://github.com/sig-nine/era-ui/compare/era-ui-v0.9.13...era-ui-v0.9.14) (2026-04-28)
|
|
2393
|
+
|
|
2394
|
+
|
|
2395
|
+
### Features
|
|
2396
|
+
|
|
2397
|
+
* **docs:** expose theme picker in the layout bar ([506e9c2](https://github.com/sig-nine/era-ui/commit/506e9c2626d1ecbff3ed5baa82aecf6033780349))
|
|
2398
|
+
* **themes:** add adobe + dark adobe palettes ([1023020](https://github.com/sig-nine/era-ui/commit/102302026fd8f246d92e98d50c0dfa4168a51c11))
|
|
2399
|
+
* **themes:** add adobe + dark adobe palettes ([#72](https://github.com/sig-nine/era-ui/issues/72)) ([d209da3](https://github.com/sig-nine/era-ui/commit/d209da36ca4c3ccca8c1e24398df1676296698fc))
|
|
2400
|
+
|
|
2401
|
+
|
|
2402
|
+
### Bug Fixes
|
|
2403
|
+
|
|
2404
|
+
* **video-player:** unbreak seek bar on VOD; pre-snap volume ([#71](https://github.com/sig-nine/era-ui/issues/71)) ([7e94ed2](https://github.com/sig-nine/era-ui/commit/7e94ed228382b13d76d5bd49c65da365a274ba59))
|
|
2405
|
+
* **video-player:** unbreak seek bar on VOD; pre-snap volume; trust engine ([58c1b16](https://github.com/sig-nine/era-ui/commit/58c1b1659959eecb02a6a49eae1739d13ab3d716))
|
|
2406
|
+
|
|
2407
|
+
## [0.9.13](https://github.com/sig-nine/era-ui/compare/era-ui-v0.9.12...era-ui-v0.9.13) (2026-04-27)
|
|
2408
|
+
|
|
2409
|
+
|
|
2410
|
+
### Features
|
|
2411
|
+
|
|
2412
|
+
* **density:** touch mode uses full pill roundness ([cbc9de2](https://github.com/sig-nine/era-ui/commit/cbc9de2beac62401da399f6e1692a90c706c149c))
|
|
2413
|
+
* **video-player:** disable seek slider when vidstack reports !canSeek ([ae76018](https://github.com/sig-nine/era-ui/commit/ae76018b54a87ad62f6368c51574cf357d1b5b1f))
|
|
2414
|
+
* **video-player:** fade controls when vidstack reports the user is idle ([f29ba55](https://github.com/sig-nine/era-ui/commit/f29ba55482c3d1084165d47e7195246b4eeab4a0))
|
|
2415
|
+
* **video-player:** snap to live edge when seeking near the right of the bar ([e52033e](https://github.com/sig-nine/era-ui/commit/e52033e317a6450bdaa45f1834373e26854b6142))
|
|
2416
|
+
|
|
2417
|
+
|
|
2418
|
+
### Bug Fixes
|
|
2419
|
+
|
|
2420
|
+
* **code-block:** symmetric copy-button gap across density modes ([645a0f0](https://github.com/sig-nine/era-ui/commit/645a0f06d1cab8fca0dbc2f1e5edc436c0290763))
|
|
2421
|
+
* **code-block:** symmetric copy-button gap across density modes ([#68](https://github.com/sig-nine/era-ui/issues/68)) ([d53b406](https://github.com/sig-nine/era-ui/commit/d53b406058fdc18d4407c2b2a00dea757fd18eef))
|
|
2422
|
+
* **video-player:** apply volume/playbackRate as initial-only props ([157c1ad](https://github.com/sig-nine/era-ui/commit/157c1ad81c91daa383234f8c8bbf353359b25e7e))
|
|
2423
|
+
* **video-player:** clear waiting on time-update to unstick spinner ([849a172](https://github.com/sig-nine/era-ui/commit/849a1727a416cdfae95a2dee5e3bff49c3548189))
|
|
2424
|
+
* **video-player:** match vidstack's buffering-indicator condition ([#69](https://github.com/sig-nine/era-ui/issues/69)) ([9ffe1c1](https://github.com/sig-nine/era-ui/commit/9ffe1c198e55d98a251206c469dcda76c7b60ebf))
|
|
2425
|
+
* **video-player:** match vidstack's buffering-indicator condition exactly ([9a5b646](https://github.com/sig-nine/era-ui/commit/9a5b64698167667931b01c0054e515d0a32343c0))
|
|
2426
|
+
* **video-player:** reset internal state on source change ([6c3545e](https://github.com/sig-nine/era-ui/commit/6c3545e0d0dc74e9ce229526ad2e3227d4bb99be))
|
|
2427
|
+
* **video-player:** reset internal state on source change ([#66](https://github.com/sig-nine/era-ui/issues/66)) ([cecfbfd](https://github.com/sig-nine/era-ui/commit/cecfbfd8ed22d26db3cf58478eb17c95cf7cf805))
|
|
2428
|
+
* **video-player:** seeked sync, stuck spinner, initial-only props ([#64](https://github.com/sig-nine/era-ui/issues/64)) ([6aedb2e](https://github.com/sig-nine/era-ui/commit/6aedb2e2006a2a2257c0a7087061b0f824893371))
|
|
2429
|
+
* **video-player:** sync currentTime on seeked event ([f0c22d6](https://github.com/sig-nine/era-ui/commit/f0c22d65c9f8ba006df7daf1d4d796a0d1e079cd))
|
|
2430
|
+
* **video-player:** type the event-forwarder generically instead of any ([c9f957c](https://github.com/sig-nine/era-ui/commit/c9f957cd3378210ab6d701c6c6c6fafc17d412ff))
|
|
2431
|
+
|
|
2432
|
+
## [0.9.12](https://github.com/sig-nine/era-ui/compare/era-ui-v0.9.11...era-ui-v0.9.12) (2026-04-27)
|
|
2433
|
+
|
|
2434
|
+
|
|
2435
|
+
### Bug Fixes
|
|
2436
|
+
|
|
2437
|
+
* **video-player:** sync currentTime on pause to remove resume jump ([584b1c4](https://github.com/sig-nine/era-ui/commit/584b1c4c6b3de293eccea9c3b22696216c0af8eb))
|
|
2438
|
+
* **video-player:** sync currentTime on pause to remove resume jump ([#62](https://github.com/sig-nine/era-ui/issues/62)) ([9b673fa](https://github.com/sig-nine/era-ui/commit/9b673fadaeca2bf621056f45c96d69f0f3a8c0bf))
|
|
2439
|
+
|
|
2440
|
+
## [0.9.11](https://github.com/sig-nine/era-ui/compare/era-ui-v0.9.10...era-ui-v0.9.11) (2026-04-27)
|
|
2441
|
+
|
|
2442
|
+
|
|
2443
|
+
### Features
|
|
2444
|
+
|
|
2445
|
+
* **slider:** add progress underlay to Slider.Range ([ff95bb7](https://github.com/sig-nine/era-ui/commit/ff95bb725fd62a22003cf0f16fc45ba34dd69d96))
|
|
2446
|
+
* **video-player:** show buffered range and instant scrub feedback ([e318b4f](https://github.com/sig-nine/era-ui/commit/e318b4f45468083fa2871725dd61c0b3cb389f0e))
|
|
2447
|
+
* **video-player:** show buffered range and instant scrub feedback ([#58](https://github.com/sig-nine/era-ui/issues/58)) ([703213e](https://github.com/sig-nine/era-ui/commit/703213e42f6c8f82afec16da9d53e78c22bfc1d2))
|
|
2448
|
+
|
|
2449
|
+
|
|
2450
|
+
### Bug Fixes
|
|
2451
|
+
|
|
2452
|
+
* **video-player:** construct MediaRemoteControl in the browser only ([5de11eb](https://github.com/sig-nine/era-ui/commit/5de11eb1dafb837c60d9adce32d67ffaf43cad36))
|
|
2453
|
+
* **video-player:** refresh buffered range on every time-update ([37e32f2](https://github.com/sig-nine/era-ui/commit/37e32f2aa143fc0ee814566cbe794df3dc21a7bf))
|
|
2454
|
+
* **video-player:** unbreak SSR and keep buffered range live ([#60](https://github.com/sig-nine/era-ui/issues/60)) ([b0b5441](https://github.com/sig-nine/era-ui/commit/b0b5441a59cb1f7c8234c47fba2f71c8eadc6b5d))
|
|
2455
|
+
|
|
2456
|
+
## [0.9.10](https://github.com/sig-nine/era-ui/compare/era-ui-v0.9.9...era-ui-v0.9.10) (2026-04-27)
|
|
2457
|
+
|
|
2458
|
+
|
|
2459
|
+
### Features
|
|
2460
|
+
|
|
2461
|
+
* **slider:** add trackClass override to Slider.Range ([ea8d7ab](https://github.com/sig-nine/era-ui/commit/ea8d7ab8df6d1217f78619c8a16d8aab7ad745e4))
|
|
2462
|
+
|
|
2463
|
+
|
|
2464
|
+
### Bug Fixes
|
|
2465
|
+
|
|
2466
|
+
* **quickstart:** hide own package name from esbuild dep-scanner ([2d4bce9](https://github.com/sig-nine/era-ui/commit/2d4bce917d1a1e185f877eae7235baee31860cb4))
|
|
2467
|
+
* **video-player:** make slider tracks visible against the controls bar ([4db0b71](https://github.com/sig-nine/era-ui/commit/4db0b7184caf5904a42e495075671fbced88dee5))
|
|
2468
|
+
* **video-player:** make slider tracks visible against the controls bar ([#56](https://github.com/sig-nine/era-ui/issues/56)) ([fb84989](https://github.com/sig-nine/era-ui/commit/fb84989dc25d20d217b002b61629db8470ba85e5))
|
|
2469
|
+
* **vite:** broaden vidstack exclude to its define/* subpaths ([cbbe7a6](https://github.com/sig-nine/era-ui/commit/cbbe7a6c69e5a941f4ee4f9c800a9ae1b0806ae5))
|
|
2470
|
+
|
|
2471
|
+
## [0.9.9](https://github.com/sig-nine/era-ui/compare/era-ui-v0.9.8...era-ui-v0.9.9) (2026-04-26)
|
|
2472
|
+
|
|
2473
|
+
|
|
2474
|
+
### Bug Fixes
|
|
2475
|
+
|
|
2476
|
+
* **docs-layout:** contain sidebar scroll inside the viewport ([81b4730](https://github.com/sig-nine/era-ui/commit/81b4730868e0a38072161d5bf359ade63cd8aece))
|
|
2477
|
+
* **docs-layout:** contain sidebar scroll inside the viewport ([#53](https://github.com/sig-nine/era-ui/issues/53)) ([0b63809](https://github.com/sig-nine/era-ui/commit/0b6380933e2363ed87b8a0d94a9d64b4e22f9bde))
|
|
2478
|
+
|
|
2479
|
+
## [0.9.8](https://github.com/sig-nine/era-ui/compare/era-ui-v0.9.7...era-ui-v0.9.8) (2026-04-26)
|
|
2480
|
+
|
|
2481
|
+
|
|
2482
|
+
### Bug Fixes
|
|
2483
|
+
|
|
2484
|
+
* **docs-layout:** unstack nav-bar selects on desktop ([56c7142](https://github.com/sig-nine/era-ui/commit/56c71429a293c5d2d5bc7966d411a17c8ba39bea))
|
|
2485
|
+
* **docs-layout:** unstack nav-bar selects on desktop ([#51](https://github.com/sig-nine/era-ui/issues/51)) ([5b33f82](https://github.com/sig-nine/era-ui/commit/5b33f82c99bdd6a8ce8c3217af8b09aa92a8a719))
|
|
2486
|
+
|
|
2487
|
+
## [0.9.7](https://github.com/sig-nine/era-ui/compare/era-ui-v0.9.6...era-ui-v0.9.7) (2026-04-26)
|
|
2488
|
+
|
|
2489
|
+
|
|
2490
|
+
### Features
|
|
2491
|
+
|
|
2492
|
+
* **modes:** add `touch` density mode ([#45](https://github.com/sig-nine/era-ui/issues/45)) ([794905c](https://github.com/sig-nine/era-ui/commit/794905cf5584b3bfa63150b70081532bb8d44c4c))
|
|
2493
|
+
* **modes:** add `touch` density mode for mobile-friendly tap targets ([c25bda7](https://github.com/sig-nine/era-ui/commit/c25bda74daa326b7c00634d3aef863846e77ffe4))
|
|
2494
|
+
|
|
2495
|
+
|
|
2496
|
+
### Performance Improvements
|
|
2497
|
+
|
|
2498
|
+
* **video-player:** port vidstack mobile-smoothness tricks to seek bar ([f41c435](https://github.com/sig-nine/era-ui/commit/f41c43556aeb032c6cbbdf8562c0b9455eb685db))
|
|
2499
|
+
* **video-player:** port vidstack mobile-smoothness tricks to seek bar ([#47](https://github.com/sig-nine/era-ui/issues/47)) ([7ca6197](https://github.com/sig-nine/era-ui/commit/7ca6197fa1414fc39ae0b4ef687f642e7e306471))
|
|
2500
|
+
|
|
2501
|
+
## [0.9.6](https://github.com/sig-nine/era-ui/compare/era-ui-v0.9.5...era-ui-v0.9.6) (2026-04-26)
|
|
2502
|
+
|
|
2503
|
+
|
|
2504
|
+
### Features
|
|
2505
|
+
|
|
2506
|
+
* **docs:** make docs layout mobile-friendly ([8a01f16](https://github.com/sig-nine/era-ui/commit/8a01f165a00634a8579fdec53987fd77f586a975))
|
|
2507
|
+
* **docs:** make docs layout mobile-friendly ([#43](https://github.com/sig-nine/era-ui/issues/43)) ([612a555](https://github.com/sig-nine/era-ui/commit/612a555e7cf0482090561bcf9558d67bd3a9028c))
|
|
2508
|
+
|
|
2509
|
+
## [0.9.5](https://github.com/sig-nine/era-ui/compare/era-ui-v0.9.4...era-ui-v0.9.5) (2026-04-26)
|
|
2510
|
+
|
|
2511
|
+
|
|
2512
|
+
### Bug Fixes
|
|
2513
|
+
|
|
2514
|
+
* resolve svelte-check and eslint failures ([798476c](https://github.com/sig-nine/era-ui/commit/798476ce72fba21427dbbd0b75399ece9e826b0b))
|
|
2515
|
+
* resolve svelte-check and eslint failures ([#39](https://github.com/sig-nine/era-ui/issues/39)) ([393262f](https://github.com/sig-nine/era-ui/commit/393262fdd61cea036171c62cd607df9fc3600696))
|
|
2516
|
+
* **slider:** finish revert of scrubbing prop in template ([00fd9d1](https://github.com/sig-nine/era-ui/commit/00fd9d1023594ba7d053085a22543464137ecd74))
|
|
2517
|
+
* **slider:** finish revert of scrubbing prop in template ([#42](https://github.com/sig-nine/era-ui/issues/42)) ([0bd8e3c](https://github.com/sig-nine/era-ui/commit/0bd8e3ce597b940a4ed52560ae16ae5aa7281fb1))
|
|
2518
|
+
|
|
2519
|
+
## [0.9.4](https://github.com/sig-nine/era-ui/compare/era-ui-v0.9.3...era-ui-v0.9.4) (2026-04-24)
|
|
2520
|
+
|
|
2521
|
+
|
|
2522
|
+
### Features
|
|
2523
|
+
|
|
2524
|
+
* **docs:** wrap interactive demos in Card containers ([e533f9c](https://github.com/sig-nine/era-ui/commit/e533f9c6853476dcbaf62131ef6dcfe4319607f5))
|
|
2525
|
+
* **docs:** wrap interactive demos in Card containers ([#32](https://github.com/sig-nine/era-ui/issues/32)) ([105a72f](https://github.com/sig-nine/era-ui/commit/105a72fbe8326a4cb1ca44b70560c0484d16b2a4))
|
|
2526
|
+
* **slider:** bindable scrubbing state for drag detection ([#37](https://github.com/sig-nine/era-ui/issues/37)) ([00c6b4a](https://github.com/sig-nine/era-ui/commit/00c6b4af2540c262920f633cdfdebbfc6e636692))
|
|
2527
|
+
* **slider:** bindable scrubbing state, true while user drags ([67be35e](https://github.com/sig-nine/era-ui/commit/67be35e841767f94bb18078a0af814c9205945d0))
|
|
2528
|
+
|
|
2529
|
+
|
|
2530
|
+
### Bug Fixes
|
|
2531
|
+
|
|
2532
|
+
* **button:** decouple ButtonVariants from ComponentProps ([729e654](https://github.com/sig-nine/era-ui/commit/729e6540ba31faa186c5f3a7cf749bed0fe425f2))
|
|
2533
|
+
* **calendar:** expose value and placeholder as bindable ([6dd72c8](https://github.com/sig-nine/era-ui/commit/6dd72c89fc3c179825ae42c3f05812bc5be5e1fb))
|
|
2534
|
+
* **card:** drop resolve() on generic href ([6f69e7c](https://github.com/sig-nine/era-ui/commit/6f69e7c1e125f2032860357852a108bc3d39af1b))
|
|
2535
|
+
* **chip:** annotate PointerEvent on pointerdown/up handlers ([74f6b93](https://github.com/sig-nine/era-ui/commit/74f6b9380563ba148de3a41b66a878f8ae856fcc))
|
|
2536
|
+
* **date-range-picker demo:** move numberOfMonths to Root ([7dadc08](https://github.com/sig-nine/era-ui/commit/7dadc0817bfa8de11f7c0a67e0186855c453d78c))
|
|
2537
|
+
* **registry:** type icons as Component<IconProps> and preserve badge literals ([3bb68d7](https://github.com/sig-nine/era-ui/commit/3bb68d7a87a6385e7736844e0a89d720f6680e8d))
|
|
2538
|
+
* **slider:** keep restProps cast reactive via $derived ([edb9833](https://github.com/sig-nine/era-ui/commit/edb9833bddb98e7f2444597c69fb83e7a5f47bd5))
|
|
2539
|
+
* **tabs:** place tab triggers list inside bar wrapper ([5b16b69](https://github.com/sig-nine/era-ui/commit/5b16b69f7ecf562398c8ce8fc68d7ca31d086b3a))
|
|
2540
|
+
* **tabs:** place tab triggers list inside Bar wrapper ([#36](https://github.com/sig-nine/era-ui/issues/36)) ([0a42aa4](https://github.com/sig-nine/era-ui/commit/0a42aa451a702aea1931f23c913a3dcf5c33d735))
|
|
2541
|
+
* **tsconfig:** align moduleResolution with SvelteKit bundler mode ([bba3aee](https://github.com/sig-nine/era-ui/commit/bba3aee071a2c4c5c6b2c251b1de41830b1a4ac1))
|
|
2542
|
+
* **types:** clear all svelte-check errors, align tsconfig with SvelteKit ([#34](https://github.com/sig-nine/era-ui/issues/34)) ([74d0d0a](https://github.com/sig-nine/era-ui/commit/74d0d0af9f549f11272b856c71818447f41dd30d))
|
|
2543
|
+
* **types:** replace non-existent HTMLSpanAttributes with HTMLAttributes<HTMLSpanElement> ([51dcd89](https://github.com/sig-nine/era-ui/commit/51dcd893fec1069b9d7f24458d2664fcdf1b1bae))
|
|
2544
|
+
* **ui:** drop duplicate Mode type re-export from barrel ([5dae1c4](https://github.com/sig-nine/era-ui/commit/5dae1c4cec5a5a26056b2ca174f8dfb87b7a5ec7))
|
|
2545
|
+
* **video-player:** latch scrubbing on pointerdown, not onValueChange ([9f3311c](https://github.com/sig-nine/era-ui/commit/9f3311c1413e12ff9a1abd65f0a319c1cebd7ea2))
|
|
2546
|
+
* **video-player:** latch scrubbing on pointerdown, not onValueChange ([#35](https://github.com/sig-nine/era-ui/issues/35)) ([7cf642b](https://github.com/sig-nine/era-ui/commit/7cf642bbfffee9d290f7e2cee0e87d0c58487b9f))
|
|
2547
|
+
|
|
2548
|
+
## [0.9.3](https://github.com/sig-nine/era-ui/compare/era-ui-v0.9.2...era-ui-v0.9.3) (2026-04-24)
|
|
2549
|
+
|
|
2550
|
+
|
|
2551
|
+
### Features
|
|
2552
|
+
|
|
2553
|
+
* **video-player:** full vidstack coverage — icons, state, scrub preview ([9ceeb88](https://github.com/sig-nine/era-ui/commit/9ceeb882b9a1c15242e4e002278f2da7b3b18a5d))
|
|
2554
|
+
|
|
2555
|
+
|
|
2556
|
+
### Bug Fixes
|
|
2557
|
+
|
|
2558
|
+
* **video-player:** stop seek-bar tug-of-war, inline layout, fix speed menu ([9ad2fce](https://github.com/sig-nine/era-ui/commit/9ad2fce74ae717b8d1f9caeec05dc85032ea6cf1))
|
|
2559
|
+
* **video-player:** stop seek-bar tug-of-war, inline layout, fix speed menu ([#29](https://github.com/sig-nine/era-ui/issues/29)) ([0a86af0](https://github.com/sig-nine/era-ui/commit/0a86af007a2ef3f37f9edd88d8b2bc572c92f81f))
|
|
2560
|
+
* **video-player:** wrap controls in Tooltip.Provider ([0cb393c](https://github.com/sig-nine/era-ui/commit/0cb393cea6fa9ea3c17346a099c71739caf56aef))
|
|
2561
|
+
* **video-player:** wrap controls in Tooltip.Provider ([#28](https://github.com/sig-nine/era-ui/issues/28)) ([fe78902](https://github.com/sig-nine/era-ui/commit/fe78902a715a2dd4355ffe5956d760f4e1a91554))
|
|
2562
|
+
|
|
2563
|
+
## [0.9.2](https://github.com/sig-nine/era-ui/compare/era-ui-v0.9.1...era-ui-v0.9.2) (2026-04-23)
|
|
2564
|
+
|
|
2565
|
+
|
|
2566
|
+
### Features
|
|
2567
|
+
|
|
2568
|
+
* **video-player:** full vidstack feature surface with token-driven styling ([83ab6e4](https://github.com/sig-nine/era-ui/commit/83ab6e44a6cd42734d57b8b3c1d5a8010504741d))
|
|
2569
|
+
* **video-player:** full vidstack feature surface, token-driven styling ([#22](https://github.com/sig-nine/era-ui/issues/22)) ([d9f0c3b](https://github.com/sig-nine/era-ui/commit/d9f0c3b03328e2185cb07ffea74dfad8bdf3d6c8))
|
|
2570
|
+
|
|
2571
|
+
## [0.9.1](https://github.com/sig-nine/era-ui/compare/era-ui-v0.9.0...era-ui-v0.9.1) (2026-04-23)
|
|
2572
|
+
|
|
2573
|
+
|
|
2574
|
+
### Features
|
|
2575
|
+
|
|
2576
|
+
* **video-player:** vidstack wrapper with overlay controls ([185dee5](https://github.com/sig-nine/era-ui/commit/185dee5378862e96a5cf854e4a8497ab6ed759e8))
|
|
2577
|
+
* **video-player:** YouTube-style overlay controls ([46a7ccf](https://github.com/sig-nine/era-ui/commit/46a7ccfb811e0fdfb4725dbf91f42fad0515487b))
|
|
2578
|
+
* wrap vidstack in video-player component ([1bb1f1e](https://github.com/sig-nine/era-ui/commit/1bb1f1ea706454b8dca24e058a3456b6da839d39))
|
|
2579
|
+
|
|
2580
|
+
|
|
2581
|
+
### Bug Fixes
|
|
2582
|
+
|
|
2583
|
+
* dedupe video-player registry entry ([14ef616](https://github.com/sig-nine/era-ui/commit/14ef6162f87885afedccd95f3c062826828207f6))
|
|
2584
|
+
* drop .t-controls class in favor of element selector ([dac459c](https://github.com/sig-nine/era-ui/commit/dac459c34c94c6c21bc444b211619a3a982bd45c))
|
|
2585
|
+
|
|
2586
|
+
## [0.9.0](https://github.com/sig-nine/era-ui/compare/era-ui-v0.8.0...era-ui-v0.9.0) (2026-04-23)
|
|
2587
|
+
|
|
2588
|
+
|
|
2589
|
+
### ⚠ BREAKING CHANGES
|
|
2590
|
+
|
|
2591
|
+
* All legacy CSS custom-property aliases removed. Consumers of these token names must migrate to the canonical names listed above.
|
|
2592
|
+
* Button tone="danger" removed. Use tone="destructive".
|
|
2593
|
+
* Button size=\"xxs\" removed. Use size=\"icon\" or size=\"xs\".
|
|
2594
|
+
* Provider export removed. Replace <Provider mode="x" surface="y"> with <div data-mode="x" data-surface="y">.
|
|
2595
|
+
|
|
2596
|
+
### Features
|
|
2597
|
+
|
|
2598
|
+
* add 16 new components, Label, add-component skill, fix menubar crash ([255a759](https://github.com/sig-nine/era-ui/commit/255a7591f8b320827e2f1d58a66ee33d500c4b6c))
|
|
2599
|
+
* add 5 new components, remove CSS side-effect import ([9edc4fd](https://github.com/sig-nine/era-ui/commit/9edc4fd97724b24212142216e2cd6fa8282a3b2c))
|
|
2600
|
+
* add 6 new components, token audit fixes, overflow-hidden for rounded containers ([fdac16c](https://github.com/sig-nine/era-ui/commit/fdac16cb8f56104e2ec23d1f2d33bac20069357d))
|
|
2601
|
+
* add background/foreground theme tokens, clean hover values ([b3afe6a](https://github.com/sig-nine/era-ui/commit/b3afe6aa08c9a095b91ef984e8d90dacb751dbae))
|
|
2602
|
+
* add density mode system, surface styles, and docs overhaul ([aacf777](https://github.com/sig-nine/era-ui/commit/aacf77710a58a18538684a51be6a36f32f880253))
|
|
2603
|
+
* add highlight token, tune hover values ([abf6898](https://github.com/sig-nine/era-ui/commit/abf6898e6194da8a2974d697106758605b90353b))
|
|
2604
|
+
* add Input, Switch components; rebuild Accordion, Toggle for consistency ([a7d1fbb](https://github.com/sig-nine/era-ui/commit/a7d1fbb38f2054237d7fe13620f726fdb57d2017))
|
|
2605
|
+
* add missing bits-ui primitive wrappers ([53f44d5](https://github.com/sig-nine/era-ui/commit/53f44d5f21ce365145fc648f3afc22673e833587))
|
|
2606
|
+
* badge, chip, code-block, kv, skeleton components + dense h-6 + rename slop to spacious ([e60e94b](https://github.com/sig-nine/era-ui/commit/e60e94bb5bda816c405877bd131aac5449e564ce))
|
|
2607
|
+
* **Button:** add link variant ([3edb4f4](https://github.com/sig-nine/era-ui/commit/3edb4f42484c3d81aada90b1292f8476305b1f36))
|
|
2608
|
+
* **dev:** scalable audit framework ([1d42e19](https://github.com/sig-nine/era-ui/commit/1d42e19dda08f0fbdf75d399593705884f4aeeb2))
|
|
2609
|
+
* **file-upload:** add input component with drag-and-drop ([5d64af7](https://github.com/sig-nine/era-ui/commit/5d64af7ddfe24067109bda8d5dd680f2e659ab1a))
|
|
2610
|
+
* font-agnostic library, :root token defaults, no global bleed ([1eaeff3](https://github.com/sig-nine/era-ui/commit/1eaeff3d93357ff917412da32512cf0c44877f39))
|
|
2611
|
+
* introduce --era-inset-{sm,md,lg} for text-aware content framing ([9758820](https://github.com/sig-nine/era-ui/commit/97588206d860001b600ba7f33c33305bcbafb735))
|
|
2612
|
+
* linear tier ladder + icon inset system ([661e86a](https://github.com/sig-nine/era-ui/commit/661e86a2a84c32b214b30e1cae597faf56bc1bce))
|
|
2613
|
+
* **Mode:** scoped system-axis override component ([cfdbb10](https://github.com/sig-nine/era-ui/commit/cfdbb10230a7f8b2c29149840c49a9c47481f83b))
|
|
2614
|
+
* **quickstart:** art-piece hero with 3D tier tower ([89e0047](https://github.com/sig-nine/era-ui/commit/89e004743d8326335733dcde044fd7f36ef0c11b))
|
|
2615
|
+
* refine Switch sizing, add dark/light toggle to top bar ([c268114](https://github.com/sig-nine/era-ui/commit/c26811436b46c9d84436b19f6f42f8a9f7d30733))
|
|
2616
|
+
* remove Provider component, use native data attributes ([95f2a0f](https://github.com/sig-nine/era-ui/commit/95f2a0f9ed5a93527adde4f552bdb2549e08326d))
|
|
2617
|
+
* **Select:** add Select.Value with chip rendering for multi-select ([6914860](https://github.com/sig-nine/era-ui/commit/6914860a0824616a46e0f5106abcbf2d866cc94d))
|
|
2618
|
+
* semantic color tokens, CSS dedup, quickstart page, accent button ([a721989](https://github.com/sig-nine/era-ui/commit/a7219892ec0d8de950ec5da7c56a4ca5e506a42f))
|
|
2619
|
+
* **sidebar:** badge pills and alias-aware filter ([8f2b9e8](https://github.com/sig-nine/era-ui/commit/8f2b9e8a159218bfd2135ebf7172d6ab562504d0))
|
|
2620
|
+
* Tailwind v4 modernization, pre-compiled CSS bundle, --era-divider-faded token ([58020b2](https://github.com/sig-nine/era-ui/commit/58020b2fe99ac338699a35bd56c19b32e30171c3))
|
|
2621
|
+
* **wrappers:** forward variant prop on Dialog/AlertDialog/Popover buttons ([8a13af5](https://github.com/sig-nine/era-ui/commit/8a13af5191c04136eca8fe73cbbecb024f675449))
|
|
2622
|
+
|
|
2623
|
+
|
|
2624
|
+
### Bug Fixes
|
|
2625
|
+
|
|
2626
|
+
* add gap-(--era-inset-md) to text+chevron triggers ([0023e59](https://github.com/sig-nine/era-ui/commit/0023e592d8db81006fa1d8a9e2b2afc8ce7d7425))
|
|
2627
|
+
* align ButtonGroup gap with --era-inset-sm ([271253f](https://github.com/sig-nine/era-ui/commit/271253f98d53b8c7fbef7dd2bd16463041b67f3c))
|
|
2628
|
+
* apply icon-inset-md to all trigger components ([9a0be3e](https://github.com/sig-nine/era-ui/commit/9a0be3e079692ed72cd25f9f6b58652fc1e32135))
|
|
2629
|
+
* badge and KV — replace legacy px calc with --era-inset-sm ([56e50d7](https://github.com/sig-nine/era-ui/commit/56e50d79118f63ae1336d04dd5bea0f91ca8622f))
|
|
2630
|
+
* brighter hover tokens with clean OKLCH values ([da81384](https://github.com/sig-nine/era-ui/commit/da813847b9b10e0ad7a617027f1dd74bde254dd3))
|
|
2631
|
+
* **Button:** link variant hover only adds underline, no color shift ([7285706](https://github.com/sig-nine/era-ui/commit/728570651f78729624467b6a3a77eada659d756b))
|
|
2632
|
+
* **Button:** tighten link variant underline offset from 4 to 2 ([3ced2f4](https://github.com/sig-nine/era-ui/commit/3ced2f463634c3f4940daca537dd4da1131f999a))
|
|
2633
|
+
* **Chip:** stop pointerdown on dismiss button so chips work inside triggers ([a94bb12](https://github.com/sig-nine/era-ui/commit/a94bb1206066c10c7bdf7564accbd69c396a5ce7))
|
|
2634
|
+
* **Command:** use --era-gap tokens instead of --era-sp / arbitrary 3px ([27c1fda](https://github.com/sig-nine/era-ui/commit/27c1fda9ff3b5c7600a6fd07f3bbe35f4b55b49f))
|
|
2635
|
+
* continuous dropdowns in slop mode, lighter hover, remove leading-none ([4a65b56](https://github.com/sig-nine/era-ui/commit/4a65b564a9ddc7199d18a1dfb2ac32354b9d079a))
|
|
2636
|
+
* date picker trigger sizing — drop sm-tier wrapper ([3b61aea](https://github.com/sig-nine/era-ui/commit/3b61aea92ffdf474c5917d8929b8b125d88056c3))
|
|
2637
|
+
* derive radii from tier heights for true concentricity ([fb4eec5](https://github.com/sig-nine/era-ui/commit/fb4eec5e8f542590b46e5f95de168a3c56f115d7))
|
|
2638
|
+
* **docs:** drop bg-hover accent spoof on dialog Confirm/Save buttons ([08cb0e6](https://github.com/sig-nine/era-ui/commit/08cb0e65ded0eb2f0f245ab86aea7a0649a35516))
|
|
2639
|
+
* **docs:** drop fake container chrome from button-group and tabs demos ([3e405b9](https://github.com/sig-nine/era-ui/commit/3e405b99a305752d356a61ecae5a71ba0f318ed5))
|
|
2640
|
+
* **docs:** tooltip demo uses real Button via Trigger child snippet ([550c6a3](https://github.com/sig-nine/era-ui/commit/550c6a3bfe9cfa94170416370a1a7b4b9c506804))
|
|
2641
|
+
* remove [@source](https://github.com/source) from distributed CSS to prevent consumer FOUC ([ed36450](https://github.com/sig-nine/era-ui/commit/ed36450420b98af973c468df3357895ac063b056))
|
|
2642
|
+
* restore date picker icon hover area with asymmetric input padding ([f6e57fe](https://github.com/sig-nine/era-ui/commit/f6e57fecc689979fbb5f1723ddee1a228ad86ab5))
|
|
2643
|
+
* **sidebar:** wrap Command items in Group and tighten filter ([53332d8](https://github.com/sig-nine/era-ui/commit/53332d80a038f4965937730e8a16e03c2a632f7d))
|
|
2644
|
+
* SSR-safe Provider eliminates FOUC, restore [@source](https://github.com/source) for consumers ([98d2d63](https://github.com/sig-nine/era-ui/commit/98d2d63d4ba3e0f5683df240e1e1e80ac5373ab9))
|
|
2645
|
+
* SSR-safe Provider, remove [@source](https://github.com/source) from distributed CSS ([b18dbe4](https://github.com/sig-nine/era-ui/commit/b18dbe4f8a04146e675b2317bc13105dd12e6a8f))
|
|
2646
|
+
* unify roundness across standalone large containers ([ebec16d](https://github.com/sig-nine/era-ui/commit/ebec16d112c306ee3ff059ccf6bd0a187f4d0d48))
|
|
2647
|
+
|
|
2648
|
+
|
|
2649
|
+
### Performance Improvements
|
|
2650
|
+
|
|
2651
|
+
* **registry:** precompute search blob for matchEntry ([3e0933a](https://github.com/sig-nine/era-ui/commit/3e0933ad06deaef41e95681a0683345b5e04f844))
|
|
2652
|
+
|
|
2653
|
+
|
|
2654
|
+
### Code Refactoring
|
|
2655
|
+
|
|
2656
|
+
* complete legacy token migration, drop alias block ([6d195d6](https://github.com/sig-nine/era-ui/commit/6d195d6f1a9c3cb30998d4b3c75a91a5924cab95))
|
|
2657
|
+
* unify tone naming, tokenize hardcoded sizes, polish menu a11y ([f6c4c99](https://github.com/sig-nine/era-ui/commit/f6c4c99eae8efdcbb345935654290bd8bf1a7832))
|