Skip to content

Tags: odoo/owl

Tags

v3.0.0-alpha.44

Toggle v3.0.0-alpha.44's commit message
[REL] v3.0.0-alpha.44

# v3.0.0-alpha.44

 - [REF] tools: remove npm login step from release script

v3.0.0-alpha.43

Toggle v3.0.0-alpha.43's commit message
[REL] v3.0.0-alpha.43

# v3.0.0-alpha.43

 - [FIX] owl: run a custom equals untracked
 - [IMP] owl: add an equals option to signal, computed and asyncComputed
 - [DOC] playground: use usePlugin/useProps/useConfig hook names
 - [REF] owl: define static scoped with method syntax
 - [DOC] owl: use the useConfig hook name throughout the docs
 - [IMP] owl: rename the config hook to useConfig
 - [IMP] owl-core: let plugins define a scoped view of themselves
 - [FIX] owl-core: detach unobserved computeds on source write
 - [DOC] owl: use usePlugin/useProps hook names throughout the docs
 - [IMP] owl: rename plugin/props hooks to usePlugin/useProps
 - [DOC] owl: document Scope.run replacing Scope.until
 - [IMP] owl-core: Scope.run throws on a dead scope up-front
 - [IMP] owl-core: fold Scope.until into Scope.run
 - [IMP] owl-core: add isDestroyed method to Scope
 - [IMP] playground: initialize Monaco only once
 - [FIX] playground: register theme through shiki

v2.8.4

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

[REF] update package-lock.json
[FIX] runtime: don't lose coalesced renders

v3.0.0-alpha.42

Toggle v3.0.0-alpha.42's commit message
[REL] v3.0.0-alpha.42

# v3.0.0-alpha.42

 - [FIX] owl-core: notify signal atom once per proxy write
 - [REF] owl-runtime: drop node from public Root, thread sub-root config
 - [FIX] owl-runtime: wait for plugins to be ready before mounting root

v3.0.0-alpha.41

Toggle v3.0.0-alpha.41's commit message
[REL] v3.0.0-alpha.41

# v3.0.0-alpha.41

 - [IMP] owl-core: allow collection signals to be called without an argument
 - [IMP] doc: expand collection signals reference
 - [FIX] owl-core: signal collections track per-key, not per-signal
 - [FIX] owl-runtime: preserve longhand override when shorthand changes
 - [IMP] owl-runtime: detect render loops instead of freezing

v3.0.0-alpha.40

Toggle v3.0.0-alpha.40's commit message
[REL] v3.0.0-alpha.40

# v3.0.0-alpha.40

 - [FIX] owl-runtime: fix scheduler flush during app destroy
 - [FIX] playground: adapt `.optional()` instead of `?`
 - [FIX] package: Fix commonJs filename to avoid ambiguity

v3.0.0-alpha.39

Toggle v3.0.0-alpha.39's commit message
[REL] v3.0.0-alpha.39

# v3.0.0-alpha.39

 - [IMP] owl-core: add asyncComputed().currentPromise()
 - [FIX] owl-core: apply defaults through intersection (and) types
 - [FIX] owl: export prop/type brand symbols for .d.ts generation
 - [FIX] playground: resolve asset urls from bundle
 - [FIX] site: run build:types before assembling site
 - [IMP] playground: enhance playground with Monaco editor with OWL tooling (#1956)

v3.0.0-alpha.38

Toggle v3.0.0-alpha.38's commit message
[REL] v3.0.0-alpha.38

# v3.0.0-alpha.38

 - [FIX] owl-runtime: don't access document at module load
 - [IMP] owl-core: add .type method

v3.0.0-alpha.37

Toggle v3.0.0-alpha.37's commit message
[REL] v3.0.0-alpha.37

# v3.0.0-alpha.37

 - [FIX] owl: properly handle detaching refs
 - [FIX] owl: incorrect 'any' validator types
 - [FIX] playground: handle unicode in shared snapshots

v3.0.0-alpha.36

Toggle v3.0.0-alpha.36's commit message
[REL] v3.0.0-alpha.36

# v3.0.0-alpha.36

 - [REF] owl: unify .default(value) into .optional(value?)
 - [FIX] doc: fix getScope anchor in scope reference link
 - [IMP] playground: add version parameter to shared URL
 - [IMP] playground: add v2 samples in playground
 - [IMP] playground: add OWL version switcher