diff --git a/DESCRIPTION b/DESCRIPTION index 6708609a..07015650 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: rhino Title: A Framework for Enterprise Shiny Applications -Version: 1.5.0.9003 +Version: 1.5.0.9004 Authors@R: c( person("Kamil", "Żyła", role = c("aut", "cre"), email = "opensource+kamil@appsilon.com"), diff --git a/NEWS.md b/NEWS.md index 4d26de0d..60bfe00d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -10,6 +10,8 @@ * `lint_sass()` now uses `stylelint` 14.16 (the last major version supporting stylistic rules) * Upgrade all remaining Node.js dependencies to latest versions and fix vulnerabilities. * The minimum supported Node.js version is now 16. +4. `shiny.autoreload` now works correctly with `box::use`. Note: this requires + `legacy_entrypoint` to be unset. # [rhino 1.5.0](https://github.com/Appsilon/rhino/releases/tag/v1.5.0)