-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #24 from cderv/formatNEWSmd
make NEWS.md for compatibility with pkgdown
- Loading branch information
Showing
2 changed files
with
37 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |