Skip to content

Commit

Permalink
Merge pull request #24 from cderv/formatNEWSmd
Browse files Browse the repository at this point in the history
make NEWS.md for compatibility with pkgdown
  • Loading branch information
FrancoisGuillem authored Jan 16, 2017
2 parents f583e1a + c9b2f75 commit 569070f
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 35 deletions.
35 changes: 0 additions & 35 deletions NEWS

This file was deleted.

37 changes: 37 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<!-- Copyright © 2016 RTE Réseau de transport d’électricité --->

# manipulateWidget 0.5.0.9000 (2017-XX-XX)

## New Features

* `manipulateWidget()` can now be used in a R Markdown document with shiny runtime. Input controls are included in the final document so end users can play with their values directly. (contribution by JJ. Allaire)
* `manipulateWidget()` has two new arguments `.compare` and `.compareLayout` to create a comparison interface. When `.compare` is set, two charts are outputed with some common and some individual input controls (see vignette).

# manipulateWidget 0.4 (2016-12-16)

## Breaking changes

* Function `combineWidgets()` has been entirely rewritten and now produces a htmlwidget that can be included as is in documents or shiny applications. The general behavior is the same, but some parameters have changed

## New features

* `manipulateWidget()` can now update an already rendered widget instead of overwriting it each time the user changes an input. This leads to better performance and user experience. Look at the documentation of manipulateWidget for further information.

## Bug fixes
* `manipulateWidget()` now preserves the order of the initial value of select inputs.
* `manipulateWidget()` now automatically finds the correct render and output functions. This solves in particular sizing problems.

# manipulateWidget 0.3 (2016-10-06)

* add a file LICENSE and copyright to sources files

# manipulateWidget 0.2 (2016-09-27)

## New features

* New functions `mwUI()` and `mwControlsUI()` have been added to let the user easily reuse the user interface generated by the package but with different server logic.
* User can now easily create group of inputs in function manipulate widget. In the UI, these inputs are grouped in a panel that can be collapsed/opened by clicking on its name.

## Bug fixes

* Many useless but worrying warning messages have been removed.

0 comments on commit 569070f

Please sign in to comment.