v0.0.2-alpha.0
✨ Adds/Fixes
sb-ifnot
: negatedsb-if
.- Sync: syncing of nodes after conditional insertion.
🚮 Removes
- Auto defer DOM updates
- Enabling of auto defer was not explicit causing unexpected changes.
- DOM updates can be run async by using
<script async>
or<script defer src="...">
.
Note:
<script type="module">
is another way to run async, support for ESM will be added in soon.- Future version will bunch DOM updates.
📜Documentation
New documentation pages added:
What's Changed
- example-01 by @gedw99 in #13
- add
ifnot
directive, update computed handling by @18alantom in #15 - tune website by @18alantom in #20
- sync node post insertion on truthy conditional eval by @18alantom in #21
- add and update docs by @18alantom in #22
- remove
globalDefer
by @18alantom in #24 - use maps by @18alantom in #25
New Contributors
Full Changelog: v0.0.1-alpha.0...v0.0.2-alpha.0