Skip to content

Latest commit

 

History

History
76 lines (34 loc) · 2.69 KB

CHANGELOG.md

File metadata and controls

76 lines (34 loc) · 2.69 KB

3.1.0 (2019-02-11)

Features

3.0.0 (2019-01-07)

2.2.0 (2019-01-07)

Features

BREAKING CHANGES

  • you need to import TooltipsModule.forRoot() in your apps main module

2.1.1 (2018-09-24)

2.1.0 (2018-09-24)

Bug Fixes

  • fix ngc (cca9cad)
  • lib: resetTimer (#32) (2fcc655)
  • tooltip: prevent error caused by an undefined value (4d16bd3)
  • tooltip: remove tooltips when element destroyed with event='hover' (#33) (310d968)

Features

  • directive: add ability to offset tooltip (#52) (00f15c0)
  • directives: add ability to choose event depending on platform (#53) (91ac6bd)

2.0.0 (2017-09-11)

Bug Fixes

  • fix for lazy loaded apps (#10) (f613824)
  • remove BrowserAnimationsModule import (1907cf8)

Features

  • ability to programatically trigger tooltip (#8) (e66f2d0)
  • add desktop support (#11) (6ce8d87)

1.0.0 (2017-07-05)