Skip to content

Commit

Permalink
chore(version): ui-v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mofojed committed May 17, 2024
1 parent 7da3d47 commit 38837b6
Show file tree
Hide file tree
Showing 4 changed files with 23 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.

20 changes: 20 additions & 0 deletions plugins/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## ui-v0.14.0 - 2024-05-17
#### Bug Fixes
- Do not expost combo_box or date_picker yet (#464) - (cd63e20) - mofojed
- Exit on communication failure (#429) - (0e96ef4) - Joe
- Memoize use_table_data listener (#428) - (f342dad) - Joe
#### Build system
- Update requirements to require a newer version of core (#457) - (3e04cf2) - mofojed
#### Documentation
- start plotting docs including one-click behaviour (#431) - (b0574c2) - Don
#### Features
- Python combo box implementation (#460) - (b87a5c6) - Joe
- Table data hooks allow None (#463) - (910a57c) - Joe
- Implement python item_table_source (#415) - (ce1a019) - Joe
- Display deephaven.ui widget errors in a panel so user can see them (#436) - (b23b571) - mofojed
- ListView - ui plugins (#408) - (ff7f769) - bmingles
#### Refactoring
- Updated spectrum imports to use dh components (#424) - (db97c9a) - bmingles

- - -

## ui-v0.13.1 - 2024-04-22
#### Bug Fixes
- toggle_button was not passing through `on_change` (#427) - (d452a00) - 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.13.1.dev0
version = 0.14.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.13.1",
"version": "0.14.0",
"description": "Deephaven UI plugin",
"keywords": [
"Deephaven",
Expand Down

0 comments on commit 38837b6

Please sign in to comment.