Releases: farengeyt451/ngx-tippy-wrapper
Releases · farengeyt451/ngx-tippy-wrapper
v4.0.0
v3.0.1
- Clear tippy instances and tippy singleton instances on directive destroy to prevent memory leak
v3.0.0
- Update to latest tippy.js version 6.3.1
- Update ngx-group-component
- Update ngx-singleton-component:
- Implement feature to control singletons programmatically
- Update serive to control singleton instances
v2.1.0
- Fix type issue, when
strictTemplates
enabled - Implement conditional tippy initialize feature
- Update documentation
- Update demo
v2.0.4
- Update angular to v11
- Fix tippy.js console warn in demo app
v2.0.3
- Update to latest tippy.js version 6.2.7
v2.0.2
- Clean up unnecessary examples
- Add badges to README for lib
v2.0.1
- Update to latest tippy.js version 6.2.6
- Add errors info for service in dev mode
v2.0.0
- Update to latest tippy.js version 6.2.3
- Change methods in service
- Methods names correspond to native in tippy.js
- Implement new methods:
hideWithInteractivity()
,setTriggerTarget()
,unmount()
,clearDelayTimeouts()
- Implement more informative
instancesChanges()
subscription - Implement
ngx-tippy-group
component for grouped tooltips - Expand interfaces
- Add more detailed documentation
v1.0.1
- Add a description of the methods in the JSDoc format
- Fix 'tippyInstancesChanges' getter to observable return
- Fix some methods description
- Update to 5.1.4 tippyjs