Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0"
".": "0.2.0"
}
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Changelog

## [0.2.0](https://github.com/engineio/ui/compare/v0.1.0...v0.2.0) (2026-08-24)


### ⚠ BREAKING CHANGES

* **badge:** merge Badge and Tag into one soft chip

### Features

* **alert:** state lives in a left-edge bar, panel stays neutral ([74b2b97](https://github.com/engineio/ui/commit/74b2b974931af567db82e1ec616dbf1c5531e788))
* **badge:** merge Badge and Tag into one soft chip ([a7c5e1f](https://github.com/engineio/ui/commit/a7c5e1f883142556801ed4bac604ff29086bf133))
* card-surface table tiles, bare totals row, soft label chips ([8e5186a](https://github.com/engineio/ui/commit/8e5186a720da67264b72603f6c8ee169f1092acc))
* **table:** back to a ruled table ([ddb94f0](https://github.com/engineio/ui/commit/ddb94f0acfb5a5ee317ac50a384bc1c672c0b35b))
* **table:** brand pass — two surfaces, page colour and grey ramp ([42d029e](https://github.com/engineio/ui/commit/42d029e7104d952db0ffed27938f52a5e4d670b0))
* **table:** every cell its own tile ([71ccf3c](https://github.com/engineio/ui/commit/71ccf3cc46e3e158221f67f92bf41790c05550af))
* **table:** rows as separated blocks, not a ruled grid ([fac2710](https://github.com/engineio/ui/commit/fac2710ee533eea0115aaba4f1bce72255df8f94))
* **table:** tighter tiles, filled headings in white ([8c97dba](https://github.com/engineio/ui/commit/8c97dba7b223cf60bf72e9fe06fd830a9f0bccd6))
* the Engine design system as a published package ([734d158](https://github.com/engineio/ui/commit/734d1588698865963684da8e7109db75a21aaf2a))
* **tokens:** add the status palette, closing the system's worst gap ([a86c897](https://github.com/engineio/ui/commit/a86c89716ce177ceb8170ff738bcad1a0344162f))


### Bug Fixes

* **alert:** inset the status bar instead of hugging the border ([ad2cfe7](https://github.com/engineio/ui/commit/ad2cfe73bdeea647b0021dc550e25198ce204964))
* **ci:** correct the release and Pages wiring before the first tag ([8f541aa](https://github.com/engineio/ui/commit/8f541aa7c931085f0adb2df2f5b04d50e0e0a791))
* **field:** remove the double border on focus ([1809d8b](https://github.com/engineio/ui/commit/1809d8b034d0ec1cc28f8870321d96851ed45d3f))


### Styling

* **alert:** move the bar in from the border ([5e84aac](https://github.com/engineio/ui/commit/5e84aaca4b44a5c4cf879dcc171daa534699c88b))
* **alert:** widen the gap between the bar and the text ([fce823b](https://github.com/engineio/ui/commit/fce823bf59bb082c66d456303fd90abcc99dfdc5))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@engineio/ui",
"version": "0.1.0",
"version": "0.2.0",
"description": "The Engine design system — tokens, fonts and Svelte primitives.",
"license": "UNLICENSED",
"private": false,
Expand Down