diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 466df71..2be9c43 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5ba53f9 --- /dev/null +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index 41068b0..9092512 100644 --- a/package.json +++ b/package.json @@ -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,