Skip to content

v0.12.0

Compare
Choose a tag to compare
@ged-odoo ged-odoo released this 29 May 09:27
· 1177 commits to master since this release

v0.12.0

Owl

  • move metadata into __info__ (date, version, hash, ...)
  • add a mode key (for dev or prod
  • small local optimizations

QWeb

  • add modifiers for events with t-on. For ex, t-on-click.stop=...
  • add global component registry
  • breaking change: t-ref uses now string interpolation

Component

  • allow t-transition on components
  • add props validation system
  • add defaultProps system
  • t-widget uses now string interpolation

Utils

  • remove patch/unpatch

Misc

  • playground: remove benchmarks app
  • playground: improve code samples