Skip to content

Releases: odoo/owl

[REL] v1.4.5

22 Sep 14:34
Compare
Choose a tag to compare

v1.4.5

  • qweb: expose translatable attributes
  • ci/tests: update jest/rollup
  • doc: clarify tutorial
  • doc: update readme, add nice badges

[REL] v1.4.4

03 Sep 07:57
Compare
Choose a tag to compare

v1.4.4

fix: overlapping multi-class in t-att-class

[REL] v1.4.3

08 Jul 09:54
Compare
Choose a tag to compare

v1.4.3

  • fix: another scoping issue with t-slots

[REL] v1.4.2

07 Jul 12:56
Compare
Choose a tag to compare

1.4.2

  • qweb: properly handle inline expressions with lists such as '[a,b,c]'

[REL] v1.4.1

07 Jul 09:10
Compare
Choose a tag to compare

1.4.1

This release brings in two small fixes:

  • vdom: a performance improvement to reduce number of calls to classList.remove
  • slots: fix subtle issue with wrong context used in event handlers when
    multiple slots are involved

[REL] v1.4.0

06 Jul 08:28
Compare
Choose a tag to compare

v1.4.0

This release is larger than usual: lot of small fixes, and a few improvements as
well.

  • config: change debug mode warning to info
  • fix: add support for callable expression in event handler (for example, t-on-click="some.function")
  • fix: allow specific props to override generic props (in t-props)
  • fix: add support for short object description in inline expressions: { hey }
  • fix: add support for t-att-value on <textarea/> and <select/>
  • fix: slots: issue with scoping in nested loops
  • fix: slots: default slot is not lost in some cases
  • fix: do not shadow an error in case the finalizing code fails
  • imp: qweb: allow multiple class in class attribute object notation: t-att-class="{'a b': value}"
  • imp: better detection for dynamic component change (less need for t-key)
  • fix: router: allow querystrings in path
  • fix: qweb: add support for template strings
  • fix: qweb: make sure nodes with t-transition are removed in all cases

[REL] v1.3.2

18 Jun 08:42
Compare
Choose a tag to compare

v1.3.2

Fixes

  • components: correctly propagate errors to parent

[REL] v1.3.1

10 Jun 08:36
Compare
Choose a tag to compare

v1.3.1

Fixes

  • components: fix issue with t-call in nested t-slot (parent component was incorrect)

[REL] v1.3.0

04 Jun 12:19
Compare
Choose a tag to compare

v1.3.0

Improvements

  • qweb: add support for t-tag directive

[REL] v1.2.6

19 May 10:28
Compare
Choose a tag to compare

v1.2.6

Fixes

  • router: add support for arbitrary param placements in paths