Skip to content

v0.11.0

Compare
Choose a tag to compare
@ged-odoo ged-odoo released this 17 May 21:37
· 1195 commits to master since this release

v0.11.0

QWeb

  • add t-mounted directive
  • make t-widget work with t-elif
  • add default template (empty div)
  • rename loadTemplates into addTemplates
  • fix: scoping issue with list of widgets
  • support #{} syntax as well as {{}}

Component

  • deduce template name from component name (if not explicitely set)
  • remove support for inlineTemplate
  • better error if Owl cannot find a widget class
  • massive simplification of generated code by t-widget
  • remove isStarted metadata

Utils

  • remove memoize, parseXML functions
  • remove patch/unpatch

Observer

  • fix: newly observed object/arrays have higher rev number

Misc

  • add extras:watch task
  • playground: keep separate session for each tab
  • playground: debounce some handlers