Skip to content

Commit

Permalink
v0.96.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrunyon committed Oct 4, 2024
1 parent 1278634 commit 5e116d8
Show file tree
Hide file tree
Showing 73 changed files with 331 additions and 71 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.96.0](https://github.com/deephaven/web-client-ui/compare/v0.95.0...v0.96.0) (2024-10-04)

### ⚠ BREAKING CHANGES

- The app should call `MonacoUtils.init` with a `getWorker` function that
uses the JSON worker in addition to the general fallback worker when
adding support for configuring ruff.

### Features

- checkbox_group re-export ([#2212](https://github.com/deephaven/web-client-ui/issues/2212)) ([a24dc8c](https://github.com/deephaven/web-client-ui/commit/a24dc8c447bc892aea2947641c32371d348042dc)), closes [#2211](https://github.com/deephaven/web-client-ui/issues/2211)
- Ruff Python formatter and linter ([#2233](https://github.com/deephaven/web-client-ui/issues/2233)) ([4839d72](https://github.com/deephaven/web-client-ui/commit/4839d72d3f0b9060efaa83ba054c40e0bff86522)), closes [#1255](https://github.com/deephaven/web-client-ui/issues/1255)

### Bug Fixes

- Change ruff errors to warnings and fix config saving ([#2246](https://github.com/deephaven/web-client-ui/issues/2246)) ([6ae25a2](https://github.com/deephaven/web-client-ui/commit/6ae25a258ff4868d74e01040bbdf959bc7dd5586))
- Closing tab with middle mouse on Linux pasting into active editor ([#2240](https://github.com/deephaven/web-client-ui/issues/2240)) ([91bd8fe](https://github.com/deephaven/web-client-ui/commit/91bd8fe18fc0ae8cdc40775a71f63e2d7b6e8355)), closes [#1461](https://github.com/deephaven/web-client-ui/issues/1461)
- DH-17537: Fix Advanced Filter dialog not showing the values list on tree tables ([#2232](https://github.com/deephaven/web-client-ui/issues/2232)) ([86e16ee](https://github.com/deephaven/web-client-ui/commit/86e16eec31eed6a4e89a18c6412d4396a724bac0))
- DH-17730: Fix Proxy Model Undefined Formatter ([#2237](https://github.com/deephaven/web-client-ui/issues/2237)) ([ee1bc2f](https://github.com/deephaven/web-client-ui/commit/ee1bc2f0d5d4bfe69ae667d51cc9d94bfed905d4))
- improve color contrast of editor find in dark mode ([#2248](https://github.com/deephaven/web-client-ui/issues/2248)) ([f8dd133](https://github.com/deephaven/web-client-ui/commit/f8dd1332b2027f93c5b9cbb174f79261298d0ea5))
- Layout shifts when opening and closing panels from a fresh state ([#2241](https://github.com/deephaven/web-client-ui/issues/2241)) ([aad0aa6](https://github.com/deephaven/web-client-ui/commit/aad0aa6a52d45cc7e5faf89d967a33d6b3714aa9)), closes [#1268](https://github.com/deephaven/web-client-ui/issues/1268)
- Reuse dashboard tabs when reassigning the variable ([#2243](https://github.com/deephaven/web-client-ui/issues/2243)) ([d2c6eab](https://github.com/deephaven/web-client-ui/commit/d2c6eabb1fe313708fadd6676858466710159fda)), closes [#1971](https://github.com/deephaven/web-client-ui/issues/1971)

## [0.95.0](https://github.com/deephaven/web-client-ui/compare/v0.94.0...v0.95.0) (2024-09-20)

### ⚠ BREAKING CHANGES
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.95.0",
"version": "0.96.0",
"command": {
"publish": {
"distTag": "latest"
Expand Down
70 changes: 35 additions & 35 deletions package-lock.json

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

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

## [0.96.0](https://github.com/deephaven/web-client-ui/compare/v0.95.0...v0.96.0) (2024-10-04)

### ⚠ BREAKING CHANGES

- The app should call `MonacoUtils.init` with a `getWorker` function that
uses the JSON worker in addition to the general fallback worker when
adding support for configuring ruff.

### Features

- Ruff Python formatter and linter ([#2233](https://github.com/deephaven/web-client-ui/issues/2233)) ([4839d72](https://github.com/deephaven/web-client-ui/commit/4839d72d3f0b9060efaa83ba054c40e0bff86522)), closes [#1255](https://github.com/deephaven/web-client-ui/issues/1255)

## [0.95.0](https://github.com/deephaven/web-client-ui/compare/v0.94.0...v0.95.0) (2024-09-20)

### ⚠ BREAKING CHANGES
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.95.0",
"version": "0.96.0",
"description": "Deephaven App Utils",
"author": "Deephaven Data Labs LLC",
"license": "Apache-2.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/auth-plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.96.0](https://github.com/deephaven/web-client-ui/compare/v0.95.0...v0.96.0) (2024-10-04)

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

## [0.95.0](https://github.com/deephaven/web-client-ui/compare/v0.94.0...v0.95.0) (2024-09-20)

### ⚠ BREAKING CHANGES
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.95.0",
"version": "0.96.0",
"description": "Deephaven Auth Plugins",
"keywords": [
"Deephaven",
Expand Down
Loading

0 comments on commit 5e116d8

Please sign in to comment.