Releases: odoo/owl
Releases · odoo/owl
v2.1.0
[REL] v2.0.9
v2.0.9
- [FIX] components: do not crash when binding anonymous function
[REL] v2.0.8
v2.0.8
- [IMP] implement .alike suffix on props
- [IMP] release: add version number on App
- [IMP] app: add name as a config option
- [FIX] runtime, compiler: fix refs getting set or unset incorrectly
- [FIX] compiler: call translate function with correct string
- [FIX] compiler: properly handle readonly attribute/readOnly property
- [REF] blockdom,compiler: implement properties
- [REF] tests: move properties tests in own file
- [FIX] compiler: dynamic value on inputs doesn't turn 0 into empty string
[REL] v2.0.7
v2.0.7
- [FIX] compiler: t-key and t-ref together
[REL] v2.0.6
v2.0.6
- [IMP] devtools: provide access to Fiber and RootFiber
- Bump shelljs and git-rev-sync
- [FIX] props validation: do not subscribe to props keys
- [FIX] reactivity: only show key in subscription if observed by callback
- [FIX] components: stop rendering stale t-component when delayed
[REL] v1.4.11
v1.4.11
- [FIX] qweb: renderToString should not escape twice text content
- [IMP] props_validation: have clearer error messages
- [FIX] hooks: fix useRef in Firefox 109+
[REL] v2.0.5
v2.0.5
- [FIX] reactivity: improve performance for long-lived reactives
[REL] v2.0.4
v2.0.4
- [IMP] app: expose live apps for the devtools
- [FIX] compiler: support t-model radio group in t-foreach
- [IMP] runtime: improve useExternalListener typing
[REL] v2.0.3
v2.0.2
Some small bug fixes
- fix: compiler: correctly escape backslashes when emitting block string
- fix: reactivity: don't subscribe to keys when making reactive
- fix: t-call-context: fix capture making component available in ctx
- fix: t-call-context: make
this
unavailable in rendering context
[REL] v2.0.2
v2.0.2
- fix: compiler: do not look up ComponentNode in the context
- fix: t-model takes precedence over t-on-input
- fix: reactivity: fix issues with reactive objects in proto chain