Skip to content

Commit bec0256

Browse files
committed
v1.2.0
1 parent d51277b commit bec0256

Some content is hidden

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

43 files changed

+147
-41
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.2.0](https://github.com/deephaven/web-client-ui/compare/v1.1.1...v1.2.0) (2025-07-16)
7+
8+
### Features
9+
10+
- add dhPivotTable, dhAlignLeft, dhAlignCenter, dhAlignRight icons ([#2488](https://github.com/deephaven/web-client-ui/issues/2488)) ([43ca391](https://github.com/deephaven/web-client-ui/commit/43ca391f0254dfa6e596aab95804b324a5677fee))
11+
- DH-19146: ElementPlugin mapping hook ([#2477](https://github.com/deephaven/web-client-ui/issues/2477)) ([bc16dbd](https://github.com/deephaven/web-client-ui/commit/bc16dbd92d3699185768571eaea38bec973d53f6))
12+
- Table plugin support for GridWidgetPlugin ([#2478](https://github.com/deephaven/web-client-ui/issues/2478)) ([d698759](https://github.com/deephaven/web-client-ui/commit/d698759bc75e35d36fa5f4dab876882d8328816f))
13+
14+
### Bug Fixes
15+
16+
- DH-19882: Render loop occurring in React v18 ([#2490](https://github.com/deephaven/web-client-ui/issues/2490)) ([d51277b](https://github.com/deephaven/web-client-ui/commit/d51277b746d24fd4f2a0f40e030496863fba7765))
17+
- DH-19911: Fix initial isLoading state in usePromiseFactory when autoload is true ([#2489](https://github.com/deephaven/web-client-ui/issues/2489)) ([411f648](https://github.com/deephaven/web-client-ui/commit/411f648dec3409bfc4fab950bc93896a14de6f7e))
18+
619
## [1.1.1](https://github.com/deephaven/web-client-ui/compare/v1.1.0...v1.1.1) (2025-07-11)
720

821
### Bug Fixes

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.1.1",
3+
"version": "1.2.0",
44
"command": {
55
"publish": {
66
"distTag": "latest"

package-lock.json

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

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

0 commit comments

Comments
 (0)