diff --git a/package-lock.json b/package-lock.json index ffeb2b8c7..86e983e74 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34875,7 +34875,7 @@ }, "plugins/ui/src/js": { "name": "@deephaven/js-plugin-ui", - "version": "0.14.0", + "version": "0.15.0", "license": "Apache-2.0", "dependencies": { "@adobe/react-spectrum": "^3.34.1", diff --git a/plugins/ui/CHANGELOG.md b/plugins/ui/CHANGELOG.md index c83e5d070..400816df8 100644 --- a/plugins/ui/CHANGELOG.md +++ b/plugins/ui/CHANGELOG.md @@ -2,6 +2,38 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## ui-v0.15.0 - 2024-06-13 +#### Bug Fixes +- UI plotting doc typo (#542) - (df6c9b9) - Matthew Runyon +- Clean up positioning and headers of components in DESIGN.md (#518) - (5d4a131) - Akshat Jawne +- Don't send back undefined cell data (#516) - (469eb1d) - mofojed +- ui.text_field value not changing with use_state (#498) - (7d41072) - Akshat Jawne +- Reset state when new instance of widget created (#486) - (df587a8) - mofojed +- fix use_callback hook (#468) - (f267572) - Joe +#### Build system +- Fix package-lock changes (#472) - (39a883e) - mofojed +#### Documentation +- add plotting sidebar and plotting docs edits (#519) - (a9840cb) - Don +- number field (#505) - (691d190) - ethanalvizo +- slider, range slider, checkbox, and content (#439) - (9ba1a04) - ethanalvizo +- list_action_group (#493) - (6732ad6) - Akshat Jawne +- list_action_menu (#492) - (727d5f2) - Akshat Jawne +- action_group (#485) - (ef115c9) - Akshat Jawne +- action_menu (#490) - (071d645) - Akshat Jawne +- contextual_help (#480) - (94ef543) - Akshat Jawne +#### Features +- Make RadioGroup orientation prop case insensitive (#536) - (9b0b498) - bmingles +- ui.checkbox, ui.button, ui.button_group, ui.radio, ui.radio_group, ui.icon (#512) - (6b1dbeb) - bmingles +- Add show_search and show_quick_filters to ui.table (#461) - (4923017) - Matthew Runyon +- ListView actions (#448) - (ca65b69) - bmingles +#### Refactoring +- Cleanup component mappings and utils (python side) (#523) - (195f334) - bmingles +- Refactored ui.tabs component design (#504) - (f012eaa) - Akshat Jawne +#### Revert +- Revert some changes that are not compatible with v0.78 (#550) - (27414e1) - mofojed + +- - - + ## ui-v0.14.0 - 2024-05-17 #### Bug Fixes - Do not expost combo_box or date_picker yet (#464) - (cd63e20) - mofojed diff --git a/plugins/ui/setup.cfg b/plugins/ui/setup.cfg index 1ed1e7447..9af10a9e8 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.14.0.dev0 +version = 0.15.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 3e2699d21..1475502b2 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.14.0", + "version": "0.15.0", "description": "Deephaven UI plugin", "keywords": [ "Deephaven",