Bubble Card v1.0.0 is out of beta!
Thanks a lot for all your feedbacks! Almost 70 issues closed since the first beta!
And a big thank you for your help @BWilky, @Danm72, @samuel9554 and @marmoul70 🥳
💡 New features :
- You can now set a timeout to close your pop-ups with
auto_close: 10000
, this value is in Milliseconds (thanks @BWilky) #94 - You can now enable/disable the back button/event in your pop-ups, this allow you to navigate through your pop-ups when you press the back button of your browser, just add
back_open: true
(Beta users: This was the previous default behavior, set it to true to keep everything like before the update.) #89 - In your
horizontal-buttons-stack
you can now close a pop-up by clicking on the same button a second time #62 - You can now fix the margin of your pop-ups if they are not centered well in your theme with
margin: 13px
#91 - In your
horizontal-buttons-stack
you can now easily modify the style of a single button with a custom style by selecting it's class. If your button's link is#kitchen
then the class to modify it will be.kitchen
#76 - Bubble Card is out of beta, in my head it's more than a feature! Oh and instead of v0.0.1 like the betas the new build will be v1.0.0
✔️ Fixes
- Fixed the pop-ups trigger
- The editor is now displayed correctly on mobile
- Some GUI editor improvement
- Some other improvements
All new options will soon be available in the documentation.
Please report any issues you may encounter, this release is a big one and I hope that everything is working!