Skip to content

v1.1.0

Compare
Choose a tag to compare
@mbrambilla mbrambilla released this 03 Aug 20:23
· 2571 commits to master since this release

CSS

  • 8f580b6: Stop slider from extending outside of container
  • #15: Flexbox support for Grid - both opt-in and full modes
  • #17: Flexbox support for Cards - both opt-in and full modes
  • #18: Flexbox support for Input group - both opt-in and full modes
  • #19: Reworked the fix regarding squared radio and checkbox inputs in iOS
  • #20: Flexbox support for Button group - both opt-in and full modes
  • #21: Misc updates to flexbox and better IE support for Cards
  • #22: Flexbox support for Media object - both opt-in and full modes
  • #23: Flexbox support for Navs - both opt-in and full modes
  • #24: Navbar flexbox reset and responsive navbar layout rework

JS

  • Player: removed forced dropdown direction classes

Accessibility

  • Player: Fixed control focus when using controls contain more than one visual state (i.e. - fullscreen button in docs)
  • Removed forced focus outline

Docs

  • Removed incorrect references for CFW as framework name
  • Player: added interactive transcript example
  • Player: resolved responsive issues on video examples
  • #11: Fix incorrect class names in push/pull example
  • Added Flexbox item to Layout section
  • Responsive navbar example updated

Build

  • #1: Added HoundCI
  • #3: Added TravisCI
  • #6: Added SauceLabs browser tests (iOS test currently disabled)
  • Added postcss-flexbugs-fixes to PostCSS for additional IE flexbox support (included in #20)