Skip to content

Releases: odoo/owl

[REL] v2.0.0-beta.3

08 Mar 11:47
Compare
Choose a tag to compare

2.0.0-beta.3

  • improve error message for tokenization errors
  • fix a bug where errors during rendering were incorrectly reported
  • add support for t-on on components and slots (t-slot and t-set-slot)

[REL] v2.0.0-beta.2

03 Mar 15:22
Compare
Choose a tag to compare

2.0.0-beta.2

  • only log dev message once, instead of once per app
  • add subscriptions getter in dev mode on component node
  • fix: issue with missing renderings
  • fix: env now preserves prototype chain

[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