Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: pipu-odoo/owl

Tags

v2.2.3

Toggle v2.2.3's commit message
[REL] v2.2.3

# v2.2.3

 - [FIX] app: sync destroy everythig when app is destroyed

v2.2.2

Toggle v2.2.2's commit message
[REL] v2.2.2

# v2.2.2

 - [FIX] tools: include proper version number in released build

v2.2.1

Toggle v2.2.1's commit message
[REL] v2.2.1

# v2.2.1

 - [FIX] compiler: allow t-out on component tag

v2.2

Toggle v2.2's commit message
[REL] v2.2

# 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

v2.1.4

Toggle v2.1.4's commit message
[REL] v2.1.4

# 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

v2.1.3

Toggle v2.1.3's commit message
[REL] v2.1.3

# 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

v2.1.2

Toggle v2.1.2's commit message
[REL] v2.1.2

# 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

v2.1.1

Toggle v2.1.1's commit message
[REL] v2.1.1

# 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

Toggle v2.1.0's commit message
[REL] v2.1.0

v2.0.9

Toggle v2.0.9's commit message
[REL] v2.0.9

# v2.0.9

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