Skip to content

Latest commit

 

History

History
67 lines (41 loc) · 1.5 KB

CHANGELOG.md

File metadata and controls

67 lines (41 loc) · 1.5 KB

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

1.1 - 2015-09-28

Added

  • Added capability to throttle expand / collapse function calls.

Changed

  • Re-factored code to provide general life-cycle (create, init, destroy).

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