Skip to content

Commit

Permalink
updated NEWS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
merlinoa committed Feb 11, 2022
1 parent da4d5a0 commit f04334a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@

# polished v0.5.0.9000
# polished v0.6.0

* The admin panel query string has been changed from ?page=admin_panel to ?page=admin
* new `get_api_key()` function that will check for the environment variable "POLISHED_API_KEY"
if the api key is not found in the polished options.
* new `polished_config()` function to replace `global_sessions_config()` which has been
deprecated.
* Bug Fix (#172) - browser previously refreshed when url query or hash parameters changed, but user remained on the Shiny app. This has been updated to be consistent with normal Shiny behavior (i.e. shiny session does not reload when url query or hash parameters update).
* Added `secure_rmd()`, which can be used to render and secure any Rmarkdown (`.Rmd`) document. Rendering is handled by `rmarkdown::render` and the then the rendered document is secured with `polished` authentication.

Expand Down

0 comments on commit f04334a

Please sign in to comment.