Skip to content

Commit 901db5e

Browse files
committed
v1.5.0
1 parent b31802c commit 901db5e

37 files changed

Lines changed: 144 additions & 35 deletions

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.5.0](https://github.com/deephaven/web-client-ui/compare/v1.4.0...v1.5.0) (2025-08-05)
7+
8+
### Features
9+
10+
- Added displayName to React contexts ([#2512](https://github.com/deephaven/web-client-ui/issues/2512)) ([4a9a836](https://github.com/deephaven/web-client-ui/commit/4a9a836a7eb0a681ea50492f386c1060462b16dd))
11+
- DH-10205: Add column text alignment to web ([#2513](https://github.com/deephaven/web-client-ui/issues/2513)) ([9cfa2c3](https://github.com/deephaven/web-client-ui/commit/9cfa2c3d3acb39c60c8792fb4957994b4b3eacee))
12+
13+
### Bug Fixes
14+
15+
- Allow undefined for useTablePlugin irisGridUtils ([#2515](https://github.com/deephaven/web-client-ui/issues/2515)) ([9378fa4](https://github.com/deephaven/web-client-ui/commit/9378fa4da769631f127ed09ecb937d470b538121))
16+
- Types for dashboard layout settings were not typed correctly ([#2516](https://github.com/deephaven/web-client-ui/issues/2516)) ([eca54ca](https://github.com/deephaven/web-client-ui/commit/eca54cacdfbf64ba5171231169f37b842ba47bb9))
17+
618
## [1.4.0](https://github.com/deephaven/web-client-ui/compare/v1.3.0...v1.4.0) (2025-07-29)
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.4.0",
3+
"version": "1.5.0",
44
"command": {
55
"publish": {
66
"distTag": "latest"

package-lock.json

Lines changed: 17 additions & 17 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.5.0](https://github.com/deephaven/web-client-ui/compare/v1.4.0...v1.5.0) (2025-08-05)
7+
8+
### Features
9+
10+
- Added displayName to React contexts ([#2512](https://github.com/deephaven/web-client-ui/issues/2512)) ([4a9a836](https://github.com/deephaven/web-client-ui/commit/4a9a836a7eb0a681ea50492f386c1060462b16dd))
11+
612
## [1.4.0](https://github.com/deephaven/web-client-ui/compare/v1.3.0...v1.4.0) (2025-07-29)
713

814
### 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.4.0",
3+
"version": "1.5.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.5.0](https://github.com/deephaven/web-client-ui/compare/v1.4.0...v1.5.0) (2025-08-05)
7+
8+
### Features
9+
10+
- Added displayName to React contexts ([#2512](https://github.com/deephaven/web-client-ui/issues/2512)) ([4a9a836](https://github.com/deephaven/web-client-ui/commit/4a9a836a7eb0a681ea50492f386c1060462b16dd))
11+
612
## [1.4.0](https://github.com/deephaven/web-client-ui/compare/v1.3.0...v1.4.0) (2025-07-29)
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.4.0",
3+
"version": "1.5.0",
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+
## [1.5.0](https://github.com/deephaven/web-client-ui/compare/v1.4.0...v1.5.0) (2025-08-05)
7+
8+
### Features
9+
10+
- Added displayName to React contexts ([#2512](https://github.com/deephaven/web-client-ui/issues/2512)) ([4a9a836](https://github.com/deephaven/web-client-ui/commit/4a9a836a7eb0a681ea50492f386c1060462b16dd))
11+
612
## [1.4.0](https://github.com/deephaven/web-client-ui/compare/v1.3.0...v1.4.0) (2025-07-29)
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": "1.4.0",
3+
"version": "1.5.0",
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+
## [1.5.0](https://github.com/deephaven/web-client-ui/compare/v1.4.0...v1.5.0) (2025-08-05)
7+
8+
### Features
9+
10+
- DH-10205: Add column text alignment to web ([#2513](https://github.com/deephaven/web-client-ui/issues/2513)) ([9cfa2c3](https://github.com/deephaven/web-client-ui/commit/9cfa2c3d3acb39c60c8792fb4957994b4b3eacee))
11+
612
## [1.4.0](https://github.com/deephaven/web-client-ui/compare/v1.3.0...v1.4.0) (2025-07-29)
713

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

0 commit comments

Comments
 (0)