mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
[REL] v2.0.0-beta-4
# v2.0.0-beta.4 - fix: useEffect properly handle errors in effect function - imp: reactivity: add missing support for forEach method - imp: component: add name property on nodes for debug purposes - imp: component: emit warning when async hooks take too long - fix: blockdom: t-att- correcltly sets the value to zero - fix: reactivity: do not crash when reading reactive frozen objects - fix: utils: fix calls to batched callback from within the callback - imp: component: wait for parent rendering to be complete before rendering child
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@odoo/owl",
|
"name": "@odoo/owl",
|
||||||
"version": "2.0.0-beta.3",
|
"version": "2.0.0-beta-4",
|
||||||
"description": "Odoo Web Library (OWL)",
|
"description": "Odoo Web Library (OWL)",
|
||||||
"main": "dist/owl.cjs.js",
|
"main": "dist/owl.cjs.js",
|
||||||
"browser": "dist/owl.iife.js",
|
"browser": "dist/owl.iife.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user