Skip to content

Releases: hivemq/ui-theme

v0.2.1

26 Mar 13:51
Compare
Choose a tag to compare

Changes within @hivemq/ui-theme 🎨

🧰 Maintenance

  • chore: remove engines for now @h2xd (#7)

Contributors

Thanks to @h2xd for your contributions to this release!

v0.2.0

20 Mar 13:26
Compare
Choose a tag to compare

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

18 Mar 15:05
Compare
Choose a tag to compare

Changes within @hivemq/ui-theme 🎨

🚀 Features

Feature Image
add styles for colors image
add styles for buttons image
add styles for headings image

🧰 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!