Releases: dy/sprae
Releases · dy/sprae
v4.0.0
- Added autoinit entry
sprae.auto.js
to avoid including as module :with
renamed to:scope
- Removed
:aria
,:data
as non-essential - Async batched updates
Full Changelog: v3.0.0...v4.0.0
v3.0.0
- @preact/signals and signal-struct is replaced with in-house proxy-based effectful state.
- Added sandboxing with extensibility.
- Size reduced (5.1kb -> 3.8kb).
- Removed reactive fields support. They can be connected manually or via sube.
Full Changelog: v2.14.2...v3.0.0
v2.14.0
- Make parallel chain events
- Add
.toggle
modifier - Better modifiers organization
- Chains support modifiers
.alnum
,.arrow
,.character
,.digit
modifiers- Fix throttle and debounce
- Add css variables support
:style="{'--foo': bar}"
Full Changelog: v2.13.0...v2.8.0
v2.8.0
- Generic event modifiers
- Key event modifiers
- Mutable arrays in store
Full Changelog: v2.7.1...v2.8.0
v2.7.1
- Add
:key
attribute for caching:each
- Make directive teardowns
- Make
:if
,:with
,:each
primary attributes - Resprae runs batch update
Full Changelog: v2.5.5...v2.7.1