From 1179e84971e0a2d6d1a67df9162edf30d78308e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9ry=20Debongnie?= Date: Thu, 7 Apr 2022 15:36:22 +0200 Subject: [PATCH] [REL] v2.0.0-beta-5 # v2.0.0-beta-5 - fix: compiler, components: allow empty slots with default content - fix: issue with delayed renders being left pending forever - fix: dynamic t-slot with scope bug - fix: protect against errors in onWillDestroy - fix: protect against user code executing in critical sections - fix: concurrency issue (more robust handling of children per render) - fix: prevent rendering destroyed children in some cases --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2fdc503a..05e376b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@odoo/owl", - "version": "2.0.0-beta-4", + "version": "2.0.0-beta-5", "description": "Odoo Web Library (OWL)", "main": "dist/owl.cjs.js", "browser": "dist/owl.iife.js",