Skip to content

v4.3.1

Compare
Choose a tag to compare
@mbrambilla mbrambilla released this 07 Apr 19:47
· 143 commits to master since this release

Major Updates:

  • Font stack has been updated to give preference to Linux fonts over Arial.
  • Dividers, .vr, and <hr> items have all been adjusted to use borders for consistency - instead of using varying borders, heights, and background-colors.
  • Dropdown: Added 'centered' and 'middle' alignment variants. Submenus do not inherit the centered or middle alignment, but will logically align based on direction.

CSS

  • #828: Use borders for consistent dividers, vr, and hr.
  • #829: Font stack: Give more preference to Linux fonts.
  • #842: Adjust border-radius to soften corners.
  • #843: Pagination: Allow .active and .disabled use on .page-item.
  • #844: Pagination: Add font-size variable.
  • #849: Reboot: Add some normalization for datalist elements.

JS

  • #824: Dropdown: Minor selector optimization for clearMenus().
  • #827: Drag: Improve dragStart handling, use namespace to check for conflicts.
  • #830: Dropdown: Add center and middle alignments.
  • #847: Popover: Improve z-index handling.
  • #848: Tabs: Update tabpanel to better comply with ARIA 1.2 recommendation.

Docs

  • #850: Update copy button behavior.

Build