You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Indeed I changed something in the previous release, this will be a breaking change for some users that use that kind of custom styles. I just fixed the editor to reflect the same styling, I will also add a note about it in the changelog.
Wait for the next release, there will be a new class named .bubble-pop-up-background.
- [x] New more compact design for the climate card, this new design don’t use a sub-button for the temperature anymore. Important: If you’ve added climate cards before, just open these cards one by one in the editor, the previous temperature sub-button will be automatically deleted. Don’t forget to save after that.
- [x] Full support for climate entities with `target_temp_low` and `target_temp_high` #877
- [x] In heat_cool mode, the climate card color now change based on if it’s actually heating or cooling. #863
- [x] Actions are not triggered when scrolling anymore, finally! #892 and #839
- [x] Fixed an issue where it was impossible to scroll anymore in some cases (like in the editor).
- [x] Added the missing bubble-accent-color variable in the media player play/pause button.
- [x] Update climate specific css vars #908 PR from @flobiwankenobi
- [x] New element for pop-up background, breaking change for some users with custom styles. #895
- [x] Underscore removing from list select #890
- [x] Some pop-ups were not displayed displayed correctly, or only when leaving the editor/changing view, this is now fixed! #821
- [x] Fixed some more pop-up issues (like console errors). #840 and #791
- [x] Cover open and close buttons are now disabled when they should. #788
- [x] Slider for controlling thermostat/fan should now works correctly. #849, #838 and #768
Hello,
Here is a problem I observed using v2.3.0-beta.4:
Here's the custom style I use:
.bubble-pop-up {
transition: transform 0.3s ease;
background: center / cover no-repeat url("/local/epellis_theme/blue.jpg") fixed;
border-radius: 12px 12px 0 0;
box-sizing: border-box;
margin-left: var(--custom-margin);
left: 7px;
z-index: 5 !important;
bottom: calc(-56px - var(--custom-height-offset-mobile));
backdrop-filter: var(--custom-popup-filter);
-webkit-backdrop-filter: var(--custom-popup-filter);
box-shadow: 0px 3px 8px 0px rgba(255, 174, 66, 0.35) !important;
border-radius: 20px;
border-style: solid;
border-width: 1px;
border-color: rgba(255, 255, 255, 0.35) !important;
}
Thank you! 🍻
The text was updated successfully, but these errors were encountered: