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:           Sun Jun 11 10:41:01 UTC 2023

Modified Files:
        pkgsrc/www/R-bslib: Makefile distinfo

Log Message:
(www/R-bslib) Updated 0.3.1 to 0.4.2

# bslib 0.4.2

## Potentially breaking changes

* Upgraded Bootstrap 5 (i.e., `bs_theme(version = 5)`) from 5.1.3 to 5.2.2. (#438, #455)

## New features

* Adds a new `card()` API as well as `value_box()` and
  `layout_column_wrap()`. To learn more about this new functionality,
  refer to these new pkgdown articles:

  * https://rstudio.github.io/bslib/articles/cards.html
  * https://rstudio.github.io/bslib/articles/value-boxes.html
  * https://rstudio.github.io/bslib/articles/layouts.html

# bslib 0.4.1

## Bug Fixes

* Closed #458. This release `{bslib}` now requires `{memoise}` 2.0.1 or above.

# bslib 0.4.0

## Breaking changes

* `bs_theme()` now defaults to `version = 5` (i.e., Bootstrap 5). If
  this change happens to break an existing app, consider specifying
  `bs_theme(version = 4)` to revert the change in the Bootstrap
  version. (#374)

* The default coloring on some Bootswatch 4+ theme's
  `.navbar-default`/`.navbar-inverse` class has changed slightly to
  better match their Bootswatch 3 coloring. Also, since this coloring
  is now based solely on [`$navbar-*`
  variables](https://rstudio.github.io/bslib/articles/bs5-variables.html),
  Bootswatch themes now work better in combination with custom
  `$navbar-*` values (e.g., `bs_theme("navbar-bg" = ...)` can be used
  to provide the background color, and foreground colors will
  automatically contrast appropriately). (#392)

## New features

* Upgraded Bootstrap 5 (i.e., `bs_theme(version = 5)`) from 5.1.0 to 5.1.3 (#378)

* Closed #369: `bs_dependency_defer()` now memoises `func` (by
  default), reducing the time required to render multiple instances of
  the same [dynamically themable
  widget](https://rstudio.github.io/bslib/articles/custom-components.html#dynamically-themeable-component). (#405)

## Bug fixes

* Closed #393: Bootstrap 5's `$form-check-label-*` variables now work
  as expected with `shiny::radioButtons()`, `shiny::checkboxInput()`,
  and `shiny::checkboxGroupInput()`. (#395)

* Closed #382: Various fixes for using `shiny::checkboxInput()`,
  `shiny::checkboxGroupInput()`, and `shiny::radioButton()` with
  `bs_theme(version = 5, bootswatch = "sketchy")`. (#385)

* Closed #377: make sure `shiny::tabsetPanel(type = "hidden")` (i.e.,
  `bslib::navs_hidden()`) stays hidden when used with
  `bs_theme()`. (#379)

* Closed #424: fixed an issue with `nav_menu()` appearing first in a
  `navs_*()` container with Bootstrap 4+.

* Closed #431: Bootstrap 5 navbars no longer have an unwanted "Toggle
  Navigation" label when collapsed. (#432)

* Closed #400: `nav_menu(align="right")` now works with Bootstrap 5. (#401)

* Closed #390: using `bs_theme(bootswatch = "paper", version = 5)` or
  `bs_theme(bootswatch = "readable", version = 5)` no longer
  errors. (#391)


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/R-bslib/Makefile
cvs rdiff -u -r1.4 -r1.5 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.2 pkgsrc/www/R-bslib/Makefile:1.3
--- pkgsrc/www/R-bslib/Makefile:1.2     Thu May  5 02:24:41 2022
+++ pkgsrc/www/R-bslib/Makefile Sun Jun 11 10:41:01 2023
@@ -1,19 +1,21 @@
-# $NetBSD: Makefile,v 1.2 2022/05/05 02:24:41 mef Exp $
+# $NetBSD: Makefile,v 1.3 2023/06/11 10:41:01 mef Exp $
 
 R_PKGNAME=     bslib
-R_PKGVER=      0.3.1
+R_PKGVER=      0.4.2
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Custom 'Bootstrap' 'Sass' Themes for 'shiny' and 'rmarkdown'
 LICENSE=       mit     # + file LICENSE
 
-DEPENDS+=      R-magrittr>=2.0.1:../../devel/R-magrittr
-DEPENDS+=      R-rlang>=0.4.11:../../devel/R-rlang
+DEPENDS+=      R-cachem-[0-9]*:../../devel/R-cachem
 DEPENDS+=      R-htmltools>=0.5.1:../../textproc/R-htmltools
+DEPENDS+=      R-jquerylib-[0-9]*:../../www/R-jquerylib
 DEPENDS+=      R-jsonlite>=1.7.1:../../textproc/R-jsonlite
+DEPENDS+=      R-magrittr>=2.0.1:../../devel/R-magrittr
+DEPENDS+=      R-memoise-[0-9]*:../../devel/R-memoise
+DEPENDS+=      R-rlang>=0.4.11:../../devel/R-rlang
 DEPENDS+=      R-sass>=0.4.0:../../www/R-sass
-DEPENDS+=      R-jquerylib-[0-9]*:../../www/R-jquerylib
 
 TEST_DEPENDS+= R-curl-[0-9]*:../../www/R-curl
 TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown

Index: pkgsrc/www/R-bslib/distinfo
diff -u pkgsrc/www/R-bslib/distinfo:1.4 pkgsrc/www/R-bslib/distinfo:1.5
--- pkgsrc/www/R-bslib/distinfo:1.4     Thu May  5 02:24:41 2022
+++ pkgsrc/www/R-bslib/distinfo Sun Jun 11 10:41:01 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2022/05/05 02:24:41 mef Exp $
+$NetBSD: distinfo,v 1.5 2023/06/11 10:41:01 mef Exp $
 
-BLAKE2s (R/bslib_0.3.1.tar.gz) = 2e34801f76665d9359ea51e07a454e9558c5ef7a829210774855f4d3e0bfab6e
-SHA512 (R/bslib_0.3.1.tar.gz) = c17ea68dd6111275915713c5e6721ca18ed7db406125967e0d2f8ade83a1608e88dbdeb0d8acd67d84aaa2ae67931898b334e079b540c86b1c8544678c28b43a
-Size (R/bslib_0.3.1.tar.gz) = 4908277 bytes
+BLAKE2s (R/bslib_0.4.2.tar.gz) = 07fcd482319943e9f75a6722c4a9f97b22c26411674ef7908a1c401c144972a0
+SHA512 (R/bslib_0.4.2.tar.gz) = 64b958b9f00f82dce3af0288ec75b56a25a302c8593c26d2f030d5467f360935714325b8dfad49e49cc9e52dcff42d8f4303b525a3bcd0f11f50e5b58a014e7b
+Size (R/bslib_0.4.2.tar.gz) = 4830133 bytes



Home | Main Index | Thread Index | Old Index