Releases: joseluis9595/lovelace-navbar-card
NavBar card v0.0.5
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
anddesktop_position
now moved todesktop
config, with namesmin_width
andposition
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
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
Features
- Added support to display a small badge on any route entry based on Javascript Templates. More info here
Fixes
- Improve detection of edit-mode
Full Changelog: v0.0.2...v0.0.3
NavBar card v0.0.2
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
First release of NavBar Card!