Skip to content

Releases: twuni/stylish-preact

v0.2.0 Release

11 Dec 23:52
v0.2.0
8c48608
Compare
Choose a tag to compare

Full Changelog: v0.1.1...v0.2.0

  • 🐞 Fix keyframes return value when used as tagged template
  • 🏇 Abstain from generating+injecting CSS class names when there are no styles to apply
  • ✅ Add comprehensive test suite (100% code coverage)
  • 🎨 Return a named functional component, for convenience, to assist in debugging
  • 🔧 Minify ESM distributable

v0.1.1 Release

11 Dec 23:51
v0.1.1
80795b1
Compare
Choose a tag to compare

Full Changelog: v0.1.0...v0.1.1

  • ❤ Add .github/FUNDING.yml (I can be sponsored!)
  • 📦 Convert htm and preact to peerDependencies

v0.1.0 Initial Release

06 Dec 06:21
v0.1.0
d499702
Compare
Choose a tag to compare

This is the debut release of Stylish components for Preact. It's packaged for consumption by either browser-native ES modules or through any toolchain supporting CommonJS or ESM. It's designed to work right out of the box with Preact+HTM on apps developed directly for web browsers without transpilation.