Skip to content

v0.0.2-alpha.0

Compare
Choose a tag to compare
@18alantom 18alantom released this 10 Jul 16:47
· 20 commits to main since this release

✨ Adds/Fixes

  1. sb-ifnot: negated sb-if.
  2. Sync: syncing of nodes after conditional insertion.

🚮 Removes

  1. 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

New Contributors

Full Changelog: v0.0.1-alpha.0...v0.0.2-alpha.0