Releases: ayo-run/wcb
Releases · ayo-run/wcb
v4.0.0
v3.1.0
v3.0.0
Removed attachEffect
We removed this capability to favor using the native JS CustomEvent API
v2.1.2
v2.1.0
v2.0.6
v2.0.1
v2.0.0
New Features
- Easily define and initialize
propsthat get translated into observed HTML attributes - A new minimal
htmlfunction 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