Skip to content
This repository has been archived by the owner on May 25, 2020. It is now read-only.

Releases: maykar/compact-custom-header

1.1.4

27 Jun 21:15
7b3e89f
Compare
Choose a tag to compare

Editor & performance improvements

1.1.3

27 Jun 16:52
1ed5d1f
Compare
Choose a tag to compare
  • Added option to hide "Configure UI" from menu. closes #135
  • Fix for shifted background causing solid color behind header.
  • Added warnings for options that remove ability to edit.

1.1.2

27 Jun 11:10
6291969
Compare
Choose a tag to compare

Update readme.md and info.md to provide HACS with more info

1.1.1

27 Jun 03:01
Compare
Choose a tag to compare
1.1.1 Pre-release
Pre-release

Fixes "CCH conditional styling: undefined does not exist" when no conditional_styles were defined.

1.1.0

26 Jun 23:37
99e09f7
Compare
Choose a tag to compare
1.1.0 Pre-release
Pre-release

Update Version 1.1.0:

Breaking changes:

  • CCH is no longer required to be a card and only needs added as a resource.
  • Configuration happens at the root of your lovelace config in cch: (see links below).
  • The UI editor can now be found in the options menu after selecting "Configure UI".

Non-breaking Changes:

  • New feature hide_help this will hide "help" from the options menu. ( I kept accidentally hitting it while working on this update ) 😆
  • With the exception of styling config, everything can now be configured using the UI.
  • Fixed a conflict when using hide_tabs in main config and show_tabs in an exception and vice versa.
  • Persistent notification of 1.1.0's breaking changes if you've upgraded, but are still using the old config method.
  • A fair few under the hood tweaks and fixes that should improve performance.

I've made a quick guide for the upgrade process and updated the docs quite a bit and they can now accept PR's, so please contribute if anything is unclear or missing.

1.0.4b9

05 Jun 00:37
7e53e14
Compare
Choose a tag to compare
  • Fix sidebar closing on tab change.
  • Bring back dynamic importing of editor.
  • Disable swipe on map cards. Thanks, @RomRider .

1.0.4b8

24 May 15:19
8662531
Compare
Choose a tag to compare
  • Descriptions to editor toggles on hover.
  • sidebar_swipe: toggle ability to swipe open sidebar on mobile.
  • sidebar_closed: if sidebar was previously open, close on load.
  • kiosk_mode: Turns off sidebar_swipe, turns on sidebar_closed, and hides the header.
  • Tweaks to swipe animation and elements to ignore when swiping on.

1.0.4b7

22 May 04:14
4dcf633
Compare
Choose a tag to compare
  • Tweak animations.
  • Update info.md for HACS

1.0.4b6

21 May 23:22
5e71136
Compare
Choose a tag to compare
  • Don't swipe navigate when on slider elements.

1.0.4b5

21 May 11:45
0f91d3e
Compare
Choose a tag to compare
  • Prevent swipe animation on first/last tab if wrap is disabled and swiping to nothing.
  • Fix view height when header is hidden.