Skip to content

v0.14.0

Compare
Choose a tag to compare
@ged-odoo ged-odoo released this 13 Jun 10:19
· 1091 commits to master since this release

v0.14.0

Component

  • add t-slot directive

QWeb

  • fix: keep ref of unmounted (kept alive) widget
  • remove support for x_parity in t-foreach
  • remove support for #{.} string interpolation
  • remove support for integer t-value in t-foreach
  • implement a new expression evaluator (much more powerful)
  • fix: better support for templates with only a root string
  • fix issue with duplicated nodes in transitions

Observer

  • add set and delete static methods

Store

  • allow connecting to multiple stores
  • improve connect API

Utils

  • fix: whenReady now works for all possible document states
  • whenReady now returns a Promise

Tools

  • rename extras into tools
  • rework benchmark application