mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
[REL] v2.0.8
# v2.0.8 - [IMP] implement .alike suffix on props - [IMP] release: add version number on App - [IMP] app: add name as a config option - [FIX] runtime, compiler: fix refs getting set or unset incorrectly - [FIX] compiler: call translate function with correct string - [FIX] compiler: properly handle readonly attribute/readOnly property - [REF] blockdom,compiler: implement properties - [REF] tests: move properties tests in own file - [FIX] compiler: dynamic value on inputs doesn't turn 0 into empty string
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@odoo/owl",
|
||||
"version": "2.0.7",
|
||||
"version": "2.0.8",
|
||||
"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 value is updated by the release script.
|
||||
export const version = "2.0.7";
|
||||
export const version = "2.0.8";
|
||||
|
||||
Reference in New Issue
Block a user