Skip to content

Commit 8450735

Browse files
committed
v1.20.0
1 parent d6a2b98 commit 8450735

35 files changed

Lines changed: 123 additions & 33 deletions

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.20.0](https://github.com/deephaven/web-client-ui/compare/v1.19.0...v1.20.0) (2026-05-20)
7+
8+
### Features
9+
10+
- DH-21757: Allow widget plugins to register types as dashboard types ([#2679](https://github.com/deephaven/web-client-ui/issues/2679)) ([5028cf1](https://github.com/deephaven/web-client-ui/commit/5028cf18b41562cc1e3124385520517c4ed4c088))
11+
12+
### Bug Fixes
13+
14+
- DH-17831: Fix partition table losing quick filters ([#2682](https://github.com/deephaven/web-client-ui/issues/2682)) ([edb965f](https://github.com/deephaven/web-client-ui/commit/edb965fa464a0c174d7697ad736be9b958072cc9))
15+
- DH-22040: Open Dashboard List global shortcut conflicts ([#2677](https://github.com/deephaven/web-client-ui/issues/2677)) ([e81219d](https://github.com/deephaven/web-client-ui/commit/e81219dd5d4c3665cba4e0d88074bc6cc02cd4f6))
16+
- DH-22547: ESC cancels background row position ([#2683](https://github.com/deephaven/web-client-ui/issues/2683)) ([d6a2b98](https://github.com/deephaven/web-client-ui/commit/d6a2b98957b4158a3423eae2a14aaf3fcfc3c31e))
17+
- DH-22548: Command Selection Overrides Select File Button ([#2678](https://github.com/deephaven/web-client-ui/issues/2678)) ([0b5774e](https://github.com/deephaven/web-client-ui/commit/0b5774ed38609ccda28aba28445fcc7e5243b6c4))
18+
619
## [1.19.0](https://github.com/deephaven/web-client-ui/compare/v1.18.2...v1.19.0) (2026-05-13)
720

821
### Features

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"useNx": false,
3-
"version": "1.19.0",
3+
"version": "1.20.0",
44
"command": {
55
"publish": {
66
"distTag": "latest"

package-lock.json

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

packages/app-utils/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.20.0](https://github.com/deephaven/web-client-ui/compare/v1.19.0...v1.20.0) (2026-05-20)
7+
8+
**Note:** Version bump only for package @deephaven/app-utils
9+
610
## [1.19.0](https://github.com/deephaven/web-client-ui/compare/v1.18.2...v1.19.0) (2026-05-13)
711

812
### Features

packages/app-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deephaven/app-utils",
3-
"version": "1.19.0",
3+
"version": "1.20.0",
44
"description": "Deephaven App Utils",
55
"author": "Deephaven Data Labs LLC",
66
"license": "Apache-2.0",

packages/auth-plugins/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.20.0](https://github.com/deephaven/web-client-ui/compare/v1.19.0...v1.20.0) (2026-05-20)
7+
8+
**Note:** Version bump only for package @deephaven/auth-plugins
9+
610
## [1.19.0](https://github.com/deephaven/web-client-ui/compare/v1.18.2...v1.19.0) (2026-05-13)
711

812
**Note:** Version bump only for package @deephaven/auth-plugins

packages/auth-plugins/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deephaven/auth-plugins",
3-
"version": "1.19.0",
3+
"version": "1.20.0",
44
"description": "Deephaven Auth Plugins",
55
"keywords": [
66
"Deephaven",

packages/chart/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.20.0](https://github.com/deephaven/web-client-ui/compare/v1.19.0...v1.20.0) (2026-05-20)
7+
8+
**Note:** Version bump only for package @deephaven/chart
9+
610
## [1.17.0](https://github.com/deephaven/web-client-ui/compare/v1.16.1...v1.17.0) (2026-03-25)
711

812
**Note:** Version bump only for package @deephaven/chart

packages/chart/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deephaven/chart",
3-
"version": "1.17.0",
3+
"version": "1.20.0",
44
"description": "Deephaven Chart",
55
"author": "Deephaven Data Labs LLC",
66
"license": "Apache-2.0",

packages/code-studio/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.20.0](https://github.com/deephaven/web-client-ui/compare/v1.19.0...v1.20.0) (2026-05-20)
7+
8+
**Note:** Version bump only for package @deephaven/code-studio
9+
610
## [1.19.0](https://github.com/deephaven/web-client-ui/compare/v1.18.2...v1.19.0) (2026-05-13)
711

812
**Note:** Version bump only for package @deephaven/code-studio

0 commit comments

Comments
 (0)