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 3.0.0 #314

Closed
wants to merge 1 commit into from
Closed

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Nov 2, 2022

🤖 I have created a release beep boop

components: 3.0.0

3.0.0 (2022-11-02)

⚠ BREAKING CHANGES

  • core: Refactored export from @iot-app-kit/core IoTAppKitDataModule to be named TimeSeriesDataModule, and removed the concept of multiple data sources per time series data module

Features

  • Add Asset Hierarchy loading & Asset Tree support (e36380a)
  • Add Core SiteWise Asset Module (a3ffec2)
  • add in styles overrides and refId in query (#38) (76a9d63)
  • add npm-publish github workflow (#68) (64e64b8)
  • Add proposed API changes within types declarations (#37) (629fbeb)
  • add support for resolution mapping (#16) (8dda905)
  • add test runner github action (#8) (ef398b9)
  • allow to specify region for data-module (#4) (ae2ef66)
  • api simplification of requestSettings (#27) (537b8ca)
  • backfill component integration tests (#66) (4f17201)
  • batch API for historical, aggregated, and latest value data (#137) (b7a38e2)
  • bind gestures to components (#31) (799763b)
  • components: support viewport grouping in iot-table using ViewportManager. (feba985)
  • core: Refactor time series data module to remove unused functionality. Add meta field to data stream. (7f12267)
  • create react-components and source-iotsitewise pkgs (#57) (16451b1)
  • create tree table base component (#15) (4678f80)
  • customizable resolutions (#23) (0ffd474)
  • error handling/data-module core (#14) (376929f)
  • expand children in resource explorer (#115) (8f1c03c)
  • explicitly type sitewise query (#59) (e62f44b)
  • improve error handling (#61) (5016e41)
  • Introduce alarms (#135) (5c19b99)
  • introduce module coordinator (#47) (36684eb)
  • Onboard cypress with component test runner (#34) (b82d682)
  • pass thru annotations (#65) (f9e3d31)
  • props: adapt props for synchro-charts (#133) (a98bf06)
  • query provider classes and TimeSeriesData support (#51) (173f46a)
  • refactor app kit (#67) (215584d)
  • Refactor Asset Tree to use the new Query/Provider system (#62) (cccbe61)
  • Refactor Site Wise Asset session interface to support Promises (#40) (184ccc6)
  • request data in descending order (#30) (29b23a7)
  • Resource Explorer (#24) (2e9d746)
  • restructure mocks of sitewise to all be co-located (#52) (557484f)
  • sitewise components use query and provider (#54) (80cf5d4)
  • Sitewise Resource Explorer (#21) (8f26b58)
  • source-iotsitewise useable module (#63) (21a1014)
  • support auto-assigning colors for certain components (#96) (d75e426)
  • support fetchMostRecentBeforeStart (#79) (c44b7b8)
  • Support multiple queries per subscription (#39) (57772c1)
  • table: support messageOverrides (#211) (ccb7a32)
  • TwinMaker: Add TwinMaker packages (#252) (fabbe03)
  • update sitewise component interface (#58) (1927053)
  • update synchro charts to 3.1.0, update docs (#92) (10a55fa)

Bug Fixes

  • Add appropriate default resolution for bar chart (#76) (ddce235)
  • components: import missing CSS style sheets. (9634ec9)
  • components: move message merge to componentWillRender() (8e2d260)
  • deps: update synchro-charts, node-sass, nth-check (#295) (164b751)
  • mock SDK in component tests (#56) (dd4bab5)
  • related-table eslint and prettier (#10) (67a7149)
  • remove prettier, enforce eslint on build (#29) (1b2e5ca)
  • requestBuffer (#49) (b342b32)
  • resolves #83 (#87) (364716f)
  • sitewise source time series module (#71) (6671217)
  • testing ground DataModule parameter (#17) (61632de)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @iot-app-kit/core bumped from ^2.3.0 to ^3.0.0
      • @iot-app-kit/related-table bumped from ^2.3.0 to ^3.0.0
      • @iot-app-kit/source-iotsitewise bumped from ^2.3.0 to ^3.0.0
      • @iot-app-kit/table bumped from ^2.3.0 to ^3.0.0
core: 3.0.0

3.0.0 (2022-11-02)

⚠ BREAKING CHANGES

  • core,source-iotsitewise: Change time series data modules getRequestsFromQueries to be async
  • core: Refactored export from @iot-app-kit/core IoTAppKitDataModule to be named TimeSeriesDataModule, and removed the concept of multiple data sources per time series data module

Features

  • Add Asset Hierarchy loading & Asset Tree support (e36380a)
  • Add Core SiteWise Asset Module (a3ffec2)
  • add in styles overrides and refId in query (#38) (76a9d63)
  • add npm-publish github workflow (#68) (64e64b8)
  • Add proposed API changes within types declarations (#37) (629fbeb)
  • add support for aggregated data for sitewise data source (#6) (a50b31e)
  • add support for resolution mapping (#16) (8dda905)
  • Add support for update within subscribeToTimeSeriesData (#53) (83b100f)
  • add test runner github action (#8) (ef398b9)
  • allow to specify region for data-module (#4) (ae2ef66)
  • api simplification of requestSettings (#27) (537b8ca)
  • batch API for historical, aggregated, and latest value data (#137) (b7a38e2)
  • components: support viewport grouping in iot-table using ViewportManager. (feba985)
  • core,source-iotsitewise: Change time series data modules getRequestsFromQueries to be async (69a017e)
  • core: Add meta field to requestInfos in TimeSeriesDataModule (5db70c8)
  • core: Add viewportManager to orchestrate viewport syncing within groups (8990d13)
  • core: Refactor time series data module to remove unused functionality. Add meta field to data stream. (7f12267)
  • core: Support caching of dataType, name and other fields describing dataStreams (542add6)
  • create react-components and source-iotsitewise pkgs (#57) (16451b1)
  • customizable resolutions (#23) (0ffd474)
  • error handling/data-module core (#14) (376929f)
  • explicitly type sitewise query (#59) (e62f44b)
  • expose ttlDurationMapping as data module configuration (#20) (acb7520)
  • improve error handling (#61) (5016e41)
  • increase sitewise default resolution mapping thresholds (#46) (f2d1011)
  • Introduce alarms (#135) (5c19b99)
  • introduce module coordinator (#47) (36684eb)
  • props: adapt props for synchro-charts (#133) (a98bf06)
  • query provider classes and TimeSeriesData support (#51) (173f46a)
  • refactor app kit (#67) (215584d)
  • Refactor Asset Tree to use the new Query/Provider system (#62) (cccbe61)
  • Refactor Site Wise Asset session interface to support Promises (#40) (184ccc6)
  • request data in descending order (#30) (29b23a7)
  • Resource Explorer (#24) (2e9d746)
  • restructure mocks of sitewise to all be co-located (#52) (557484f)
  • sitewise components use query and provider (#54) (80cf5d4)
  • support fetchMostRecentBeforeStart (#79) (c44b7b8)
  • Support multiple queries per subscription (#39) (57772c1)
  • table: create new Table component based on AWSUI Table component (#129) (ba18720)
  • update sitewise component interface (#58) (1927053)
  • Wrap SiteWise Asset related API calls in a Data Source (36475b8)

Bug Fixes

  • backfill on requestBuffer tests (#55) (416eea1)
  • core: add currentTime param to viewportStartDate and viewportEndDate (ea75c74)
  • deps: update synchro-charts, node-sass, nth-check (#295) (164b751)
  • Fix setTimeout error (#32) (e174598)
  • mock SDK in component tests (#56) (dd4bab5)
  • related-table eslint and prettier (#10) (67a7149)
  • remove full file eslint disable. Switch to minimal eslint disable. (ba18720)
  • remove prettier, enforce eslint on build (#29) (1b2e5ca)
  • requestBuffer (#49) (b342b32)
  • resolve float decimal precision issue on round() function. (#160) (6efeac4)
  • sitewise source time series module (#71) (6671217)
  • Swaped ternary statement terms (#22) (b7899f1)
dashboard: 3.0.0

3.0.0 (2022-11-02)

Features

  • dashboard: alpha release of dashboard component (a2f237e)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @iot-app-kit/core bumped from ^2.3.0 to ^3.0.0
      • @iot-app-kit/source-iotsitewise bumped from ^2.3.0 to ^3.0.0
react-components: 3.0.0

3.0.0 (2022-11-02)

Features

  • add npm-publish github workflow (#68) (64e64b8)
  • backfill component integration tests (#66) (4f17201)
  • create react-components and source-iotsitewise pkgs (#57) (16451b1)
  • EnvironmentModel: Adding support for environment overlay (#262) (0277027)
  • improve documentation and clarity of react-components pkg (#60) (f4239cf)
  • Introduce alarms (#135) (5c19b99)
  • props: adapt props for synchro-charts (#133) (a98bf06)
  • TwinMaker: Add TwinMaker packages (#252) (fabbe03)

Bug Fixes

  • react-components, videoPlayer: fix propertiesNotChanged for videoPlayer (11665c0)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @iot-app-kit/core bumped from ^2.3.0 to ^3.0.0
      • @iot-app-kit/components bumped from ^2.3.0 to ^3.0.0
      • @iot-app-kit/source-iottwinmaker bumped from ^2.3.0 to ^3.0.0
related-table: 3.0.0

3.0.0 (2022-11-02)

⚠ BREAKING CHANGES

  • core,source-iotsitewise: Change time series data modules getRequestsFromQueries to be async

Features

  • add npm-publish github workflow (#68) (64e64b8)
  • core,source-iotsitewise: Change time series data modules getRequestsFromQueries to be async (69a017e)
  • create react-components and source-iotsitewise pkgs (#57) (16451b1)
  • dashboard: alpha release of dashboard component (a2f237e)
  • error handling/data-module core (#14) (376929f)
  • expand children in resource explorer (#115) (8f1c03c)
  • props: adapt props for synchro-charts (#133) (a98bf06)
  • Resource Explorer (#24) (2e9d746)
  • Sitewise Resource Explorer (#21) (8f26b58)

Bug Fixes

  • related-table eslint and prettier (#10) (67a7149)
  • remove prettier, enforce eslint on build (#29) (1b2e5ca)
  • update @testing-library/react to use create root (#151) (380e4cf)
scene-composer: 3.0.0

3.0.0 (2022-11-02)

Features

Bug Fixes

  • Allows user to hit Esc key to cancel Enhanced Editing (#272) (6b73fad)
  • CameraView: Minimum FOV check introduced (#284) (6a8d9f1)
  • composer: Camera and Light helper visibility toggling (#294) (4f62051)
  • composer: fix adding tag always attached to root (#281) (f9ff7b1)
  • composer: fix model shader material color restore (#290) (19ce7f1)
  • composer: fix show svg (#279) (3b7924d)
  • composer: Fixes 2nd camera viewing click bug (#291) (7899333)
  • composer: selectedDataBinding not able to update selected node (#274) (ee68f7e)
  • composer: update translations (#302) (8b6f7a1)
  • composer: use arrow data as texture to avoid public path issue (#276) (f7cbd96)
  • deps: update synchro-charts, node-sass, nth-check (#295) (164b751)
  • Fix the tag scaling with parent scale regression (#282) (efd49fc)
  • SceneHierarchyPerformance: SceneHierarchy Tree Performance (#283) (5e93adc)
  • Updating documentation for Storybook (#264) (83352bd)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @iot-app-kit/core bumped from ^2.3.0 to ^3.0.0
      • @iot-app-kit/related-table bumped from ^2.3.0 to ^3.0.0
    • devDependencies
      • @iot-app-kit/source-iottwinmaker bumped from ^2.3.0 to ^3.0.0
source-iotsitewise: 3.0.0

3.0.0 (2022-11-02)

⚠ BREAKING CHANGES

  • core,source-iotsitewise: Change time series data modules getRequestsFromQueries to be async
  • core: Refactored export from @iot-app-kit/core IoTAppKitDataModule to be named TimeSeriesDataModule, and removed the concept of multiple data sources per time series data module

Features

  • add npm-publish github workflow (#68) (64e64b8)
  • batch API for historical, aggregated, and latest value data (#137) (b7a38e2)
  • core,source-iotsitewise: Change time series data modules getRequestsFromQueries to be async (69a017e)
  • core: Refactor time series data module to remove unused functionality. Add meta field to data stream. (7f12267)
  • core: Support caching of dataType, name and other fields describing dataStreams (542add6)
  • create react-components and source-iotsitewise pkgs (#57) (16451b1)
  • expand children in resource explorer (#115) (8f1c03c)
  • Introduce alarms (#135) (5c19b99)
  • props: adapt props for synchro-charts (#133) (a98bf06)
  • refactor app kit (#67) (215584d)
  • source-iotsitewise useable module (#63) (21a1014)
  • support fetchMostRecentBeforeStart (#79) (c44b7b8)

Bug Fixes

  • deps: update synchro-charts, node-sass, nth-check (#295) (164b751)
  • sitewise source time series module (#71) (6671217)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @iot-app-kit/core bumped from ^2.3.0 to ^3.0.0
source-iottwinmaker: 3.0.0

3.0.0 (2022-11-02)

Features

Bug Fixes

  • deps: update synchro-charts, node-sass, nth-check (#295) (164b751)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @iot-app-kit/core bumped from ^2.3.0 to ^3.0.0
table: 3.0.0

3.0.0 (2022-11-02)

Features

  • set up table package and add createTableItems method (#124) (d827d21)
  • table: create new Table component based on AWSUI Table component (#129) (ba18720)
  • table: support messageOverrides (#211) (ccb7a32)
  • TwinMaker: Add TwinMaker packages (#252) (fabbe03)

Bug Fixes

  • deps: update synchro-charts, node-sass, nth-check (#295) (164b751)
  • remove full file eslint disable. Switch to minimal eslint disable. (ba18720)
  • remove unused variables. (13c7dfe)
  • table: add missing brackets. (#183) (5c5ec7b)
  • table: fix an issue when key in columnDefinition doesn't exist in TableItems (#146) (13c7dfe)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @iot-app-kit/core bumped from ^2.3.0 to ^3.0.0
root: 3.0.0

3.0.0 (2022-11-02)

⚠ BREAKING CHANGES

  • core,source-iotsitewise: Change time series data modules getRequestsFromQueries to be async
  • core: Refactored export from @iot-app-kit/core IoTAppKitDataModule to be named TimeSeriesDataModule, and removed the concept of multiple data sources per time series data module

Features

  • Add Asset Hierarchy loading & Asset Tree support (e36380a)
  • add CodeQL workflow (#64) (bfd7c88)
  • Add Core SiteWise Asset Module (a3ffec2)
  • add in styles overrides and refId in query (#38) (76a9d63)
  • add npm-publish github workflow (#68) (64e64b8)
  • Add proposed API changes within types declarations (#37) (629fbeb)
  • add support for aggregated data for sitewise data source (#6) (a50b31e)
  • add support for resolution mapping (#16) (8dda905)
  • Add support for update within subscribeToTimeSeriesData (#53) (83b100f)
  • add test runner github action (#8) (ef398b9)
  • allow to specify region for data-module (#4) (ae2ef66)
  • api simplification of requestSettings (#27) (537b8ca)
  • backfill component integration tests (#66) (4f17201)
  • batch API for historical, aggregated, and latest value data (#137) (b7a38e2)
  • bind gestures to components (#31) (799763b)
  • components: support viewport grouping in iot-table using ViewportManager. (feba985)
  • core,source-iotsitewise: Change time series data modules getRequestsFromQueries to be async (69a017e)
  • core: Add meta field to requestInfos in TimeSeriesDataModule (5db70c8)
  • core: Add viewportManager to orchestrate viewport syncing within groups (8990d13)
  • core: Refactor time series data module to remove unused functionality. Add meta field to data stream. (7f12267)
  • core: Support caching of dataType, name and other fields describing dataStreams (542add6)
  • create react-components and source-iotsitewise pkgs (#57) (16451b1)
  • create tree table base component (#15) (4678f80)
  • customizable resolutions (#23) (0ffd474)
  • dashboard: alpha release of dashboard component (a2f237e)
  • EnvironmentModel: Adding support for environment overlay (#262) (0277027)
  • error handling/data-module core (#14) (376929f)
  • expand children in resource explorer (#115) (8f1c03c)
  • explicitly type sitewise query (#59) (e62f44b)
  • expose ttlDurationMapping as data module configuration (#20) (acb7520)
  • improve clean script (#43) (38f5f84)
  • improve documentation (#90) (83c706d)
  • improve documentation and clarity of react-components pkg (#60) (f4239cf)
  • Improve documentation formatting (#93) (035d8e1)
  • improve error handling (#61) (5016e41)
  • Improve resource explorer docs (#95) (0709c08)
  • increase sitewise default resolution mapping thresholds (#46) (f2d1011)
  • Introduce alarms (#135) (5c19b99)
  • introduce module coordinator (#47) (36684eb)
  • Onboard cypress with component test runner (#34) (b82d682)
  • pass thru annotations (#65) (f9e3d31)
  • props: adapt props for synchro-charts (#133) (a98bf06)
  • query provider classes and TimeSeriesData support (#51) (173f46a)
  • refactor app kit (#67) (215584d)
  • Refactor Asset Tree to use the new Query/Provider system (#62) (cccbe61)
  • Refactor Site Wise Asset session interface to support Promises (#40) (184ccc6)
  • request data in descending order (#30) (29b23a7)
  • Resource Explorer (#24) (2e9d746)
  • restructure mocks of sitewise to all be co-located (#52) (557484f)
  • set up table package and add createTableItems method (#124) (d827d21)
  • sitewise components use query and provider (#54) (80cf5d4)
  • Sitewise Resource Explorer (#21) (8f26b58)
  • source-iotsitewise useable module (#63) (21a1014)
  • support auto-assigning colors for certain components (#96) (d75e426)
  • support fetchMostRecentBeforeStart (#79) (c44b7b8)
  • Support multiple queries per subscription (#39) (57772c1)
  • table: create new Table component based on AWSUI Table component (#129) (ba18720)
  • table: support messageOverrides (#211) (ccb7a32)
  • TwinMaker: Add TwinMaker packages (#252) (fabbe03)
  • update sitewise component interface (#58) (1927053)
  • update synchro charts to 3.1.0, update docs (#92) (10a55fa)
  • Wrap SiteWise Asset related API calls in a Data Source (36475b8)

Bug Fixes

  • Add appropriate default resolution for bar chart (#76) (ddce235)
  • add dashboard package to the npm workspace config (91ec14e)
  • Add dashboard to release-please-config (35730e7)
  • Allows user to hit Esc key to cancel Enhanced Editing (#272) (6b73fad)
  • backfill on requestBuffer tests (#55) (416eea1)
  • CameraView: Minimum FOV check introduced (#284) (6a8d9f1)
  • components: import missing CSS style sheets. (9634ec9)
  • components: move message merge to componentWillRender() (8e2d260)
  • composer: Camera and Light helper visibility toggling (#294) (4f62051)
  • composer: fix adding tag always attached to root (#281) (f9ff7b1)
  • composer: fix model shader material color restore (#290) (19ce7f1)
  • composer: fix show svg (#279) (3b7924d)
  • composer: Fixes 2nd camera viewing click bug (#291) (7899333)
  • composer: selectedDataBinding not able to update selected node (#274) (ee68f7e)
  • composer: update translations (#302) (8b6f7a1)
  • composer: use arrow data as texture to avoid public path issue (#276) (f7cbd96)
  • core: add currentTime param to viewportStartDate and viewportEndDate (ea75c74)
  • deps: update synchro-charts, node-sass, nth-check (#295) (164b751)
  • Development Quick Start Docs/Scripts (#148) (aa9dba6)
  • Fix setTimeout error (#32) (e174598)
  • Fix the tag scaling with parent scale regression (#282) (efd49fc)
  • mock SDK in component tests (#56) (dd4bab5)
  • react-components, videoPlayer: fix propertiesNotChanged for videoPlayer (11665c0)
  • related-table eslint and prettier (#10) (67a7149)
  • remove full file eslint disable. Switch to minimal eslint disable. (ba18720)
  • remove prettier, enforce eslint on build (#29) (1b2e5ca)
  • remove unused variables. (13c7dfe)
  • requestBuffer (#49) (b342b32)
  • resolve float decimal precision issue on round() function. (#160) (6efeac4)
  • resolves #83 (#87) (364716f)
  • SceneHierarchyPerformance: SceneHierarchy Tree Performance (#283) (5e93adc)
  • sitewise source time series module (#71) (6671217)
  • Swaped ternary statement terms (#22) (b7899f1)
  • table: add missing brackets. (#183) (5c5ec7b)
  • table: fix an issue when key in columnDefinition doesn't exist in TableItems (#146) (13c7dfe)
  • testing ground DataModule parameter (#17) (61632de)
  • update @testing-library/react to use create root (#151) (380e4cf)
  • Updating documentation for Storybook (#264) (83352bd)

This PR was generated with Release Please. See documentation.

@github-actions github-actions bot force-pushed the release-please--branches--main branch from d31b9ac to 8c47d08 Compare November 2, 2022 20:43
@github-actions github-actions bot force-pushed the release-please--branches--main branch from 8c47d08 to e305398 Compare November 3, 2022 00:48
@sheilaXu sheilaXu closed this Nov 3, 2022
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.

Type checking error on comparisonOperator in annotations
1 participant