Skip to content

Commit

Permalink
(www/R-bslib) Updated 0.2.5.1 to 0.3.1, make test passed
Browse files Browse the repository at this point in the history
# bslib 0.3.1

## New features

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

## Bug fixes

* Closed rstudio/shiny#3519: `nav_menu()` (i.e.,
  `shiny::navbarMenu()`) wasn't producing an `.active` class on it's
  `.dropdown` container properly. (#372)

# bslib 0.3.0

## Breaking changes

* Closed rstudio/rmarkdown#2154: `{magrittr}`'s pipe operator (`%>%`)
  is no longer re-exported by `{bslib}`. Either `library(magrittr)` to
  make `%>%` available and/or use use R 4.1's pipe operator (`|>`).

## New features

* Closed #82: Added support for Bootstrap 5 (via `bs_theme(version =
  5)`). Bootstrap 4 remains the default in this release, but the next
  release, the default will likely change to Bootstrap 5.

## Bug fixes

* Closed #6: rmarkdown's .tabset-fade class now works with Bootstrap
  4+ since legacy use of .nav .fade is now officially supported in
  Bootstrap 4+. (#325)
  • Loading branch information
mef committed May 5, 2022
1 parent e86e260 commit 51a695e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
9 changes: 4 additions & 5 deletions www/R-bslib/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.1 2021/06/08 01:56:05 mef Exp $
# $NetBSD: Makefile,v 1.2 2022/05/05 02:24:41 mef Exp $

R_PKGNAME= bslib
R_PKGVER= 0.2.5.1
R_PKGVER= 0.3.1
CATEGORIES= www

MAINTAINER= pkgsrc-users@NetBSD.org
Expand All @@ -15,12 +15,11 @@ DEPENDS+= R-jsonlite>=1.7.1:../../textproc/R-jsonlite
DEPENDS+= R-sass>=0.4.0:../../www/R-sass
DEPENDS+= R-jquerylib-[0-9]*:../../www/R-jquerylib

# Packages suggested but not available: 'rmarkdown', 'thematic'

TEST_DEPENDS+= R-curl-[0-9]*:../../www/R-curl
TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
TEST_DEPENDS+= R-shiny-[0-9]*:../../www/R-shiny
TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
TEST_DEPENDS+= R-thematic-[0-9]*:../../graphics/R-thematic
TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown

USE_LANGUAGES= # none

Expand Down
8 changes: 4 additions & 4 deletions www/R-bslib/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.3 2021/10/26 11:29:14 nia Exp $
$NetBSD: distinfo,v 1.4 2022/05/05 02:24:41 mef Exp $

BLAKE2s (R/bslib_0.2.5.1.tar.gz) = c4374b1476175fe394fabf9f6f2961a2aaccbcfecddcceb16d00c696ebd57d70
SHA512 (R/bslib_0.2.5.1.tar.gz) = 910cb3f90d6ec143f9237c50ec895022e8b8d1360a1176ec7b87051e548a642f4dfb0d150f2815cfa0e2e2b51a148cd689acdd42c05106896ef52e971eea831a
Size (R/bslib_0.2.5.1.tar.gz) = 3810412 bytes
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

0 comments on commit 51a695e

Please sign in to comment.