Skip to content

v0.18.0

Compare
Choose a tag to compare
@ged-odoo ged-odoo released this 22 Aug 13:05
· 1028 commits to master since this release

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 and EventBus are now in owl.core, Store and ConnectedComponent are now in owl.store
  • qweb fix: allow t-if with t-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 and delete methods
  • component imp: allow multiple calls to mount and unmount
  • owl router: add a first full implementation of a client router