Skip to content

Commit 66947f1

Browse files
committed
[REL] 19.3.0-alpha.5
### Contains the following commits: 3e47e441a8 [FIX] grid_renderer_store: keep wrapping width with explicit align [Task: 6032407](https://www.odoo.com/odoo/2328/tasks/6032407) ae7001a6bb [REF] components: replace t-esc by t-out [Task: 5998915](https://www.odoo.com/odoo/2328/tasks/5998915) 2b2c51d60c [FIX] functions: stop debugging context [Task: 6052128](https://www.odoo.com/odoo/2328/tasks/6052128) 2f73242d56 [IMP] popover: improve popover styles [Task: 5949424](https://www.odoo.com/odoo/2328/tasks/5949424) f7a877957e [FIX] config: fix release flow [Task: 0](https://www.odoo.com/odoo/2328/tasks/0) 75ceaa4aa7 [FIX] SheetView: dirtify sheet viewport at UPDATE_CELL [Task: 5953775](https://www.odoo.com/odoo/2328/tasks/5953775) 67fec5544e [IMP] spreadsheet: add named ranges feature [Task: 5380498](https://www.odoo.com/odoo/2328/tasks/5380498) d3546edd58 [REF] ranges: remove sheetId argument of `adaptRanges` [Task: 5380498](https://www.odoo.com/odoo/2328/tasks/5380498) a54737acbc [FIX] text input: only trigger the onChange once [Task: 5380498](https://www.odoo.com/odoo/2328/tasks/5380498) 6f3e89bfac [REF] autocomplete: give full proposal as argument of `selectProposal` [Task: 5380498](https://www.odoo.com/odoo/2328/tasks/5380498) 3f755d2b55 [IMP] Excel: export link colors [Task: 5410289](https://www.odoo.com/odoo/2328/tasks/5410289) b893ca7d60 [FIX] xlsx: do not export dynamic tables to excel [Task: 5214240](https://www.odoo.com/odoo/2328/tasks/5214240) 0b5443140e [FIX] Pie chart: Fix legend position [Task: 6014240](https://www.odoo.com/odoo/2328/tasks/6014240) 22f36da8f8 [FIX] composer: hovering the right parenthesis show #BAD_EXPR [Task: 6019025](https://www.odoo.com/odoo/2328/tasks/6019025) closes #8225 Task: 0 Signed-off-by: Pierre Rousseau (pro) <pro@odoo.com>
1 parent 3e47e44 commit 66947f1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@odoo/o-spreadsheet",
3-
"version": "19.3.0-alpha.4",
3+
"version": "19.3.0-alpha.5",
44
"description": "A spreadsheet component",
55
"type": "module",
66
"main": "dist/o-spreadsheet.cjs.js",

0 commit comments

Comments
 (0)