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