Skip to content

v0.21.0

Compare
Choose a tag to compare
@ged-odoo ged-odoo released this 12 Sep 12:28
· 957 commits to master since this release

v0.21.0

Not many changes, but they will significantly improve the developer experience. The main idea is that we are getting closer to having nice single file components.

Changes

  • fix: qweb crash in some cases involving t-call, multiple sub nodes and one text node
  • component: the components key is now static (breaking change)
  • component: support dynamic root nodes (either subcomponent or dom nodes) and switching between them
  • component: add support for dynamic props with t-props
  • router: replace the t-routecomponent directive with RouterComponent (breaking change)
  • component: make the template key static (breaking change)
  • qweb: add QWeb.registerTemplate method
  • qweb: rename register method to registerComponent (breaking change)
  • tags: introduce the xml tag