diff --git a/DESCRIPTION b/DESCRIPTION index bedb073..e86491c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: datamods Title: Modules to Import and Manipulate Data in 'Shiny' -Version: 1.3.3.9000 +Version: 1.3.4 Authors@R: c(person(given = "Victor", family = "Perrier", @@ -25,7 +25,7 @@ URL: https://github.com/dreamRs/datamods BugReports: https://github.com/dreamRs/datamods/issues Encoding: UTF-8 Roxygen: list(markdown = TRUE) -RoxygenNote: 7.1.2 +RoxygenNote: 7.2.1 Imports: data.table, htmltools, diff --git a/NEWS.md b/NEWS.md index d754214..65585ba 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,7 @@ # datamods 1.3.4 * i18n: korean translations added, thanks to [@ChangwooLim](https://github.com/ChangwooLim) (migrated from esquisse package). +* `import_ui()` / `import_modal()`: added `file_extensions` argument passed to `import_file_ui()` (fix [#51](https://github.com/dreamRs/datamods/issues/51)).