Skip to content

Releases: odoo/owl

[REL] v2.2

18 Jul 14:07
Compare
Choose a tag to compare

v2.2

  • [IMP] runtime: add support for Map and other iterables in t-foreach
  • [IMP] runtime: only destroy component in raf callback
  • [REF] runtime: simplify implementation of batched
  • [FIX] compiler: allow t-model.number to work with select
  • [FIX] devtools: Fix crash when no root node
  • [FIX] devtools: fix/imp env display
  • [FIX] devtools: fix symbols handling and display

[REL] v2.1.4

28 Jun 09:17
Compare
Choose a tag to compare

v2.1.4

[FIX] devtools: fix incorrect path resolution for subscriptions
[IMP] devtools: present observed keys in a more compact way
[IMP] devtools: patch app methods only when needed
[FIX] blockdom: properly merge dynamic class values
[IMP] devtools: add border for new animation frame
[FIX] devtools: Fix race conditions in tree lodaing
[FIX] parser: make t-on stricter
[REL] devtools: chrome v1.1.1
[FIX] devtools: fix context menus flickering
[REL] devtools: chrome v1.1
[IMP] devtools: Add blacklist to components toggle
[FIX] devtools: Missing global owl
[FIX] devtools: fix issue when treeElement have same name
[FIX] devtools: fix apps patching and reload
[IMP] hooks: add types to useEffect to improve DX
[FIX] gh-page: fix 'unexpected token export' error on landing page
[FIX] compiler: apply translations to t-set text body

[REL] v2.1.3

29 Apr 07:46
Compare
Choose a tag to compare

v2.1.3

  • [FIX] components: properly differentiate t-call subcomponents
  • [REF] devtools: Better messages forwarding
  • [FIX] devtools: Fix app methods patching
  • [DOC] Fix a code bug in the example of slots

[REL] v2.1.2

24 Apr 14:29
Compare
Choose a tag to compare

v2.1.2

  • [FIX] t-out: does not crash when outputting null
  • [FIX] playground: fix name of playground component
  • [FIX] playground: use ES owl version instead of iife
  • [IMP] playground: give a name so it is more explicit in devtools
  • [REF] github page: move page to docs folder on master branch
  • [IMP/FIX] playground: fix and improve various things

[REL] v2.1.1

17 Apr 09:09
Compare
Choose a tag to compare

v2.1.1

  • [FIX] components: solve missing update (concurrency issue)
  • [DOC] remove old references to comp for useRef hook
  • [FIX] devtools: Fix build commands for windows users
  • [FIX] devtools: Fix devtools in detached window
  • [IMP] devtools: Add a button to navigate to the doc
  • [IMP] devtools: Add devtools documentation
  • [IMP] Allow app to be mounted in shadow DOM
  • [IMP] playground: allow sharing playground links
  • [IMP] runtime: allow validating object values using a type description
  • [FIX] devtools: Increase vertical padding of the search bar
  • [FIX] devtools: Hide the collapse all button
  • [FIX] devtools: Fix bad computation of highlight boxes on the page
  • [FIX] package: Auto-update package-lock.json

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