Skip to content

Release v2.0.0

Latest
Compare
Choose a tag to compare
@tweinfeld tweinfeld released this 09 Jan 17:29
· 10 commits to main since this release
49d8b7b

New features

  • Individual events for every attribute name

Breaking changes

Event attribute will no longer be emitted upon any declared attribute changes. Instead, multiple events will be emitted for specific attributes.

For instance, if you define a disabled attribute, to listen to its changes you'd need to register to the attribute:disabled event.