beercss / beercss

Build material design interfaces in record time... without stress for devs... πŸΊπŸ’›
https://www.beercss.com
MIT License
940 stars 47 forks source link

Release v3.4.10 #254

Closed leonardorafael closed 5 months ago

leonardorafael commented 5 months ago

CHANGELOG 3.4.10

Size

πŸš€ Added

🩹 Fixed

⚠️ Breaking changes

// Removed none helper from button element

// before
<button class="none">Button</button>

// after (some alternatives)
<button>Button</button>
<button class="transparent">Button</button>
// This is the last release of 2023. 
// Merry christmas and a happy new year for us.
// πŸŽ…πŸ»πŸŽ…πŸΌπŸ»πŸŽ…πŸΏπŸ»
laurentpayot commented 5 months ago

Thanks @leonardorafael for the gift release and happy holidays to you!

πŸŽ„πŸŽβœ¨