Skip to content

Tags: jeffreychan121/owl

Tags

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

v2.0.0-beta-5

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

# v2.0.0-beta-5

- fix: compiler, components: allow empty slots with default content
- fix: issue with delayed renders being left pending forever
- fix: dynamic t-slot with scope bug
- fix: protect against errors in onWillDestroy
- fix: protect against user code executing in critical sections
- fix: concurrency issue (more robust handling of children per render)
- fix: prevent rendering destroyed children in some cases

v2.0.0-beta-4

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

# v2.0.0-beta.4

- fix: useEffect properly handle errors in effect function
- imp: reactivity: add missing support for forEach method
- imp: component: add name property on nodes for debug purposes
- imp: component: emit warning when async hooks take too long
- fix: blockdom: t-att- correcltly sets the value to zero
- fix: reactivity: do not crash when reading reactive frozen objects
- fix: utils: fix calls to batched callback from within the callback
- imp: component: wait for parent rendering to be complete before rendering child

v2.0.0-beta.3

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

# 2.0.0-beta.3

- improve error message for tokenization errors
- fix a bug where errors during rendering were incorrectly reported
- add support for t-on on components and slots (t-slot and t-set-slot)

v2.0.0-beta.2

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

# 2.0.0-beta.2

- only log dev message once, instead of once per app
- add subscriptions getter in dev mode on component node
- fix: issue with missing renderings
- fix: env now preserves prototype chain

v2.0.0-beta.1

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

# 2.0.0-beta.1

First beta release! The last missing feature has been merged (support for
sets/maps/weakmaps in the reactivity system).

v2.0.0-alpha.3

Toggle v2.0.0-alpha.3's commit message
[REL] v2.0.0-alpha.3

# v2.0.0-alpha.3

A new release, with the fine grained reactivity applied to component props,
and changes in the way Owl render subcomponents: it can now skip patching and
or rendering child components if needed.

v2.0.0-alpha.2

Toggle v2.0.0-alpha.2's commit message
[REL] v2.0.0-alpha.2

# v2.0.0-alpha.2

A new release, with some small fixes. Owl 2.0 is getting close.

v1.4.10

Toggle v1.4.10's commit message
[REL] v1.4.10

#v1.4.10

- fix: make arrow function capture backwards-compatible