Releases: kazzkiq/balloon.css
Releases · kazzkiq/balloon.css
v1.0.0
Breaking changes:
- Now using
aria-label
for texts instead ofdata-balloon
; - Dropped LESS support (now using only SASS).
Features:
- Better usability (
aria-label
, enabled on:focus
); - Option to disable animations;
- CSS variables for easy customization (
--balloon-color
,--balloon-font-size
and--balloon-move
); - 50% smaller;
Bugs & Fixes
- Removed
!important
from code; - Fixed issues when using FontAwesome;
- Removed prefixes properties (
-webkit
,-moz
, etc);
v0.5.0
Balloon.css v0.4.0 Release
Pushing some small bugfixes.