github Nerwyn/android-tv-card 3.8.0-beta.001
3.8.0-beta.001 - Vertical Sliders

latest releases: 4.0.6, 4.0.6-alpha.002, 4.0.6-alpha.001...
pre-release4 months ago

Vertical Sliders

Sliders can now be made vertical! Set vertical: true in their custom action. You also have to explicitly set style.height to a value like 200px. The tooltip's transform function will also be automatically adjusted to appear to the left of the slider thumb. As part of the style changes made to simplify slider styling and make it possible to create vertical sliders, --height and --border-radius have been removed. These values can now be set directly instead using height and border-radius.

custom_actions:
  slider:
    vertical: true
    style:
      height: 175px

Other Changes

  • Remove default precision.
  • Adjust how default slider range is set.
  • Include template render function in template context for users to use to recursively render templates.
  • Fix legacy string interpolation when multiple variables are used.
  • Include slider context in more templates.

Don't miss a new android-tv-card release

NewReleases is sending notifications on new releases.