diff --git a/articles/css_namespace.html b/articles/css_namespace.html index 2c28c9e..8c502e0 100644 --- a/articles/css_namespace.html +++ b/articles/css_namespace.html @@ -135,7 +135,7 @@

Adding custom CSS styles to a modu ui <- fluidPage( includeCSS("www/custom_file.css") ) -

These are general options and can be used in all Shiny applications. See Using custom CSS in your app and Style your apps with CSS for more examples and in-depth explanations.

+

These are general options and can be used in all Shiny applications. See Using custom CSS in your app and Style your apps with CSS for more examples and in-depth explanations.

However, for the purposes of working with dv.manager we recommend using a 3rd alternative in order to avoid CSS leaking (your specific CSS style being applied to other parts/modules of a larger Shiny application unintentionally).

Add custom CSS reference as an HTML dependency diff --git a/news/index.html b/news/index.html index 7918a43..6f1d6b9 100644 --- a/news/index.html +++ b/news/index.html @@ -77,7 +77,7 @@

dv.manager 2.1.
  • It no longer hardcodes the enableBookmarking as "url". The argument passed to the enableBookmarking parameter is forwarded to shiny runApp. Therefore, bookmarking is delegated to Shiny and no special implementacion happens inside dv.manager.
  • -
  • It now includes a simple logging system described in: here +
  • It now includes a simple logging system described in: here
  • The arguments from module manager will now include an entry dataset_metadata entry that will contain the name and date of the selected dataset.
    • dataset_name entry will be deprecated in following versions.
  • @@ -87,7 +87,7 @@

    dv.manager 2.1.

    dv.manager 2.0.0

    Major changes

    -

    Instantiating modules is no longer done by means of an rlang expression but with a function with a single argument. Documentation about this can be found here and here This argument contains a list with:

    +

    Instantiating modules is no longer done by means of an rlang expression but with a function with a single argument. Documentation about this can be found here and here This argument contains a list with:

    dv.manager isolates custom CSS styling for loaded modules. This ensures CSS styles are applied where they are intended.

    dv.manager allows including an startup message

    dv.manager now includes the possibility of SSO using Azure Active Directory

    diff --git a/pkgdown.yml b/pkgdown.yml index 8b2b5f0..ea4b006 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -14,5 +14,5 @@ articles: manager_utils: manager_utils.html passing_data: passing_data.html timestamp: timestamp.html -last_built: 2024-04-04T14:56Z +last_built: 2024-04-08T12:24Z