Skip to content

Commit

Permalink
v0.72.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mofojed committed Apr 4, 2024
1 parent 1d9d216 commit cbff452
Show file tree
Hide file tree
Showing 71 changed files with 436 additions and 69 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,38 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.72.0](https://github.com/deephaven/web-client-ui/compare/v0.71.0...v0.72.0) (2024-04-04)


### Bug Fixes

* Add isInvalid prop to Select component ([#1883](https://github.com/deephaven/web-client-ui/issues/1883)) ([1803f31](https://github.com/deephaven/web-client-ui/commit/1803f31db3f0b5d2af2baf2931f47edb037c530e)), closes [#1882](https://github.com/deephaven/web-client-ui/issues/1882)
* adjust alignment of search input next/previous buttons ([#1917](https://github.com/deephaven/web-client-ui/issues/1917)) ([c7fcd38](https://github.com/deephaven/web-client-ui/commit/c7fcd38d41d27d7ff3cc32222b16b44412611b71))
* Dashboard onLayoutInitialized not firing if config is empty ([#1914](https://github.com/deephaven/web-client-ui/issues/1914)) ([84c648b](https://github.com/deephaven/web-client-ui/commit/84c648b74808d7aa9f3cb702e44e9a9ebc561c41))
* package-lock missing pinned dependency ([#1920](https://github.com/deephaven/web-client-ui/issues/1920)) ([1d9d216](https://github.com/deephaven/web-client-ui/commit/1d9d216ebaa32c1c1c26992bd9d28a71fbce20d0))


### Code Refactoring

* Change embed-grid and embed-chart to redirects ([#1873](https://github.com/deephaven/web-client-ui/issues/1873)) ([e17619a](https://github.com/deephaven/web-client-ui/commit/e17619a703fb621a091211820c7f7eedfe3b9f8e))


### Features

* Picker - formatter settings ([#1907](https://github.com/deephaven/web-client-ui/issues/1907)) ([f06a141](https://github.com/deephaven/web-client-ui/commit/f06a141a611e1a86c9b6dcbff963d61e3bee7010)), closes [#1889](https://github.com/deephaven/web-client-ui/issues/1889)
* re-export spectrum useStyleProp util ([#1916](https://github.com/deephaven/web-client-ui/issues/1916)) ([aafa14b](https://github.com/deephaven/web-client-ui/commit/aafa14b12e273c82f0df69d8d7b322c7fc8bff6c))
* wrap spectrum View, Text and Heading to accept custom colors ([#1903](https://github.com/deephaven/web-client-ui/issues/1903)) ([a03fa07](https://github.com/deephaven/web-client-ui/commit/a03fa0796e8a5a665d0badbd8380995567b0d6dc))


### BREAKING CHANGES

* `@deephaven/embed-grid` does not handle messages to the
iframe for filtering or sorting the grid any more





# [0.71.0](https://github.com/deephaven/web-client-ui/compare/v0.70.0...v0.71.0) (2024-03-28)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"useNx": false,
"version": "0.71.0",
"version": "0.72.0",
"command": {
"publish": {
"distTag": "latest"
Expand Down
68 changes: 34 additions & 34 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions packages/app-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.72.0](https://github.com/deephaven/web-client-ui/compare/v0.71.0...v0.72.0) (2024-04-04)

**Note:** Version bump only for package @deephaven/app-utils





# [0.71.0](https://github.com/deephaven/web-client-ui/compare/v0.70.0...v0.71.0) (2024-03-28)

**Note:** Version bump only for package @deephaven/app-utils
Expand Down
2 changes: 1 addition & 1 deletion packages/app-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deephaven/app-utils",
"version": "0.71.0",
"version": "0.72.0",
"description": "Deephaven App Utils",
"author": "Deephaven Data Labs LLC",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/auth-plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.72.0](https://github.com/deephaven/web-client-ui/compare/v0.71.0...v0.72.0) (2024-04-04)

**Note:** Version bump only for package @deephaven/auth-plugins





# [0.71.0](https://github.com/deephaven/web-client-ui/compare/v0.70.0...v0.71.0) (2024-03-28)

**Note:** Version bump only for package @deephaven/auth-plugins
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deephaven/auth-plugins",
"version": "0.71.0",
"version": "0.72.0",
"description": "Deephaven Auth Plugins",
"keywords": [
"Deephaven",
Expand Down
Loading

0 comments on commit cbff452

Please sign in to comment.