Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release 10.1.0 #2656

Merged
merged 1 commit into from
Mar 21, 2024
Merged

chore: release 10.1.0 #2656

merged 1 commit into from
Mar 21, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Mar 5, 2024

Release Details:
What is the purpose of this activity or change?

  • Routine release of IoT App Kit and Centurion including series of UX improvements and bug fixes
    What changes are contained in this release?
  • New Features:
    • [AppKit] Revamped KPI widget
    • [AppKit] Chart legend sizing
    • [AppKit] Dashboard refresh rate
    • [AppKit] Data quality (table widget)
    • [AppKit] Theming Support
    • [IotApp] Static endpoint for Edge, Logout for Edge
  • Various bug fixes
  • Various testing improvements

🤖 I have created a release beep boop

components: 10.1.0

10.1.0 (2024-03-21)

Miscellaneous Chores

  • components: Synchronize iot-app-kit versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @iot-app-kit/core bumped from 10.0.0 to 10.1.0
      • @iot-app-kit/related-table bumped from 10.0.0 to 10.1.0
    • devDependencies
      • @iot-app-kit/source-iotsitewise bumped from 10.0.0 to 10.1.0
      • @iot-app-kit/testing-util bumped from 10.0.0 to 10.1.0
      • eslint-config-iot-app-kit bumped from 10.0.0 to 10.1.0
core: 10.1.0

10.1.0 (2024-03-21)

Features

  • add a widget level loading indicator for x-y plot (9be5617)
  • add dataquality attribute to data-point (5fb23de)
  • user selected dashboard refresh-rate (1c1256d)

Bug Fixes

  • pass in refresh rate through the query instead of props (b6df585)
  • refresh rate defined in dashboard and on query (43cc5e4)
  • remove duplicate constants and types (45c155b)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @iot-app-kit/jest-config bumped from 10.0.0 to 10.1.0
      • @iot-app-kit/ts-config bumped from 10.0.0 to 10.1.0
      • eslint-config-iot-app-kit bumped from 10.0.0 to 10.1.0
core-util: 10.1.0

10.1.0 (2024-03-21)

Bug Fixes

  • aws clients marked as peer dependencies (d944df4)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @iot-app-kit/core bumped from 10.0.0 to 10.1.0
    • devDependencies
      • @iot-app-kit/jest-config bumped from 10.0.0 to 10.1.0
      • @iot-app-kit/ts-config bumped from 10.0.0 to 10.1.0
dashboard: 10.1.0

10.1.0 (2024-03-21)

Features

  • added validation for decimal places input and moved in section format data #2599 (1cd97c1)
  • dashboard: adding new property panel layout (617c77c)
  • new KPI and update tests (328e41a)
  • user selected dashboard refresh-rate (1c1256d)

Bug Fixes

  • add range for table significant digits test (ac53406)
  • added the selection list reset in unmodeled section after clicking add #2659 (7288bc7)
  • dashboard: style updates to widget title bar (1b224bf)
  • fixed the issue with no aggregation change #2605 (569854e)
  • fixed the timezone issue in unit test #2623 (a8200dc)
  • grouped the style buttons together and associated with style label for screen reader #2360 (da7f0c1)
  • pass in refresh rate through the query instead of props (b6df585)
  • react components: updating import for popper.js (00c1707)
  • refresh rate defined in dashboard and on query (43cc5e4)
  • remove duplicate constants and types (45c155b)
  • updated the viewport settings for dynamic input #2565 (0e31d25)

Reverts

  • "feat(dashboard): adding new property panel layout" (880125b)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @iot-app-kit/components bumped from 10.0.0 to 10.1.0
      • @iot-app-kit/core bumped from 10.0.0 to 10.1.0
      • @iot-app-kit/core-util bumped from 10.0.0 to 10.1.0
      • @iot-app-kit/react-components bumped from 10.0.0 to 10.1.0
      • @iot-app-kit/source-iotsitewise bumped from 10.0.0 to 10.1.0
    • devDependencies
      • @iot-app-kit/jest-config bumped from 10.0.0 to 10.1.0
      • @iot-app-kit/testing-util bumped from 10.0.0 to 10.1.0
      • @iot-app-kit/ts-config bumped from 10.0.0 to 10.1.0
      • eslint-config-iot-app-kit bumped from 10.0.0 to 10.1.0
doc-site: 10.1.0

10.1.0 (2024-03-21)

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @iot-app-kit/core bumped from ^10.0.0 to ^10.1.0
      • @iot-app-kit/react-components bumped from ^10.0.0 to ^10.1.0
    • devDependencies
      • @iot-app-kit/testing-util bumped from ^10.0.0 to ^10.1.0
      • eslint-config-iot-app-kit bumped from ^10.0.0 to ^10.1.0
jest-config: 10.1.0

10.1.0 (2024-03-21)

Miscellaneous Chores

  • jest-config: Synchronize iot-app-kit versions
react-components: 10.1.0

10.1.0 (2024-03-21)

Features

  • add a widget level loading indicator for x-y plot (9be5617)
  • added data quality icon and text next to value in table #2664 (91cd12f)
  • added support for border theming options #2668 (66e6680)
  • chart legend support px rem em % unit type (4e023e6)
  • new KPI and update tests (328e41a)
  • support theming using cloudscape mechanism #2667 (c342310)
  • user selected dashboard refresh-rate (1c1256d)

Bug Fixes

  • add missing loading indication for widget values (d90f9a6)
  • datastream not show unit if it's undefined #2660 (7418773)
  • pass in refresh rate through the query instead of props (b6df585)
  • react components: updating import for popper.js (00c1707)
  • react-components: lowered min/max throttle to match TC throttle (e972b1b)
  • refresh rate defined in dashboard and on query (43cc5e4)
  • remove duplicate constants and types (45c155b)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @iot-app-kit/components bumped from 10.0.0 to 10.1.0
      • @iot-app-kit/core bumped from 10.0.0 to 10.1.0
      • @iot-app-kit/core-util bumped from 10.0.0 to 10.1.0
      • @iot-app-kit/source-iottwinmaker bumped from 10.0.0 to 10.1.0
    • devDependencies
      • @iot-app-kit/core bumped from 10.0.0 to 10.1.0
      • @iot-app-kit/jest-config bumped from 10.0.0 to 10.1.0
      • @iot-app-kit/source-iotsitewise bumped from 10.0.0 to 10.1.0
      • @iot-app-kit/testing-util bumped from 10.0.0 to 10.1.0
      • @iot-app-kit/ts-config bumped from 10.0.0 to 10.1.0
      • eslint-config-iot-app-kit bumped from 10.0.0 to 10.1.0
related-table: 10.1.0

10.1.0 (2024-03-21)

Miscellaneous Chores

  • related-table: Synchronize iot-app-kit versions

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @iot-app-kit/jest-config bumped from 10.0.0 to 10.1.0
      • @iot-app-kit/ts-config bumped from 10.0.0 to 10.1.0
      • eslint-config-iot-app-kit bumped from 10.0.0 to 10.1.0
scene-composer: 10.1.0

10.1.0 (2024-03-21)

Bug Fixes

  • scene: fix Scene Hierarchy Tree item for node with no components (e341fa5)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @iot-app-kit/core bumped from 10.0.0 to 10.1.0
      • @iot-app-kit/react-components bumped from 10.0.0 to 10.1.0
      • @iot-app-kit/related-table bumped from 10.0.0 to 10.1.0
      • @iot-app-kit/source-iottwinmaker bumped from 10.0.0 to 10.1.0
    • devDependencies
      • eslint-config-iot-app-kit bumped from 10.0.0 to 10.1.0
source-iotsitewise: 10.1.0

10.1.0 (2024-03-21)

Features

  • add a widget level loading indicator for x-y plot (9be5617)
  • add dataquality attribute to data-point (5fb23de)

Bug Fixes

  • aws clients marked as peer dependencies (d944df4)
  • pass in refresh rate through the query instead of props (b6df585)
  • refresh rate defined in dashboard and on query (43cc5e4)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @iot-app-kit/core bumped from 10.0.0 to 10.1.0
      • @iot-app-kit/core-util bumped from 10.0.0 to 10.1.0
    • devDependencies
      • @iot-app-kit/jest-config bumped from 10.0.0 to 10.1.0
      • @iot-app-kit/testing-util bumped from 10.0.0 to 10.1.0
      • @iot-app-kit/ts-config bumped from 10.0.0 to 10.1.0
      • eslint-config-iot-app-kit bumped from 10.0.0 to 10.1.0
source-iottwinmaker: 10.1.0

10.1.0 (2024-03-21)

Features

  • add a widget level loading indicator for x-y plot (9be5617)

Bug Fixes

  • pass in refresh rate through the query instead of props (b6df585)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @iot-app-kit/core bumped from 10.0.0 to 10.1.0
    • devDependencies
      • @iot-app-kit/jest-config bumped from 10.0.0 to 10.1.0
      • @iot-app-kit/ts-config bumped from 10.0.0 to 10.1.0
      • eslint-config-iot-app-kit bumped from 10.0.0 to 10.1.0
testing-util: 10.1.0

10.1.0 (2024-03-21)

Bug Fixes

  • pass in refresh rate through the query instead of props (b6df585)
  • updated the viewport settings for dynamic input #2565 (0e31d25)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @iot-app-kit/core bumped from 10.0.0 to 10.1.0
    • devDependencies
      • @iot-app-kit/ts-config bumped from ^10.0.0 to ^10.1.0
      • eslint-config-iot-app-kit bumped from ^10.0.0 to ^10.1.0
tools-iottwinmaker: 10.1.0

10.1.0 (2024-03-21)

Miscellaneous Chores

  • tools-iottwinmaker: Synchronize iot-app-kit versions
ts-config: 10.1.0

10.1.0 (2024-03-21)

Miscellaneous Chores

  • ts-config: Synchronize iot-app-kit versions
eslint-config: 10.1.0

10.1.0 (2024-03-21)

Miscellaneous Chores

  • eslint-config: Synchronize iot-app-kit versions
root: 10.1.0

10.1.0 (2024-03-21)

Features

  • add a widget level loading indicator for x-y plot (9be5617)
  • add dataquality attribute to data-point (5fb23de)
  • added data quality icon and text next to value in table #2664 (91cd12f)
  • added support for border theming options #2668 (66e6680)
  • added validation for decimal places input and moved in section format data #2599 (1cd97c1)
  • chart legend support px rem em % unit type (4e023e6)
  • dashboard: adding new property panel layout (617c77c)
  • new KPI and update tests (328e41a)
  • support theming using cloudscape mechanism #2667 (c342310)
  • user selected dashboard refresh-rate (1c1256d)

Bug Fixes

  • add missing loading indication for widget values (d90f9a6)
  • add range for table significant digits test (ac53406)
  • added the selection list reset in unmodeled section after clicking add #2659 (7288bc7)
  • aws clients marked as peer dependencies (d944df4)
  • dashboard: style updates to widget title bar (1b224bf)
  • datastream not show unit if it's undefined #2660 (7418773)
  • fixed the issue with no aggregation change #2605 (569854e)
  • fixed the timezone issue in unit test #2623 (a8200dc)
  • grouped the style buttons together and associated with style label for screen reader #2360 (da7f0c1)
  • pass in refresh rate through the query instead of props (b6df585)
  • react components: updating import for popper.js (00c1707)
  • react-components: lowered min/max throttle to match TC throttle (e972b1b)
  • refresh rate defined in dashboard and on query (43cc5e4)
  • remove duplicate constants and types (45c155b)
  • scene: fix Scene Hierarchy Tree item for node with no components (e341fa5)
  • update docs for KPI (84a51f5)
  • updated the viewport settings for dynamic input #2565 (0e31d25)

Reverts

  • "feat(dashboard): adding new property panel layout" (880125b)

This PR was generated with Release Please. See documentation.

@github-actions github-actions bot force-pushed the release-please--branches--main branch 3 times, most recently from 7d70cc5 to 508d08b Compare March 6, 2024 21:26
@github-actions github-actions bot changed the title chore: release 10.0.1 chore: release 10.1.0 Mar 21, 2024
@github-actions github-actions bot force-pushed the release-please--branches--main branch from 508d08b to f99a004 Compare March 21, 2024 18:48
@github-actions github-actions bot force-pushed the release-please--branches--main branch from f99a004 to f77da39 Compare March 21, 2024 18:49
@ssjagad ssjagad closed this Mar 21, 2024
@ssjagad ssjagad reopened this Mar 21, 2024
@ssjagad ssjagad merged commit 1eb612e into main Mar 21, 2024
20 checks passed
@ssjagad ssjagad deleted the release-please--branches--main branch March 21, 2024 19:50
Copy link
Contributor Author

Copy link
Contributor Author

Copy link
Contributor Author

Copy link
Contributor Author

Copy link
Contributor Author

Copy link
Contributor Author

Copy link
Contributor Author

Copy link
Contributor Author

Copy link
Contributor Author

Copy link
Contributor Author

Copy link
Contributor Author

Copy link
Contributor Author

Copy link
Contributor Author

Copy link
Contributor Author

Copy link
Contributor Author

Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants