- In order to pass common props use
[groupedProps]
instead of[tippyProps]
- For each tooltip within
ngx-tippy-group
component you should passdata-tippy-grouped
attribute instead ofdata-tippy
What's new:
- Singletons supports methods to control them programmatically
- For singleton children
tippyInstances
are now being created, so onsingleton.destroy()
- thetippyInstances
will not be destroyed also
Migration steps:
- In order to pass singleton props use
singletonProps
instead oftippyProps
- Now you can also pass
singletonName
for control eachsingleton
instance manually - Pass
ngxTippy
directive for eachngx-tippy-singleton
child - Attribute
data-singleton
does not need now
- From version 3.x.x to version 4.x.x
What's new:
- Pass content via ng-template
- Pass component as tooltip template
- Auto update tooltip content, properties, name and class names (passed through
ngxTippy
directive) - Update dependencies
- Fix
singleton
initialization condition
Migration steps:
- Instead
setTriggerTarget
method from service, settriggerTarget
via properties - Pass
data-tippy-singleton
attribute for each child tooltip withinngx-tippy-singleton
component
Migration steps:
- Rename interface
NgxHideAllOptions
toNgxTippyHideAllOptions