mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
[REL] v2.1.1
# v2.1.1 - [FIX] components: solve missing update (concurrency issue) - [DOC] remove old references to comp for useRef hook - [FIX] devtools: Fix build commands for windows users - [FIX] devtools: Fix devtools in detached window - [IMP] devtools: Add a button to navigate to the doc - [IMP] devtools: Add devtools documentation - [IMP] Allow app to be mounted in shadow DOM - [IMP] playground: allow sharing playground links - [IMP] runtime: allow validating object values using a type description - [FIX] devtools: Increase vertical padding of the search bar - [FIX] devtools: Hide the collapse all button - [FIX] devtools: Fix bad computation of highlight boxes on the page - [FIX] package: Auto-update package-lock.json
This commit is contained in:
Generated
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@odoo/owl",
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@odoo/owl",
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.1",
|
||||
"description": "Odoo Web Library (OWL)",
|
||||
"main": "dist/owl.cjs.js",
|
||||
"module": "dist/owl.es.js",
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
// do not modify manually. This file is generated by the release script.
|
||||
export const version = "2.1.0";
|
||||
export const version = "2.1.1";
|
||||
|
||||
Reference in New Issue
Block a user