Skip to content

v3.8.0

Latest
Compare
Choose a tag to compare
@leonardorafael leonardorafael released this 16 Dec 21:22
· 2 commits to main since this release

CHANGELOG 3.8.0

minzipped size

🚀 Added

  • Added auto click on password icon #382
  • Added the ripple effect helpers ripple, slow-ripple, fast-ripple (an optional js solution, the wave effect still is the default) #389

🩹 Fixed

  • Fixed support to asp.net when adds an extra input hidden #400
  • Fixed autofocus on dialog #397

Added the ripple effect helpers ripple, slow-ripple, fast-ripple (an optional js solution, the wave effect still is the default)

image

<button class="ripple">Ripple</button>
<button class="slow-ripple">Slow ripple</button>
<button class="fast-ripple">Fast ripple</button>