Releases: ayoayco/web-component-base
Releases · ayoayco/web-component-base
v2.1.2
v2.1.0
v2.0.6
v2.0.1
v2.0.0
New Features
- Easily define and initialize
props
that get translated into observed HTML attributes - A new minimal
html
function for tagged templates powered by preact's tiny (450 Bytes) htm/mini - Attach "side effects" that gets triggered on property value changes with
attachEffect
(example) - All internals exposed as utils in
web-component-base/utils
Improvements
- Bundles now prebuilt with esbuild with all dependencies resolved in each file
Fixes
- Various bug fixes
Credits
- We now use Preact's htm/mini for our simple templating
- Massive thanks to everyone who provided various feedbacks that lead to these features! -Ayo