Releases: odoo/owl
Releases · odoo/owl
v0.9.0
Improvements/Changes
- component: result from
willPatch
is given topatched
- utils: remove id generator function
- utils: add
loadJS
function - utils: add
whenReady
function - utils: remove
findInTree
andhtmlTrim
- qweb: add
t-debug
andt-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
- 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