Skip to content

Releases: odoo/owl

[REL] v2.0.0-beta.1

02 Mar 12:29
Compare
Choose a tag to compare

2.0.0-beta.1

First beta release! The last missing feature has been merged (support for
sets/maps/weakmaps in the reactivity system).

[REL] v2.0.0-alpha.3

25 Feb 09:57
Compare
Choose a tag to compare

v2.0.0-alpha.3

A new release, with the fine grained reactivity applied to component props,
and changes in the way Owl render subcomponents: it can now skip patching and
or rendering child components if needed.

[REL] v2.0.0-alpha.2

14 Feb 12:42
Compare
Choose a tag to compare

v2.0.0-alpha.2

A new release, with some small fixes. Owl 2.0 is getting close.

[REL] v1.4.10

07 Dec 14:32
Compare
Choose a tag to compare

#v1.4.10

  • fix: make arrow function capture backwards-compatible

[REL] v1.4.9

07 Dec 09:20
Compare
Choose a tag to compare

v1.4.9

  • fix: properly capture scope of arrow functions passed as props

[REL] v1.4.8

03 Nov 12:44
Compare
Choose a tag to compare

v1.4.8

  • fix: prevent crash in some rare cases

[REL] v1.4.7

19 Oct 14:47
Compare
Choose a tag to compare

v1.4.7

fix: memory leak in some templates

[REL] v1.4.6

04 Oct 13:16
Compare
Choose a tag to compare

v1.4.6

  • fix: crash in component render (in rare cases)
  • fix: build system now target ES2017 instead of ESNext
  • fix: remove useless log in prod mode

[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