Skip to content

Releases: yiisoft/bootstrap5

Version 1.1.0

06 Mar 17:24
Immutable release. Only release title and notes can be modified.
1.1.0
94da3be

Choose a tag to compare

  • Enh #286: Add Nav::activateParents() that makes parent dropdown active when one of its child items is active (@samdark)
  • Enh #287: Allow Dropdown::togglerVariant() to be null, avoiding it setting a variant class (@Mister-42)
  • Enh #290: Add visible to Dropdown and DropdownItem (@samdark)
  • Enh #291: Add navId() method to NavBar widget (@terabytesoftw)
  • Enh #294: Explicitly import classes and functions in "use" section (@mspirkov)
  • Enh #296: Add PHP 8.5 support (@terabytesoftw)
  • Enh #297: Remove unnecessary files from Composer package (@mspirkov)
  • Enh #298: Update Bootstrap from 5.0.0-beta to 5.3.8 (@rossaddison)
  • Bug #288: Add support for custom togglerClasses in Dropdown widget, and addDropdownClass() method (@terabytesoftw)
  • Bug #299: Link buttons get btn-secondary class instead of btn-link class (@jdanhutch)

Full changelog

Version 1.0.0

13 Apr 19:55
1.0.0
f8770e4

Choose a tag to compare

  • Initial release