Skip to content

v4.3.3

Compare
Choose a tag to compare
@mbrambilla mbrambilla released this 18 Jul 14:38
· 100 commits to master since this release

Major Updates:

  • Offcanvas now available with responsive variants.
  • New utility class for themed background-colors with contrast passing text color.
  • Slight restyle for readonly textual inputs so they no longer look like disabled inputs.

CSS

  • #884: Offcanvas: Add responsive variants
  • #887: Offcanvas: Fix transitions after #884
  • #888: Utilities-Color: Add background colors with contrasting text
  • #892: Dropdown: Fix .dropdown-item border-radius when vertical padding is 0
  • #894: Forms: Remove readonly styling as disabled
  • #895: List: Reduce .list-spacing vertical padding, improve checkbox/radio examples
  • #899: Pagination: Add var for font-weight
  • #900: Input Group: Fix static input width

JS

  • #898: Dropdown: Allow button use for sub-menu trigger
  • #901: Tooltip: Handle non-empty whitespace textContent in Tooltip trigger

Docs

  • #891: Use offcanvas for sidebar navigation, add another skiplink, misc tweaks
  • #893: Update some ARIA Authoring Practices Guide links
  • #896: Switch to Algolia DocSearch v3 for v4.3.x
  • #902: Add indeterminate disabled checkbox example