Skip to content

v1.3.0

Compare
Choose a tag to compare
@mbrambilla mbrambilla released this 13 Oct 13:42
· 2484 commits to master since this release

CSS

  • #53: Tooltip: Set tooltip .close item to position: static
  • #54: Forms: Fix missing color change for disabled inline checkbox/radio items
  • #55: Button Group: Remove bottom margin from .btn in .btn-group
  • #57: Tables: Fix layout for collapsing tables
  • #58: Reboot: Remove a few items covered by normalize.css
  • #59: Flexbox-Grid: Remove some redundant properties for equal width columns
  • #60: Modal: Remove momentum scrolling due to iOS bug
  • #61: Print: IE11 fix from h5bp, some reorder, and tweak for <pre>
  • #62: Added variables to define breakpoints for components
  • #63: Added support for responsive gutters - affects both the Grid and Card Decks
  • #65: Grid: Make xs container sizing more consistent with other breakpoints
  • #65: Grid: Resolve issue with .container not expanding to proper width if contains only flex/float content
  • #66: Images: Remove display property from .img-responsive
  • #68: Form: Make input-groups layout correctly in inline forms
  • #71, #73: Forms: Rework sizing for .form-control input and select items, and make .custom-select layout like select.form-control, also resize .input-group-addon
  • #74: Update Normalize.css to v5.0.0

JS

  • #51: Player: Fix setting track states when loading transcript if no active caption

Docs

  • #51: Player: update transcript example
  • #52: Utilities-Typography: Remove custom CSS from text-light/text-dark examples
  • #56: Tables: Note that table styles are inherited
  • #65: Grid: Clarify and update sizing for containers
  • #67: Tooltip/Popover: additional doc examples for using HTML titles and content
  • #69: Utilities-Color: Document bg-faded class
  • #70: Download: Update shell command to stop from copying prompt
  • #72: Utilities-Responsive Float: improve example