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

Releases: cfpb/cf-expandables

Updated for the new heading changes in cf-core

30 Nov 23:10
Compare
Choose a tag to compare

Changed

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

Move `@import` rules to top of source file

25 Jun 15:47
Compare
Choose a tag to compare

Changed

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

Updates build process and adds automated accessibility tests

25 Jun 15:47
Compare
Choose a tag to compare

Changed

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

Added

  • pa11y accessibility tests running in Travis.

MINOR Release: Replaces all CFPB color variables with non-CFPB colors and updated deps

21 Jan 21:46
Compare
Choose a tag to compare

Changed

Updated

  • Dependencies.

PATCH Release: Updated docs

05 Dec 18:29
Compare
Choose a tag to compare
Pre-release

Added

  • Update cf-component-demo dev dependency to 0.9.0

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

PATCH release: Animated cues

29 Oct 13:35
Compare
Choose a tag to compare
Pre-release

Added

  • Animated cues.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

MINOR release: infinite nesting

28 Oct 22:52
Compare
Choose a tag to compare
Pre-release

Added

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

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Toggle cues now work when outside of .expandable_header.

Focus state improvements

08 Oct 19:49
Compare
Choose a tag to compare
Pre-release

0.5.2 - 2014-10-08

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Improved focus states on .expandable_target.

Nested expandables

08 Oct 15:18
Compare
Choose a tag to compare
Nested expandables Pre-release
Pre-release

0.5.1 - 2014-10-03

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Tweaked JS and CSS to correctly handle nested expandables.

Expandable groups

03 Sep 13:30
Compare
Choose a tag to compare
Expandable groups Pre-release
Pre-release

Adds expandable group patterns (including accordion-style groups that only allow for one expandable to be open at a time).