Plugins: Users can now import individual plugins instead of the entire library, allowing for more flexibility and reduced bundle size. This makes it easier to include only the features you need in your projects.
Improvements
Forms: The custom file input now has improved z-index handling, ensuring that the input is correctly focused when clicked, enhancing user experience.
Tooltips: The validation tooltips have been updated to use existing variables, ensuring consistency and easier customization in future versions.
Tables: The documentation for responsive tables has been improved with clearer examples and notes about potential visual issues, making it easier for users to implement them correctly.
Buttons: Active buttons can now have background images, providing more design flexibility while maintaining Bootstrap's styling consistency.
Fixes
Fix custom file input styles to ensure the border is validated correctly, improving the visual feedback for users when interacting with file inputs.
Fix the modal overflow style nesting to prevent issues when Bootstrap is used within nested modals, enhancing usability in complex layouts.
Fix the custom range thumb style to ensure it displays correctly across different browsers, improving the overall user experience.
Fix the .modal-dialog-centered class for better compatibility with IE10/11, ensuring consistent behavior across all supported browsers.
Others
Remove unused utility classes from examples to streamline the code and improve clarity for users, ensuring that only relevant classes are showcased.
Update the cursor style on floating labels to enhance the visual feedback for users, making it clear when they can interact with the input fields.