v0.18.0
v0.18.0
Big release, with a lot of internal refactorings, and the first release of a Router.
Changes
- owl: move exported value around:
Observer
andEventBus
are now inowl.core
,Store
andConnectedComponent
are now inowl.store
- qweb fix: allow
t-if
witht-call
- component fix: properly handle
defaultProps
in connected components - qweb: add
forceUpdate
method - component fix: solve tricky concurrency issue
- observer: complete rewrite using
Proxy
- observer: remove
set
anddelete
methods - component imp: allow multiple calls to
mount
andunmount
- owl router: add a first full implementation of a client router