Releases: odoo/owl
Releases · odoo/owl
[REL] v1.2.0
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:
useEnv
anduseComponent
- 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.
[REL] v1.1.1
Owl v1.1.1
Changes
- export
browser
object to make utility functions testable - minor doc improvements and corrections
- fix: make sure owl does not crash in iframe in private mode
v1.1.0: [IMP] qweb: the t-slot directive is now dynamic
Owl v1.1.0
Improvements
- owl: add a new
mount
method - qweb: the t-slot directive is now dynamic
[REL] v1.0.13
Owl v1.0.13
Bug fixes
- fix: slots: prevent infinite loop in some cases
[REL] v1.0.12
Owl v1.0.12
Bug fixes
- fix: properly handle named t-slots inside named t-slots
- fix: do not render comments as text in t-raw
- fix: allow dynamic template in t-call
- fix: correctly handle top-level t-call with body
- fix: correct cause of non determinism in tests
Tooling improvements
- setup github actions for CI
- improve owl bundling pipeline
- add
enableTransitions
flag in owl configuration - add prettier to github CI
v1.0.11
v1.0.10
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
v1.0.9
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