Release IoT Sitewise assistant including changes to Dashboard, KPI, Gauge, Table, Chart.
New component Chatbot
Alarm support for components Dashboard, KPI, Gauge, Table, Chart, Bar chart, Status timeline.
Multiple UI fixes and improvements across all components.
New documentation pages
Remove components and related-table packages
Faster builds and package tooling improvements
Dependency bump-ups
Verifying Changes
Scene Composer
For scene-composer package changes specifically, you can preview the component in the published storybook artifact. To do this, wait for the Publish Storybook action to complete below.
Click on the workflow details
Select the Summary item on the left
Download the zip file
To run the storybook build locally, you need a local static web server:
npm install -g httpserver
cd <Extracted Zip Directory>
httpserver
Overview
Verifying Changes
Scene Composer
For
scene-composer
package changes specifically, you can preview the component in the published storybook artifact. To do this, wait for thePublish Storybook
action to complete below.To run the storybook build locally, you need a local static web server:
Then open the website http://localhost:8080 to run the doc site.
Legal
This project is available under the Apache 2.0 License.