Skip to content

Releases: kazzkiq/balloon.css

v1.0.0

18 Jun 18:20
Compare
Choose a tag to compare

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

14 Aug 17:17
Compare
Choose a tag to compare

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...

Balloon.css v0.4.0 Release

16 Nov 03:51
Compare
Choose a tag to compare

Pushing some small bugfixes.