Skip to content

5.0.8

Choose a tag to compare

@shannonhochkins shannonhochkins released this 15 Mar 01:04
· 74 commits to master since this release
ae91f45

5.0.8

@hakit/components

  • BUGFIX - Breakpoints - A previous release caused the breakpoint logic to break, there was also another related bug where if breakpoints were provided to the ThemeProvider, it would cause a recursive update as there was a mis-match between the internal and input objects - fixes issue
  • MediaPlayerCard, ControlSliderCircular, ClimateControls, RangeSlider - all now update with the trailing edge first as these also had a similar problem to the useEntity hook mentioned below.

@hakit/core

  • useEntity - issue with throttle controls acting like a delay, it will now taking the trailing/leading edge and initial updates will be immediate, default throttle time dropped from 150ms to 25ms, other components will also see a speed up in updates in the UI with this change, thanks for reporting @maumi - fixes issue
  • useWeather, useLogs - also updated with incorrect throttle options