grafana / grafana-iot-twinmaker-app

AWS IoT TwinMaker Application Plugin for Grafana
Apache License 2.0
19 stars 12 forks source link

chore(release-1.15.0): support dynamic scenes launch #283

Closed hwandersman closed 2 months ago

hwandersman commented 2 months ago

What this PR does / why we need it: We have released a new Dynamic Scene feature, and need to upgrade the IoT App Kit dependencies to support this.

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

  1. Set the feature flag for DynamicScene in the SceneViewer component to enable the Dynamic Scenes feature
  2. There is a bug for in the datasource handler for TwinMaker.GetPropertyValue when a property does not have a value. There may not be a data value (StringValue, BooleanValue, etc.) so we will just ignore the results.
  3. Needed to use the setting for legacy-peer-deps when installing the latest AppKit version