[REL] v1.2.3

# v1.2.3

This is just another small bug fix release, because we need it in Odoo.

Fix: prevent crash when rendering a component before mounting it
This commit is contained in:
Géry Debongnie
2021-01-19 15:28:11 +01:00
parent dfc782599b
commit 490cf18079
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -120,7 +120,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.2.2](https://github.com/odoo/owl/releases/tag/v1.2.2) - [owl-1.2.3](https://github.com/odoo/owl/releases/tag/v1.2.3)
## License ## License
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "@odoo/owl", "name": "@odoo/owl",
"version": "1.2.2", "version": "1.2.3",
"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",
@@ -44,7 +44,7 @@
"github-api": "^3.3.0", "github-api": "^3.3.0",
"jest": "^23.6.0", "jest": "^23.6.0",
"jest-environment-jsdom": "^24.7.1", "jest-environment-jsdom": "^24.7.1",
"live-server": "^1.2.2", "live-server": "^1.2.3",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"prettier": "^2.0.4", "prettier": "^2.0.4",
"rollup": "^1.6.0", "rollup": "^1.6.0",
+1 -1
View File
@@ -1,6 +1,6 @@
# 🦉 OWL Roadmap 🦉 # 🦉 OWL Roadmap 🦉
- Current version: 1.2.2 - Current version: 1.2.3
- 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