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);