Releases: shosaco/vistime
Releases · shosaco/vistime
vistime 1.2.4
vistime 1.2.1
Bugfixes
- hc_vistime() labels on y-axis were incorrectly reversed (#24)
vistime 1.2.0
Breaking Changes
highcharteris no more installed by default when you installvistime.
Bugfixes
optimize_y = TRUEdid not work correctly for ranges that occur during other ranges (issue #22)
New features
- Added mouse zooming capability to
hc_vistime() - Split the
README.mdinto three vignettes:
Minor adjustments
- Updated documentation
- Internals:
- Using the
assertive.typespackage instead ofassertthatfor nicer error messages - Upgraded to
testthat 3.0for unit tests - Bugfixes for
hc_vistime()arguments
- Using the
vistime 1.1.0 - now with Highcharts.js output
Breaking Changes
- Made arguments more intuitive:
col.eventinstead ofeventcol.startinstead ofstartcol.endinstead ofendcol.groupinstead ofgroupscol.colorinstead ofcolorscol.fontcolorinstead offontcolorscol.tooltipinstead oftooltips
New features
- New function
hc_vistime(): Create an interactive timeline rendered by the famousHighcharter.jslibrary
Minor adjustments
gg_vistime:- Use
geom_text()for labels - Avoid overlapping of event labels using
ggrepel::geom_text_repel() - Layout adjustments: Panel border and changes under-the-hood
- Use
vistime:- Changes under the hood (vertical and horizontal lines)
- Panel border
- Usage of package
assertthatand re-organization of dependencies
v1.0.0 - "Grown Up"
This is the first major release of vistime after three years of development.