From 554d1929f11c73b60b5a77340e5643d4a04983db Mon Sep 17 00:00:00 2001 From: stla Date: Thu, 22 Sep 2022 10:18:03 +0200 Subject: [PATCH] NEWS --- DESCRIPTION | 2 +- NEWS.md | 135 +++++++++++++++++++++++++---------------------- cran-comments.md | 18 +++---- 3 files changed, 81 insertions(+), 74 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 7ae02b0..571318f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: rAmCharts4 Title: Interface to the JavaScript Library 'amCharts 4' -Version: 1.5.0.9000 +Version: 1.6.0 Authors@R: c( person(given = "Stéphane", family = "Laurent", diff --git a/NEWS.md b/NEWS.md index 09285a9..7fe3139 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,64 +1,71 @@ -# rAmCharts4 1.5.0 (2021-10-10) - -* Fixed a bug: bullets were unresponsive on zooming. -* New option "zoom buttons" for the line chart and the scatter chart. - - -# rAmCharts4 1.4.1 (2021-09-30) - -* Fixed a bug: `amPercentageBarChart` did not work with Shiny. -* New function `updateAmPercentageBarChart`, to update the data of a 100% -stacked bar chart in Shiny. -* Enabled the data exporting (CSV, JSON, HTML). -* Upgraded 'amcharts4'. - - -# rAmCharts4 1.4.0 (2021-09-11) - -Added the 100% stacked bar chart (`amPercentageBarChart`). - - -# rAmCharts4 1.3.2 (2021-06-25) - -* Updated 'amcharts4'. -* Fixed bug #10 (chart did not dispose when using `renderUI`). - - -# rAmCharts4 1.3.1 (2021-03-06) - -* Updated 'amcharts4'. -* Compliance with the new 'htmlwidgets' convention. - - -# rAmCharts4 1.3.0 (2021-01-11) - -* New options for legends: `maxWidth`, `maxHeight`, and `scrollable`. -* New chart: pie chart. - - -# rAmCharts4 1.2.0 (2020-11-27) - -* Updated 'amcharts4'. -* New option `colors` in `amStackedBarChart`, to set the colors of the bars. -* Possibility to add horizontal lines or vertical lines to the charts (options -`hline` and `vline`). -* New chart: boxplot chart. - - -# rAmCharts4 1.1.0 (2020-10-30) - -* Updated 'amcharts4'. -* New chart: stacked bar chart. -* New function `updateAmBarChart`, to update the data of a bar chart in Shiny -(vertical, horizontal, radial, or stacked bar chart). - - -# rAmCharts4 1.0.0 (2020-10-01) - -* Updated 'amcharts4'. -* New chart: gauge chart. - - -# rAmCharts4 0.1.0 (2020-08-24) - -First release. +# rAmCharts4 1.6.0 (2022-09-22) + +* Upgraded 'amcharts4'. +* It is now possible to turn off the animation of the graphics rendering. +* The chart JavaScript object is now accessible with `htmlwidgets::onRender`. + + +# rAmCharts4 1.5.0 (2021-10-10) + +* Fixed a bug: bullets were unresponsive on zooming. +* New option "zoom buttons" for the line chart and the scatter chart. + + +# rAmCharts4 1.4.1 (2021-09-30) + +* Fixed a bug: `amPercentageBarChart` did not work with Shiny. +* New function `updateAmPercentageBarChart`, to update the data of a 100% +stacked bar chart in Shiny. +* Enabled the data exporting (CSV, JSON, HTML). +* Upgraded 'amcharts4'. + + +# rAmCharts4 1.4.0 (2021-09-11) + +Added the 100% stacked bar chart (`amPercentageBarChart`). + + +# rAmCharts4 1.3.2 (2021-06-25) + +* Updated 'amcharts4'. +* Fixed bug #10 (chart did not dispose when using `renderUI`). + + +# rAmCharts4 1.3.1 (2021-03-06) + +* Updated 'amcharts4'. +* Compliance with the new 'htmlwidgets' convention. + + +# rAmCharts4 1.3.0 (2021-01-11) + +* New options for legends: `maxWidth`, `maxHeight`, and `scrollable`. +* New chart: pie chart. + + +# rAmCharts4 1.2.0 (2020-11-27) + +* Updated 'amcharts4'. +* New option `colors` in `amStackedBarChart`, to set the colors of the bars. +* Possibility to add horizontal lines or vertical lines to the charts (options +`hline` and `vline`). +* New chart: boxplot chart. + + +# rAmCharts4 1.1.0 (2020-10-30) + +* Updated 'amcharts4'. +* New chart: stacked bar chart. +* New function `updateAmBarChart`, to update the data of a bar chart in Shiny +(vertical, horizontal, radial, or stacked bar chart). + + +# rAmCharts4 1.0.0 (2020-10-01) + +* Updated 'amcharts4'. +* New chart: gauge chart. + + +# rAmCharts4 0.1.0 (2020-08-24) + +First release. diff --git a/cran-comments.md b/cran-comments.md index 00d34a1..cd6d09b 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,9 +1,9 @@ -## Test environments - -* Windows 10, R 4.1.1 -* win-builder - - -## R CMD check results - -OK +## Test environments + +* Linux Mint 20.3, R 4.2.1 +* win-builder devel + + +## R CMD check results + +OK