Skip to content

Commit d65ed40

Browse files
committed
v1.3.0
1 parent adc2c0a commit d65ed40

Some content is hidden

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

41 files changed

+138
-39
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.3.0](https://github.com/deephaven/web-client-ui/compare/v1.2.0...v1.3.0) (2025-07-23)
7+
8+
### Features
9+
10+
- DH-19897: Handle missing jsapi/dh-internal.js files on core workers ([#2501](https://github.com/deephaven/web-client-ui/issues/2501)) ([7ecb9ac](https://github.com/deephaven/web-client-ui/commit/7ecb9acb027846cf7f71d2cac9e7f844f751e734))
11+
12+
### Bug Fixes
13+
14+
- DH-18976: Add proper bounds to pendingRow logic ([#2457](https://github.com/deephaven/web-client-ui/issues/2457)) ([5d15019](https://github.com/deephaven/web-client-ui/commit/5d1501913fbfb28f60cb177ad9dad700be285862))
15+
- DH-19917: reduce contrast of light theme disabled color ([#2506](https://github.com/deephaven/web-client-ui/issues/2506)) ([6127bff](https://github.com/deephaven/web-client-ui/commit/6127bff8842af2d254491df84fb78523e520b987))
16+
- DH-19963: Remove grid-block-events when Grid unmounts ([#2507](https://github.com/deephaven/web-client-ui/issues/2507)) ([2c20ab1](https://github.com/deephaven/web-client-ui/commit/2c20ab14a05e8eca6168e96742f144360b79e6af))
17+
- Fixing ComponentType props ([#2498](https://github.com/deephaven/web-client-ui/issues/2498)) ([8c8edd5](https://github.com/deephaven/web-client-ui/commit/8c8edd5ddca3bd94443180fb9a1b5dba4dbcce3b)), closes [#2477](https://github.com/deephaven/web-client-ui/issues/2477)
18+
619
## [1.2.0](https://github.com/deephaven/web-client-ui/compare/v1.1.1...v1.2.0) (2025-07-16)
720

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

package-lock.json

Lines changed: 19 additions & 19 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.3.0](https://github.com/deephaven/web-client-ui/compare/v1.2.0...v1.3.0) (2025-07-23)
7+
8+
**Note:** Version bump only for package @deephaven/app-utils
9+
610
## [1.2.0](https://github.com/deephaven/web-client-ui/compare/v1.1.1...v1.2.0) (2025-07-16)
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.2.0",
3+
"version": "1.3.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.3.0](https://github.com/deephaven/web-client-ui/compare/v1.2.0...v1.3.0) (2025-07-23)
7+
8+
**Note:** Version bump only for package @deephaven/auth-plugins
9+
610
## [1.2.0](https://github.com/deephaven/web-client-ui/compare/v1.1.1...v1.2.0) (2025-07-16)
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.2.0",
3+
"version": "1.3.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.3.0](https://github.com/deephaven/web-client-ui/compare/v1.2.0...v1.3.0) (2025-07-23)
7+
8+
**Note:** Version bump only for package @deephaven/chart
9+
610
## [1.2.0](https://github.com/deephaven/web-client-ui/compare/v1.1.1...v1.2.0) (2025-07-16)
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.2.0",
3+
"version": "1.3.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.3.0](https://github.com/deephaven/web-client-ui/compare/v1.2.0...v1.3.0) (2025-07-23)
7+
8+
**Note:** Version bump only for package @deephaven/code-studio
9+
610
## [1.2.0](https://github.com/deephaven/web-client-ui/compare/v1.1.1...v1.2.0) (2025-07-16)
711

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

0 commit comments

Comments
 (0)