From 263a6f676100d1784b052f41d2805176a3220647 Mon Sep 17 00:00:00 2001 From: Mike Bender Date: Mon, 5 Feb 2024 13:04:52 -0500 Subject: [PATCH] chore(version): ui-v0.6.0 --- plugins/ui/CHANGELOG.md | 16 ++++++++++++++++ plugins/ui/src/deephaven/ui/__init__.py | 2 +- plugins/ui/src/js/package.json | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/plugins/ui/CHANGELOG.md b/plugins/ui/CHANGELOG.md index 1fb7d8d02..1caf297e6 100644 --- a/plugins/ui/CHANGELOG.md +++ b/plugins/ui/CHANGELOG.md @@ -2,6 +2,22 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## ui-v0.6.0 - 2024-02-05 +#### Bug Fixes +- **(ui)** Default placement of newly opened components is inconsistent (#244) - (8b17e85) - Matthew Runyon +- Use ObjectFetcher to retrieve objects (#234) - (728be7b) - mofojed +- Better render error handling (#242) - (c312d43) - Joe +- use_execution_context does not return None (#232) - (0d5c3ce) - niloc132 +#### Documentation +- Add Dashboard examples (#229) - (e7b94a9) - mofojed +#### Features +- **(ui)** Add error boundary to prevent UI crashing due to rendering errors (#245) - (74d3007) - Matthew Runyon +- Add accessibility props to action_button (#248) - (39cf7db) - mofojed +- Serialize press events for press event callbacks (#236) - (38b202f) - mofojed +- Send all set hooks to render queue (#246) - (f5cbb8f) - Joe + +- - - + ## ui-v0.5.0 - 2024-01-26 #### Bug Fixes - Use deferred API to get the API (#226) - (b0e2162) - mofojed diff --git a/plugins/ui/src/deephaven/ui/__init__.py b/plugins/ui/src/deephaven/ui/__init__.py index d6dfda9de..996e82529 100644 --- a/plugins/ui/src/deephaven/ui/__init__.py +++ b/plugins/ui/src/deephaven/ui/__init__.py @@ -10,7 +10,7 @@ from .hooks import * from .object_types import * -__version__ = "0.5.0.dev0" +__version__ = "0.6.0" class UIRegistration(Registration): diff --git a/plugins/ui/src/js/package.json b/plugins/ui/src/js/package.json index 9cfd37e52..454d5b584 100644 --- a/plugins/ui/src/js/package.json +++ b/plugins/ui/src/js/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/js-plugin-ui", - "version": "0.5.0", + "version": "0.6.0", "description": "Deephaven UI plugin", "keywords": [ "Deephaven",