Skip to content

Releases: odoo/owl

[REL] v2.7.0

26 Mar 12:58
Compare
Choose a tag to compare

v2.7.0

  • [IMP] runtime/utils: export htmlEscape and add tests
  • [FIX] utils: Correct validation of mount target in shadow DOM/iframe
  • [IMP] runtime: add markup tag function

[REL] v2.6.1

05 Mar 08:38
Compare
Choose a tag to compare

v2.6.1

  • [FIX] code generator: prevent AST change
  • [IMP] runtime: simplify info message when running in dev mode

[REL] v2.6.0

15 Jan 10:40
Compare
Choose a tag to compare

v2.6.0

  • [IMP] translation contexts

[REL] v2.5.3

10 Jan 10:11
Compare
Choose a tag to compare

v2.5.3

  • [IMP] tools: expose template compiler as npm command
  • [IMP] compiler: add prop suffix name in the error message

[REL] v2.5.2

02 Dec 15:51
Compare
Choose a tag to compare

v2.5.2

  • [FIX] runtime: make error recovery more robust

[REL] v2.5.1

26 Nov 08:42
Compare
Choose a tag to compare

v2.5.1

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

[REL] v2.5.0

25 Nov 09:31
Compare
Choose a tag to compare

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

[REL] v2.4.1

31 Oct 09:42
Compare
Choose a tag to compare

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+

[REL] v2.4.0

30 Sep 08:49
Compare
Choose a tag to compare

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

[REL] v2.3.1

14 Aug 14:25
Compare
Choose a tag to compare

v2.3.1

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