Skip to content

Version 0.8.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@estherbrunner estherbrunner released this 04 Oct 22:28
· 64 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