diff --git a/CHANGELOG.md b/CHANGELOG.md index 21556231..832ea066 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. ## Upcoming +- upgrade to library 2.9.2 + ## [0.4.2] ### Added diff --git a/R/semanticPage.R b/R/semanticPage.R index 43f1796e..869ea76f 100644 --- a/R/semanticPage.R +++ b/R/semanticPage.R @@ -9,7 +9,10 @@ #' @return CDN path of semantic dependencies #' @keywords internal get_cdn_path <- function() { - getOption("shiny.custom.semantic.cdn", default = "https://d335w9rbwpvuxm.cloudfront.net/2.8.3") + getOption( + "shiny.custom.semantic.cdn", + default = "https://cdnjs.cloudflare.com/ajax/libs/fomantic-ui/2.9.2" + ) } #' Add dashboard dependencies to html