Skip to content

Commit

Permalink
chore(version): ui-v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mofojed committed Feb 28, 2024
1 parent 13bb5ea commit fa9411e
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions plugins/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## ui-v0.8.0 - 2024-02-28
#### Bug Fixes
- Use correct formatting settings for ui.table (#326) - (4762053) - mofojed
- Call listener when do_replay is True for use_table_listener_hook (#313) - (86d2572) - Joe
- Type fixes and require pyright (#302) - (d5d003d) - Joe
- Could not assign built-in Callables as callbacks (#305) - (5334e4d) - mofojed
#### Documentation
- button_group (#306) - (fee31f8) - ethanalvizo
- Picker spec (#247) - (07f2cf5) - Joe
- Remove the warning about using the plugin at your own risk (#303) - (e342341) - mofojed
#### Features
- Widget re-hydration (#288) - (13bb5ea) - mofojed
- Add python picker (#311) - (05d1c4a) - Joe
#### Tests
- Bumping test listener timeout from 1 to 2 seconds (#312) - (43ddf75) - Joe

- - -

## ui-v0.7.0 - 2024-02-21
#### Bug Fixes
- Hooks accepting liveness objects and functions should manage their lifetime (#258) - (8d2a945) - niloc132
Expand Down
2 changes: 1 addition & 1 deletion plugins/ui/src/deephaven/ui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from .hooks import *
from .object_types import *

__version__ = "0.7.0.dev0"
__version__ = "0.8.0"


class UIRegistration(Registration):
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.7.0",
"version": "0.8.0",
"description": "Deephaven UI plugin",
"keywords": [
"Deephaven",
Expand Down

0 comments on commit fa9411e

Please sign in to comment.