Bubble Card 3
v3.0.0-beta.5
If you missed the previous beta releases, please check this changelog (and earlier ones) to discover all the new features and fixes added so far.
Hi everyone!
This new beta should finally fix the last remaining issues from the previous versions, with a few final touches to polish everything! ❤️
If you still notice any new bugs, please let me know! We're very close to the stable release, and I couldn’t have made it this far without your feedback!
As always, a huge thank you to all the testers for your time, support, and patience! 🍻
💡 New features and enhancements
-
Adjust card height (rows) in all views:
This feature was previously removed, but it’s now back and improved! You can now change the number of rows for any card using a large layout, in any view type, including inside pop-ups! #1441 -
More visual feedback on click/tap:
Buttons on cover cards, media player cards, and the pop-up close button now show the usual feedback animation when tapped or clicked. This feedback is now (finally) consistent across all interactive elements! -
Editor info texts:
Some info texts in the editor were improved to make things clearer. -
Pop-up editor improvement:
You can now scroll inside the preview when editing long pop-ups. -
German translation added:
The calendar card now supports German, thanks to @Wesk89! 🇩🇪 PR #1438
✔️ Bug fixes and optimizations
-
iOS tap action fix:
Fixed an issue where tap actions could become unreliable on iOS devices. #1439 -
Default module issue:
Prevented an issue where removing{}
in the code editor could break other modules. -
Media player card fixes:
- The power button is back when the entity state is off #1440
- The volume slider now correctly shows the fill and value.
-
Slider button with media player entity:
The slider is now displayed correctly. #1429 -
Condition selector fix:
Finally fixed an issue with the condition selector in modules. This also fix my Conditional icon badges module. -
Default color compatibility:
Fixed a bug where the new default color didn't render correctly in older browsers. -
Button card actions fix:
Default actions for button cards now behave as expected. #1437 -
Fixed
removeChild
error:
Resolved a rareFailed to execute 'removeChild' on 'Node'
error.