Skip to content

Commit

Permalink
chore(version): ui-v0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mofojed committed Aug 23, 2024
1 parent 35b3068 commit e7d2188
Show file tree
Hide file tree
Showing 4 changed files with 32 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.

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

- - -
## ui-v0.20.0 - 2024-08-23
#### Bug Fixes
- use_effect behaviour (#734) - (c091dac) - mofojed
- autodoc failures hotfix (#748) - (dbcfef3) - Akshat Jawne
- Remove `replay_lock` in `use_table_listener` (#749) - (acf35ec) - Joe
- Prevent pushing broken docs to main (#719) - (86fb7aa) - Joe
- color type (#647) - (0e4f193) - ethanalvizo
#### Documentation
- ui.slider (#753) - (35b3068) - Akshat Jawne
- ui.radio_group (#758) - (c9b682a) - Akshat Jawne
- ui.range_slider (#755) - (ddf6597) - Akshat Jawne
- Add docs for deephaven.ui installation (#725) - (753eb38) - mofojed
- ui.illustrated_message (#739) - (04f0a9b) - Akshat Jawne
- Fix context menu example (#743) - (efae3f3) - Matthew Runyon
- ui.checkbox (#722) - (0cb525e) - Akshat Jawne
- ui.combo_box (#718) - (563504c) - Akshat Jawne
- ui.picker (#705) - (8d95ec7) - Akshat Jawne
- ui.view (#723) - (55aa6cc) - Akshat Jawne
- ui.text_area (#683) - (4df5ba3) - Akshat Jawne
- fix use_state sidebar docs links (#712) - (32bd311) - Don
- Add docs for use_state hook (#675) - (101af33) - mofojed
- Fix casing in the ui.table examples (#691) - (8771122) - mofojed
#### Features
- Javascript DatePicker Implementation (#667) - (ff48512) - dgodinez-dh
- ui.image (#670) - (874ba97) - ethanalvizo
- ui.text_area (#652) - (5fb24bc) - Akshat Jawne

- - -

## ui-v0.19.0 - 2024-07-29
#### Bug Fixes
- deephaven.ui panels disappearing in some cases (#682) - (c3997d1) - 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.19.0.dev0
version = 0.20.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.19.0",
"version": "0.20.0",
"description": "Deephaven UI plugin",
"keywords": [
"Deephaven",
Expand Down

0 comments on commit e7d2188

Please sign in to comment.