Skip to content

v5.4.7-dev.17

Pre-release
Pre-release

Choose a tag to compare

@AmoebeLabs AmoebeLabs released this 20 Jul 16:39
b4e1cff

This dev release contains a lot of fixes and a few new features. It adds the "dots" and "equalizer" graphs for instance.
The other new feature is that you can now use a rectangle as a background for a state/name/area that automatically "fits" the size and position of the state/name/area. In the next images, this is used for the min and max date/time entities.

image

What's Changed (compared to dev.16)

🐛 Bug fixes

  • fix: Fix positioning of child cards including embedded and frameless settings by @AmoebeLabs in #321
  • fix: Reroute real-time sparkline data outside history path by @AmoebeLabs in #332
  • fix: Prevent realtime updates from filling the historical calendar periods for offset < 0 by @AmoebeLabs in #333
  • fix: Preserve realtime updates for rolling window and calendars with offset=0 by @AmoebeLabs in #334
  • fix: Process realtime bin boundaries the same as previous history fetches on bin boundaries by @AmoebeLabs in #335
  • fix: Prune live history to the active history window by @AmoebeLabs in #337
  • fix: Add styles section to barcode part in sparkline config by @AmoebeLabs in #341
  • fix: Refresh calendar history ranges at local midnight for history graphs with offset < 0 by @AmoebeLabs in #336

🚀 New features

  • feat: Align axis, grid and label support and harmonize colorstops for FHS by @AmoebeLabs in #344
  • feat: Add dynamic size with "fit" config to rectangle to "fit" area, name or state as background by @AmoebeLabs in #346
  • feat: Add support for dots and equalizer as chart types by @AmoebeLabs in #350

Other changes

  • refactor: Replace periodic history fetching with sync at things like connect, updated and firstupdated by @AmoebeLabs in #338
  • refactor: Refactor sparkline history lifecycle for realtime, rolling window and calendar types by @AmoebeLabs in #339
  • refactor: Harmonize external config using color_stops and internal config using colorstops by @AmoebeLabs in #348

Full Changelog: v5.4.7-dev.16...v5.4.7-dev.17