Skip to content

Tags: odoo/owl

Tags

v2.5.2

Toggle v2.5.2's commit message
[REL] v2.5.2

# v2.5.2

 - [FIX] runtime: make error recovery more robust

v2.5.1

Toggle v2.5.1's commit message
[REL] v2.5.1

# v2.5.1

 - [FIX] compiler: multiple modifiers on t-custom

v2.5.0

Toggle v2.5.0's commit message
[REL] v2.5.0

# v2.5.0

 - [IMP] app: add global values at compile time
 - [IMP] parser: add support for custom directives
 - [FIX] runtime: properly handle error caused in mounted hook

v2.4.1

Toggle v2.4.1's commit message
[REL] v2.4.1

# v2.4.1

 - [FIX] app: make subroots more robust
 - [IMP] devtools: show objects class name and add special extension cases
 - [IMP] devtools: allow expansion of empty class
 - [IMP] Bump support for Node 20+

v2.4.0

Toggle v2.4.0's commit message
[REL] v2.4.0

# v2.4.0

 - [IMP] owl: add basic support for sub roots
 - [IMP] make set of timeout-able hooks (and their timeouts) clearer by using a const map
 - [IMP] devtools: add support for file urls on chrome

v2.3.1

Toggle v2.3.1's commit message
[REL] v2.3.1

# v2.3.1

 - [FIX] runtime: log if willStart takes more than 3s

v2.3.0

Toggle v2.3.0's commit message
[REL] v2.3.0

 - [IMP] compiler: add support for the .translate suffix

v2.2.11

Toggle v2.2.11's commit message
[REL] v2.2.11

# v2.2.11

 - [FIX] compiler: better support for arrow function and function call
 - [IMP] owl-vision: Autocomplete and added missing owl directives
 - [IMP] index: export batched utility function
 - [FIX] playground: correctly escape backslashes and interpolation sigils
 - [FIX] compiler: correctly escape special characters in template literals
 - [FIX] Typo docs
 - [FIX] runtime: don't emit async hook warnings when cancelled/destroyed

v2.2.10

Toggle v2.2.10's commit message
[REL] v2.2.10

# v2.2.10

 - [IMP] runtime: allow using any class as a type in props validation
 - Update reactivity.md
 - [IMP] owl-vision: Better snippets
 - [FIX] docs: code in example cannot run

v2.2.9

Toggle v2.2.9's commit message
[REL] v2.2.9

# v2.2.9

 - [IMP] reactivity: replace sets with small arrays for performance