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

Skip to content

Tags: kdmwangi/owl

Tags

v2.2.10

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

# v2.2.10

 - [IMP] runtime: allow using any class as a type in props validation
 - Update reactivity.md
 - [IMP] owl-vision: Better snippets
 - [FIX] docs: code in example cannot run

v2.2.9

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

# v2.2.9

 - [IMP] reactivity: replace sets with small arrays for performance

v2.2.8

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

# v2.2.8

 - [IMP] template set config: getTemplate function
 - [IMP] parser: .trim modifier implies .lazy modifier
 - [REF] parser, template_set: factor out parseXML function

v2.2.7

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

# v2.2.7

 - [IMP] types: correctly support `Function` type for props-validation
 - [IMP] app: allow to instantiate templates lazily
 - [FIX] compiler: compile named slot in t-component in named slot
 - [IMP] devtools: update the devtools documentation
 - [IMP] owl-vision: syntax scripts, single quotes attributes and slot props highlight and switch below command
 - [IMP] doc: improve documentation of useExternalListener
 - [FIX] devtools: remove highlights when out of devtools
 - [IMP] devtools: highlight component on select
 - [ADD] owl-vision: vscode extension initial commit

v2.2.6

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

# v2.2.6

 - [IMP] devtools: add svg elements detection
 - [FIX] reactivity: do not notify for NOOPs on collections
 - [IMP] app: export apps set as static property
 - [IMP] runtime: do not check template equality outside dev mode
 - [FIX] runtime: properly support t-foreach on strings

v2.2.5

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

# v2.2.5

 - [FIX] compiler: fix xmlns attribute not being set correctly in firefox
 - [FIX] compiler: fix t-call at root of template causing crashes
 - [REF] compiler: minor cleanup
 - [FIX] devtools: fix inspected path

v2.2.4

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

# v2.2.4

 - [FIX] compiler: fix swapped key/value using t-foreach on Map
 - [FIX] devtools: fix crash while highlighting env
 - [FIX] *: move OwlError to common
 - [FIX] playground: todo app clear complete tasks
 - [IMP] compiler: improve error message when failing to compile template

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