---
title: "NEWS"
author: "Enzo Martoglio"
date: "`r Sys.Date()`"
output: rmarkdown::html_vignette
vignette: >
  %\VignetteIndexEntry{News}
  %\VignetteEngine{knitr::rmarkdown}
  %\VignetteEncoding{UTF-8}
---

```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```

#### News

Version 0.3

* Nicolas joins the rpivotTable project!!!
* Library updated to 2.19.0 version of pivottable
* General clean up
* Bug fixing & new features added by Nicolas in the pivottable library
* Added new Localization languages
* New subtotals plugin added by Kent Russell & Nagarajan Chinnasamy

Version 0.2:

* Library updated to 2.11.0 version of pivottable
* Major clean-up and new features added by Nicolas in the pivottable library (e.g. the ability to order items directly in the UI: fantastic!)
* Localization in German, Russian etc. added (but not tested)
* Updated versions of jquery and jquery-ui
* Minor changes / corrections to README and other docs
* Simplifications in some of the folder structure


Version 0.1.5.9: 

* Document `inclusions` and `exclusions` explicitly
* Amend the case when a single `inclusions` or `exclusions` was specified (wrongly auto_boxed)
* css of filtered dimension now in bold (to help in case of many dimensions)


Version 0.1.5.8: 

* Amended a regression crept in during CRAN submissions (`rendererName` stopped being "programmable")

Version 0.1.5.7: 

* `onRefresh` Added ability to get back into shiny parameters choosen by the user
* Added shiny example of `onRefresh` and of dynamically change parameters
* More clean up for CRAN submission 

Version 0.1.5.6: 

* General clean up for CRAN submission

Version 0.1.5.5: 

* new css (blue) for parts of the table
* general clean up in preparation to cran submission
* added tables as allowed data items for th epivot table (with forced conversion to data.frame)

Version 0.1.5.4:

* Introduced sorters (thanks to palatinuse for this implementation).
* Fixed a bug preventing to update at run time parameters of the pivot table within the same data item

Versions 0.1.5.x are based on (the minimised version of):

* pivottable 1.6.3
* jquery 1.11.0 (compatibility with shiny 1.12.1)
* jquery.ui 1.10.4 (compatibility with shiny 1.12.1)
* jquery.ui.touch-punch 0.2.3
* d3 3.5.5
* c3 0.4.10
