2019-10-17 18:14:29 +02:00
|
|
|
# 🦉 OWL Roadmap 🦉
|
|
|
|
|
|
2019-10-28 14:58:31 +01:00
|
|
|
- Current version: 0.24.1
|
2019-10-17 18:14:29 +02:00
|
|
|
- Status: mostly stable
|
|
|
|
|
|
|
|
|
|
This roadmap is only an attempt at predicting Owl's future. Everything may
|
|
|
|
|
change!
|
|
|
|
|
|
|
|
|
|
### October 2019
|
|
|
|
|
|
|
|
|
|
We plan to complete the following tasks:
|
|
|
|
|
|
|
|
|
|
- improve API for root widgets (issue #306),
|
2019-10-25 17:07:51 +02:00
|
|
|
- replace `t-keepalive`, and maybe `t-transition` by components (issue #295).
|
2019-10-17 18:14:29 +02:00
|
|
|
|
|
|
|
|
### November 2019
|
|
|
|
|
|
|
|
|
|
Once the previous tasks are done, release version 1.0alpha. This means that the
|
|
|
|
|
API should be stable. But it could change a little bit if we need it for our
|
|
|
|
|
work on Odoo.
|
|
|
|
|
|
|
|
|
|
### End of 2019
|
|
|
|
|
|
|
|
|
|
Release v1.0
|
|
|
|
|
|
|
|
|
|
- API should be stable,
|
|
|
|
|
- we will use semantic versioning,
|
|
|
|
|
- we will maintain a changelog and an upgrade guide.
|
|
|
|
|
|
|
|
|
|
### 1.x
|
|
|
|
|
|
|
|
|
|
- add chrome and firefox devtools,
|
|
|
|
|
- add support for single file components,
|
|
|
|
|
- fix every bugs,
|
|
|
|
|
- improve documentation,
|
|
|
|
|
- small backward compatible improvements.
|
|
|
|
|
|
|
|
|
|
### 2.x (2021? 2022?)
|
|
|
|
|
|
|
|
|
|
Maybe:
|
|
|
|
|
|
|
|
|
|
- reimplement vdom to use *block* system, like Vue 3,
|
|
|
|
|
- refactor `QWeb` to use an intermediate representation (some kind of AST) to
|
|
|
|
|
allow additional optimisations.
|
|
|
|
|
|
|
|
|
|
|