Skip to content

Commit e3860a7

Browse files
committed
v0.85.34
1 parent fe15465 commit e3860a7

File tree

27 files changed

+96
-25
lines changed

27 files changed

+96
-25
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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+
## [0.85.34](https://github.com/deephaven/web-client-ui/compare/v0.85.33...v0.85.34) (2025-07-23)
7+
8+
### Bug Fixes
9+
10+
- Columns not auto sizing correctly ([#2359](https://github.com/deephaven/web-client-ui/issues/2359)) ([#2497](https://github.com/deephaven/web-client-ui/issues/2497)) ([d0cd79b](https://github.com/deephaven/web-client-ui/commit/d0cd79bf34a7ba9164cd194ec3ebd0d6afae32f9))
11+
- DH-18976: Add proper bounds to pendingRow logic ([#2457](https://github.com/deephaven/web-client-ui/issues/2457)) ([#2494](https://github.com/deephaven/web-client-ui/issues/2494)) ([a1644e7](https://github.com/deephaven/web-client-ui/commit/a1644e731c5e1908ecae5596cf0f6ff1df307735))
12+
- DH-19614: Add tree table formatting logic to tree model ([#2461](https://github.com/deephaven/web-client-ui/issues/2461)) ([#2491](https://github.com/deephaven/web-client-ui/issues/2491)) ([27171c5](https://github.com/deephaven/web-client-ui/commit/27171c58a3a346cf8a3d3f7254c0adce5d8463f9))
13+
- DH-19693: Add null/empty formatting to constituent strings ([#2495](https://github.com/deephaven/web-client-ui/issues/2495)) ([fe15465](https://github.com/deephaven/web-client-ui/commit/fe15465645f177c6f98b377257b513232e085e1d)), closes [#2464](https://github.com/deephaven/web-client-ui/issues/2464) [#2480](https://github.com/deephaven/web-client-ui/issues/2480)
14+
- DH-19963: Remove grid-block-events when Grid unmounts ([#2507](https://github.com/deephaven/web-client-ui/issues/2507)) ([#2508](https://github.com/deephaven/web-client-ui/issues/2508)) ([dd2ed32](https://github.com/deephaven/web-client-ui/commit/dd2ed3276eab9ca048a95f7f45bd7ce163cfa5a5))
15+
- Fix column width calculation logic in grid ([#2370](https://github.com/deephaven/web-client-ui/issues/2370)) ([#2499](https://github.com/deephaven/web-client-ui/issues/2499)) ([1c8f6e7](https://github.com/deephaven/web-client-ui/commit/1c8f6e7d80c03d8994c0496db13e39062ea24260))
16+
- prevent keyboard shortcuts from triggering unwanted behaviour when disconnected ([#2493](https://github.com/deephaven/web-client-ui/issues/2493)) ([8e3036a](https://github.com/deephaven/web-client-ui/commit/8e3036a528180f3ad31567fc710ed25704639eac)), closes [#2450](https://github.com/deephaven/web-client-ui/issues/2450)
17+
618
## [0.85.33](https://github.com/deephaven/web-client-ui/compare/v0.85.32...v0.85.33) (2025-07-11)
719

820
### Bug Fixes

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": "0.85.33",
3+
"version": "0.85.34",
44
"command": {
55
"publish": {
66
"distTag": "release-v0.85"

package-lock.json

Lines changed: 12 additions & 12 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+
## [0.85.34](https://github.com/deephaven/web-client-ui/compare/v0.85.33...v0.85.34) (2025-07-23)
7+
8+
**Note:** Version bump only for package @deephaven/app-utils
9+
610
## [0.85.33](https://github.com/deephaven/web-client-ui/compare/v0.85.32...v0.85.33) (2025-07-11)
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": "0.85.33",
3+
"version": "0.85.34",
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+
## [0.85.34](https://github.com/deephaven/web-client-ui/compare/v0.85.33...v0.85.34) (2025-07-23)
7+
8+
**Note:** Version bump only for package @deephaven/auth-plugins
9+
610
## [0.85.33](https://github.com/deephaven/web-client-ui/compare/v0.85.32...v0.85.33) (2025-07-11)
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": "0.85.33",
3+
"version": "0.85.34",
44
"description": "Deephaven Auth Plugins",
55
"keywords": [
66
"Deephaven",

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+
## [0.85.34](https://github.com/deephaven/web-client-ui/compare/v0.85.33...v0.85.34) (2025-07-23)
7+
8+
**Note:** Version bump only for package @deephaven/code-studio
9+
610
## [0.85.33](https://github.com/deephaven/web-client-ui/compare/v0.85.32...v0.85.33) (2025-07-11)
711

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

packages/code-studio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deephaven/code-studio",
3-
"version": "0.85.33",
3+
"version": "0.85.34",
44
"description": "Deephaven Code Studio",
55
"author": "Deephaven Data Labs LLC",
66
"license": "Apache-2.0",

packages/console/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+
## [0.85.34](https://github.com/deephaven/web-client-ui/compare/v0.85.33...v0.85.34) (2025-07-23)
7+
8+
### Bug Fixes
9+
10+
- prevent keyboard shortcuts from triggering unwanted behaviour when disconnected ([#2493](https://github.com/deephaven/web-client-ui/issues/2493)) ([8e3036a](https://github.com/deephaven/web-client-ui/commit/8e3036a528180f3ad31567fc710ed25704639eac)), closes [#2450](https://github.com/deephaven/web-client-ui/issues/2450)
11+
612
## [0.85.32](https://github.com/deephaven/web-client-ui/compare/v0.85.31...v0.85.32) (2025-06-27)
713

814
**Note:** Version bump only for package @deephaven/console

0 commit comments

Comments
 (0)