Skip to content

Commit 79a44fa

Browse files
committed
v1.10.0
1 parent 5d248c3 commit 79a44fa

Some content is hidden

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

47 files changed

+161
-45
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+
## [1.10.0](https://github.com/deephaven/web-client-ui/compare/v1.9.0...v1.10.0) (2025-11-20)
7+
8+
### Features
9+
10+
- adds a render slot to NavTabList after content ([#2565](https://github.com/deephaven/web-client-ui/issues/2565)) ([6981b5a](https://github.com/deephaven/web-client-ui/commit/6981b5a5c40dfd3749f6c7d728fafd3182afa8df))
11+
- DH-19382: Add actions and timing info on console history hover ([#2526](https://github.com/deephaven/web-client-ui/issues/2526)) ([17af14c](https://github.com/deephaven/web-client-ui/commit/17af14cbbe3b762fc31a435f5cbf1bffc08ce760))
12+
- Virtualize column organization lists ([#2568](https://github.com/deephaven/web-client-ui/issues/2568)) ([089eabd](https://github.com/deephaven/web-client-ui/commit/089eabd5a652c0486f37ea3dfcbe6b48f9e5ca5e)), closes [#1650](https://github.com/deephaven/web-client-ui/issues/1650)
13+
14+
### Bug Fixes
15+
16+
- rollup rows dropzone area in table sidebar ([#2572](https://github.com/deephaven/web-client-ui/issues/2572)) ([2d5f930](https://github.com/deephaven/web-client-ui/commit/2d5f9301153fb92641fe610d4c9791c99395c5e0))
17+
618
## [1.9.0](https://github.com/deephaven/web-client-ui/compare/v1.8.0...v1.9.0) (2025-11-12)
719

820
### 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.9.0",
3+
"version": "1.10.0",
44
"command": {
55
"publish": {
66
"distTag": "latest"

package-lock.json

Lines changed: 22 additions & 22 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.10.0](https://github.com/deephaven/web-client-ui/compare/v1.9.0...v1.10.0) (2025-11-20)
7+
8+
**Note:** Version bump only for package @deephaven/app-utils
9+
610
## [1.9.0](https://github.com/deephaven/web-client-ui/compare/v1.8.0...v1.9.0) (2025-11-12)
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.9.0",
3+
"version": "1.10.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.10.0](https://github.com/deephaven/web-client-ui/compare/v1.9.0...v1.10.0) (2025-11-20)
7+
8+
**Note:** Version bump only for package @deephaven/auth-plugins
9+
610
## [1.9.0](https://github.com/deephaven/web-client-ui/compare/v1.8.0...v1.9.0) (2025-11-12)
711

812
### Features

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.9.0",
3+
"version": "1.10.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.10.0](https://github.com/deephaven/web-client-ui/compare/v1.9.0...v1.10.0) (2025-11-20)
7+
8+
**Note:** Version bump only for package @deephaven/chart
9+
610
## [1.9.0](https://github.com/deephaven/web-client-ui/compare/v1.8.0...v1.9.0) (2025-11-12)
711

812
### Features

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.9.0",
3+
"version": "1.10.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.10.0](https://github.com/deephaven/web-client-ui/compare/v1.9.0...v1.10.0) (2025-11-20)
7+
8+
**Note:** Version bump only for package @deephaven/code-studio
9+
610
## [1.9.0](https://github.com/deephaven/web-client-ui/compare/v1.8.0...v1.9.0) (2025-11-12)
711

812
### Features

0 commit comments

Comments
 (0)