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

Skip to content

Tags: superman7/owl

Tags

v1.1.1

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

# Owl v1.1.1

## Changes

- export  object to make utility functions testable
- minor doc improvements and corrections
- fix: make sure owl does not crash in iframe in private mode

v1.1.0

Toggle v1.1.0's commit message
[IMP] qweb: the t-slot directive is now dynamic

It is useful for some kind of components to be able to use a completely
dynamic slot expression.

v1.0.13

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

# Owl v1.0.13

## Bug fixes

- fix: slots: prevent infinite loop in some cases

v1.0.12

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

# Owl v1.0.12

## Bug fixes

- fix: properly handle named t-slots inside named t-slots
- fix: do not render comments as text in t-raw
- fix: allow dynamic template in t-call
- fix: correctly handle top-level t-call with body
- fix: correct cause of non determinism in tests

## Tooling improvements

- setup github actions for CI
- improve owl bundling pipeline
- add  flag in owl configuration
- add prettier to github CI

v1.0.11

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

# Owl v1.0.11

- improve release script to make sure we get correct code on npm

v1.0.10

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

# v1.0.10

Bug fixes!

- qweb fix: scoping issue with t-call in t-foreach
- qweb fix: issue with t-set with a body in a t-call
- qweb fix: handle input value attribute as a property
- qweb fix: allow t-call on arbitrary nodes
- qweb fix: add indeterminate to special input properties
- component fix: allow using t-model with bracketed expression
- component fix: properly validate multiple props
- component fix: issue with higher order component, and t-keys
- component fix: issue with unmounted children that should be destroyed
- component fix: make concurrent renderings more robust in some cases
- component fix: allow using vars with body as props
- observer fix: do not proxify promises
- test infrastructure: stop mocking requestanimation frame

v1.0.9

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

# v1.0.9

- qweb fix: add support for svg namespace in t-raw
- qweb fix: properly handle subtemplates in shared templates

v1.0.8

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

# v1.0.8

- qweb fix: do not override t-att-class with class attribute in some cases
- component fix: refuse to mount a destroyed component
- hooks type improvement: useRef is now generic, and can capture the type of a component
- qweb fix: t-esc inside t-call using outside t-set

v1.0.7

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

v1.0.6

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