Skip to content

Commit 7b2a23e

Browse files
committed
v1.11.0
1 parent 652c1a1 commit 7b2a23e

File tree

39 files changed

+151
-37
lines changed

39 files changed

+151
-37
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.11.0](https://github.com/deephaven/web-client-ui/compare/v1.10.3...v1.11.0) (2026-01-06)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
- `getColumnSeparatorIndex` now requires a `model`
11+
argument.
12+
13+
### Features
14+
15+
- DH-21093: Make usePersistentState available to all panels ([#2595](https://github.com/deephaven/web-client-ui/issues/2595)) ([652c1a1](https://github.com/deephaven/web-client-ui/commit/652c1a176c963f7af627fcdad7194481a00073ff))
16+
17+
### Bug Fixes
18+
19+
- DH-20243: improved notebook settings merging ([#2593](https://github.com/deephaven/web-client-ui/issues/2593)) ([fa61b3b](https://github.com/deephaven/web-client-ui/commit/fa61b3b81a8dcae0e5bd485f12dcc7afce94cbf6))
20+
- DH-21048: Organize columns overflow menu not closing on selection ([#2594](https://github.com/deephaven/web-client-ui/issues/2594)) ([59c8b25](https://github.com/deephaven/web-client-ui/commit/59c8b25ad33489fe336f812f8350f083e871cf4c))
21+
- DH-21144: usePersistentState flaky with React 18 ([#2590](https://github.com/deephaven/web-client-ui/issues/2590)) ([656c090](https://github.com/deephaven/web-client-ui/commit/656c090171aa5caafe5ccb4367aeabc8d9b437f3))
22+
- DH-21258: Fix column group separators ([#2597](https://github.com/deephaven/web-client-ui/issues/2597)) ([f2d6ced](https://github.com/deephaven/web-client-ui/commit/f2d6cedd0da38fb38a85a9e1a1fff4cb157bca20))
23+
624
## [1.10.3](https://github.com/deephaven/web-client-ui/compare/v1.10.2...v1.10.3) (2025-12-11)
725

826
**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.10.3",
3+
"version": "1.11.0",
44
"command": {
55
"publish": {
66
"distTag": "latest"

package-lock.json

Lines changed: 18 additions & 18 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.11.0](https://github.com/deephaven/web-client-ui/compare/v1.10.3...v1.11.0) (2026-01-06)
7+
8+
**Note:** Version bump only for package @deephaven/app-utils
9+
610
## [1.10.3](https://github.com/deephaven/web-client-ui/compare/v1.10.2...v1.10.3) (2025-12-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": "1.10.3",
3+
"version": "1.11.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.11.0](https://github.com/deephaven/web-client-ui/compare/v1.10.3...v1.11.0) (2026-01-06)
7+
8+
**Note:** Version bump only for package @deephaven/auth-plugins
9+
610
## [1.10.3](https://github.com/deephaven/web-client-ui/compare/v1.10.2...v1.10.3) (2025-12-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": "1.10.3",
3+
"version": "1.11.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.11.0](https://github.com/deephaven/web-client-ui/compare/v1.10.3...v1.11.0) (2026-01-06)
7+
8+
**Note:** Version bump only for package @deephaven/chart
9+
610
## [1.10.3](https://github.com/deephaven/web-client-ui/compare/v1.10.2...v1.10.3) (2025-12-11)
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.10.3",
3+
"version": "1.11.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.11.0](https://github.com/deephaven/web-client-ui/compare/v1.10.3...v1.11.0) (2026-01-06)
7+
8+
**Note:** Version bump only for package @deephaven/code-studio
9+
610
## [1.10.3](https://github.com/deephaven/web-client-ui/compare/v1.10.2...v1.10.3) (2025-12-11)
711

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

0 commit comments

Comments
 (0)