Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.07 KB

CHANGELOG.md

File metadata and controls

29 lines (22 loc) · 1.07 KB

Change Log

This project adheres to Semantic Versioning.

Actual status from last release: Unreleased

1.0.7 - 2016-01-26

Added

  • this CHANGELOG.

Fixed

  • main in package.json was pointing src/index.js, changed to index.js (#138).

1.0.6 - 2015-12-09

Added

  • tooltip-append-to-body attribute that clones the tooltip and append this directly on body. This enables the tooltip position also, for instance, if you have an scrolling area. This option does heavy javascript calculation.

1.0.5 - 2015-10-06

Fixed