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

Skip to content

Tags: couplebreaker/owl

Tags

v2.0.0-beta-16

Toggle v2.0.0-beta-16's commit message
[REL] v2.0.0-beta-16

# v2.0.0-beta-16

Notes

- fix: components: fix cause left unset when thrown object is not Error

v2.0.0-beta-15

Toggle v2.0.0-beta-15's commit message
[REL] v2.0.0-beta-15

# v2.0.0-beta-15

Notes

- fix: lifecyle_hooks: correctly wrap errors in async code
- imp: use a custom error class for all errors thrown by owl
- fix: package.json: remove browser value
- ref: component_node: slightly simplify code

v2.0.0-beta-14

Toggle v2.0.0-beta-14's commit message
[REL] v2.0.0-beta-14

# v2.0.0-beta-14

Yes, there is no beta-13 release...

## Fixes:

- [FIX] compiler: better handle update of properties with same value

v2.0.0-beta-12

Toggle v2.0.0-beta-12's commit message
[REL] v2.0.0-beta-12

# v2.0.0-beta-12

- fix: compiler: properly handle t-set in t-if with no content

v2.0.0-beta-11

Toggle v2.0.0-beta-11's commit message
[REL] v2.0.0-beta-11

# v2.0.0-beta-11

Yet another release with some small fixes.

[FIX] fix some issues with t-out with falsy values, and with default values
[REF] app: slightly simplify the create component path
[IMP] compiler: add support for binary operators
[IMP] add support for t-call-context directive
[FIX] properly get component reference instead of context
[FIX] blockdom: fix crash when class object key has leading spaces

v2.0.0-beta-10

Toggle v2.0.0-beta-10's commit message
[REL] v2.0.0-beta-10

# v2.0.0-beta-10

- ref: compiler: remove useless ; in compiled output
- ref: move some code around
- imp: app: small scale perf improvement
- imp: app: add fast path for when component has no prop
- imp: validation: add support for value types
- fix: compiler: escape backticks in attributes

v2.0.0-beta-9

Toggle v2.0.0-beta-9's commit message
[REL] v2.0.0-beta-9

# v2.0.0-beta-9

Fixes

- event: no crash when using t-on + modifier on slots/components
- component: fix props comparison code
- component: fix wrong behaviour when using t-on on t-component
- component: props values are own property of props object
- t-out: allow expressions evaluating as number
- compiler: add support for #{...} in string interpolation

Improvements

- slots: add support for t-props on slots props
- tooling: add another d.ts file

v2.0.0-beta-8

Toggle v2.0.0-beta-8's commit message
[REL] v2.0.0-beta-8

# v2.0.0-beta-8

Fixes

- portal: allow use of expression to describe portal target
- compiler: fix issue with identifiers with same name
- reactivity: fix memory leak
- app: validate props for root component in dev mode

Improvements

- component: display nice error for wrong child component
- props_validation: have clearer error messages
- component: only useState on props that are already reactive
- compiler: add better support for "in" and "new" operators in templates
- misc: export the validate function
- app: add setting to warn if no static props object
- add static App.registerTemplate and update Portal to use it
- add basic infrastructure to buid owl-runtime without compiler

v2.0.0-beta-7

Toggle v2.0.0-beta-7's commit message
[REL] v2.0.0-beta-7

# 2.0.0-beta-7

- fix: concurrency: do not render delayed fibers when cancelled
- imp: allow duplicate templates if and only if they are the same

v2.0.0-beta-6

Toggle v2.0.0-beta-6's commit message
[REL] v2.0.0-beta-6

# 2.0.0-beta-6

- fix: stricter check for the component.render deep argument