Skip to content

Latest commit

 

History

History
184 lines (97 loc) · 11.6 KB

CHANGELOG.md

File metadata and controls

184 lines (97 loc) · 11.6 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.1.3 (2024-01-30)

Bug Fixes

  • visualizations: add more significant digits to y axis (2db2cb)

2.1.2 (2023-12-06)

Bug Fixes

  • visualizations: only check datastreams with data types in unsupported check (3ef533f)

2.1.1 (2023-06-21)

Bug Fixes

  • visualizations: pass through significant digits to legend component (a49f9df)

2.1.0 (2023-06-21)

Features

  • visualizations: add significant digit configuration (ae813e9)

Bug Fixes

  • docs: update dataStream in docs (50c0e75)

2.0.0 (2023-05-30)

⚠ BREAKING CHANGES

  • remove aggregates from dataStreams

Features

  • remove aggregates from dataStreams (76563af)

1.9.1 (2023-05-24)

Bug Fixes

  • visualizations: use passed in label in status-timeline component (86d3172)

1.9.0 (2023-05-01)

Features

  • charts accept aggregationType (1be63e2)

1.8.4 (2023-04-27)

Bug Fixes

  • unsupported data check if loading (f5ea4a9)

1.8.3 (2023-04-27)

Bug Fixes

  • check if data is loading for unsupported types (b9d3f64)

1.8.2 (2023-04-27)

Bug Fixes

  • core: refactor listener registration for tooltip (b37b0f2)
  • core: refactor webgl positioning to account for webglcontext viewframe (01e161e)
  • hide legend and error state on loading or empty state (6f2ae53)

1.8.1 (2023-04-12)

Bug Fixes

  • add left position to tooltip (5a40e42)

1.8.0 (2023-04-12)

Features

1.7.1 (2023-03-31)

Bug Fixes

  • legend: fix name and unit gap in legend (25fd79c)

1.7.0 (2023-03-29)

Features

  • iot-app-kit-vis: replace dateChanged event emitter with setViewport (#264) (804d0f9)
  • rename any sc- components to iot-app-kit-vis- (#260) (657efab)
  • rename core pckg to iot-app-kit/charts-core (773775a)
  • replace SC components with iot-app-kit/charts in react package (b3f3428)
  • replace synchro-charts in react package with charts-core (e8ca248)
  • status-timeline: visually differentiate value change when data points have no associated breached thresholds (94f6181)
  • synchro-charts: refactor webgl context to all it to be placed in any scope (94f7f3b)

Bug Fixes

1.5.0 (2023-03-27)

Features

  • iot-app-kit-vis: replace dateChanged event emitter with setViewport (#264) (804d0f9)
  • rename any sc- components to iot-app-kit-vis- (#260) (657efab)
  • rename core pckg to iot-app-kit/charts-core (773775a)
  • replace SC components with iot-app-kit/charts in react package (b3f3428)
  • replace synchro-charts in react package with charts-core (e8ca248)
  • status-timeline: visually differentiate value change when data points have no associated breached thresholds (94f6181)
  • synchro-charts: refactor webgl context to all it to be placed in any scope (94f7f3b)

Bug Fixes

1.3.0 (2023-03-27)

Features

  • iot-app-kit-vis: replace dateChanged event emitter with setViewport (#264) (804d0f9)

1.2.0 (2023-03-09)

Features

  • rename any sc- components to iot-app-kit-vis- (#260) (657efab)

1.1.0 (2023-03-07)

Features

  • status-timeline: visually differentiate value change when data points have no associated breached thresholds (94f6181)
  • synchro-charts: refactor webgl context to all it to be placed in any scope (94f7f3b)

Bug Fixes

1.0.0 (2023-03-06)

  • first iot-app-kit-visualizations release