Skip to content

Commit

Permalink
[REL] 17.3.0-alpha.6
Browse files Browse the repository at this point in the history
Task: /

3b1657fa1 [IMP] model: add a bit of tracing Task: 3893683
face8ee02 [FIX] evaluator: Prevent incorrect invalidation of spread Task: 3883954
466b07476 [PERF] evaluation: faster dependencies checking Task: 3874821
4de08fabb [IMP] helpers: `recomputeZone` handles zone and unboundedZone
b69b8164e [IMP] tables: allow creation of custom table style Task: 3802101
a81e647cb [FIX] tests: prevent chaining of `makeTestEnv` Task: 3802101
82d2eb940 [FIX] borders: wrong borders on remove rows Task: 3884112
ab4d6ca48 [FIX] table: update table style on `DELETE_CONTENT` Task: 3884466
71516944e [FIX] dataValidation: Display suggestions on dv-icon click Task: 3872312
02100e542 [FIX] tests: rewrite autocomplete test
7863a61ba [FIX] table: disable sort option for dynamic table Task: 3872756
d6199d130 [FIX] compiler: translatable error message Task: 3872025
26f31fe46 [FIX] pivot: support Reference fields in pivot side panel Task: 3869693
34e6b9494 [IMP] evaluation: catchable invalid ranges Task: 3597039
eb9058ebb [IMP] compiler: catch argument shape errors Task: 3859327
cb28884a5 [IMP] tests: rename duplicated viewport tests names Task: 3857195
482261fea [FIX] BottombarStatistics: Fix icon position
4c669438f [IMP] formats: add custom formats to format menu Task: 3799480
a1f277b82 [IMP] selection: remove dead getter
297841eed [IMP] XLSX: Faulty default styles
cca91dd84 [IMP] tables: import table styles in xlsx Task: 3789612
b48c3f7b8 [IMP] tables: export table style in xlsx Task: 3789612
556b49cf8 [IMP] xlsx_import: use xlsx blob to test the import Task: 3789612
a378f84e2 [REF] icons: replace custom icons by font-awesome icons Task: 3863616

closes #4144

Signed-off-by: Rémi Rahir (rar) <[email protected]>
  • Loading branch information
rrahir committed Apr 26, 2024
1 parent 3b1657f commit f58a0d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit f58a0d5

Please sign in to comment.