Skip to content

Releases: cast-org/figuration

v1.3.0

13 Oct 13:42
Compare
Choose a tag to compare

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

v1.2.0

19 Sep 15:49
Compare
Choose a tag to compare

CSS

  • #27: Increased max-width for lg and xl .containers
  • Better handling of %-based max-width settings for .containers
  • #31: Added .navbar-group for table and flexbox layout support in navbars
  • Added .display-flex utility class
  • Added responsive .display-{breakpoint}-{value} utility classes
  • #33: Fix incorrect gutter variable use in grid mixin
  • #34: Use display: inline-table; for .card-column .card
  • #35: Add flexbox support to Grid Lines for both full and opt-in modes
  • #36/#37: Consolidate .radio and .checkbox into .form-check and associated CSS
  • #38: Tweakborder-radius for .card-img and .card-img-* for better fit
  • #39: Removed unnecessary unquote() usage in Sass source files
  • #40: Revised custom checkbox and radio alignment
  • #41: Tags: outline variant added
  • #44: Remove bottom margin from .card-header

JS

  • #26: Player: resolve multiple caption tracks showing
  • #46: Possible CommonJS support

Accessibility

Docs

  • #28: Updated Input Group example for segmented buttons
  • #29: Add Flexbugs resource to flexbox docs
  • #30: Additional references to postcss-flexbugs-fixes and Flexbugs on download and build tools pages
  • Restructured navbar page to bring content pieces under same header
  • #32: Update docs for hidden and sr-only utility classes
  • #42: Changed HTML entity used for menu icon in main doc navbar and examples
  • #43: Clarification for flexbox order utility classes
  • #45: Utilities split out into new category and sub pages
  • #48: Expand info on about overview page

Build

  • Updated .scss-lint.yml with some missing config options, not using them now, possible in future
  • Tweaked path settings in .scss-lint.yml to hopefully get rid of false-positive Hound errors

v1.1.0

03 Aug 20:23
Compare
Choose a tag to compare

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)

v1.0.0

06 Jul 18:46
Compare
Choose a tag to compare

First full release.

v0.1.0

01 Jul 17:52
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

First preview release.