Bootstrap5 1.1.0

Bootstrap 5 version 1.1.0 was released.

In this version:

  • Add Nav::activateParents() that makes parent dropdown active when one of its child items is active
  • Allow Dropdown::togglerVariant() to be null, avoiding it setting a variant class
  • Add visible to Dropdown and DropdownItem
  • Add navId() method to NavBar widget
  • Explicitly import classes and functions in "use" section
  • Add PHP 8.5 support
  • Remove unnecessary files from Composer package
  • Update Bootstrap from 5.0.0-beta to 5.3.8
  • Add support for custom togglerClasses in Dropdown widget, and addDropdownClass() method
  • Link buttons get btn-secondary class instead of btn-link class