From 788df9213d561121550fa15610e63afa4525f3d4 Mon Sep 17 00:00:00 2001 From: Pierre Rousseau Date: Thu, 24 Oct 2024 10:41:47 +0200 Subject: [PATCH] [REL] 18.0.2 ### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/977b8f265 [IMP] charts: limit trending line degree range Task: 4207820 https://github.com/odoo/o-spreadsheet/commit/9f337f326 [FIX] Charts: Fix tooltip value when data is zero Task: 4251681 https://github.com/odoo/o-spreadsheet/commit/f51993403 [IMP] pivot: disable automatic autofill Task: 4256700 https://github.com/odoo/o-spreadsheet/commit/4f2950a8b [FIX] paint format: copy conditional formats Task: 4226853 https://github.com/odoo/o-spreadsheet/commit/b977d1f66 [FIX] test: skipped test in `renderer_plugin.test.ts` Task: 4276968 https://github.com/odoo/o-spreadsheet/commit/5953d29a4 [FIX] format painter: use a single history step Task: 4277362 https://github.com/odoo/o-spreadsheet/commit/8ee4266a9 [FIX] logs: log performance information at debug level Task: 0 https://github.com/odoo/o-spreadsheet/commit/a81189ba1 [FIX] chart: avoid overlapping values on charts Task: 4207889 https://github.com/odoo/o-spreadsheet/commit/2e95535f0 [FIX] pivots: don't translate pivot titles Task: 4239967 https://github.com/odoo/o-spreadsheet/commit/b50c0f286 [FIX] pivot: autocomplete dimension after positional Task: 4235329 https://github.com/odoo/o-spreadsheet/commit/ab8b491c9 [FIX] chart: cleanup tooltip title code Task: 4269632 https://github.com/odoo/o-spreadsheet/commit/187843ed1 [FIX] side_panel: unify font weight across side panels Task: 4194259 https://github.com/odoo/o-spreadsheet/commit/3a77fe228 [FIX] pivot: divergent collaborative duplicated pivot name Task: 4199949 closes odoo/o-spreadsheet#5132 Task: 0 Signed-off-by: Pierre Rousseau (pro) --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 05630a3915..ea305263d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@odoo/o-spreadsheet", - "version": "18.0.1", + "version": "18.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@odoo/o-spreadsheet", - "version": "18.0.1", + "version": "18.0.2", "license": "LGPL-3.0-or-later", "dependencies": { "@odoo/owl": "2.3.0", diff --git a/package.json b/package.json index c1d7b4a4b0..09a4777901 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@odoo/o-spreadsheet", - "version": "18.0.1", + "version": "18.0.2", "description": "A spreadsheet component", "type": "module", "main": "dist/o-spreadsheet.cjs.js",