Releases: odoo/owl
Releases · odoo/owl
[REL] v2.1.3
v2.1.3
- [FIX] components: properly differentiate t-call subcomponents
- [REF] devtools: Better messages forwarding
- [FIX] devtools: Fix app methods patching
- [DOC] Fix a code bug in the example of slots
[REL] v2.1.2
v2.1.2
- [FIX] t-out: does not crash when outputting null
- [FIX] playground: fix name of playground component
- [FIX] playground: use ES owl version instead of iife
- [IMP] playground: give a name so it is more explicit in devtools
- [REF] github page: move page to docs folder on master branch
- [IMP/FIX] playground: fix and improve various things
[REL] v2.1.1
v2.1.1
- [FIX] components: solve missing update (concurrency issue)
- [DOC] remove old references to comp for useRef hook
- [FIX] devtools: Fix build commands for windows users
- [FIX] devtools: Fix devtools in detached window
- [IMP] devtools: Add a button to navigate to the doc
- [IMP] devtools: Add devtools documentation
- [IMP] Allow app to be mounted in shadow DOM
- [IMP] playground: allow sharing playground links
- [IMP] runtime: allow validating object values using a type description
- [FIX] devtools: Increase vertical padding of the search bar
- [FIX] devtools: Hide the collapse all button
- [FIX] devtools: Fix bad computation of highlight boxes on the page
- [FIX] package: Auto-update package-lock.json
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