diff --git a/DESCRIPTION b/DESCRIPTION index 9171bad..eedaa20 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: billboarder Title: Create Interactive Chart with the JavaScript 'Billboard' Library -Version: 0.2.7.980 +Version: 0.2.8 Authors@R: c( person("Victor", "Perrier", email = "victor.perrier@dreamrs.fr", role = c("aut", "cre")), person("Fanny", "Meyer", email = "fanny.meyer@dreamrs.fr", role = c("aut")), diff --git a/NEWS.md b/NEWS.md index 07757f0..8d1dbd0 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,12 +1,13 @@ billboarder 0.2.8 ================== -* Update of the billboard.js library to 1.11.0, see the [release note](https://medium.com/@alberto.park/billboard-js-1-11-0-release-lazy-render-new-textoverlap-plugin-more-831e33efcbe5). +* Update of the billboard.js library to 1.11.1, see the [release note](https://medium.com/@alberto.park/billboard-js-1-11-0-release-lazy-render-new-textoverlap-plugin-more-831e33efcbe5). * `bb_export()` : new function to export chart to PNG in Shiny applications with proxy or by adding a "download" button on the chart. * `bb_linechart()` have two new arguments: `dasharray` (use dash in lines) and `width` to control lines size. * New vignette to describe lines options, use `vignette("lines-options", package = "billboarder")` to display it. + billboarder 0.2.7 ==================