Skip to content

v0.9.0

Compare
Choose a tag to compare
@ged-odoo ged-odoo released this 03 May 10:16
· 1234 commits to master since this release

Improvements/Changes

  • component: result from willPatch is given to patched
  • utils: remove id generator function
  • utils: add loadJS function
  • utils: add whenReady function
  • utils: remove findInTree and htmlTrim
  • qweb: add t-debug and t-log directives
  • component: remove updateProps public method
  • qweb: add preliminary support for animations

Project

  • observer: add observer to exported objects
  • extras: move benchmarks app into master branch
  • extras: move playground app into master branch

Bug fixes

  • component: t-refs are bound/unbound at proper time
  • component: do not call willPatch/patched if not in DOM
  • component: hooks mounted/willUnmount are called in correct order
  • component: hooks willPatch/patched are called in correct order

Documentation

  • fix some links
  • rewrite component/quick start doc
  • update readme.md example
  • add observer doc
  • improve qweb doc
  • add comparison with vue/react