Skip to content

Commit

Permalink
chore(version): ui-v0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mofojed committed Feb 6, 2025
1 parent 6934bf2 commit f72d716
Show file tree
Hide file tree
Showing 4 changed files with 27 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.

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

- - -
## ui-v0.26.0 - 2025-02-06
#### Bug Fixes
- ui.markdown was styling code incorrectly (#1106) - (c84db85) - mofojed
- Make docs links passthrough (#1085) - (2ef0ddb) - Joe
- Ensure ReactPanelErrorBoundary handles undefined children (#1089) - (e622b83) - mofojed
#### Documentation
- update dictionaries in state (#1096) - (120ac06) - dgodinez-dh
- update work with tables (#1098) - (bd9d20d) - dgodinez-dh
- Fix menu_trigger snippet (#1099) - (3847a35) - vbabich
- state as a snapshot (#1093) - (2b4d8ea) - dgodinez-dh
- render cycle (#1087) - (fece0a7) - dgodinez-dh
- state a component's memory (#1084) - (bed23d8) - dgodinez-dh
- respond to events (#1083) - (17c6635) - dgodinez-dh
- deephaven.ui dashboard crash course (#1057) - (185b0dc) - Joe
#### Features
- disclosure (#1068) - (6934bf2) - ethanalvizo
- ui.footer (#1100) - (9b38e75) - Eric Lin
- ui.breadcrumbs (#1094) - (312af69) - Eric Lin
- ui.tag_group (#1090) - (05eb407) - Eric Lin
- ui.labeled_value (#1029) - (8f278a7) - Akshat Jawne
- ui.divider (#1047) - (0a1b861) - Akshat Jawne

- - -

## ui-v0.25.0 - 2025-01-15
#### Bug Fixes
- add menu and menu_trigger to sidebar (#1078) - (49ad632) - dgodinez-dh
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.25.0.dev0
version = 0.26.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.25.0",
"version": "0.26.0",
"description": "Deephaven UI plugin",
"keywords": [
"Deephaven",
Expand Down

0 comments on commit f72d716

Please sign in to comment.