Files
owl/roadmap.md
T
Géry Debongnie 4b961cbffe [REL] v1.0.8
# v1.0.8

- qweb fix: do not override t-att-class with class attribute in some cases
- component fix: refuse to mount a destroyed component
- hooks type improvement: useRef is now generic, and can capture the type of a component
- qweb fix: t-esc inside t-call using outside t-set
2020-05-18 09:07:31 +02:00

595 B

🦉 OWL Roadmap 🦉

  • Current version: 1.0.8
  • 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-set directive to define the content of a slot

Maybe:

  • reimplement vdom to use block system, like Vue 3, which should make Owl much faster
  • refactor QWeb to use an intermediate representation (some kind of AST) to allow additional optimisations.