Accessibility: Improve the accessibility of dropdown menus by adding a missing role="button" to the dropdown toggle, ensuring better screen reader support.
Custom Forms: Enhance the user experience of custom file inputs by adding a disabled background color, making it clear when the input is not available for interaction.
Improvements
Documentation: Update the Bootstrap documentation to clarify the contents of bootstrap.bundle.js, making it easier for users to understand what they are including in their projects.
Dropdowns: Improve the dropdown functionality by adding original click event information to dropdown events, enhancing the overall interactivity.
Custom Selects: Update the box-shadow styles on custom select elements to ensure they display correctly when focused, providing a more polished look.
Fixes
Fix incorrect visibility utility description regarding screen readers, ensuring that users understand how the .invisible class behaves with screen readers.
Fix xss vulnerabilities in tooltip, collapse, and scrollspy plugins, enhancing the security of the application.
Fix the Edge and IE label overlapping issue in the Floating Labels example, ensuring that labels are displayed correctly across all browsers.
Others
Update the folder structure for better organization, making it easier for users to navigate the project files.
Reorganize documentation for easier deploys, streamlining the process for developers and improving the overall experience.