From 76c389a7a846fc1c34207edf7534a565d02bb08d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9ry=20Debongnie?= Date: Tue, 28 Jun 2022 15:28:12 +0200 Subject: [PATCH] [REL] v2.0.0-beta-11 # v2.0.0-beta-11 Yet another release with some small fixes. [FIX] fix some issues with t-out with falsy values, and with default values [REF] app: slightly simplify the create component path [IMP] compiler: add support for binary operators [IMP] add support for t-call-context directive [FIX] properly get component reference instead of context [FIX] blockdom: fix crash when class object key has leading spaces --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6e78656d..19223f20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@odoo/owl", - "version": "2.0.0-beta-10", + "version": "2.0.0-beta-11", "description": "Odoo Web Library (OWL)", "main": "dist/owl.cjs.js", "browser": "dist/owl.iife.js",