Releases: simon-smart88/shinyscholar
Releases · simon-smart88/shinyscholar
v0.4.4
v0.4.3
bump version
v0.4.2
Merge pull request #35 from simon-smart88/dev Merge more 0.4.2
v0.4.1
- Fix half-baked bslib migration
- Further UI tweaks
v0.4.0
Bug fixes
Fixed UI generation in create_template()
Enter key no longer reruns a module when an error message is displayed
Fixed API calls in select_query() and select_async()
Changes
Stopped running {shinytest2} tests on CRAN
Migrated from {promises} to {mirai} for running async tasks
Migrated to {bslib} layout functions and various UI tweaks
Added a small footer linking to the CRAN package to generated apps
v0.3.0
Merge pull request #31 from simon-smart88/dev merge more 0.3.0
v0.2.5
- Fix bug in
writeLog()whentype = warning - Skip tests that download files on Fedora systems
- Module
runbuttons can be pressed using the Enter key
v0.2.3
- Fixed bug caused by being on CRAN
- Fixed bug in module ordering in global.R
v0.2.2
- 1st CRAN release
- Removed run_module() as it was not maintainable.
- Moved all packages to Suggests unless they are required for development of new applications.
- Added asyncLog() to improve logging from inside async functions.
- Updated run_() to take a load file as an argument which is loaded automatically.
- Creating load_file containing the path to a save file will attempt to load it on app start up.
- Made create_template(), metadata() and save_and_load() more robust.
v0.2.1
See NEWS for details