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 benull, avoiding it setting a variant class - Add
visibletoDropdownandDropdownItem - Add
navId()method toNavBarwidget - 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
Dropdownwidget, andaddDropdownClass()method - Link buttons get
btn-secondaryclass instead ofbtn-linkclass