Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.37 KB

CHANGELOG.md

File metadata and controls

32 lines (19 loc) · 1.37 KB

Changelog

v4.0.0 (2023-06-26)

BREAKING CHANGES

  • TelemetryUI.Web.Component.to_image implementation of VegaLite components has been extracted to a standalone library to remove hard dependency on rustler precompiled and vix.

Features

  • Interval refresh for live charts update 🎉

v3.0.0 (2023-04-26)

BREAKING CHANGES

  • TelemetryUI.Web.Component now can render image, so the protocol has a to_html and a to_image instead of the single render function
  • TelemetryUI.Web controller does not include the "share" param parsing anymore. If you want to have sharable URL, you need to add TelemetryUI.Web.Share controller in your router and the share_path config in your theme.

Features

  • Standalone TelemetryUI.Web.Share controller: Simplify sharing features
  • Images: vl-convert integration with Rust to be able to build image urls of VegaLite components
  • Digest metric_images: Add images in the digest message sent to Slack

v2.0.0 (2023-01-25)

BREAKING CHANGES