Skip to content

Commit

Permalink
fix errors in NEWS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoisGuillem committed Jun 16, 2017
1 parent 465d021 commit 00d162e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
# manipulateWidget 0.7.0 (2017-06-08)

## Breaking changes
* `manipulateWidget()` has lost all argument that were used to customize the UI. Parameters `.controlPos`, `.tabColumns` and `.compareLayout` do not exist anymore.
* `manipulateWidget()` has lost all arguments that were used to customize the UI. Parameters `.controlPos`, `.tabColumns` and `.compareLayout` do not exist anymore.

## New features
* `manipulateWidget()` now creates a more compact and elegant interface.
* It is now possible to compare more than two charts. `manipulateWidget()` has a new argument `compareOpts` to control the number of charts and their position.
* `manipulateWidget()` now creates a more compact and elegant user interface.
* It is now possible to compare more than two charts. `manipulateWidget()` has a new argument `.compareOpts` to control the number of charts and their position.
* Argument `.compare` of `manipulateWidget` can now be a character vector.

# manipulateWidget 0.6.0 (2017-05-24)
Expand Down

0 comments on commit 00d162e

Please sign in to comment.