| Name | Modified | Size | Downloads / 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
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:
- Reactivity
- Reactive Values
- Mark (sb-mark)
- Conditionals (sb-if, sb-ifnot)
- Computed
- Directive
What's Changed
- example-01 by @gedw99 in https://github.com/18alantom/strawberry/pull/13
- add
ifnotdirective, update computed handling by @18alantom in https://github.com/18alantom/strawberry/pull/15 - tune website by @18alantom in https://github.com/18alantom/strawberry/pull/20
- sync node post insertion on truthy conditional eval by @18alantom in https://github.com/18alantom/strawberry/pull/21
- add and update docs by @18alantom in https://github.com/18alantom/strawberry/pull/22
- remove
globalDeferby @18alantom in https://github.com/18alantom/strawberry/pull/24 - use maps by @18alantom in https://github.com/18alantom/strawberry/pull/25
New Contributors
- @gedw99 made their first contribution in https://github.com/18alantom/strawberry/pull/13
Full Changelog: https://github.com/18alantom/strawberry/compare/v0.0.1-alpha.0...v0.0.2-alpha.0