Skip to content

Releases: odoo/owl

[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

[REL] v2.3.0

25 Jul 13:14
Compare
Choose a tag to compare

v2.3.0

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

[REL] v2.2.11

17 Jun 13:31
Compare
Choose a tag to compare

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

[REL] v2.2.10

02 Apr 10:25
Compare
Choose a tag to compare

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

[REL] v2.2.9

12 Jan 14:44
Compare
Choose a tag to compare

v2.2.9

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

[REL] v2.2.8

12 Jan 10:03
Compare
Choose a tag to compare

v2.2.8

  • [IMP] template set config: getTemplate function
  • [IMP] parser: .trim modifier implies .lazy modifier
  • [REF] parser, template_set: factor out parseXML function

[REL] v2.2.7

06 Dec 13:56
Compare
Choose a tag to compare

v2.2.7

  • [IMP] types: correctly support Function type for props-validation
  • [IMP] app: allow to instantiate templates lazily
  • [FIX] compiler: compile named slot in t-component in named slot
  • [IMP] devtools: update the devtools documentation
  • [IMP] owl-vision: syntax scripts, single quotes attributes and slot props highlight and switch below command
  • [IMP] doc: improve documentation of useExternalListener
  • [FIX] devtools: remove highlights when out of devtools
  • [IMP] devtools: highlight component on select
  • [ADD] owl-vision: vscode extension initial commit

[REL] v2.2.6

25 Sep 11:48
Compare
Choose a tag to compare

v2.2.6

  • [IMP] devtools: add svg elements detection
  • [FIX] reactivity: do not notify for NOOPs on collections
  • [IMP] app: export apps set as static property
  • [IMP] runtime: do not check template equality outside dev mode
  • [FIX] runtime: properly support t-foreach on strings

[REL] v2.2.5

07 Aug 10:26
Compare
Choose a tag to compare

v2.2.5

  • [FIX] compiler: fix xmlns attribute not being set correctly in firefox
  • [FIX] compiler: fix t-call at root of template causing crashes
  • [REF] compiler: minor cleanup
  • [FIX] devtools: fix inspected path

[REL] v2.2.4

02 Aug 06:20
Compare
Choose a tag to compare

v2.2.4

  • [FIX] compiler: fix swapped key/value using t-foreach on Map
  • [FIX] devtools: fix crash while highlighting env
  • [FIX] *: move OwlError to common
  • [FIX] playground: todo app clear complete tasks
  • [IMP] compiler: improve error message when failing to compile template