Skip to content

Releases: simon-smart88/shinyscholar

v0.4.4

02 Mar 19:44

Choose a tag to compare

Skip problematic test on CRAN

v0.4.3

05 Sep 11:58

Choose a tag to compare

bump version

v0.4.2

01 Jun 15:27
d0d97de

Choose a tag to compare

Merge pull request #35 from simon-smart88/dev

Merge more 0.4.2

v0.4.1

19 May 10:41
7c77f83

Choose a tag to compare

  • Fix half-baked bslib migration
  • Further UI tweaks

v0.4.0

15 May 10:31
b80aa15

Choose a tag to compare

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

18 Mar 16:52
c4782ab

Choose a tag to compare

Merge pull request #31 from simon-smart88/dev

merge more 0.3.0

v0.2.5

06 Feb 09:57
bcc3d85

Choose a tag to compare

  • Fix bug in writeLog() when type = warning
  • Skip tests that download files on Fedora systems
  • Module run buttons can be pressed using the Enter key

v0.2.3

17 Jan 13:17

Choose a tag to compare

  • Fixed bug caused by being on CRAN
  • Fixed bug in module ordering in global.R

v0.2.2

15 Jan 19:41

Choose a tag to compare

  • 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

22 Nov 10:34

Choose a tag to compare

See NEWS for details