Skip to content

Releases: REDDE4D/hass-vertical-stacked-navigation-card

v0.0.5 Visual Editor Overhaul

18 Apr 08:06
ca93905
Compare
Choose a tag to compare

Visual Changes

Changed the Display style of the Visual editor to fit the style of Homeassistant a bit more
Also removed all Paper-Inputs as they are deprecated

New function

Added the ability to set custom styles through the Visual editor

V0.0.4 Hotfix

16 Apr 16:05
d8d725f
Compare
Choose a tag to compare

The add Sub-Nav button should now work

v0.0.4 Visual Editor & more

16 Apr 15:51
bbc6f46
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.3...v0.0.4

V0.0.3 More Styling Options

14 Apr 12:52
Compare
Choose a tag to compare

If a Sub Item is marked as active the Parent should now be unfolded by default.

Added Styling options for Color (hover, active, text, background)
Added Styling options for font size.
The Style options are split into main and sub settings

!! The way to set custom colors has changed !!
They are now set as following:

custom_styles:
  colors:
    hover: 
      main: rgba(15,105,55,0.8)
      sub: rgba(15,105,55,0.8)
    active:
      main: rgba(55,55,255,0.8)
      sub: rgba(55,55,255,0.8)
    text:
      main: #fff
      sub: #fff
    background:
      main: rgba(0,0,0,0.5)
      sub: rgba(0,0,0,0.5)
  font_size:
    main: 25px
    sub: 14px

Fixed Naming error

10 Apr 09:46
Compare
Choose a tag to compare
v0.0.2

fix naming

Initial Release

10 Apr 09:41
Compare
Choose a tag to compare
v0.0.1

Init