Skip to content

Commit

Permalink
[REL] 18.1.0-alpha.7
Browse files Browse the repository at this point in the history
### Contains the following commits:

989b2a837 [FIX] action button: use nextProps instead of this.props Task: 0
a1c922c72 [IMP] pivot: add color on calculated fields composer Task: 4213096
12c4cf8ed [FIX] charts: non-invertible matrix returns NaN as predicted data Task: 4328743
a3c357be1 [IMP] charts: font size editor Task: 4316051
22c84836d [IMP] font_size_editor: use popover and improve reusability Task: 4316051
873498cda [FIX] chart: trend line legend is wrong Task: 4342471
80f430a3f [FIX] chart: show values with hidden dataset Task: 4334865
62762cf4f [FIX] helpers: Add generic helper to sanitize sheet names Task: 4347719
9ef03b34d [IMP] chart: harmonize chart titles & paddings Task: 4316044
ac37929ee [FIX] pivot: handle boolean-like function arguments in `getPivotCellFromPosition` Task: 4207502
28722d26a [IMP] CellPlugin: Avoid useless UPDATE_CELL Task: 4367772

closes #5317

Task: 0
Signed-off-by: Rémi Rahir (rar) <[email protected]>
  • Loading branch information
rrahir committed Dec 5, 2024
1 parent 989b2a8 commit 7b1c39b
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": "18.1.0-alpha.6",
"version": "18.1.0-alpha.7",
"description": "A spreadsheet component",
"type": "module",
"main": "dist/o-spreadsheet.cjs.js",
Expand Down

0 comments on commit 7b1c39b

Please sign in to comment.