From d98afe1bcf245b41d78b990c2f3d14cb579d08cd Mon Sep 17 00:00:00 2001 From: Dean Attali Date: Sat, 22 Oct 2022 11:51:23 -0400 Subject: [PATCH] bump version --- DESCRIPTION | 2 +- NEWS.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index f9ea975..c48caca 100644 --- a/DESCRIPTION +++ b/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")), diff --git a/NEWS.md b/NEWS.md index 117b9ba..958cd36 100644 --- a/NEWS.md +++ b/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)