v1.2.0
-
Warning messages are now displayed only once per session, and the user can choose via the settings menu not to display them at all. If you're using the
esquisse_server()
module, there's a newnotify_warnings =
argument for choosing what to do with notifications: display them all, only once per warning or never display them at all. -
esquisse_server()
: support for reactive functions fordata_rv
argument. -
Allow
esquisse_server()
to be initialized with NULL without forcing the import module to appear usingimport_from = NULL
#232. -
New geom available in the interface :
geom_path
. -
esquisse_ui()
: ability to display not element of the module (header's button, play/pause button, export options). -
safe_ggplot()
has a new argumentshow_notification
to allow not displaying notifications or displaying theme only once per session. -
i18n: new translations added:
- polish, activate with
set_i18n("pl")
, thanks to @jakub-jedrusiak - japanese, activate with
set_i18n("ja")
, thanks to @nissinbo - german, activate with
set_i18n("de")
, thanks to @1O