[REL] v1.4.7

v1.4.7

fix: memory leak in some templates
This commit is contained in:
Géry Debongnie
2021-10-19 16:47:20 +02:00
parent 98bb2842d8
commit 4e3b7c74da
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -124,7 +124,7 @@ npm install @odoo/owl
If you want to use a simple `<script>` tag, the last release can be downloaded here: If you want to use a simple `<script>` tag, the last release can be downloaded here:
- [owl-1.4.6](https://github.com/odoo/owl/releases/tag/v1.4.6) - [owl-1.4.7](https://github.com/odoo/owl/releases/tag/v1.4.7)
## License ## License
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@odoo/owl", "name": "@odoo/owl",
"version": "1.4.6", "version": "1.4.7",
"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",
+1 -1
View File
@@ -1,6 +1,6 @@
# 🦉 OWL Roadmap 🦉 # 🦉 OWL Roadmap 🦉
- Current version: 1.4.6 - Current version: 1.4.7
- Status: stable - Status: stable
This roadmap is only an attempt at predicting Owl's future. Everything may This roadmap is only an attempt at predicting Owl's future. Everything may