Skip to content

v0.13.0

Compare
Choose a tag to compare
@ged-odoo ged-odoo released this 05 Jun 08:57
· 1120 commits to master since this release

v0.13.0

QWeb

  • fix: issue with t-attf- and string interpolation
  • log invalid code generated by template
  • reorganize the documentation

Component

  • remove t-props, define props as attributes of t-widget
  • revamp event management: use DOM events in component
  • add better docstring
  • fix: reuse existing widget if possible, in some cases

Observer

  • fix: allow reobserving values twice

Extras

  • update server to python3, make it work on windows
  • improve extras application landing page
  • add url in log when starting server
  • playground: properly resize editors when resizing panels