Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
daattali committed Oct 22, 2022
1 parent 417fafd commit d98afe1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
@@ -1,6 +1,6 @@
Package: timevis
Title: Create Interactive Timeline Visualizations in R
Version: 2.0.0.9002
Version: 2.1.0
Authors@R: c(
person("Dean", "Attali", email = "daattali@gmail.com",
role = c("aut", "cre"), comment = c("R interface", ORCID="0000-0002-5645-3493")),
Expand Down
6 changes: 3 additions & 3 deletions NEWS.md
@@ -1,8 +1,8 @@
# Unreleased version
# timevis 2.1.0 (2022-10-22)

- Add functions `zoomIn()` and `zoomOut()`
- List-columns may now be passed to `timevis()`, to support `nestedGroups` and any other parameters that may require nested lists (#11)
- Support `subgroupStack = TRUE` option (#117)
- 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)
- Boolean values can be passed to `timevis()` in the `data` or `groups` dataframe, to support `subgroupStack = TRUE` option (#117)
- Simplify documentation and augment with more examples

# timevis 2.0.0 (2021-12-20)
Expand Down

0 comments on commit d98afe1

Please sign in to comment.