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:           Mon Jun  8 13:24:56 UTC 2026

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

Log Message:
(www/R-bslib) Updated 0.9.0 to 0.11.0

# bslib 0.11.0
--------------
## New features

* Added a new `toolbar()` component for creating Bootstrap toolbars
  that can contain buttons, text, and other elements. (#1247)

  * Added `toolbar_input_button()` for easily creating buttons to
    include in a `toolbar()`. (#1248)
  * Added `toolbar_input_select()`, a select input designed for use
    within a `toolbar()`. (#1249)
  * Added `update_toolbar_input_select()` for updating the choices,
    icon, label, and selected value of a `toolbar_input_select()` from
    the server. (#1266)
  * Added `update_toolbar_input_button()` for updating the label,
    icon, and disabled state of a `toolbar_input_button()` from the
    server. (#1266)
  * Added `toolbar_divider()` for adding visual dividers with
    customizable width and spacing between toolbar elements. (#1259)

* `sidebar()` gains a `resizable` argument (default `TRUE`) to control
  whether the sidebar can be resized by dragging its edge on desktop
  (wide screen sizes). (#1299)

* `input_code_editor()` now supports `language = "ggsql"` for syntax
  highlighting of ggsql queries. (#1291)

## Improvements and bug fixes

* bslib's version of Bootstrap and Bootswatch have been updated to
  5.3.8. (#1287)

* Fixed a caret drift issue in `input_code_editor()` where the cursor
  would appear to the right of the actual text insertion point when
  certain themes or on some operating systems. (#1304)

* Fixed the chevron icon on `selectInput(selectize = FALSE)` when
  using Bootstrap 5. (#1307)

* Improved the sidebar resize handle to avoid conflicts with the
  sidebar's native scrollbar and to better support touch
  devices. (#1299)

* The brand.yml example app (`shiny::runExample("brand.yml", package =
  "bslib")`) now uses `brand_pluck()` and `brand_has()` from
  `{brand.yml}`. (#1288)

# bslib 0.10.0
--------------
## Breaking changes

* bslib now uses the `{brand.yml}` package for reading
  [brand.yml](https://posit-dev.github.io/brand-yml/) files. This
  change improves compatibility with other tools that use brand.yml
  files, such as Quarto. The `{brand.yml}` package must be installed
  for `_brand.yml` files to be automatically discovered. (#1227)

## New features

* Added a new `input_submit_textarea()` input element, which is
  similar to `shiny::textAreaInput()`, but includes a submit button to
  only submit the text changes to the server on click. This is
  especially useful when the input text change triggers a long-running
  operation and/or the user wants to type longer-form input and review
  it before submitting it. (#1204)

* Added toast notifications based on [Bootstrap's Toast
  component](https://getbootstrap.com/docs/5.3/components/toasts/):
  Use `toast()` to create customizable toast objects, `show_toast()`
  to display a toast message, `hide_toast()` for manual dismissal, and
  `toast_header()` for structured headers with icons and status
  indicators. Try it with `shiny::runExample("toast", package =
  "bslib")`. (#1246)

* Added a new `input_code_editor()` element that allows for
  light-weight code editing with syntax highlighting, using the
  [prism-code-editor](https://prism-code-editor.netlify.app/)
  library. The editor supports 20+ languages, more than a dozen
  themes, and automatic light/dark mode switching. Try it with
  `shiny::runExample("code-editor", package = "bslib")`. (#1274)

## Improvements and bug fixes

* `card_header()` is now flex by default and gains a `gap` argument to
  better support complex header layouts. (#1253)

* `bs_theme_dependencies()` now avoids unnecessarily copying internal
  package files to R's temporary directory more than once when
  preparing precompiled theme dependencies (e.g. for a standard
  `bs_theme()` theme). (#1184)

* Fixed an issue where the `<main>` areas of `page_sidebar()` and
  `page_navbar()` (with a `sidebar`) were made to be a fillable
  containers even when `fillable = FALSE`. (#1188)

* Fixed some typos in the documentation.

* When `bs_theme(brand = FALSE)` we now correctly do not apply brand
  theming when a `_brand.yml` file is present in the project. (#1196)

* Sidebars from `page_sidebar()` and `layout_sidebar()` are now
  resizable on desktop-sized screen widths, allowing users to resize
  the sidebar width as desired. (#1217)

* `sidebar()` gains a `fillable` argument to support vertical fill
  behavior in sidebars. (#1226)

* `sidebar_toggle()` is now officially deprecated in favor of
  `toggle_sidebar()`. (#1235)

* Fixed an issue where `nav_panel_hidden()` could create navs that
  were still keyboard-discoverable. (#1264)


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/R-bslib/Makefile
cvs rdiff -u -r1.7 -r1.8 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.6 pkgsrc/www/R-bslib/Makefile:1.7
--- pkgsrc/www/R-bslib/Makefile:1.6     Sat Feb  1 12:14:39 2025
+++ pkgsrc/www/R-bslib/Makefile Mon Jun  8 13:24:56 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2025/02/01 12:14:39 mef Exp $
+# $NetBSD: Makefile,v 1.7 2026/06/08 13:24:56 mef Exp $
 
 R_PKGNAME=     bslib
-R_PKGVER=      0.9.0
+R_PKGVER=      0.11.0
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/www/R-bslib/distinfo
diff -u pkgsrc/www/R-bslib/distinfo:1.7 pkgsrc/www/R-bslib/distinfo:1.8
--- pkgsrc/www/R-bslib/distinfo:1.7     Sat Feb  1 12:14:39 2025
+++ pkgsrc/www/R-bslib/distinfo Mon Jun  8 13:24:56 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2025/02/01 12:14:39 mef Exp $
+$NetBSD: distinfo,v 1.8 2026/06/08 13:24:56 mef Exp $
 
-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
+BLAKE2s (R/bslib_0.11.0.tar.gz) = 317f0f41d892376f6318f63370c0325033a3b483a2529922d8e209d8cfc1937b
+SHA512 (R/bslib_0.11.0.tar.gz) = b5e82bbf830bb63a2329099e3c23522b851a6e67c7e7422a8d9930543c94dc5ffc3cfb0919ea9a2a352c52f0defce2b83634547982fcb8fa2abd2e7f7076befe
+Size (R/bslib_0.11.0.tar.gz) = 5829248 bytes



Home | Main Index | Thread Index | Old Index