From d6ba822a478634a5d516da33cc9982a087491ddb Mon Sep 17 00:00:00 2001 From: "Recle E. Vibal" Date: Wed, 26 Apr 2023 11:53:14 +0800 Subject: [PATCH 1/2] Fix: Updates default cdn path to library 2.9.2 --- R/semanticPage.R | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 From 618d3cc4e0a9060767531a2363f8d32b735f3d16 Mon Sep 17 00:00:00 2001 From: "Recle E. Vibal" Date: Wed, 26 Apr 2023 11:53:39 +0800 Subject: [PATCH 2/2] Chore: Documents update to library 2.9.2 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) 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