Skip to content

Commit

Permalink
[REL] v2.0.0-beta-9
Browse files Browse the repository at this point in the history
# 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
  • Loading branch information
ged-odoo committed Jun 9, 2022
1 parent 8a967e5 commit 83d4471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@odoo/owl",
"version": "2.0.0-beta-8",
"version": "2.0.0-beta-9",
"description": "Odoo Web Library (OWL)",
"main": "dist/owl.cjs.js",
"browser": "dist/owl.iife.js",
Expand Down

0 comments on commit 83d4471

Please sign in to comment.