Releases: zyra/ionic-tooltips
Releases · zyra/ionic-tooltips
Ionic 4 support
4.0.0-beta.0
Set version to 4.0.0-beta.0
HTML Support
3.1.0 (2019-02-11)
Features
Concurrency controls
Features
BREAKING CHANGES
- you need to import
TooltipsModule.forRoot()
in your apps main module
v2.1.1
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)
v2.0.0
2.0.0 (2017-09-11)
BREAKING CHANGES
- This module no longer imports
BrowserAnimationsModule
. You have to import it manually into your app's main NgModule
.
Bug Fixes
- fix for lazy loaded apps (#10) (f613824)
- remove BrowserAnimationsModule import (1907cf8)
Features