Skip to content

Commit

Permalink
chore(version): ui-v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mofojed committed Jun 13, 2024
1 parent 27414e1 commit 790b1d6
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

32 changes: 32 additions & 0 deletions plugins/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/ui/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/ui/src/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deephaven/js-plugin-ui",
"version": "0.14.0",
"version": "0.15.0",
"description": "Deephaven UI plugin",
"keywords": [
"Deephaven",
Expand Down

0 comments on commit 790b1d6

Please sign in to comment.