Balloon.css Versions Save

Simple tooltips made of pure CSS

v1.0.0

4 years ago

Breaking changes:

  • Now using aria-label for texts instead of data-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

6 years ago

Changelog:

  • #67, #69 - Default SASS variables (allow variables to be overridden)
  • #62 - Adding up-left, up-right, down-left, down-right positions.
  • #61 - Fixing iOS Safari bug where tooltips doesn't showed up on click
  • #53 - Adding no-transition parameter [data-balloon-blunt]
  • Other minor bugfixes...

v0.4.0

7 years ago

Pushing some small bugfixes.