Bruno Boi
81e5b24f2f
[IMP] hooks: introduce useEffect
...
Co-Authored-By: Samuel Degueldre <sad@odoo.com >
2022-02-11 10:41:18 +01:00
Bruno Boi
3fa1bb62f6
[IMP] env: env is now frozen, useSubEnv does not affect user env
2022-02-11 10:41:18 +01:00
Géry Debongnie
af80cefa76
[FIX] component: fix lifecycle order
2022-02-11 10:41:18 +01:00
Samuel Degueldre
c03042b44d
[IMP] qweb/components: remove t-ref on components
...
Refs to component expose a lot of implementation details that should be
private to parents. Parent to child communication should go through
props.
2022-02-11 10:41:18 +01:00
Mathieu Duckerts-Antoine
c16d8ed6de
[IMP] component,qweb: props validation
...
We re-add the possibility to validate props when dev mode is active.
No change in the API right Now. The dev mode is activated via the
configure method of App class.
2022-02-11 10:20:09 +01:00
Samuel Degueldre
ced5d0f69f
[IMP] *: re-add a bunch of tests
2022-02-11 10:20:09 +01:00