mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
144b323d2b
# Owl v1.2.0 ## Changes - translation fix for terms surrounded by spaces - fix: properly remount components with shouldUpdate=false - add: add two new generic hooks: and - fix: do not skip rendering in components using store and local state (in some cases) Note that the last change is a pretty significant change: component connected to a store should be very careful if the data that they represent is deleted, because they will always be rendered with the current state of the store.
595 B
595 B
🦉 OWL Roadmap 🦉
- Current version: 1.2.0
- 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.