Skip to content
This repository has been archived by the owner on Jan 31, 2018. It is now read-only.

Latest commit

 

History

History
79 lines (47 loc) · 1.71 KB

CHANGELOG.md

File metadata and controls

79 lines (47 loc) · 1.71 KB

All notable changes to this project will be documented in this file. We follow the Semantic Versioning 2.0.0 format.

1.1.0 - 2015-11-30

Changed

  • Converted .h#() mixins to .heading-#() mixins to match cf-core's current usage

1.0.1 - 2015-06-05

Changed

  • Moved @import rules to top of source file to make compilation cleaner.

1.0.0 - 2015-06-01

Changed

  • Build process now uses @import statements instead of Grunt concatenation.

Added

  • pa11y accessibility tests running in Travis.

0.7.0 - 2015-01-16

Changed

Updated

  • Dependencies.

0.6.2 - 2014-12-05

Added

  • Update cf-component-demo dev dependency to 0.9.0

0.6.1 - 2014-10-28

Added

  • Animated cues.

0.6.0 - 2014-10-28

Added

  • Infinite nesting.
  • Programmatic access to expand and collapse functions.

Fixed

  • Toggle cues now work when outside of .expandable_header.

0.5.2 - 2014-10-08

Fixed

  • Improved focus states on .expandable_target.

0.5.1 - 2014-10-03

Fixed

  • Tweaked JS and CSS to correctly handle nested expandables.

0.5.0 - 2014-09-02

Added

  • Expandable group patterns, including an accordion-style option (only one open at a time)
  • Tests for the new accordion-related JS