Skip to content

Commit d98afe1

Browse files
committed
bump version
1 parent 417fafd commit d98afe1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

DESCRIPTION

+1-1
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: 2.0.0.9002
3+
Version: 2.1.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")),

NEWS.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Unreleased version
1+
# timevis 2.1.0 (2022-10-22)
22

33
- Add functions `zoomIn()` and `zoomOut()`
4-
- List-columns may now be passed to `timevis()`, to support `nestedGroups` and any other parameters that may require nested lists (#11)
5-
- Support `subgroupStack = TRUE` option (#117)
4+
- List-columns can now be passed to `timevis()` in the `data` or `groups` dataframe, to support `nestedGroups` and any other parameters that may require nested lists (#11)
5+
- Boolean values can be passed to `timevis()` in the `data` or `groups` dataframe, to support `subgroupStack = TRUE` option (#117)
66
- Simplify documentation and augment with more examples
77

88
# timevis 2.0.0 (2021-12-20)

0 commit comments

Comments
 (0)