Releases: hivemq/ui-theme
Releases · hivemq/ui-theme
v0.2.1
v0.2.0
Changes within @hivemq/ui-theme 🎨
🚀 Features
Add default header sizes handling @h2xd (#6)
It is no longer required to define the variant
for a header. It will be reflected based on the as
property.
// Before
<Header as="h1" variant="h1">...</Header>
// After - will have the same style
<Header as="h1">...</Header>
// You can still overwrite and keep the size
<Header as="h1" variant="h3">...</Header>
Contributors
Thanks to @h2xd for your contributions to this release!
v0.1.0
Changes within @hivemq/ui-theme 🎨
🚀 Features
Feature | Image |
---|---|
add styles for colors | |
add styles for buttons | |
add styles for headings |
🧰 Maintenance
- Add visual testing with safetest
- Add project management setup
- Add release doc generation
- Add automatic publishes
Contributors
Thanks to @h2xd for your contributions to this release!