mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
e73fb462c5
# v1.0.10 Bug fixes! - qweb fix: scoping issue with t-call in t-foreach - qweb fix: issue with t-set with a body in a t-call - qweb fix: handle input value attribute as a property - qweb fix: allow t-call on arbitrary nodes - qweb fix: add indeterminate to special input properties - component fix: allow using t-model with bracketed expression - component fix: properly validate multiple props - component fix: issue with higher order component, and t-keys - component fix: issue with unmounted children that should be destroyed - component fix: make concurrent renderings more robust in some cases - component fix: allow using vars with body as props - observer fix: do not proxify promises - test infrastructure: stop mocking requestanimation frame
596 B
596 B
🦉 OWL Roadmap 🦉
- Current version: 1.0.10
- Status: stable
This roadmap is only an attempt at predicting Owl's future. Everything may change!
1.x
- add chrome and firefox devtools,
- fix every bugs,
- improve documentation,
- small backward compatible improvements.
2.x (2020? 2021? 2022?)
- stop support for
t-setdirective to define the content of a slot
Maybe:
- reimplement vdom to use block system, like Vue 3, which should make Owl much faster
- refactor
QWebto use an intermediate representation (some kind of AST) to allow additional optimisations.