From 2ee94b229e9d189b4e67840a5636a2aca67ff460 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Rahir=20=28rar=29?= Date: Fri, 26 Apr 2024 09:24:40 +0200 Subject: [PATCH] [REL] 17.3.0-alpha.6 ### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/3b1657fa1 [IMP] model: add a bit of tracing Task: 3893683 https://github.com/odoo/o-spreadsheet/commit/face8ee02 [FIX] evaluator: Prevent incorrect invalidation of spread Task: 3883954 https://github.com/odoo/o-spreadsheet/commit/466b07476 [PERF] evaluation: faster dependencies checking Task: 3874821 https://github.com/odoo/o-spreadsheet/commit/4de08fabb [IMP] helpers: `recomputeZone` handles zone and unboundedZone https://github.com/odoo/o-spreadsheet/commit/b69b8164e [IMP] tables: allow creation of custom table style Task: 3802101 https://github.com/odoo/o-spreadsheet/commit/a81e647cb [FIX] tests: prevent chaining of `makeTestEnv` Task: 3802101 https://github.com/odoo/o-spreadsheet/commit/82d2eb940 [FIX] borders: wrong borders on remove rows Task: 3884112 https://github.com/odoo/o-spreadsheet/commit/ab4d6ca48 [FIX] table: update table style on `DELETE_CONTENT` Task: 3884466 https://github.com/odoo/o-spreadsheet/commit/71516944e [FIX] dataValidation: Display suggestions on dv-icon click Task: 3872312 https://github.com/odoo/o-spreadsheet/commit/02100e542 [FIX] tests: rewrite autocomplete test https://github.com/odoo/o-spreadsheet/commit/7863a61ba [FIX] table: disable sort option for dynamic table Task: 3872756 https://github.com/odoo/o-spreadsheet/commit/d6199d130 [FIX] compiler: translatable error message Task: 3872025 https://github.com/odoo/o-spreadsheet/commit/26f31fe46 [FIX] pivot: support Reference fields in pivot side panel Task: 3869693 https://github.com/odoo/o-spreadsheet/commit/34e6b9494 [IMP] evaluation: catchable invalid ranges Task: 3597039 https://github.com/odoo/o-spreadsheet/commit/eb9058ebb [IMP] compiler: catch argument shape errors Task: 3859327 https://github.com/odoo/o-spreadsheet/commit/cb28884a5 [IMP] tests: rename duplicated viewport tests names Task: 3857195 https://github.com/odoo/o-spreadsheet/commit/482261fea [FIX] BottombarStatistics: Fix icon position https://github.com/odoo/o-spreadsheet/commit/4c669438f [IMP] formats: add custom formats to format menu Task: 3799480 https://github.com/odoo/o-spreadsheet/commit/a1f277b82 [IMP] selection: remove dead getter https://github.com/odoo/o-spreadsheet/commit/297841eed [IMP] XLSX: Faulty default styles https://github.com/odoo/o-spreadsheet/commit/cca91dd84 [IMP] tables: import table styles in xlsx Task: 3789612 https://github.com/odoo/o-spreadsheet/commit/b48c3f7b8 [IMP] tables: export table style in xlsx Task: 3789612 https://github.com/odoo/o-spreadsheet/commit/556b49cf8 [IMP] xlsx_import: use xlsx blob to test the import Task: 3789612 https://github.com/odoo/o-spreadsheet/commit/a378f84e2 [REF] icons: replace custom icons by font-awesome icons Task: 3863616 --- 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 7d5d6de7b4..bba9db9a6b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@odoo/o-spreadsheet", - "version": "17.3.0-alpha.5", + "version": "17.3.0-alpha.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@odoo/o-spreadsheet", - "version": "17.3.0-alpha.5", + "version": "17.3.0-alpha.6", "license": "LGPL-3.0-or-later", "dependencies": { "@odoo/owl": "2.2.10", diff --git a/package.json b/package.json index 140a6049ec..98cf8c1ce9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@odoo/o-spreadsheet", - "version": "17.3.0-alpha.5", + "version": "17.3.0-alpha.6", "description": "A spreadsheet component", "type": "module", "main": "dist/o-spreadsheet.cjs.js",