Skip to content

Commit d1b557f

Browse files
committed
v1.5.3
1 parent f2d2317 commit d1b557f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+163
-49
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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.5.3](https://github.com/deephaven/web-client-ui/compare/v1.5.2...v1.5.3) (2025-09-10)
7+
8+
### Bug Fixes
9+
10+
- DH-18648: Ensure grid panel doesn't crash when Pandas query restarted ([#2528](https://github.com/deephaven/web-client-ui/issues/2528)) ([9c969f0](https://github.com/deephaven/web-client-ui/commit/9c969f03fe27daff543c9dac920a69e7c949331c))
11+
- DH-19948: increase max dashboard tab title width ([#2532](https://github.com/deephaven/web-client-ui/issues/2532)) ([ceda82b](https://github.com/deephaven/web-client-ui/commit/ceda82bca9a998e9565babb8ab435cc90f13c513))
12+
- Export support logs is not working ([#2531](https://github.com/deephaven/web-client-ui/issues/2531)) ([f2d2317](https://github.com/deephaven/web-client-ui/commit/f2d2317d8c88f82d2ea45bde09b789e2a79ced20))
13+
- reduce spectrum popover excessive padding ([#2530](https://github.com/deephaven/web-client-ui/issues/2530)) ([53c4d26](https://github.com/deephaven/web-client-ui/commit/53c4d26045c3237b58aaffb8cb069f332b62120c))
14+
615
## [1.5.2](https://github.com/deephaven/web-client-ui/compare/v1.5.1...v1.5.2) (2025-09-03)
716

817
**Note:** Version bump only for package @deephaven/web-client-ui

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.5.2",
3+
"version": "1.5.3",
44
"command": {
55
"publish": {
66
"distTag": "latest"

package-lock.json

Lines changed: 24 additions & 24 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.5.3](https://github.com/deephaven/web-client-ui/compare/v1.5.2...v1.5.3) (2025-09-10)
7+
8+
**Note:** Version bump only for package @deephaven/app-utils
9+
610
## [1.5.2](https://github.com/deephaven/web-client-ui/compare/v1.5.1...v1.5.2) (2025-09-03)
711

812
**Note:** Version bump only for package @deephaven/app-utils

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.5.2",
3+
"version": "1.5.3",
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.5.3](https://github.com/deephaven/web-client-ui/compare/v1.5.2...v1.5.3) (2025-09-10)
7+
8+
**Note:** Version bump only for package @deephaven/auth-plugins
9+
610
## [1.5.2](https://github.com/deephaven/web-client-ui/compare/v1.5.1...v1.5.2) (2025-09-03)
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.5.2",
3+
"version": "1.5.3",
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.5.3](https://github.com/deephaven/web-client-ui/compare/v1.5.2...v1.5.3) (2025-09-10)
7+
8+
**Note:** Version bump only for package @deephaven/chart
9+
610
## [1.5.2](https://github.com/deephaven/web-client-ui/compare/v1.5.1...v1.5.2) (2025-09-03)
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.5.2",
3+
"version": "1.5.3",
44
"description": "Deephaven Chart",
55
"author": "Deephaven Data Labs LLC",
66
"license": "Apache-2.0",

packages/code-studio/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.5.3](https://github.com/deephaven/web-client-ui/compare/v1.5.2...v1.5.3) (2025-09-10)
7+
8+
### Bug Fixes
9+
10+
- reduce spectrum popover excessive padding ([#2530](https://github.com/deephaven/web-client-ui/issues/2530)) ([53c4d26](https://github.com/deephaven/web-client-ui/commit/53c4d26045c3237b58aaffb8cb069f332b62120c))
11+
612
## [1.5.2](https://github.com/deephaven/web-client-ui/compare/v1.5.1...v1.5.2) (2025-09-03)
713

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

0 commit comments

Comments
 (0)