Dropdown: Click events for dropdowns now bubble up, allowing for better event handling when forms are inside dropdowns. This resolves issues where click events were previously blocked, enhancing user interaction with dropdown menus.
Improvements
Offcanvas: You can now initialize the offcanvas component in an open state by adding the show class to its markup. This improves the usability of offcanvas menus, making them visible on page load if desired.
Accordion: The styles for flush accordions are fixed, removing unwanted backgrounds and borders. This enhances the visual consistency of accordion components.
Fixes
Fix the issue where tooltips disappear after trying to interact during their fade-out animation. This ensures a smoother user experience when using tooltips.
Others
Add a new example for toggling modal dialogs, providing users with a clearer understanding of how to implement this feature in their projects.