Skip to content

Releases: odoo/owl

v0.9.0

03 May 10:16
Compare
Choose a tag to compare

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

v0.8.0

24 Apr 08:18
Compare
Choose a tag to compare
  • remove examples code from master branch
  • observer: a few bug fixes
  • component: prevent state mutations in render phase
  • component: bind t-ref widget after willPatch, not before
  • component: add 'set' method to allow modifying observed state
  • utils: add loadTemplates function
  • vdom: fork snabbdom
  • update documentation