Releases: alex3305/lovelace-global-mod
Releases · alex3305/lovelace-global-mod
v0.3.0
This is a major release with breaking changes...
- BREAKING Changed
disableOnEdit
todisable-on-edit
- BREAKING Remove hyphen limitation on key names
- BREAKING Move to using mods within themes without
-global-mod
suffix - Fixed update theme action to refresh styles
- Pre-check mod variables when loading instead of at mod time
- Improved performance when adding style elements
- Add
display: none
on style elements - Updated README
0.2.1
- Fix HACS installation
- Move output to root directory
Full Changelog: 0.1.6...0.2.1
0.2.0
- Add disable on edit option
Full Changelog: 0.1.5...0.2.0
0.1.6
- Bugfix: Try and apply elements last
- Add Javascript bundler
- Move dist version to minified and bundled version
Full Changelog: 0.1.5...0.1.6
0.1.5
- Bugfix: Switching dashboards wouldn't always trigger global mod
- Bugfix: Fix global mod on theme change
Full Changelog: 0.1.4...0.1.5
0.1.4
0.1.4
- Bugfix: re-add active class
- Add event listener for when HA becomes visible again (ie. alt-tab)
0.1.2
- Bugfix: remove active class optimization
- Increased exponential retries
0.1.1
- Move to another mod format, otherwise it was incompatible with Home Assistant 🤷♀️
- Add
settheme
listener to reload on theme change - Housekeeping: Add Node to project
- Housekeeping: Add linting to project
- Housekeeping: Add editorconfig
0.1.0 (unreleased)
- Add global, dark and light styles
- Remove
home-assistant$home-assistant-main$
selector requirement - Move to
mods
in current theme - Add exponential backoff to find page elements
- Various bugfixes
- Updated readme
0.0.3 (unreleased)
- Implemented async/await
- Added documentation
- Added HACS
0.0.2 (unreleased)
- First fully working version
- Renamed to global-mod
- Implemented ES6 class with functions
0.0.1 (as header-styler, unreleased)
- Initial proof of concept
- Including event listener for page changes