Skip to content

Tags: dongcd/owl

Tags

v1.4.8

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

# v1.4.8

- fix: prevent crash in some rare cases

v1.4.7

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

v1.4.7

fix: memory leak in some templates

v1.4.6

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

# v1.4.6

- fix: crash in component render (in rare cases)
- fix: build system now target ES2017 instead of ESNext
- fix: remove useless log in prod mode

v1.4.5

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

# v1.4.5

- qweb: expose translatable attributes
- ci/tests: update jest/rollup
- doc: clarify tutorial
- doc: update readme, add nice badges

v1.4.4

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

# v1.4.4

fix: overlapping multi-class in t-att-class

v1.4.3

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

# v1.4.3

- fix: another scoping issue with t-slots

v1.4.2

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

# 1.4.2

- qweb: properly handle inline expressions with lists such as '[a,b,c]'

v1.4.1

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

# 1.4.1

This release brings in two small fixes:

- vdom: a performance improvement to reduce number of calls to classList.remove
- slots: fix subtle issue with wrong context used in event handlers when
  multiple slots are involved

v1.4.0

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

# v1.4.0

This release is larger than usual: lot of small fixes, and a few improvements as
well.

- config: change debug mode warning to info
- fix: add support for callable expression in event handler (for example, `t-on-click="some.function"`)
- fix: allow specific props to override generic props (in `t-props`)
- fix: add support for short object description in inline expressions: `{ hey }`
- fix: add support for t-att-value on `<textarea/>` and `<select/>`
- fix: slots: issue with scoping in nested loops
- fix: slots: default slot is not lost in some cases
- fix: do not shadow an error in case the finalizing code fails
- imp: qweb: allow multiple class in class attribute object notation: `t-att-class="{'a b': value}"`
- imp: better detection for dynamic component change (less need for `t-key`)
- fix: router: allow querystrings in path
- fix: qweb: add support for template strings
- fix: qweb: make sure nodes with t-transition are removed in all cases

v1.3.2

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

# v1.3.2

Fixes

- components: correctly propagate errors to parent