# manipulateWidget 0.11.0 (2020-03-21)
## New features
* New comparison mode: the UI generated with `manipulateWidget()` has
now new controls to enter in comparison mode, choose the number of
charts, the layout and the variables to compare.
* `compareOptions()` gains a new argument `allowCompare` to hide/show
the new controls presented above.
* New function `mwTranslations()` to translate UI elements.
* UI has been slightly reworked.
## Bug Fixes
* The number of unnecesary updates has been decreased resulting in
better performance.
* Sometimes, there were some conflict when a parameter in
`manipulateWidget()` had the same name as a variable in the global
environment.
* `mwSelect(multiple = TRUE)` was not updating charts when selection
was empty.
* `staticPlot()` was evaluating expressions in the wrong environment.
## Breaking changes
* shiny applications using functions `mwModule()` and `mwModuleUI()` :
you have to passed directly ui options like buttons on
`mwModuleUI()` rather than in `mwModule()`
Like package 'manipulate' does for static graphics, this package helps
to easily add controls like sliders, pickers, checkboxes, etc. that
can be used to modify the input data or the parameters of an
interactive chart created with package 'htmlwidgets'.