Skip to content

Releases: joseluis9595/lovelace-navbar-card

NavBar card v0.0.5

10 Nov 16:59
09c065d
Compare
Choose a tag to compare

This new release introduces several updates to the configuration options for navbar-card. Desktop-specific settings have now been moved under a desktop configuration entry, while mobile settings are under mobile, making it easier to customize the navigation bar's behavior for each device. More info

Additionally, with this update, you can now define labels for each route in the navigation bar and control their visibility based on the device type (desktop or mobile).

Breaking changes

  • desktop_min_width and desktop_position now moved to desktop config, with names min_width and position respectively

Features

  • New config option to display labels for each route

Fixes

  • Fixed issue where sometimes the navbar didn't update properly to reflect the current location

Full Changelog: v0.0.4...v0.0.5

NavBar card v0.0.4

09 Nov 22:21
beda90a
Compare
Choose a tag to compare

This is a small release with a new useful feature: allowing via configuration to choose the position of the navbar on desktop devices. Just set the desktop_position option to either left, bottom, right or top.

Features

  • Added new configuration option desktop_position

Features

  • Added new desktop_position configuration option.

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

NavBar card v0.0.3

06 Nov 12:29
Compare
Choose a tag to compare

Features

  • Added support to display a small badge on any route entry based on Javascript Templates. More info here

navbar-badge

Fixes

  • Improve detection of edit-mode

Full Changelog: v0.0.2...v0.0.3

NavBar card v0.0.2

28 Oct 12:39
Compare
Choose a tag to compare

Added

Refactor styles to:

  • Remove unnecessary div containers
  • Allow for easy targetting of classnames when using custom styles

Fixed

Delay in UI updating when changing dashboard to edit mode

NavBar card v0.0.1

25 Oct 12:34
Compare
Choose a tag to compare

First release of NavBar Card!