Skip to content

Commit

Permalink
[REL] 16.1.7
Browse files Browse the repository at this point in the history
### Contains the following commits:

24ab3ed5 [FIX] viewport: viewport maxSize should consider the client size Task: 3204720
97297b50 [IMP] test: make test tsconfig work in vscode
6726299f [FIX] chart: typo in template
eeffa885 [FIX] Chart panels: close color picker when clicking outside of it
6e161ff8 [FIX] *: use `Color` alias wherever we work with color strings
bec6ce86 [FIX] *: standardization of color representation Task: 3193882
4289c2a1 [FIX] type: Fix the Alias type
46788632 [MOV] filter: rename fitler_icons_overlay file
c712b029 [IMP] xlsx_import: support more date formats
37929884 [FIX] tests: Bypass useless `drawGrid` Task: 3254822
aadde0e3 [FIX] popover: adjusted z-index for popovers
a6f93004 [FIX] tokenizer: detect xc with sheet name starting with a number Task: 3215464
11499072 [IMP] spreadsheet: inherit font family
f64e73df [FIX] demo: optional askConfirmation cancel argument

closes #2337

Signed-off-by: Rémi Rahir (rar) <[email protected]>
  • Loading branch information
rrahir committed Apr 13, 2023
1 parent 24ab3ed commit 3141a6d
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": "16.1.6",
"version": "16.1.7",
"description": "A spreadsheet component",
"main": "dist/o-spreadsheet.cjs.js",
"browser": "dist/o-spreadsheet.iife.js",
Expand Down

0 comments on commit 3141a6d

Please sign in to comment.