Skip to content

Commit e32b68f

Browse files
committed
v1.1.0
1 parent 5313ba1 commit e32b68f

Some content is hidden

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

75 files changed

+297
-73
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.1.0](https://github.com/deephaven/web-client-ui/compare/v1.0.0...v1.1.0) (2025-07-07)
7+
8+
### Features
9+
10+
- Add linker support to GridWidgetPlugin ([#2459](https://github.com/deephaven/web-client-ui/issues/2459)) ([a0a868d](https://github.com/deephaven/web-client-ui/commit/a0a868d107ef7bf3db3f1b3e554f704943070029))
11+
- DH-14431: Add shortcuts to cycle dashboards ([#2470](https://github.com/deephaven/web-client-ui/issues/2470)) ([5b572c3](https://github.com/deephaven/web-client-ui/commit/5b572c30ac9098cdca20864bfac59fd626f2d4e0))
12+
- DH-19632: Add shortcuts to cycle stacks and panels ([#2458](https://github.com/deephaven/web-client-ui/issues/2458)) ([97098f2](https://github.com/deephaven/web-client-ui/commit/97098f257d087c98dc7d734c7462da3197daf43e))
13+
14+
### Bug Fixes
15+
16+
- DH-18906: Enable filters on constituent columns in rollups ([#2463](https://github.com/deephaven/web-client-ui/issues/2463)) ([35046d1](https://github.com/deephaven/web-client-ui/commit/35046d16dca2105a26bba732cf3b2bdf8fcb35a5))
17+
- DH-19614: Add tree table formatting logic to tree model ([#2461](https://github.com/deephaven/web-client-ui/issues/2461)) ([1c9a8ed](https://github.com/deephaven/web-client-ui/commit/1c9a8ed1ebd923ffa07235b453602f9775660a6f))
18+
- DH-19693: Add null/empty formatting to constituent strings ([#2464](https://github.com/deephaven/web-client-ui/issues/2464)) ([3dfef4e](https://github.com/deephaven/web-client-ui/commit/3dfef4e2358c4c9d240cc1c9bbcd11b18f57c248))
19+
- DH-19731: Dashboard overflow handling ([#2479](https://github.com/deephaven/web-client-ui/issues/2479)) ([5313ba1](https://github.com/deephaven/web-client-ui/commit/5313ba1b243abaaddd7cb611e4b517127cc8da4b))
20+
- Enable golden-layout jest test and fix broken EventUtils test ([#2467](https://github.com/deephaven/web-client-ui/issues/2467)) ([3e851f5](https://github.com/deephaven/web-client-ui/commit/3e851f5d3fb33a666c6bf5eb0cc7dfd535ab606c))
21+
- Grid making unnecessary onSelectionChanged calls ([#2471](https://github.com/deephaven/web-client-ui/issues/2471)) ([495b4b4](https://github.com/deephaven/web-client-ui/commit/495b4b46f98e9b53e6d5a3e291f75898f3dfd9e3))
22+
623
## [1.0.0](https://github.com/deephaven/web-client-ui/compare/v0.109.0...v1.0.0) (2025-06-13)
724

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

package-lock.json

Lines changed: 36 additions & 36 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+
## [1.1.0](https://github.com/deephaven/web-client-ui/compare/v1.0.0...v1.1.0) (2025-07-07)
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)) ([35046d1](https://github.com/deephaven/web-client-ui/commit/35046d16dca2105a26bba732cf3b2bdf8fcb35a5))
11+
612
## [1.0.0](https://github.com/deephaven/web-client-ui/compare/v0.109.0...v1.0.0) (2025-06-13)
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": "1.0.0",
3+
"version": "1.1.0",
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+
## [1.1.0](https://github.com/deephaven/web-client-ui/compare/v1.0.0...v1.1.0) (2025-07-07)
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)) ([35046d1](https://github.com/deephaven/web-client-ui/commit/35046d16dca2105a26bba732cf3b2bdf8fcb35a5))
11+
612
## [1.0.0](https://github.com/deephaven/web-client-ui/compare/v0.109.0...v1.0.0) (2025-06-13)
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": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Deephaven Auth Plugins",
55
"keywords": [
66
"Deephaven",

0 commit comments

Comments
 (0)