NEWS.md
zoomIn() and zoomOut()
timevis() in the data or groups dataframe, to support nestedGroups and any other parameters that may require nested lists (#11)timevis() in the data or groups dataframe, to support subgroupStack = TRUE option (#117)editable=TRUE) was set on an existing timeline, the option would apply retroactively to all existing items. In the new version, existing items don’t change and only new items will inherit the new options.options = list(editable = TRUE, snap = htmlwidgets::JS("function (date, scale, step) { var hour = 60 * 60 * 1000; return Math.round(date / hour) * hour; }"))
id parameter (#103)timezone parameter to timevis() - supports showing the timeline in a different timezone than your local machine (#67)setCustomTime() and setCurrentTime() functions (#20)<timeline>_visible Shiny input that sends the items that are currently visible in the timeline to Shiny as an input (#22)setSelection() did not trigger the Shiny selected input (#82)tibbles converted to data.frames (Fixes issue #53, @muschellij2).timevisData and timevisDataGroups
fit param to timevis() that determines if to fit the items on the timeline by default or not%>% pipelines)getData getWindow getIds getSelected parameters and instead just return that info always (#4)