From 4d31634b559a797ea8808d5c1e5c6eab74ca32eb Mon Sep 17 00:00:00 2001 From: mikebender Date: Tue, 9 Jul 2024 15:51:36 -0400 Subject: [PATCH] chore(version): ui-v2.0.0 --- package-lock.json | 2 +- plugins/ui/CHANGELOG.md | 22 ++++++++++++++++++++++ plugins/ui/setup.cfg | 2 +- plugins/ui/src/js/package.json | 2 +- 4 files changed, 25 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0ef547857..dbcd0f50a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32195,7 +32195,7 @@ }, "plugins/ui/src/js": { "name": "@deephaven/js-plugin-ui", - "version": "0.16.0", + "version": "2.0.0", "license": "Apache-2.0", "dependencies": { "@deephaven/chart": "^0.85.1", diff --git a/plugins/ui/CHANGELOG.md b/plugins/ui/CHANGELOG.md index 6e5bea932..a31d5cb28 100644 --- a/plugins/ui/CHANGELOG.md +++ b/plugins/ui/CHANGELOG.md @@ -2,6 +2,28 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## ui-v2.0.0 - 2024-07-09 +#### Bug Fixes +- Remove type imports from @react-types/shared (#610) - (66dc4bf) - Akshat Jawne +- ui.table cell and row press event data can be wrong (#593) - (c4a2fe7) - Matthew Runyon +- icons in illustrated message (#575) - (1623ff5) - ethanalvizo +- remove Number type and replace with float/int (#590) - (d0e24f4) - Akshat Jawne +#### Build system +- Update DHC packages to ^0.85.0 (#605) - (df6786a) - bmingles +#### Documentation +- icon (#594) - (20fe042) - ethanalvizo +#### Features +- UI table layout hints (#587) - (5e3c5e2) - Matthew Runyon +- UI ComboBox component (#588) - (0564299) - bmingles +- make ui.panel flex align-items start by default (#604) - (be97ad8) - Don +- UI Tabs Improvement (#489) - (145493a) - Akshat Jawne +- Replace shortid with nanoid (#591) - (ad8aad9) - Akshat Jawne +- ui.table context menu items (#522) - (32d09e8) - Matthew Runyon +#### Refactoring +- Remove row and column indexes from table press handlers (#592) - (05fc8f0) - Matthew Runyon + +- - - + ## ui-v0.16.0 - 2024-06-19 #### Documentation - view (#506) - (e4b7137) - ethanalvizo diff --git a/plugins/ui/setup.cfg b/plugins/ui/setup.cfg index 0cc58bbe4..0f2100b31 100644 --- a/plugins/ui/setup.cfg +++ b/plugins/ui/setup.cfg @@ -3,7 +3,7 @@ name = deephaven-plugin-ui description = deephaven.ui plugin long_description = file: README.md long_description_content_type = text/markdown -version = 0.16.0.dev0 +version = 2.0.0 url = https://github.com/deephaven/deephaven-plugins project_urls = Source Code = https://github.com/deephaven/deephaven-plugins diff --git a/plugins/ui/src/js/package.json b/plugins/ui/src/js/package.json index e445fca82..b01e13506 100644 --- a/plugins/ui/src/js/package.json +++ b/plugins/ui/src/js/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/js-plugin-ui", - "version": "0.16.0", + "version": "2.0.0", "description": "Deephaven UI plugin", "keywords": [ "Deephaven",