From 5e116d87231c1c1685e31da2bd27c8eeef23f41e Mon Sep 17 00:00:00 2001 From: Matthew Runyon Date: Fri, 4 Oct 2024 10:56:44 -0500 Subject: [PATCH] v0.96.0 --- CHANGELOG.md | 23 +++++++ lerna.json | 2 +- package-lock.json | 70 ++++++++++---------- packages/app-utils/CHANGELOG.md | 12 ++++ packages/app-utils/package.json | 2 +- packages/auth-plugins/CHANGELOG.md | 4 ++ packages/auth-plugins/package.json | 2 +- packages/babel-preset/CHANGELOG.md | 4 ++ packages/babel-preset/package.json | 2 +- packages/chart/CHANGELOG.md | 4 ++ packages/chart/package.json | 2 +- packages/code-studio/CHANGELOG.md | 18 +++++ packages/code-studio/package.json | 2 +- packages/components/CHANGELOG.md | 17 +++++ packages/components/package.json | 2 +- packages/console/CHANGELOG.md | 16 +++++ packages/console/package.json | 2 +- packages/dashboard-core-plugins/CHANGELOG.md | 16 +++++ packages/dashboard-core-plugins/package.json | 2 +- packages/dashboard/CHANGELOG.md | 7 ++ packages/dashboard/package.json | 2 +- packages/embed-chart/CHANGELOG.md | 4 ++ packages/embed-chart/package.json | 2 +- packages/embed-grid/CHANGELOG.md | 4 ++ packages/embed-grid/package.json | 2 +- packages/embed-widget/CHANGELOG.md | 6 ++ packages/embed-widget/package.json | 2 +- packages/eslint-config/CHANGELOG.md | 4 ++ packages/eslint-config/package.json | 2 +- packages/file-explorer/CHANGELOG.md | 4 ++ packages/file-explorer/package.json | 2 +- packages/filters/CHANGELOG.md | 4 ++ packages/filters/package.json | 2 +- packages/golden-layout/CHANGELOG.md | 8 +++ packages/golden-layout/package.json | 2 +- packages/grid/CHANGELOG.md | 4 ++ packages/grid/package.json | 2 +- packages/icons/CHANGELOG.md | 4 ++ packages/icons/package.json | 2 +- packages/iris-grid/CHANGELOG.md | 17 +++++ packages/iris-grid/package.json | 2 +- packages/jsapi-bootstrap/CHANGELOG.md | 4 ++ packages/jsapi-bootstrap/package.json | 2 +- packages/jsapi-components/CHANGELOG.md | 4 ++ packages/jsapi-components/package.json | 2 +- packages/jsapi-shim/CHANGELOG.md | 4 ++ packages/jsapi-shim/package.json | 2 +- packages/jsapi-utils/CHANGELOG.md | 4 ++ packages/jsapi-utils/package.json | 2 +- packages/log/CHANGELOG.md | 4 ++ packages/log/package.json | 2 +- packages/mocks/CHANGELOG.md | 4 ++ packages/mocks/package.json | 2 +- packages/plugin/CHANGELOG.md | 4 ++ packages/plugin/package.json | 2 +- packages/pouch-storage/CHANGELOG.md | 4 ++ packages/pouch-storage/package.json | 2 +- packages/prettier-config/CHANGELOG.md | 4 ++ packages/prettier-config/package.json | 2 +- packages/react-hooks/CHANGELOG.md | 12 ++++ packages/react-hooks/package.json | 2 +- packages/redux/CHANGELOG.md | 12 ++++ packages/redux/package.json | 2 +- packages/storage/CHANGELOG.md | 4 ++ packages/storage/package.json | 2 +- packages/stylelint-config/CHANGELOG.md | 4 ++ packages/stylelint-config/package.json | 2 +- packages/test-utils/CHANGELOG.md | 4 ++ packages/test-utils/package.json | 2 +- packages/tsconfig/CHANGELOG.md | 4 ++ packages/tsconfig/package.json | 2 +- packages/utils/CHANGELOG.md | 4 ++ packages/utils/package.json | 2 +- 73 files changed, 331 insertions(+), 71 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 209166d22..392141dd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lerna.json b/lerna.json index fed2c3ceb..e950df8f2 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "useNx": false, - "version": "0.95.0", + "version": "0.96.0", "command": { "publish": { "distTag": "latest" diff --git a/package-lock.json b/package-lock.json index 1cf104ce3..c9fd8eb35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29277,7 +29277,7 @@ }, "packages/app-utils": { "name": "@deephaven/app-utils", - "version": "0.95.0", + "version": "0.96.0", "license": "Apache-2.0", "dependencies": { "@adobe/react-spectrum": "3.35.1", @@ -29372,7 +29372,7 @@ }, "packages/auth-plugins": { "name": "@deephaven/auth-plugins", - "version": "0.95.0", + "version": "0.96.0", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -29400,7 +29400,7 @@ }, "packages/babel-preset": { "name": "@deephaven/babel-preset", - "version": "0.95.0", + "version": "0.96.0", "license": "Apache-2.0", "dependencies": { "@babel/core": "^7.20.0", @@ -29415,7 +29415,7 @@ }, "packages/chart": { "name": "@deephaven/chart", - "version": "0.95.0", + "version": "0.96.0", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -29473,7 +29473,7 @@ }, "packages/code-studio": { "name": "@deephaven/code-studio", - "version": "0.95.0", + "version": "0.96.0", "license": "Apache-2.0", "dependencies": { "@adobe/react-spectrum": "3.35.1", @@ -29569,7 +29569,7 @@ }, "packages/components": { "name": "@deephaven/components", - "version": "0.95.0", + "version": "0.96.0", "license": "Apache-2.0", "dependencies": { "@adobe/react-spectrum": "3.35.1", @@ -29616,7 +29616,7 @@ }, "packages/console": { "name": "@deephaven/console", - "version": "0.95.0", + "version": "0.96.0", "license": "Apache-2.0", "dependencies": { "@astral-sh/ruff-wasm-web": "0.6.4", @@ -29659,7 +29659,7 @@ }, "packages/dashboard": { "name": "@deephaven/dashboard", - "version": "0.95.0", + "version": "0.96.0", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -29690,7 +29690,7 @@ }, "packages/dashboard-core-plugins": { "name": "@deephaven/dashboard-core-plugins", - "version": "0.95.0", + "version": "0.96.0", "license": "Apache-2.0", "dependencies": { "@deephaven/chart": "file:../chart", @@ -30122,17 +30122,17 @@ }, "packages/embed-chart": { "name": "@deephaven/embed-chart", - "version": "0.95.0", + "version": "0.96.0", "license": "Apache-2.0" }, "packages/embed-grid": { "name": "@deephaven/embed-grid", - "version": "0.95.0", + "version": "0.96.0", "license": "Apache-2.0" }, "packages/embed-widget": { "name": "@deephaven/embed-widget", - "version": "0.95.0", + "version": "0.96.0", "license": "Apache-2.0", "dependencies": { "@deephaven/app-utils": "file:../app-utils", @@ -30163,7 +30163,7 @@ }, "packages/eslint-config": { "name": "@deephaven/eslint-config", - "version": "0.95.0", + "version": "0.96.0", "license": "Apache-2.0", "dependencies": { "eslint-config-airbnb": "^19.0.4", @@ -30182,7 +30182,7 @@ }, "packages/file-explorer": { "name": "@deephaven/file-explorer", - "version": "0.95.0", + "version": "0.96.0", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -30209,7 +30209,7 @@ }, "packages/filters": { "name": "@deephaven/filters", - "version": "0.95.0", + "version": "0.96.0", "license": "Apache-2.0", "engines": { "node": ">=16" @@ -30217,7 +30217,7 @@ }, "packages/golden-layout": { "name": "@deephaven/golden-layout", - "version": "0.95.0", + "version": "0.96.0", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -30237,7 +30237,7 @@ }, "packages/grid": { "name": "@deephaven/grid", - "version": "0.95.0", + "version": "0.96.0", "license": "Apache-2.0", "dependencies": { "@deephaven/utils": "file:../utils", @@ -30259,7 +30259,7 @@ }, "packages/icons": { "name": "@deephaven/icons", - "version": "0.95.0", + "version": "0.96.0", "license": "Apache-2.0", "dependencies": { "@fortawesome/fontawesome-common-types": "^6.1.1" @@ -30276,7 +30276,7 @@ }, "packages/iris-grid": { "name": "@deephaven/iris-grid", - "version": "0.95.0", + "version": "0.96.0", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -30324,7 +30324,7 @@ }, "packages/jsapi-bootstrap": { "name": "@deephaven/jsapi-bootstrap", - "version": "0.95.0", + "version": "0.96.0", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -30346,7 +30346,7 @@ }, "packages/jsapi-components": { "name": "@deephaven/jsapi-components", - "version": "0.95.0", + "version": "0.96.0", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -30376,7 +30376,7 @@ }, "packages/jsapi-shim": { "name": "@deephaven/jsapi-shim", - "version": "0.95.0", + "version": "0.96.0", "license": "Apache-2.0", "dependencies": { "@deephaven/jsapi-types": "^1.0.0-dev0.34.0", @@ -30397,7 +30397,7 @@ }, "packages/jsapi-utils": { "name": "@deephaven/jsapi-utils", - "version": "0.95.0", + "version": "0.96.0", "license": "Apache-2.0", "dependencies": { "@deephaven/filters": "file:../filters", @@ -30417,7 +30417,7 @@ }, "packages/log": { "name": "@deephaven/log", - "version": "0.95.0", + "version": "0.96.0", "license": "Apache-2.0", "dependencies": { "event-target-shim": "^6.0.2" @@ -30428,7 +30428,7 @@ }, "packages/mocks": { "name": "@deephaven/mocks", - "version": "0.95.0", + "version": "0.96.0", "license": "Apache-2.0", "peerDependencies": { "jest": "29.x" @@ -30436,7 +30436,7 @@ }, "packages/plugin": { "name": "@deephaven/plugin", - "version": "0.95.0", + "version": "0.96.0", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -30487,7 +30487,7 @@ }, "packages/pouch-storage": { "name": "@deephaven/pouch-storage", - "version": "0.95.0", + "version": "0.96.0", "license": "Apache-2.0", "dependencies": { "@deephaven/console": "file:../console", @@ -30508,7 +30508,7 @@ }, "packages/prettier-config": { "name": "@deephaven/prettier-config", - "version": "0.95.0", + "version": "0.96.0", "license": "Apache-2.0", "peerDependencies": { "prettier": "^3.0.0" @@ -30516,7 +30516,7 @@ }, "packages/react-hooks": { "name": "@deephaven/react-hooks", - "version": "0.95.0", + "version": "0.96.0", "license": "Apache-2.0", "dependencies": { "@adobe/react-spectrum": "3.35.1", @@ -30538,7 +30538,7 @@ }, "packages/redux": { "name": "@deephaven/redux", - "version": "0.95.0", + "version": "0.96.0", "license": "Apache-2.0", "dependencies": { "@deephaven/jsapi-types": "^1.0.0-dev0.34.0", @@ -30558,7 +30558,7 @@ }, "packages/storage": { "name": "@deephaven/storage", - "version": "0.95.0", + "version": "0.96.0", "license": "Apache-2.0", "dependencies": { "@deephaven/filters": "file:../filters", @@ -30574,7 +30574,7 @@ }, "packages/stylelint-config": { "name": "@deephaven/stylelint-config", - "version": "0.95.0", + "version": "0.96.0", "license": "Apache-2.0", "dependencies": { "stylelint-config-prettier-scss": "^0.0.1", @@ -30586,7 +30586,7 @@ }, "packages/test-utils": { "name": "@deephaven/test-utils", - "version": "0.95.0", + "version": "0.96.0", "license": "Apache-2.0", "engines": { "node": ">=16" @@ -30594,13 +30594,13 @@ }, "packages/tsconfig": { "name": "@deephaven/tsconfig", - "version": "0.95.0", + "version": "0.96.0", "license": "Apache-2.0" }, "packages/util": {}, "packages/utils": { "name": "@deephaven/utils", - "version": "0.95.0", + "version": "0.96.0", "license": "Apache-2.0", "devDependencies": { "@deephaven/test-utils": "file:../test-utils" diff --git a/packages/app-utils/CHANGELOG.md b/packages/app-utils/CHANGELOG.md index acc82ec32..b1c2e0ffe 100644 --- a/packages/app-utils/CHANGELOG.md +++ b/packages/app-utils/CHANGELOG.md @@ -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 diff --git a/packages/app-utils/package.json b/packages/app-utils/package.json index bb424de70..cef906dfd 100644 --- a/packages/app-utils/package.json +++ b/packages/app-utils/package.json @@ -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", diff --git a/packages/auth-plugins/CHANGELOG.md b/packages/auth-plugins/CHANGELOG.md index 1360abf69..13e5b6c4f 100644 --- a/packages/auth-plugins/CHANGELOG.md +++ b/packages/auth-plugins/CHANGELOG.md @@ -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 diff --git a/packages/auth-plugins/package.json b/packages/auth-plugins/package.json index 6301f948c..6700294bb 100644 --- a/packages/auth-plugins/package.json +++ b/packages/auth-plugins/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/auth-plugins", - "version": "0.95.0", + "version": "0.96.0", "description": "Deephaven Auth Plugins", "keywords": [ "Deephaven", diff --git a/packages/babel-preset/CHANGELOG.md b/packages/babel-preset/CHANGELOG.md index dcfdb96b8..2a8ec1889 100644 --- a/packages/babel-preset/CHANGELOG.md +++ b/packages/babel-preset/CHANGELOG.md @@ -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/babel-preset + ## [0.95.0](https://github.com/deephaven/web-client-ui/compare/v0.94.0...v0.95.0) (2024-09-20) **Note:** Version bump only for package @deephaven/babel-preset diff --git a/packages/babel-preset/package.json b/packages/babel-preset/package.json index ee3f9312b..d7de24dff 100644 --- a/packages/babel-preset/package.json +++ b/packages/babel-preset/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/babel-preset", - "version": "0.95.0", + "version": "0.96.0", "description": "Deephaven Babel preset", "repository": { "type": "git", diff --git a/packages/chart/CHANGELOG.md b/packages/chart/CHANGELOG.md index fc13b5e8a..550096b3f 100644 --- a/packages/chart/CHANGELOG.md +++ b/packages/chart/CHANGELOG.md @@ -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/chart + ## [0.95.0](https://github.com/deephaven/web-client-ui/compare/v0.94.0...v0.95.0) (2024-09-20) ### ⚠ BREAKING CHANGES diff --git a/packages/chart/package.json b/packages/chart/package.json index c0f543c9d..93d930510 100644 --- a/packages/chart/package.json +++ b/packages/chart/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/chart", - "version": "0.95.0", + "version": "0.96.0", "description": "Deephaven Chart", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/code-studio/CHANGELOG.md b/packages/code-studio/CHANGELOG.md index d071bbe04..6fb791abd 100644 --- a/packages/code-studio/CHANGELOG.md +++ b/packages/code-studio/CHANGELOG.md @@ -3,6 +3,24 @@ 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)) +- 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 diff --git a/packages/code-studio/package.json b/packages/code-studio/package.json index 648b088d8..bf790c904 100644 --- a/packages/code-studio/package.json +++ b/packages/code-studio/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/code-studio", - "version": "0.95.0", + "version": "0.96.0", "description": "Deephaven Code Studio", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index cfea20e16..b03d29b26 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -3,6 +3,23 @@ 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 + +- 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)) + ## [0.95.0](https://github.com/deephaven/web-client-ui/compare/v0.94.0...v0.95.0) (2024-09-20) ### ⚠ BREAKING CHANGES diff --git a/packages/components/package.json b/packages/components/package.json index bfc460be2..c45f0bee2 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/components", - "version": "0.95.0", + "version": "0.96.0", "description": "Deephaven React component library", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/console/CHANGELOG.md b/packages/console/CHANGELOG.md index e536cab65..488505af0 100644 --- a/packages/console/CHANGELOG.md +++ b/packages/console/CHANGELOG.md @@ -3,6 +3,22 @@ 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) + +### 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)) + ## [0.95.0](https://github.com/deephaven/web-client-ui/compare/v0.94.0...v0.95.0) (2024-09-20) ### ⚠ BREAKING CHANGES diff --git a/packages/console/package.json b/packages/console/package.json index 6700fb523..88185f79e 100644 --- a/packages/console/package.json +++ b/packages/console/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/console", - "version": "0.95.0", + "version": "0.96.0", "description": "Deephaven Console", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/dashboard-core-plugins/CHANGELOG.md b/packages/dashboard-core-plugins/CHANGELOG.md index 6ee80f8be..e5ba210f4 100644 --- a/packages/dashboard-core-plugins/CHANGELOG.md +++ b/packages/dashboard-core-plugins/CHANGELOG.md @@ -3,6 +3,22 @@ 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) + +### Bug Fixes + +- 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 diff --git a/packages/dashboard-core-plugins/package.json b/packages/dashboard-core-plugins/package.json index 10c17894a..a9bd5d298 100644 --- a/packages/dashboard-core-plugins/package.json +++ b/packages/dashboard-core-plugins/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/dashboard-core-plugins", - "version": "0.95.0", + "version": "0.96.0", "description": "Deephaven Dashboard Core Plugins", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/dashboard/CHANGELOG.md b/packages/dashboard/CHANGELOG.md index 35f1a7210..b390c2e22 100644 --- a/packages/dashboard/CHANGELOG.md +++ b/packages/dashboard/CHANGELOG.md @@ -3,6 +3,13 @@ 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) + +### Bug Fixes + +- 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 diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index 9f476986d..557842277 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/dashboard", - "version": "0.95.0", + "version": "0.96.0", "description": "Deephaven Dashboard", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/embed-chart/CHANGELOG.md b/packages/embed-chart/CHANGELOG.md index b1b3844bb..56783e564 100644 --- a/packages/embed-chart/CHANGELOG.md +++ b/packages/embed-chart/CHANGELOG.md @@ -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/embed-chart + ## [0.95.0](https://github.com/deephaven/web-client-ui/compare/v0.94.0...v0.95.0) (2024-09-20) **Note:** Version bump only for package @deephaven/embed-chart diff --git a/packages/embed-chart/package.json b/packages/embed-chart/package.json index c73eaad3a..62c6e2f01 100644 --- a/packages/embed-chart/package.json +++ b/packages/embed-chart/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/embed-chart", - "version": "0.95.0", + "version": "0.96.0", "description": "Deephaven Embedded Chart", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/embed-grid/CHANGELOG.md b/packages/embed-grid/CHANGELOG.md index 9ff017269..40279beae 100644 --- a/packages/embed-grid/CHANGELOG.md +++ b/packages/embed-grid/CHANGELOG.md @@ -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/embed-grid + ## [0.95.0](https://github.com/deephaven/web-client-ui/compare/v0.94.0...v0.95.0) (2024-09-20) **Note:** Version bump only for package @deephaven/embed-grid diff --git a/packages/embed-grid/package.json b/packages/embed-grid/package.json index d96e3ecf9..c6bc73d73 100644 --- a/packages/embed-grid/package.json +++ b/packages/embed-grid/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/embed-grid", - "version": "0.95.0", + "version": "0.96.0", "description": "Deephaven Embedded Grid", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/embed-widget/CHANGELOG.md b/packages/embed-widget/CHANGELOG.md index 1c102f6c8..73aa95683 100644 --- a/packages/embed-widget/CHANGELOG.md +++ b/packages/embed-widget/CHANGELOG.md @@ -3,6 +3,12 @@ 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) + +### Bug Fixes + +- 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 diff --git a/packages/embed-widget/package.json b/packages/embed-widget/package.json index 0f4fe6749..ffac30646 100644 --- a/packages/embed-widget/package.json +++ b/packages/embed-widget/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/embed-widget", - "version": "0.95.0", + "version": "0.96.0", "description": "Deephaven Embedded Widget", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index fade5048f..6cabc2fcf 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -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/eslint-config + ## [0.95.0](https://github.com/deephaven/web-client-ui/compare/v0.94.0...v0.95.0) (2024-09-20) ### ⚠ BREAKING CHANGES diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 95401e59c..9e1c14090 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/eslint-config", - "version": "0.95.0", + "version": "0.96.0", "description": "Deephaven ESLint configuration", "repository": { "type": "git", diff --git a/packages/file-explorer/CHANGELOG.md b/packages/file-explorer/CHANGELOG.md index 036106f0b..579b0fb3f 100644 --- a/packages/file-explorer/CHANGELOG.md +++ b/packages/file-explorer/CHANGELOG.md @@ -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/file-explorer + ## [0.95.0](https://github.com/deephaven/web-client-ui/compare/v0.94.0...v0.95.0) (2024-09-20) ### ⚠ BREAKING CHANGES diff --git a/packages/file-explorer/package.json b/packages/file-explorer/package.json index b4881a3d6..940ba224a 100644 --- a/packages/file-explorer/package.json +++ b/packages/file-explorer/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/file-explorer", - "version": "0.95.0", + "version": "0.96.0", "description": "Deephaven File Explorer React component", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/filters/CHANGELOG.md b/packages/filters/CHANGELOG.md index deda24bcb..3a91af172 100644 --- a/packages/filters/CHANGELOG.md +++ b/packages/filters/CHANGELOG.md @@ -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/filters + ## [0.95.0](https://github.com/deephaven/web-client-ui/compare/v0.94.0...v0.95.0) (2024-09-20) ### ⚠ BREAKING CHANGES diff --git a/packages/filters/package.json b/packages/filters/package.json index 526ea2047..845fda323 100644 --- a/packages/filters/package.json +++ b/packages/filters/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/filters", - "version": "0.95.0", + "version": "0.96.0", "description": "Deephaven Filters", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/golden-layout/CHANGELOG.md b/packages/golden-layout/CHANGELOG.md index 9a6e29eef..0895e2205 100644 --- a/packages/golden-layout/CHANGELOG.md +++ b/packages/golden-layout/CHANGELOG.md @@ -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.96.0](https://github.com/deephaven/web-client-ui/compare/v0.95.0...v0.96.0) (2024-10-04) + +### Bug Fixes + +- 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) +- 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) **Note:** Version bump only for package @deephaven/golden-layout diff --git a/packages/golden-layout/package.json b/packages/golden-layout/package.json index 35b27a10c..f715a45a4 100644 --- a/packages/golden-layout/package.json +++ b/packages/golden-layout/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/golden-layout", - "version": "0.95.0", + "version": "0.96.0", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", "description": "A multi-screen javascript Layout manager", diff --git a/packages/grid/CHANGELOG.md b/packages/grid/CHANGELOG.md index f0971b2aa..05ce3b7ca 100644 --- a/packages/grid/CHANGELOG.md +++ b/packages/grid/CHANGELOG.md @@ -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/grid + ## [0.95.0](https://github.com/deephaven/web-client-ui/compare/v0.94.0...v0.95.0) (2024-09-20) ### ⚠ BREAKING CHANGES diff --git a/packages/grid/package.json b/packages/grid/package.json index 455762a86..d49c831d8 100644 --- a/packages/grid/package.json +++ b/packages/grid/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/grid", - "version": "0.95.0", + "version": "0.96.0", "description": "Deephaven React grid component", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 454d28fa9..f8bcdfe21 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -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/icons + ## [0.95.0](https://github.com/deephaven/web-client-ui/compare/v0.94.0...v0.95.0) (2024-09-20) **Note:** Version bump only for package @deephaven/icons diff --git a/packages/icons/package.json b/packages/icons/package.json index 4904ed9e5..e85ea9b14 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/icons", - "version": "0.95.0", + "version": "0.96.0", "description": "Icons used in Deephaven client apps. Extends vscode-codicons to be font-awesome svg-core compatible and adds additional icons in a similar style.", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/iris-grid/CHANGELOG.md b/packages/iris-grid/CHANGELOG.md index f4813f805..2961c31b3 100644 --- a/packages/iris-grid/CHANGELOG.md +++ b/packages/iris-grid/CHANGELOG.md @@ -3,6 +3,23 @@ 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) + +### Bug Fixes + +- 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)) + ## [0.95.0](https://github.com/deephaven/web-client-ui/compare/v0.94.0...v0.95.0) (2024-09-20) ### ⚠ BREAKING CHANGES diff --git a/packages/iris-grid/package.json b/packages/iris-grid/package.json index a90182c53..b8d56837b 100644 --- a/packages/iris-grid/package.json +++ b/packages/iris-grid/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/iris-grid", - "version": "0.95.0", + "version": "0.96.0", "description": "Deephaven Iris Grid", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/jsapi-bootstrap/CHANGELOG.md b/packages/jsapi-bootstrap/CHANGELOG.md index 1a4637646..8661becfe 100644 --- a/packages/jsapi-bootstrap/CHANGELOG.md +++ b/packages/jsapi-bootstrap/CHANGELOG.md @@ -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/jsapi-bootstrap + ## [0.95.0](https://github.com/deephaven/web-client-ui/compare/v0.94.0...v0.95.0) (2024-09-20) ### ⚠ BREAKING CHANGES diff --git a/packages/jsapi-bootstrap/package.json b/packages/jsapi-bootstrap/package.json index 721ca6308..4e1e21632 100644 --- a/packages/jsapi-bootstrap/package.json +++ b/packages/jsapi-bootstrap/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/jsapi-bootstrap", - "version": "0.95.0", + "version": "0.96.0", "description": "Deephaven JSAPI Bootstrap", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/jsapi-components/CHANGELOG.md b/packages/jsapi-components/CHANGELOG.md index ebc1b365e..f0a44ddae 100644 --- a/packages/jsapi-components/CHANGELOG.md +++ b/packages/jsapi-components/CHANGELOG.md @@ -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/jsapi-components + ## [0.95.0](https://github.com/deephaven/web-client-ui/compare/v0.94.0...v0.95.0) (2024-09-20) ### ⚠ BREAKING CHANGES diff --git a/packages/jsapi-components/package.json b/packages/jsapi-components/package.json index a0e53ea74..f2cc2ec42 100644 --- a/packages/jsapi-components/package.json +++ b/packages/jsapi-components/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/jsapi-components", - "version": "0.95.0", + "version": "0.96.0", "description": "Deephaven JSAPI Components", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/jsapi-shim/CHANGELOG.md b/packages/jsapi-shim/CHANGELOG.md index 0133ccb42..06c8f46ff 100644 --- a/packages/jsapi-shim/CHANGELOG.md +++ b/packages/jsapi-shim/CHANGELOG.md @@ -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/jsapi-shim + ## [0.95.0](https://github.com/deephaven/web-client-ui/compare/v0.94.0...v0.95.0) (2024-09-20) **Note:** Version bump only for package @deephaven/jsapi-shim diff --git a/packages/jsapi-shim/package.json b/packages/jsapi-shim/package.json index fe96a62bf..5ad2de7ba 100644 --- a/packages/jsapi-shim/package.json +++ b/packages/jsapi-shim/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/jsapi-shim", - "version": "0.95.0", + "version": "0.96.0", "description": "Deephaven JSAPI Shim", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/jsapi-utils/CHANGELOG.md b/packages/jsapi-utils/CHANGELOG.md index 1dcf53dea..2339d9228 100644 --- a/packages/jsapi-utils/CHANGELOG.md +++ b/packages/jsapi-utils/CHANGELOG.md @@ -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/jsapi-utils + ## [0.95.0](https://github.com/deephaven/web-client-ui/compare/v0.94.0...v0.95.0) (2024-09-20) ### ⚠ BREAKING CHANGES diff --git a/packages/jsapi-utils/package.json b/packages/jsapi-utils/package.json index 53d1ced8f..04b4bd78d 100644 --- a/packages/jsapi-utils/package.json +++ b/packages/jsapi-utils/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/jsapi-utils", - "version": "0.95.0", + "version": "0.96.0", "description": "Deephaven JSAPI Utils", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/log/CHANGELOG.md b/packages/log/CHANGELOG.md index d6f0eacb7..00161ed6f 100644 --- a/packages/log/CHANGELOG.md +++ b/packages/log/CHANGELOG.md @@ -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/log + ## [0.95.0](https://github.com/deephaven/web-client-ui/compare/v0.94.0...v0.95.0) (2024-09-20) ### ⚠ BREAKING CHANGES diff --git a/packages/log/package.json b/packages/log/package.json index 7fce909fc..40d27d97a 100644 --- a/packages/log/package.json +++ b/packages/log/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/log", - "version": "0.95.0", + "version": "0.96.0", "description": "Deephaven Logger", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/mocks/CHANGELOG.md b/packages/mocks/CHANGELOG.md index e98cd99b3..126d35878 100644 --- a/packages/mocks/CHANGELOG.md +++ b/packages/mocks/CHANGELOG.md @@ -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/mocks + ## [0.95.0](https://github.com/deephaven/web-client-ui/compare/v0.94.0...v0.95.0) (2024-09-20) **Note:** Version bump only for package @deephaven/mocks diff --git a/packages/mocks/package.json b/packages/mocks/package.json index d1cdd89e4..119d5a11e 100644 --- a/packages/mocks/package.json +++ b/packages/mocks/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/mocks", - "version": "0.95.0", + "version": "0.96.0", "description": "Deephaven Mocks for common libraries", "repository": { "type": "git", diff --git a/packages/plugin/CHANGELOG.md b/packages/plugin/CHANGELOG.md index 2cb35ba52..5ac4fc1a0 100644 --- a/packages/plugin/CHANGELOG.md +++ b/packages/plugin/CHANGELOG.md @@ -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/plugin + ## [0.95.0](https://github.com/deephaven/web-client-ui/compare/v0.94.0...v0.95.0) (2024-09-20) ### ⚠ BREAKING CHANGES diff --git a/packages/plugin/package.json b/packages/plugin/package.json index 031438100..6edf4bbd5 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/plugin", - "version": "0.95.0", + "version": "0.96.0", "description": "Deephaven JS Plugin Core", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/pouch-storage/CHANGELOG.md b/packages/pouch-storage/CHANGELOG.md index aad7f550c..dba3a7dbf 100644 --- a/packages/pouch-storage/CHANGELOG.md +++ b/packages/pouch-storage/CHANGELOG.md @@ -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/pouch-storage + ## [0.95.0](https://github.com/deephaven/web-client-ui/compare/v0.94.0...v0.95.0) (2024-09-20) ### ⚠ BREAKING CHANGES diff --git a/packages/pouch-storage/package.json b/packages/pouch-storage/package.json index f7cc42d29..bb8df30f5 100644 --- a/packages/pouch-storage/package.json +++ b/packages/pouch-storage/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/pouch-storage", - "version": "0.95.0", + "version": "0.96.0", "description": "Deephaven Storage based on PouchDB", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/prettier-config/CHANGELOG.md b/packages/prettier-config/CHANGELOG.md index ffd1131c2..0216cfeb0 100644 --- a/packages/prettier-config/CHANGELOG.md +++ b/packages/prettier-config/CHANGELOG.md @@ -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/prettier-config + ## [0.95.0](https://github.com/deephaven/web-client-ui/compare/v0.94.0...v0.95.0) (2024-09-20) **Note:** Version bump only for package @deephaven/prettier-config diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index 91417accf..4fc91a52b 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/prettier-config", - "version": "0.95.0", + "version": "0.96.0", "description": "Deephaven Prettier configuration", "repository": { "type": "git", diff --git a/packages/react-hooks/CHANGELOG.md b/packages/react-hooks/CHANGELOG.md index d86bee450..63627b1ff 100644 --- a/packages/react-hooks/CHANGELOG.md +++ b/packages/react-hooks/CHANGELOG.md @@ -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 diff --git a/packages/react-hooks/package.json b/packages/react-hooks/package.json index 020115fb1..f02edb675 100644 --- a/packages/react-hooks/package.json +++ b/packages/react-hooks/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/react-hooks", - "version": "0.95.0", + "version": "0.96.0", "description": "Deephaven React hooks library", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/redux/CHANGELOG.md b/packages/redux/CHANGELOG.md index 87dc85411..e3c401202 100644 --- a/packages/redux/CHANGELOG.md +++ b/packages/redux/CHANGELOG.md @@ -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 diff --git a/packages/redux/package.json b/packages/redux/package.json index 17d5efd34..591de1808 100644 --- a/packages/redux/package.json +++ b/packages/redux/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/redux", - "version": "0.95.0", + "version": "0.96.0", "description": "Deephaven Redux", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/storage/CHANGELOG.md b/packages/storage/CHANGELOG.md index 1ecb9f2a7..9d082b58a 100644 --- a/packages/storage/CHANGELOG.md +++ b/packages/storage/CHANGELOG.md @@ -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/storage + ## [0.95.0](https://github.com/deephaven/web-client-ui/compare/v0.94.0...v0.95.0) (2024-09-20) ### ⚠ BREAKING CHANGES diff --git a/packages/storage/package.json b/packages/storage/package.json index cc6fb72be..cf03026cb 100644 --- a/packages/storage/package.json +++ b/packages/storage/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/storage", - "version": "0.95.0", + "version": "0.96.0", "description": "Deephaven Storage abstract classes for storing app data", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/stylelint-config/CHANGELOG.md b/packages/stylelint-config/CHANGELOG.md index 548d416b7..51ac4d818 100644 --- a/packages/stylelint-config/CHANGELOG.md +++ b/packages/stylelint-config/CHANGELOG.md @@ -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/stylelint-config + ## [0.95.0](https://github.com/deephaven/web-client-ui/compare/v0.94.0...v0.95.0) (2024-09-20) **Note:** Version bump only for package @deephaven/stylelint-config diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index 898f309ab..f61751682 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/stylelint-config", - "version": "0.95.0", + "version": "0.96.0", "description": "Deephaven Stylelint configuration", "repository": { "type": "git", diff --git a/packages/test-utils/CHANGELOG.md b/packages/test-utils/CHANGELOG.md index 506c74cf4..497a6aa89 100644 --- a/packages/test-utils/CHANGELOG.md +++ b/packages/test-utils/CHANGELOG.md @@ -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/test-utils + ## [0.95.0](https://github.com/deephaven/web-client-ui/compare/v0.94.0...v0.95.0) (2024-09-20) ### ⚠ BREAKING CHANGES diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json index 66e12c126..8f0a0ed81 100644 --- a/packages/test-utils/package.json +++ b/packages/test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/test-utils", - "version": "0.95.0", + "version": "0.96.0", "description": "Deephaven Test Utils", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/tsconfig/CHANGELOG.md b/packages/tsconfig/CHANGELOG.md index 365737b92..4f77de752 100644 --- a/packages/tsconfig/CHANGELOG.md +++ b/packages/tsconfig/CHANGELOG.md @@ -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/tsconfig + ## [0.95.0](https://github.com/deephaven/web-client-ui/compare/v0.94.0...v0.95.0) (2024-09-20) **Note:** Version bump only for package @deephaven/tsconfig diff --git a/packages/tsconfig/package.json b/packages/tsconfig/package.json index 278d9b319..a97191b8f 100644 --- a/packages/tsconfig/package.json +++ b/packages/tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/tsconfig", - "version": "0.95.0", + "version": "0.96.0", "description": "Deephaven TypeScript configuration", "repository": { "type": "git", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 16576cdd7..12380969c 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -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/utils + ## [0.95.0](https://github.com/deephaven/web-client-ui/compare/v0.94.0...v0.95.0) (2024-09-20) ### ⚠ BREAKING CHANGES diff --git a/packages/utils/package.json b/packages/utils/package.json index e6ace920c..08667bf7c 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/utils", - "version": "0.95.0", + "version": "0.96.0", "description": "Deephaven Utils", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0",