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:
@@ -121,8 +121,8 @@ npm install @odoo/owl
|
||||
|
||||
If you want to use a simple `<script>` tag, the last release can be downloaded here:
|
||||
|
||||
- [owl-1.0.9.js](https://github.com/odoo/owl/releases/download/v1.0.9/owl.js)
|
||||
- [owl-1.0.9.min.js](https://github.com/odoo/owl/releases/download/v1.0.9/owl.min.js)
|
||||
- [owl-1.0.10.js](https://github.com/odoo/owl/releases/download/v1.0.10/owl.js)
|
||||
- [owl-1.0.10.min.js](https://github.com/odoo/owl/releases/download/v1.0.10/owl.min.js)
|
||||
|
||||
## License
|
||||
|
||||
|
||||
Reference in New Issue
Block a user