Changelog
0.3.1 (2026-05-09)
🩹 Fixes
- core:
createInjectableexport utility types to support declaration file generation (#171) - core:
elementFocusadd assertion for null/undefined reactive target on signal set/update (#177) - core:
textDirectionadd assertion for null/undefined reactive target on signal set/update (#179) - core:
fragmentcorrectly apply signal options (e.g. debugName) (#181) - core:
proxySignalprevent value corruption in update without set handler (#183)
0.3.0 (2026-04-27)
🚀 Features
- core:
createInjectableadd new utility (#152) - core:
fragmentis now a WritableSignal (#160) - core:
proxySignaladd new utility (#166)
🩹 Fixes
- core:
textDirectioncorrectly sync initial state from the DOM for reactive targets (#167)
0.2.0 (2026-04-11)
🚀 Features
- core:
listeneradd MediaQueryListEvent overload (#124) - ⚠️ core: change utilities error handling to propagate errors by default (#126)
- core:
cvareplace generic CvaOptions type with explicit interface for better readability (#128) - ⚠️ core:
webNotificationsimplify api by removing return values (#137) - core:
devicePixelRatioadd new utility (#141)
🩹 Fixes
- core:
cvaprevent errors when required signal accessed (#130) - core:
webNotificationsync permission with browser permission changes (#139)
0.1.3 (2026-04-05)
🚀 Features
- core:
generateIdadd new utility for creating unique IDs (#108) - core:
textSelectionadd root option to track selections only within a specific element (#110)
🩹 Fixes
0.1.2 (2026-03-28)
🚀 Features
- core:
elementFocusadd writable focus control (#100)
🩹 Fixes
- core:
elementVisibilityproperly reset visibility signal on element disconnect (#93) - core:
faviconexclude apple-touch-icon from favicon selection (#95) - core:
elementSizeproperly reset size signal on element disconnect (#98)
0.1.1 (2026-03-20)
🩹 Fixes
- core: ensure bluetooth and speech-recognition types work without
skipLibCheck(#72) - core:
pictureInPicture.enter()assert element and propagate errors to caller (#75)
0.1.0 (2026-03-20)
This was a version bump only, there were no code changes.
0.0.1-alpha.4 (2026-03-19)
This was a version bump only, there were no code changes.