Download Latest Version v0.0.3-alpha.0 source code.zip (347.2 kB)
Email in envelope

Get an email when there's a new version of Strawberry

Home / v0.0.2-alpha.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2023-07-10 2.0 kB
v0.0.2-alpha.0 source code.tar.gz 2023-07-10 332.6 kB
v0.0.2-alpha.0 source code.zip 2023-07-10 345.0 kB
Totals: 3 Items   679.7 kB 0

✨ 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: - Reactivity - Reactive Values - Mark (sb-mark) - Conditionals (sb-if, sb-ifnot) - Computed - Directive

What's Changed

New Contributors

Full Changelog: https://github.com/18alantom/strawberry/compare/v0.0.1-alpha.0...v0.0.2-alpha.0

Source: README.md, updated 2023-07-10