Skip to content

Commit

Permalink
chore(version): ui-v0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jnumainville committed Oct 1, 2024
1 parent 94206d8 commit 34d829e
Show file tree
Hide file tree
Showing 4 changed files with 46 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.

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

- - -
## ui-v0.22.0 - 2024-10-01
#### Bug Fixes
- text_field events throw error (#913) - (94206d8) - Steven Wu
- dynamically update panel title (#906) - (894dbc0) - Steven Wu
- ui.radio value defaulting (#818) - (5581ae4) - Akshat Jawne
- empty list view (#828) - (ef82561) - Steven Wu
- allows keys to be set in props (#810) - (ca06eea) - Steven Wu
- Correct type for generated JsPlugin (#741) - (7da0ecc) - Joe
#### Build system
- Upgrade to Vite 5 (#899) - (e94b990) - Matthew Runyon
#### Documentation
- flex pydocs (#912) - (5fb0ed5) - ethanalvizo
#### Features
- Dataclass serialization support for deephaven UI (#897) - (42315cf) - Matthew Runyon
- allow overflow by default on ui.panel (#896) - (df5b17c) - Don
- Time Field UI Component (#825) - (d76503b) - dgodinez-dh

- - -

## utilities-v0.0.2 - 2024-10-01
#### Bug Fixes
- add wrapper to toggle_button (#821) - (fff1d6c) - Steven Wu
- set label_align default to None (#820) - (0dcfe3a) - Steven Wu
- text_area on_key_down throws errors (#798) - (86f4b3e) - Steven Wu
- icon type auto-generation and normalization (#696) - (ef4bb29) - ethanalvizo
#### Documentation
- use_memo docs (#779) - (abf4b72) - mofojed
- ui.text_field (#802) - (473e3e8) - Akshat Jawne
- ui.switch (#793) - (c735682) - Akshat Jawne
- ui.table (#776) - (cb089be) - Matthew Runyon
- fix image links in readme (#800) - (ce48410) - Don
- Add use_effect docs (#772) - (c077219) - mofojed
- update sidebar component casing (#797) - (2558551) - Don
#### Features
- wrap contextual help if primitive (#817) - (7e51073) - Steven Wu
- expose rollup group behaviour as dh.ui option for UI Table (#738) - (1807862) - Akshat Jawne
- Date Field Implementation (#804) - (9a72d2d) - dgodinez-dh
- DateRangePicker Implementation (#780) - (088d623) - dgodinez-dh
#### Refactoring
- rename label_alignment to label_align (#799) - (e31ac51) - Steven Wu

- - -

## ui-v0.21.0 - 2024-09-03
#### Bug Fixes
- Remove server startup from python tests (#768) - (c6c2dd2) - Joe
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.21.0.dev0
version = 0.22.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.21.0",
"version": "0.22.0",
"description": "Deephaven UI plugin",
"keywords": [
"Deephaven",
Expand Down

0 comments on commit 34d829e

Please sign in to comment.