Skip to content

Commit

Permalink
Config editor: Fix workspace loading in new form styling and prepare …
Browse files Browse the repository at this point in the history
…1.10.0 (#258)

* Prepare 1.10.0
* Update changelog

* Fix workspace loading
  • Loading branch information
idastambuk authored Nov 28, 2023
1 parent 996ffd7 commit caed9ba
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 1.10.0

- Config editor: Fix workspace loading in new form styling in [#258](https://github.com/grafana/grafana-iot-twinmaker-app/pull/258)
- Add ramda 0.27.2 to resolutions in [#256](https://github.com/grafana/grafana-iot-twinmaker-app/pull/256)
- Query editor: Migrate to new form styling under feature toggle in [#249](https://github.com/grafana/grafana-iot-twinmaker-app/pull/249)
- Config editor: Migrate to new form styling under feature toggle in [#244](https://github.com/grafana/grafana-iot-twinmaker-app/pull/244)

## 1.9.3

- Upgrade IotAppKit dependency from 9.2.0 to 9.6.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grafana-iot-twinmaker-app",
"version": "1.9.3",
"version": "1.10.0",
"description": "Grafana IoT TwinMaker App Plugin",
"scripts": {
"build": "NODE_OPTIONS='--max-old-space-size=4096' webpack -c webpack.config.ts --env production ",
Expand Down
1 change: 0 additions & 1 deletion src/datasource/components/ConfigEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ export function ConfigEditor(props: Props) {
onCreateOption={onUnknownWorkspaceChange}
formatCreateLabel={(v) => `WorkspaceID: ${v}`}
isClearable={true}
disabled={workspaces?.length === 0}
placeholder="Select a workspace"
noOptionsMessage="No workspaces found"
onOpenMenu={onOpenHandler}
Expand Down

0 comments on commit caed9ba

Please sign in to comment.