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

Skip to content

Tags: thoys/owl

Tags

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

v2.0.8

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

# 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

v2.0.7

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

# v2.0.7

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

v2.0.6

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

# 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

v1.4.11.1

Toggle v1.4.11.1's commit message
Tag 1.4.11 correctly

v2.0.5

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

# v2.0.5

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