Skip to content

Commit 21a2dce

Browse files
committed
v0.85.31
1 parent 085f7ce commit 21a2dce

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

+197
-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+
## [0.85.31](https://github.com/deephaven/web-client-ui/compare/v0.85.30...v0.85.31) (2025-06-27)
7+
8+
### Features
9+
10+
- Add input filter support to GridWidgetPlugin ([#2438](https://github.com/deephaven/web-client-ui/issues/2438)) ([#2466](https://github.com/deephaven/web-client-ui/issues/2466)) ([3bbb74d](https://github.com/deephaven/web-client-ui/commit/3bbb74d6db5bfc8aa09094a336b53a37e9290b58)), closes [#2462](https://github.com/deephaven/web-client-ui/issues/2462)
11+
- Add linker support to GridWidgetPlugin ([#2459](https://github.com/deephaven/web-client-ui/issues/2459)) ([#2473](https://github.com/deephaven/web-client-ui/issues/2473)) ([d8d621d](https://github.com/deephaven/web-client-ui/commit/d8d621df141e908c44e55ac349b2c9fc4f52475c))
12+
13+
### Bug Fixes
14+
15+
- DH-18906: Enable filters on constituent columns in rollups ([#2463](https://github.com/deephaven/web-client-ui/issues/2463)) ([#2475](https://github.com/deephaven/web-client-ui/issues/2475)) ([085f7ce](https://github.com/deephaven/web-client-ui/commit/085f7ce175735dd1a0588c38222074652998968e))
16+
- Grid making unnecessary onSelectionChanged calls ([#2471](https://github.com/deephaven/web-client-ui/issues/2471)) ([#2472](https://github.com/deephaven/web-client-ui/issues/2472)) ([0bd1462](https://github.com/deephaven/web-client-ui/commit/0bd1462300a553baf3c9092b5f864f4b600a02ac))
17+
618
## [0.85.30](https://github.com/deephaven/web-client-ui/compare/v0.85.29...v0.85.30) (2025-06-18)
719

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

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: 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.31](https://github.com/deephaven/web-client-ui/compare/v0.85.30...v0.85.31) (2025-06-27)
7+
8+
### Bug Fixes
9+
10+
- DH-18906: Enable filters on constituent columns in rollups ([#2463](https://github.com/deephaven/web-client-ui/issues/2463)) ([#2475](https://github.com/deephaven/web-client-ui/issues/2475)) ([085f7ce](https://github.com/deephaven/web-client-ui/commit/085f7ce175735dd1a0588c38222074652998968e))
11+
612
## [0.85.30](https://github.com/deephaven/web-client-ui/compare/v0.85.29...v0.85.30) (2025-06-18)
713

814
**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.30",
3+
"version": "0.85.31",
44
"description": "Deephaven App Utils",
55
"author": "Deephaven Data Labs LLC",
66
"license": "Apache-2.0",

packages/auth-plugins/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.31](https://github.com/deephaven/web-client-ui/compare/v0.85.30...v0.85.31) (2025-06-27)
7+
8+
### Bug Fixes
9+
10+
- DH-18906: Enable filters on constituent columns in rollups ([#2463](https://github.com/deephaven/web-client-ui/issues/2463)) ([#2475](https://github.com/deephaven/web-client-ui/issues/2475)) ([085f7ce](https://github.com/deephaven/web-client-ui/commit/085f7ce175735dd1a0588c38222074652998968e))
11+
612
## [0.85.30](https://github.com/deephaven/web-client-ui/compare/v0.85.29...v0.85.30) (2025-06-18)
713

814
**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.30",
3+
"version": "0.85.31",
44
"description": "Deephaven Auth Plugins",
55
"keywords": [
66
"Deephaven",

packages/chart/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.31](https://github.com/deephaven/web-client-ui/compare/v0.85.30...v0.85.31) (2025-06-27)
7+
8+
### Bug Fixes
9+
10+
- DH-18906: Enable filters on constituent columns in rollups ([#2463](https://github.com/deephaven/web-client-ui/issues/2463)) ([#2475](https://github.com/deephaven/web-client-ui/issues/2475)) ([085f7ce](https://github.com/deephaven/web-client-ui/commit/085f7ce175735dd1a0588c38222074652998968e))
11+
612
## [0.85.30](https://github.com/deephaven/web-client-ui/compare/v0.85.29...v0.85.30) (2025-06-18)
713

814
**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": "0.85.30",
3+
"version": "0.85.31",
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+
## [0.85.31](https://github.com/deephaven/web-client-ui/compare/v0.85.30...v0.85.31) (2025-06-27)
7+
8+
### Bug Fixes
9+
10+
- DH-18906: Enable filters on constituent columns in rollups ([#2463](https://github.com/deephaven/web-client-ui/issues/2463)) ([#2475](https://github.com/deephaven/web-client-ui/issues/2475)) ([085f7ce](https://github.com/deephaven/web-client-ui/commit/085f7ce175735dd1a0588c38222074652998968e))
11+
612
## [0.85.30](https://github.com/deephaven/web-client-ui/compare/v0.85.29...v0.85.30) (2025-06-18)
713

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

0 commit comments

Comments
 (0)