Skip to content

Commit

Permalink
chore(version): ui-v0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mofojed committed Jan 15, 2025
1 parent 8aa6c38 commit b9f6b7a
Show file tree
Hide file tree
Showing 4 changed files with 26 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.

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

- - -
## ui-v0.25.0 - 2025-01-15
#### Bug Fixes
- add menu and menu_trigger to sidebar (#1078) - (49ad632) - dgodinez-dh
- Allow autodoc functions to have no parameters (#1072) - (6b261d6) - Joe
- label prop typing (#1071) - (716b3d9) - Steven Wu
#### Documentation
- use_render_queue, use_liveness_scope, use_table_listener docs (#1044) - (abd691e) - mofojed
- Expand sidebars by default for certain categories, add link to flexbox froggy (#1073) - (e76591d) - Don
- ui.list_view selection_mode (#1070) - (b51373f) - bmingles
- ui as a tree (#1067) - (2e1a725) - dgodinez-dh
- Render Lists (#1061) - (30a1f9f) - dgodinez-dh
- Pure Components (#1064) - (30f3730) - dgodinez-dh
- Using Hooks (#1056) - (28b5a51) - dgodinez-dh
- Component Rules (#1055) - (21e8c5d) - dgodinez-dh
- Update First Component (#1065) - (a6d1aad) - dgodinez-dh
- Conditional Rendering (#1060) - (0ce7634) - dgodinez-dh
#### Features
- ui.menu component (#1076) - (cf23da1) - dgodinez-dh
- ui.logic button (#1050) - (7c83ec2) - ethanalvizo
- add undefined type option (#1026) - (ef7e741) - Steven Wu

- - -

## ui-v0.24.0 - 2024-12-12
#### Bug Fixes
- UI loading duplicate panels in embed iframe (#1043) - (e1559a4) - Matthew Runyon
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.24.0.dev0
version = 0.25.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.24.0",
"version": "0.25.0",
"description": "Deephaven UI plugin",
"keywords": [
"Deephaven",
Expand Down

0 comments on commit b9f6b7a

Please sign in to comment.