Skip to content

Update drupal/views_bootstrap requirement from 5.5.0 to 5.5.1 - #5847

Merged
bberndt-uaz merged 2 commits into
mainfrom
dependabot/composer/main/drupal/views_bootstrap-5.5.1
Jul 30, 2026
Merged

Update drupal/views_bootstrap requirement from 5.5.0 to 5.5.1#5847
bberndt-uaz merged 2 commits into
mainfrom
dependabot/composer/main/drupal/views_bootstrap-5.5.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on drupal/views_bootstrap to permit the latest version.

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on drupal/views_bootstrap to permit the latest version.

---
updated-dependencies:
- dependency-name: drupal/views_bootstrap
  dependency-version: 5.5.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jul 27, 2026
@dependabot
dependabot Bot requested review from a team as code owners July 27, 2026 23:05
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jul 27, 2026
@joeparsons

Copy link
Copy Markdown
Member

https://www.drupal.org/project/views_bootstrap/releases/5.5.1

Release notes

Bug Fixes

#3611739 - Bootstrap tab and accordion keys are broken

  • Fixed tabs and accordions not functioning correctly when using numeric row keys.
  • Issue: The clean_class Twig filter was stripping leading digits, causing all items to share the same invalid ID.
  • Solution: Prepend key- before sanitization to ensure unique, valid HTML IDs while maintaining XSS protection.
  • Impact: Tabs now switch correctly and accordion panels expand or collapse as expected.

#2931301 - Views with responsive table display no longer works (MAJOR)

  • Restored responsive table functionality.
  • Tables now properly wrap in responsive containers based on breakpoint settings.
  • Responsive breakpoint behavior now works as documented for all screen sizes.

#3609186 - Multiple accordion items open under some circumstances

  • Fixed by #3611739; this was a symptom of the key sanitization issue.
  • First 11 accordion items no longer open simultaneously.
  • Each accordion item now operates independently with unique IDs.

Features

#3567011 - Clickable cards (stretched link)

  • New: Added an “Enable clickable cards” option to the Cards style plugin.
  • Automatically applies Bootstrap 5’s stretched-link class to selected link fields.
  • Makes the entire card clickable, not just the title or link text.
  • Optional link field selection. You can also manually add the class in field settings.
  • Works with both card groups and regular card layouts.
  • Includes a helpful description with a link to Bootstrap documentation.

#3479002 - Carousel breakpoints responsive behavior

  • Fixed multi-column carousel responsive stacking on mobile devices.
  • Now uses a mobile-first approach: col-12 on small screens, then multiple columns at the selected breakpoint.
  • Example: A two-column carousel with a medium breakpoint now generates col-12 col-md-6.
  • Single-column carousels and extra-small breakpoint behavior are unchanged.

Documentation

#3511460 - Twig variables in carousel row classes

  • Documented that field replacement patterns are supported in carousel row classes.
  • Updated the field description to mention: “You may use field replacement patterns.”
  • No code changes were needed; the feature already worked through the tokenizeValue() method.
  • Users can now use patterns such as {{ field_name }} or custom-{{ nid }} for dynamic classes.

@joeparsons joeparsons added Drupal Waiting on a fix from the Drupal community patch release Issues to be included in the next patch release labels Jul 27, 2026
@joeparsons joeparsons moved this from Todo to Needs review in 3.5.0-alpha3 pre-release Jul 27, 2026
@joeparsons joeparsons moved this from Todo to Needs review in 3.4.7 bug-fix patch release Jul 27, 2026
@github-project-automation github-project-automation Bot moved this from Needs review to Ready to merge in 3.4.7 bug-fix patch release Jul 29, 2026
@github-project-automation github-project-automation Bot moved this from Needs review to Ready to merge in 3.5.0-alpha3 pre-release Jul 29, 2026
@bberndt-uaz
bberndt-uaz merged commit 9998252 into main Jul 30, 2026
63 of 64 checks passed
@bberndt-uaz
bberndt-uaz deleted the dependabot/composer/main/drupal/views_bootstrap-5.5.1 branch July 30, 2026 20:25
@github-project-automation github-project-automation Bot moved this from Ready to merge to Done in 3.4.7 bug-fix patch release Jul 30, 2026
@github-project-automation github-project-automation Bot moved this from Ready to merge to Done in 3.5.0-alpha3 pre-release Jul 30, 2026
bberndt-uaz pushed a commit that referenced this pull request Jul 30, 2026
Co-authored-by: Joe Parsons <471936+joeparsons@users.noreply.github.com>
(cherry picked from commit 9998252)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file Drupal Waiting on a fix from the Drupal community patch release Issues to be included in the next patch release php Pull requests that update Php code

Projects

Development

Successfully merging this pull request may close these issues.

4 participants