AI Changelog

twbs / bootstrap

Aug 4, 2021·120 commits·92 pull requests

New Features

  • Components: Introduce new Offcanvas component for navigation, allowing for a more flexible and modern design. This feature enhances user experience by providing a collapsible sidebar that can be easily integrated into existing layouts.
  • Components: Add horizontal collapse support, enabling sidebars and other elements to collapse horizontally, improving layout options for developers.
  • Utilities: Introduce new helpers .hstack, .vstack, and .vr to facilitate quick layout adjustments, making it easier for developers to create responsive designs.
  • Components: Implement dynamic, live alerts example in documentation, providing users with practical examples of how to use alerts effectively in their applications.

Improvements

  • Forms: Improve color control elements to prevent them from shrinking excessively, ensuring usability and a better user experience.
  • Components: Update the Toast component to keep it hidden by default, preventing overlap with page content and enhancing user interaction.
  • Components: Enhance the Alert component to match the styling and behavior of other components, ensuring consistency across the framework.
  • Documentation: Update documentation to clarify the use of new utility classes for opacity, making it easier for users to apply these styles.

Fixes

  • Fix the issue where the input background color conflicts with body background settings, ensuring better readability and consistency in forms.
  • Fix the regression on tooltip template creation process, ensuring that tooltips function correctly even when content is missing.
  • Fix the issue with card links not being underlined on hover, improving accessibility and user experience.

Others

  • Update documentation to include new color maps and how to extend color utilities, providing users with more flexibility in customizing their designs.
  • Add four new snippet examples to the documentation, enhancing the learning resources available for users.