Skip to content

Commit 2411d9c

Browse files
committed
bump version
1 parent 05513e5 commit 2411d9c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

DESCRIPTION

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: timevis
22
Title: Create Interactive Timeline Visualizations in R
3-
Version: 1.0.0.9001
3+
Version: 2.0.0
44
Authors@R: c(
55
person("Dean", "Attali", email = "[email protected]",
66
role = c("aut", "cre"), comment = c("R interface", ORCID="0000-0002-5645-3493")),
@@ -33,7 +33,6 @@ Suggests:
3333
shinydisconnect
3434
License: MIT + file LICENSE
3535
Encoding: UTF-8
36-
LazyData: true
3736
VignetteBuilder: knitr
3837
RoxygenNote: 7.1.1
3938
Roxygen: list(markdown = TRUE)

NEWS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased version
1+
# timevis 2.0.0 (2021-12-20)
22

33
- **BREAKING CHANGE** Upgrade to visjs-Timeline version 7.4.9 which includes many new features and performance improvements. You may notice some small differences in behaviour when upgrading as the new version includes 5 years of developments. (#50)
44
- One of the major differences is that previously when a config option (such as `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.

0 commit comments

Comments
 (0)