- Remove deprecated
call_tippy
- Use packer for JavaScript
- Deprecate
tippy_class
,with_tippy
in favour oftippy_this
andtippy
respectively. - Removed
renderTippy
andtippyOutput
functions, these were part of the htmlwidget which is useless. - Initial
tippy_plot
to use plots in tooltips. - Support new themes.
- Allow calling methods on tooltips (e.g.: disable, show, hide, etc.)
- Allow setting global theme, see #3
Updated to tippy 3.2.0
- Deprecated
tippy_this
in favour ofwith_tippy
.