From 4f101e6615df302877b32328a76c2c8989fe9bed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?fran=C3=A7ois=20GUILLEM?= Date: Mon, 10 Jul 2017 15:23:13 +0200 Subject: [PATCH] Update NEWS --- NEWS | 12 ++++++++++++ man/popupArgs.Rd | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index b7c9373..ec473dd 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +Changes in version 0.5.0 (2017-07-10) + +NEW FEATURES: +* addMinicharts() and updateMinicharts() gain a new parameter "onChange" that permits to execute some arbitrary javascript code each time a minichart is updated. +* The package now uses unit testing, code coverage and continuous integration in order to improve code quality and reliability. + +BUGFIXES: +* Some warnings that appeared with R 3.4 have been removed. +* Parameter "initialTime" was not working correctly in some situations. +* Parameter "fillColor" was ignored if someone tried to add a single minicharts. + + Changes in version 0.4.0 (2017-06-19) NEW FEATURES: diff --git a/man/popupArgs.Rd b/man/popupArgs.Rd index 1d925ae..9fca54a 100644 --- a/man/popupArgs.Rd +++ b/man/popupArgs.Rd @@ -1,5 +1,5 @@ % Generated by roxygen2: do not edit by hand -% Please edit documentation in R/popupArgs.R +% Please edit documentation in R/popup_args.R \name{popupArgs} \alias{popupArgs} \title{Options for popup generation}