Skip to content

Commit

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

b1bac2fa [FIX] FiguresContainer: Restrict resizing if reaches header boundary Task: 3414127
4dbd4172 [FIX] TopBar: fix focus lost in grid
4123fd1b [FIX] Find&Replace: shorten the debounce on find search
3954b6c4 [FIX] find_and_replace: side panel disabled button css
1db36269 [FIX] SortPlugin: fix crash whith empty-ish cells
fa3a0917 [FIX] find_and_replace: update search undo/redo & add/delete header
eebf105d [FIX] find_and_replace: show formula checkbox not updating properly
7ab1cae2 [FIX] find_and_replace: hidden cell should not be considered
4924f7f7 [FIX] find_and_replace: updating the cell will update the search
159eeb7e [FIX] dashboard: Fixed filter icon position
db4e4d64 [IMP] pr_template: match template with commit format

closes #2729

Signed-off-by: Rémi Rahir (rar) <rar@odoo.com>
  • Loading branch information
rrahir committed Jul 26, 2023
1 parent b1bac2f commit 18da14b
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.0.14",
"version": "16.0.15",
"description": "A spreadsheet component",
"main": "dist/o-spreadsheet.cjs.js",
"browser": "dist/o-spreadsheet.iife.js",
Expand Down

0 comments on commit 18da14b

Please sign in to comment.