Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.02 KB

CHANGELOG.md

File metadata and controls

37 lines (22 loc) · 1.02 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.0.4] - 2020-05-17

Fixed

  • Error occured when using controller.tooltipController without setting animation.

[0.0.3] - 2020-05-15

Added

  • animation.fadeIn() - fade In Animation, animation.fadeOut() - fade Out Animation
    • Able to set duration, target element and callback function for the animation.
    • Support using animation in:
      • controller.tooltipController()
      • action.showTooltip()
      • action.hideTooltip()

Changed

  • Moved init() to initialization.appendStyleSheet()

[0.0.2] - 2020-04-26

tooltiplery.js Version 0.0.2 on npmjs.com

[0.0.1] - 2020-04-26

tooltiplery.js Version 0.0.1 on npmjs.com