-
1.9.4
StableAll checks were successfulUnit Tests / Check Unit Tests (push) Successful in 37sreleased this
2026-06-14 23:33:42 +02:00 | 76 commits to main since this release- fix: clear stale inline styles
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
1.9.3
StableAll checks were successfulUnit Tests / Check Unit Tests (push) Successful in 46sreleased this
2026-06-14 13:49:27 +02:00 | 78 commits to main since this release- fix: animated patches could get stuck when document becomes hidden
- test: harden tests and improve run time
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
1.9.2
StableAll checks were successfulUnit Tests / Check Unit Tests (push) Successful in 45sreleased this
2026-06-13 18:30:12 +02:00 | 82 commits to main since this release- refactor: refine type definitions
- refactor: remove all any casts
- perf: less allocations needed on unmount
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
1.9.1
StableAll checks were successfulUnit Tests / Check Unit Tests (push) Successful in 1m20sreleased this
2026-06-10 16:56:34 +02:00 | 85 commits to main since this release- fix: resolve error boundary from old vode when new component fails to render
- fix: first level dom evaluation
- fix: standardize return values for
tag()andchildren()
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
1.9.0
StableAll checks were successfulUnit Tests / Check Unit Tests (push) Successful in 38sreleased this
2026-06-09 21:09:15 +02:00 | 89 commits to main since this release- fix(catch): usage of 'catch' on the root vode with different Tag
NOTE: changing the root tag in vode during rendering is supported, but results in a new container node
to get a reference to the new container node:const newContainer = oldContainer._vode.vode.node - feat(state-context): add overload to context() for alternative substate targeting
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- fix(catch): usage of 'catch' on the root vode with different Tag
-
1.8.12
StableAll checks were successfulUnit Tests / Check Unit Tests (push) Successful in 36sreleased this
2026-05-25 16:24:44 +02:00 | 95 commits to main since this release- fix: mergeClass with (1. object, 2. array)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
1.8.11
StableAll checks were successfulUnit Tests / Check Unit Tests (push) Successful in 42sreleased this
2026-05-25 13:21:40 +02:00 | 98 commits to main since this release- feat: allow for async patches to be awaited by optionally returning a Promise
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
1.8.10
StableAll checks were successfulUnit Tests / Check Unit Tests (push) Successful in 48sreleased this
2026-05-24 14:18:01 +02:00 | 104 commits to main since this release- make patch function syncronous
- it branches off to promises when necessary. this should result in a slight performance improvement
- allow prop definitons to be falsy
- makes writing conditional literals easier like:
[DIV, condition && { class: 'xyz' }]
- makes writing conditional literals easier like:
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- make patch function syncronous
-
released this
2026-05-21 22:59:05 +02:00 | 108 commits to main since this release- fix: ensure all queued state updates are reliably processed, even during ongoing renders
- test: add test suite as esm build
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
released this
2026-05-19 18:14:23 +02:00 | 111 commits to main since this release- fix: improve child rendering performance
- fix: bug when a component function was reused in multiple memos
- fix: setting an intermediate path to null via state context
- fix: measure time with performance api
- remove ability to memo prop objects as this could lead to undecidable situations during rendering
- update documentation and add more tests showing advanced features
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads