Skip to content

v4.2.0

Compare
Choose a tag to compare
@mbrambilla mbrambilla released this 20 May 21:07
· 312 commits to master since this release
81b2fbf

CSS

  • #718: Nav: Allow buttons to be used for .nav-links.
  • #720: Input Group: Fix border colors with validated controls.
  • #721: Utility-Color: Add a few more special border-color utility classes.
  • #722: Cards: Adjust .card-list border and margin handling.
  • #723: Forms: Add line-height setting to .form-text.
  • #725: Reboot: Reset select:disabled opacity due to Chrome.
  • #728: Nav: Make link and button colors consistent. Also adds new color vars for tabs/pills.
  • #730: Lighten the hover background-color for component base and default .btn.
  • #732: Grid: Allow make-col() mixin to create equal width columns.
  • #733: Modals: Add top and bottom aligned variants.
  • #739: Input Group: Improve handling of validation visuals.
  • #740: Lists: Update markers, add inner marker.
  • #741: Popover: Add header font-weight variable.
  • #744: Lists: Resolve multiple issues with borders.

JS

  • #714: Utils: Make isRTL check a function.
  • #717: Modal: Don't apply scrollbar adjustments to non full-width fixed/sticky items.
  • #719: Tab: Allow use of <button>s.
  • #731: Slideshow: Allow use of button controls
    • Also adds common utils:
      • CFW_isDisabled() - to check if a control is disabled
      • CFW_controlEnable() and CFW_controlDisable() updates disabled attribute, or tabindex and .disabled class - appropriate to the control
  • #734: Modal: Add basic chaining functionality.
  • #736: Dropdown: Adjust clearing menus and restore iOS event bubble.
  • #737: Dropdown: Allow for use of <select> in menu, and allow click events to bubble.
  • #738: Dropdown: Add 'autoClose' option to help control menu close interactions.
  • #743: Popover: Remove header element instead of using jQuery hide() method if no title provided.

Docs

  • #715: Navbar: Clarify the brand section.
  • #724: Utility-Flexbox: Alternate media object examples.
  • #726: Update vendor JS.
  • #727: Forms: Add inline from example using grid.
  • #729: Tables: Fix some variable entries.
  • #735: Pagination: Use aria-current instead of .sr-only text.
  • #742: Popover: Dismissable example using 'focus' trigger.
  • #745: Forms: Use value with readonly input.

Build

  • #716: Linkinator: Replace --silent with --verbosity.