Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
daattali committed Sep 16, 2016
1 parent d5529d3 commit dd5f9ac
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: timevis
Title: Create Interactive Timeline Visualizations in R
Version: 0.3.1
Version: 0.4
Authors@R: c(
person("Dean", "Attali", email = "[email protected]",
role = c("aut", "cre"), comment = "R interface"),
Expand Down
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# timevis 0.3.1
# timevis 0.4 2016-09-16

### Bug fixes

- timevis and visNetwork can work together in the same app (the bug is fixed on timevis' end, so it will only work if a timevis widget is defined before a visNetwork one until visNetwork also fix the bug) (#11)
- re-defining the data input handler does not cause a warning

# timevis 0.3

Expand Down
2 changes: 1 addition & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# to a vector
shiny::registerInputHandler("timevisDF", function(data, ...) {
jsonlite::fromJSON(jsonlite::toJSON(data, auto_unbox = TRUE))
})
}, force = TRUE)
}

# Check if an argument is a single boolean value
Expand Down
2 changes: 1 addition & 1 deletion inst/htmlwidgets/timevis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ dependencies:
stylesheet: vis.min.css

- name: timeline
version: 0.3.1
version: 0.4
src: htmlwidgets
stylesheet: timevis.css

0 comments on commit dd5f9ac

Please sign in to comment.