Skip to content
This repository was archived by the owner on Feb 18, 2026. It is now read-only.

Version 0.8.5

Pre-release
Pre-release

Choose a tag to compare

@estherbrunner estherbrunner released this 04 Oct 22:28
· 267 commits to main since this release
0085a51

What's Changed

Bugfixes

  • fix setStyle() auto-effect
  • fix context signals not updating

Minor New Features

  • better error handing in derived signals; derive() is now exported from main bundle as well
  • allow all auto-effects to revert to server-rendered state by setting signal to undefined
  • explicitly remove attribute or style property by setting signal to null
  • parse fallback value of string auto-effects (setText(), maybe setProperty(), setAttribute(), and setStyle()) according to static attributeMap

Documentation and Tests

  • prepare full documentation (unfinished yet)
  • add more tests for context and auto-effects

Full Changelog: v0.8.3...v0.8.5