Skip to content

Releases: odoo/owl

v2.1.0

30 Mar 11:06
Compare
Choose a tag to compare
[REL] v2.1.0

[REL] v2.0.9

13 Mar 09:55
Compare
Choose a tag to compare

v2.0.9

  • [FIX] components: do not crash when binding anonymous function

[REL] v2.0.8

09 Mar 12:11
Compare
Choose a tag to compare

v2.0.8

  • [IMP] implement .alike suffix on props
  • [IMP] release: add version number on App
  • [IMP] app: add name as a config option
  • [FIX] runtime, compiler: fix refs getting set or unset incorrectly
  • [FIX] compiler: call translate function with correct string
  • [FIX] compiler: properly handle readonly attribute/readOnly property
  • [REF] blockdom,compiler: implement properties
  • [REF] tests: move properties tests in own file
  • [FIX] compiler: dynamic value on inputs doesn't turn 0 into empty string

[REL] v2.0.7

20 Feb 08:44
Compare
Choose a tag to compare

v2.0.7

  • [FIX] compiler: t-key and t-ref together

[REL] v2.0.6

17 Feb 13:31
Compare
Choose a tag to compare

v2.0.6

  • [IMP] devtools: provide access to Fiber and RootFiber
  • Bump shelljs and git-rev-sync
  • [FIX] props validation: do not subscribe to props keys
  • [FIX] reactivity: only show key in subscription if observed by callback
  • [FIX] components: stop rendering stale t-component when delayed

[REL] v1.4.11

30 Jan 13:09
Compare
Choose a tag to compare

v1.4.11

  • [FIX] qweb: renderToString should not escape twice text content
  • [IMP] props_validation: have clearer error messages
  • [FIX] hooks: fix useRef in Firefox 109+

[REL] v2.0.5

27 Jan 14:29
Compare
Choose a tag to compare

v2.0.5

  • [FIX] reactivity: improve performance for long-lived reactives

[REL] v2.0.4

23 Jan 11:21
Compare
Choose a tag to compare

v2.0.4

  • [IMP] app: expose live apps for the devtools
  • [FIX] compiler: support t-model radio group in t-foreach
  • [IMP] runtime: improve useExternalListener typing

[REL] v2.0.3

12 Jan 15:29
Compare
Choose a tag to compare

v2.0.2

Some small bug fixes

  • fix: compiler: correctly escape backslashes when emitting block string
  • fix: reactivity: don't subscribe to keys when making reactive
  • fix: t-call-context: fix capture making component available in ctx
  • fix: t-call-context: make this unavailable in rendering context

[REL] v2.0.2

29 Nov 14:11
Compare
Choose a tag to compare

v2.0.2

  • fix: compiler: do not look up ComponentNode in the context
  • fix: t-model takes precedence over t-on-input
  • fix: reactivity: fix issues with reactive objects in proto chain