Changelog
Release history for @mrmartineau/zui
1.4.0 (2026-04-23)
Features
1.3.0 (2026-04-22)
Bug Fixes
Features
- docs: add changelog page to docs (d10a127)
- docs: persist demo tab selection across pages via localStorage (bf4658b)
- zui: add tabs component (#8) (ba845cd)
1.2.0 (2026-04-16)
Bug Fixes
Features
1.1.0 (2026-04-15)
Bug Fixes
- Popover: allow text colour to be overridden (969e84e)
- Tooltip: show on hover & positioning (294bb60)
Features
1.0.0 (2026-04-07)
Bug Fixes
- active link in docs sidebar (5202673)
- zui: astro types (b442fe2)
- zui: CSS types (3f60cf9)
- zui: disabled input styles (7018d53)
- zui: focus styles :shame: (2b79564)
- zui: incorrect t-shirt vars used ofr spacing vars (8816e1c)
Features
- card: reduce default padding (e8045c3)
- docs: add cloudflare analytics (c66d0c9)
- docs: add favicons (628a416)
- docs: consolidate demo and code tabs components (00a376e)
- docs: improve table of contents (bbfd51a)
- docs: infer sidebar nav from file/folder structure (b78d764)
- docs: reorganise some pages etc (6ab951e)
- docs: update metadata (2f7c474)
- update color mode switch to cycle between light,dark and system (584dbb8)
- zui: add .stack util class (829f04a)
- zui: add .zui-text-0 class to match .zui-text-base (250b8fd)
- zui: add accordion + collapsible components (15d9009)
- zui: add avatar component (803abf8)
- zui: add closedby info/prop to dialog (558a2bb)
- zui: add CSS vars for muted and faint colours (ddbf352)
- zui: add menu component (68016e7)
- zui: add step--5 to font-size scale (dc65468)
- zui: add Vue + Solid components (#4) (d92c567)
- zui: increase the font-size scale slightly (ca334a2)
- zui: simplify font vars & update/improve docs (ac7c33a)
0.8.0 (05-04-2026)
Minor Changes
- 97233ac: add Flex component
- cc11c2b: add top,right,bottom,left positions to dialog
- 257cdfd: animate accordions and collapsibles
Patch Changes
- 669a72c: add aria-pressed state to buttons
- c7f166f: remove useless scale calc for "full" border radius
- 3968b2a: reduce padding in code blocks
0.7.0 (31-03-2026)
Minor Changes
- Add Solid.js and Vue components
0.6.0 (31-03-2026)
Minor Changes
- add CSS vars for muted and faint colours
Full Changelog: https://github.com/mrmartineau/zui/compare/0.5.0...@mrmartineau/zui@0.6.0
0.5.0 (29-03-2026)
Minor Changes
- Add avatar component & more functionality to the dialog component
Full Changelog: https://github.com/mrmartineau/zui/compare/0.4.0...0.5.0
0.4.0 (27-03-2026)
Features
- feat(zui): add menu component (68016e7)
- feat(zui): increase the font-size scale slightly (ca334a2)
- feat(zui): add .zui-text-0 class to match .zui-text-base (250b8fd)
- feat(zui): add .stack util class (829f04a)
- feat(docs): infer sidebar nav from file/folder structure (b78d764)
- feat(docs): add cloudflare analytics (c66d0c9)
Fixes
- fix(zui): focus styles :shame: (2b79564)
Full Changelog: https://github.com/mrmartineau/zui/compare/0.3.1...0.4.0
0.3.1 (26-03-2026)
Fixes
- disabled input styles
Full Changelog: https://github.com/mrmartineau/zui/compare/0.3.0...0.3.1
0.3.0 (26-03-2026)
Features
- added Accordion and Collapsible components
- simplified font variables
Fixes
- incorrect t-shirt vars used for spacing vars
Full Changelog: https://github.com/mrmartineau/zui/compare/0.2.1...0.3.0
0.2.1 (25-03-2026)
- Fixed an issue with CSS types
Full Changelog: https://github.com/mrmartineau/zui/compare/0.2.0...0.2.1
0.2.0 (25-03-2026)
What's Changed
- docs: add utility classes overview page by @mrmartineau in https://github.com/mrmartineau/zui/pull/1
- Reduce font size for code blocks on docs site by @mrmartineau in https://github.com/mrmartineau/zui/pull/2
Full Changelog: https://github.com/mrmartineau/zui/compare/0.1.0...0.2.0
0.1.0 (25-03-2026)
Initial release of ZUI