Skip to content

Commit a155da6

Browse files
committed
v1.4.0
1 parent b4549e9 commit a155da6

39 files changed

+135
-37
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.4.0](https://github.com/deephaven/web-client-ui/compare/v1.3.0...v1.4.0) (2025-07-29)
7+
8+
### Features
9+
10+
- Add URI support and api associated with widget to useWidget ([#2509](https://github.com/deephaven/web-client-ui/issues/2509)) ([545d2bc](https://github.com/deephaven/web-client-ui/commit/545d2bc55a27b6ccff43b9b438319b47add2e7a7))
11+
- DH-19722: Better handling for large numbers of open dashboards ([#2481](https://github.com/deephaven/web-client-ui/issues/2481)) ([1d3ddff](https://github.com/deephaven/web-client-ui/commit/1d3ddff6353da0a3a7b0ba41f9d00bc59585f1b4))
12+
13+
### Bug Fixes
14+
15+
- DH-19601: Pin aggregations to the top in input tables ([#2502](https://github.com/deephaven/web-client-ui/issues/2502)) ([8407e4c](https://github.com/deephaven/web-client-ui/commit/8407e4c37ac3df3a37e306f229001ab56299c442))
16+
- Export useTablePlugin for use in dh.ui ([#2510](https://github.com/deephaven/web-client-ui/issues/2510)) ([cdd64d2](https://github.com/deephaven/web-client-ui/commit/cdd64d2f33872467488726709929071e8a8c0993))
17+
618
## [1.3.0](https://github.com/deephaven/web-client-ui/compare/v1.2.0...v1.3.0) (2025-07-23)
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.3.0",
3+
"version": "1.4.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: 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.4.0](https://github.com/deephaven/web-client-ui/compare/v1.3.0...v1.4.0) (2025-07-29)
7+
8+
### Features
9+
10+
- Add URI support and api associated with widget to useWidget ([#2509](https://github.com/deephaven/web-client-ui/issues/2509)) ([545d2bc](https://github.com/deephaven/web-client-ui/commit/545d2bc55a27b6ccff43b9b438319b47add2e7a7))
11+
612
## [1.3.0](https://github.com/deephaven/web-client-ui/compare/v1.2.0...v1.3.0) (2025-07-23)
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.3.0",
3+
"version": "1.4.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.4.0](https://github.com/deephaven/web-client-ui/compare/v1.3.0...v1.4.0) (2025-07-29)
7+
8+
**Note:** Version bump only for package @deephaven/auth-plugins
9+
610
## [1.3.0](https://github.com/deephaven/web-client-ui/compare/v1.2.0...v1.3.0) (2025-07-23)
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.3.0",
3+
"version": "1.4.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.4.0](https://github.com/deephaven/web-client-ui/compare/v1.3.0...v1.4.0) (2025-07-29)
7+
8+
**Note:** Version bump only for package @deephaven/chart
9+
610
## [1.3.0](https://github.com/deephaven/web-client-ui/compare/v1.2.0...v1.3.0) (2025-07-23)
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.3.0",
3+
"version": "1.4.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.4.0](https://github.com/deephaven/web-client-ui/compare/v1.3.0...v1.4.0) (2025-07-29)
7+
8+
**Note:** Version bump only for package @deephaven/code-studio
9+
610
## [1.3.0](https://github.com/deephaven/web-client-ui/compare/v1.2.0...v1.3.0) (2025-07-23)
711

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

0 commit comments

Comments
 (0)