github beercss/beercss v4.0.17

12 hours ago

CHANGELOG 4.0.17

🚀 Added

  • None

🩹 Fixed

  • Inset icon invisible when slider value is not minimum #581
  • Mismatched corner radius for no-round buttons #579
  • Footer cuts off overlay content from main sections #558
  • Race condition in ui function #552
  • Sliders on Safari on a phone aren't usable #549
  • No hover effect with ripple helpers #539

⚠️ Breaking changes

  • .no-opacity is counter-intuitive #440

.no-opacity is counter-intuitive

// before
<div class="no-opacity"></div> // 1
<div class="small-opacity"></div> // 0.75
<div class="medium-opacity"></div> // 0.5
<div class="large-opacity"></div> // 0.25
<div class="opacity"></div> // 0
// after
<div class="no-opacity"></div> // 0
<div class="small-opacity"></div> // 0.25
<div class="medium-opacity"></div> // 0.5
<div class="large-opacity"></div> // 0.75
<div class="opacity"></div> // 1

Don't miss a new beercss release

NewReleases is sending notifications on new releases.