Skip to content

Commit

Permalink
chore(version): ui-v0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mofojed committed Jul 29, 2024
1 parent c3997d1 commit 497a339
Show file tree
Hide file tree
Showing 4 changed files with 22 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.

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

- - -
## ui-v0.19.0 - 2024-07-29
#### Bug Fixes
- deephaven.ui panels disappearing in some cases (#682) - (c3997d1) - mofojed
- ErrorBoundary small styling changes (#669) - (d2ec9ed) - Akshat Jawne
- Revert clearing the build/dist directories (#680) - (b2f09bb) - Joe
- Plotly express widgets don't work in deephaven.ui (#644) - (14555ab) - Joe
- invalid ui.panel usage should result in clear error (#641) - (31b1f17) - Akshat Jawne
#### Build system
- UI docs and add plugin_builder.py (#630) - (7281eec) - Joe
#### Documentation
- add sidebar to UI docs and adjust readme (#633) - (e690c1b) - Don
- switch and text (#639) - (b6ebab4) - ethanalvizo
#### Features
- UI.Table density prop (#634) - (ec0794b) - Matthew Runyon
#### Refactoring
- example dataset column names to PascalCase (#666) - (def7069) - Alex Peters

- - -

## ui-v0.18.0 - 2024-07-17
#### Bug Fixes
- add default styling to tabs component (#611) - (2b8ea23) - Akshat Jawne
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.18.0.dev0
version = 0.19.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.18.0",
"version": "0.19.0",
"description": "Deephaven UI plugin",
"keywords": [
"Deephaven",
Expand Down

0 comments on commit 497a339

Please sign in to comment.