Skip to content

Reactive preferences

Compare
Choose a tag to compare
@fedekau fedekau released this 08 May 22:32
· 790 commits to master since this release

This release enables reactivity to the preferences by default, this means that now, every-time a preference changes from somewhere else in the code all other properties or templates that depend on it will get re-rendered/re-computed.

  • Add reactive option to the api (#14 by @fedekau)
  • Other minor updates

This is a BREAKING release because in the previous versions preferences where not reactive, and although the API is backwards compatible the behaviour is not!

Enjoy 🎉