mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
[REL] v1.0.10
# v1.0.10 Bug fixes! - qweb fix: scoping issue with t-call in t-foreach - qweb fix: issue with t-set with a body in a t-call - qweb fix: handle input value attribute as a property - qweb fix: allow t-call on arbitrary nodes - qweb fix: add indeterminate to special input properties - component fix: allow using t-model with bracketed expression - component fix: properly validate multiple props - component fix: issue with higher order component, and t-keys - component fix: issue with unmounted children that should be destroyed - component fix: make concurrent renderings more robust in some cases - component fix: allow using vars with body as props - observer fix: do not proxify promises - test infrastructure: stop mocking requestanimation frame
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@odoo/owl",
|
||||
"version": "1.0.9",
|
||||
"version": "1.0.10",
|
||||
"description": "Odoo Web Library (OWL)",
|
||||
"main": "dist/owl.js",
|
||||
"types": "dist/types/index.d.ts",
|
||||
|
||||
Reference in New Issue
Block a user