From b56a9c24cfe3451e88153363bfa76e1e06841e6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9ry=20Debongnie?= Date: Tue, 31 May 2022 14:25:06 +0200 Subject: [PATCH] [REL] v2.0.0-beta-8 # v2.0.0-beta-8 Fixes - portal: allow use of expression to describe portal target - compiler: fix issue with identifiers with same name - reactivity: fix memory leak - app: validate props for root component in dev mode Improvements - component: display nice error for wrong child component - props_validation: have clearer error messages - component: only useState on props that are already reactive - compiler: add better support for "in" and "new" operators in templates - misc: export the validate function - app: add setting to warn if no static props object - add static App.registerTemplate and update Portal to use it - add basic infrastructure to buid owl-runtime without compiler --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 463a5f9b..d2e9258d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@odoo/owl", - "version": "2.0.0-beta-7", + "version": "2.0.0-beta-8", "description": "Odoo Web Library (OWL)", "main": "dist/owl.cjs.js", "browser": "dist/owl.iife.js",