Reactive preferences
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.
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 🎉