Skip to content

Releases: alex3305/lovelace-global-mod

v0.3.0

16 Dec 10:40
Compare
Choose a tag to compare

This is a major release with breaking changes...

  • BREAKING Changed disableOnEdit to disable-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

14 Oct 08:23
Compare
Choose a tag to compare
  • Fix HACS installation
  • Move output to root directory

Full Changelog: 0.1.6...0.2.1

0.2.0

07 Oct 17:36
Compare
Choose a tag to compare
  • Add disable on edit option

Full Changelog: 0.1.5...0.2.0

0.1.6

07 Oct 17:35
Compare
Choose a tag to compare
  • 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

02 Jun 14:35
Compare
Choose a tag to compare
  • 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

26 May 08:37
Compare
Choose a tag to compare

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