Skip to content

v0.2.0

Latest

Choose a tag to compare

@imiric imiric released this 01 Apr 12:34
· 34 commits to main since this release

This is a minor release with the following changes:

Fixes

  • 75c8e0d: Store subscriptions are now properly removed for removed DOM elements.

  • 283e783: The build from v0.1.0 wasn't usable since it didn't handle exports properly.

Features

  • 5ef155b: The $data property is now supported on all path levels, not just at the
    root of the store.

  • 1c33f25: Bindings to textarea properties are now properly processed.

  • 0d515da: The bind context now includes the DOM element it belongs to.

  • 9c50448: Store subscriptions are now more granular, which avoids conflicts.

  • d0306fe: The library version is now included in the bundle and can be accessed programmatically.

Full Changelog: v0.1.0...v0.2.0