pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/R-bslib
Module Name: pkgsrc
Committed By: mef
Date: Sat Feb 1 12:14:39 UTC 2025
Modified Files:
pkgsrc/www/R-bslib: Makefile distinfo
Log Message:
(www/R-bslib) Updated 0.8.0 to 0.9.0
# bslib 0.9.0
## Breaking changes
* The navbar-related style options of `page_navbar()` and
`navset_bar()` have been consolidated into a single `navbar_options`
argument that pairs with a new `navbar_options()` helper. Using the
direct `position`, `bg`, `inverse`, `collapsible`, and `underline`
arguments will continue to work with a deprecation message. (#1141)
Related to the above change, `navset_bar()` now defaults to using
`underline = TRUE` so that both `page_navbar()` and `navset_bar()`
use the same set of default `navbar_options()`.
In `navbar_options()`, `inverse` is replaced by `theme`, which
takes values `"light"` (dark text on a **light** background),
`"dark"` (light text on a **dark** background), or `"auto"` (follow
page settings, the default). This change affects that default
navbar foreground and background colors for Bootswatch preset
themes with Bootstrap 5. Detailed instructions for customizing the
navbar appearance, especially for Bootswatch themes, can be found
in `?navbar_options`. (#1146)
## New features
* bslib now supports unified theming with
[brand.yml](https://posit-dev.github.io/brand-yml/). brand.yml lets
you theme your Shiny apps, Quarto documents and more with a single,
portable YAML file. Learn more in the new [Unified theming with
brand.yml](https://rstudio.github.io/bslib/dev/articles/brand-yml/)
article. (#1148)
## Improvements and bug fixes
* `navset_card_pills()`, `navset_card_underline()`,
`navset_card_tabs()` fixed to now respect header/footer arguments
(@tanho63, #1024)
* Fixed a bug in `bs_themer()` (and `bs_theme_preview()`) that caused
it to stop applying changes if a Sass variable was `NULL`. (@meztez,
#1112)
* Optimized for better performance the internal functions that compile
Sass to call the `color-contrast()` algorithm. (#1140)
* `input_switch()` and `input_dark_mode()` can be included in Shiny's
[bookmarking
feature](https://shiny.posit.co/r/articles/share/bookmarking-state/). (#1166)
* Fixed an issue with the Shiny preset (`bs_theme(5, "shiny")`) that
caused a floating underling to appear when a `nav_panel_hidden()`
was used and active. (#1170)
* bslib now uses navbar markup with Bootstrap 5 that's closer to the
expected markup for Bootstrap. We still include the `navbar-default`
or `navbar-inverse` classes on the `<nav>` element, for backwards
compatibility, but in apps that use Bootstrap 5 these classes have
no styles. (#1146)
* The following functions are no longer marked "experimental":
`accordion()`, `breakpoints()`, `card()`, `input_dark_mode()`,
`input_switch()`, `layout_columns()`, `layout_column_wrap()`,
`page_fillable()`, `page_sidebar()`, `layout_sidebar()`,
`sidebar()`, `popover()`, `tooltip()` and `value_box()`.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/R-bslib/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/R-bslib/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/R-bslib/Makefile
diff -u pkgsrc/www/R-bslib/Makefile:1.5 pkgsrc/www/R-bslib/Makefile:1.6
--- pkgsrc/www/R-bslib/Makefile:1.5 Mon Dec 16 04:39:35 2024
+++ pkgsrc/www/R-bslib/Makefile Sat Feb 1 12:14:39 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2024/12/16 04:39:35 mef Exp $
+# $NetBSD: Makefile,v 1.6 2025/02/01 12:14:39 mef Exp $
R_PKGNAME= bslib
-R_PKGVER= 0.8.0
+R_PKGVER= 0.9.0
CATEGORIES= www
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/www/R-bslib/distinfo
diff -u pkgsrc/www/R-bslib/distinfo:1.6 pkgsrc/www/R-bslib/distinfo:1.7
--- pkgsrc/www/R-bslib/distinfo:1.6 Mon Dec 16 04:39:35 2024
+++ pkgsrc/www/R-bslib/distinfo Sat Feb 1 12:14:39 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2024/12/16 04:39:35 mef Exp $
+$NetBSD: distinfo,v 1.7 2025/02/01 12:14:39 mef Exp $
-BLAKE2s (R/bslib_0.8.0.tar.gz) = ddc316ee6448769f5914060efd67530a242b585f82cda5be9f39fe07895d4cf5
-SHA512 (R/bslib_0.8.0.tar.gz) = 271e9980536bba51cb27f0e9f021f71ed60db07e0553e3c5bec4840ac965f632d7a86474552d7cdc807986ecf8e0a46bc1096c8d9af3b62c3e6a708dd56ca16f
-Size (R/bslib_0.8.0.tar.gz) = 5136884 bytes
+BLAKE2s (R/bslib_0.9.0.tar.gz) = 772f88aba5dc7a6ebb952022ce44cf41a997248e1e685b931705378dcc69ad75
+SHA512 (R/bslib_0.9.0.tar.gz) = b91336881e36dfe01c575c178a5e9a14842fa4a91dacec4393d3abaf8a7fb7f2323bf1757da8265983c5fe7d06fd3203cdd9f27758549c6a63c8bb1c52c83425
+Size (R/bslib_0.9.0.tar.gz) = 5428353 bytes
Home |
Main Index |
Thread Index |
Old Index