Skip to content
This repository was archived by the owner on Feb 1, 2019. It is now read-only.

Releases: cfpb/AtomicComponent

v1.4.0

26 Sep 16:31
f41aa38

Choose a tag to compare

Changed

  • Publish ES5 (instead of raw ES6) to npm by transpiling it to lib/ dir in npm prepublish script.

v1.3.2

05 Sep 13:53

Choose a tag to compare

Changed

  • Rolls back arrow function updates in AtomicComponent to properly handle binding of this.

v1.3.1

30 Aug 14:33

Choose a tag to compare

Added

  • Babel for JS transpiling ES6.

Removed

  • gulp-uglify replaced with webpack uglify plugin.
  • Unused jasmine-spec-reporter, jasmine-reporters, gulp-clean,
    gulp-coveralls, and browser-sync.
  • Unused timer and isAnimating variables from ExpandableTransition.
  • Refactored to remove gulp-load-plugins.
  • Refactored to remove mocha-jsdom.

Changed

  • Updated gulp file structure to match cfgov-refresh.
  • Updated lint gulp task to support auto-fixing.
  • Fixed codebase linter errors.
  • Updated JS syntax to ES6.
  • webpack, webpack-stream, chai, require-dir,
    and sinon to latest.
  • dom-class-list toggleClass method had unnecessary apply method.

v1.3.0

24 Apr 17:10

Choose a tag to compare

Added onReady utility for saving functionality until document load has completed

v1.2.2

30 Nov 15:50

Choose a tag to compare

Updates ExpandableTransition.js

v1.2.1

29 Nov 18:01

Choose a tag to compare

[1.2.1] - 2016-11-29

v1.2

14 Nov 17:33

Choose a tag to compare

[1.2.0] - 2016-11-14

Added

  • Added Transition utility for use within the Expandable organism.

v1.1

28 Oct 07:37

Choose a tag to compare

[1.1.0] - 2016-10-28

Added

  • Added README files for utilities.

Changed

  • Fixed issues with documentation and example code.
  • Fixed issues with initialization code which caused modifier inilization
    method not to be called.

v1.0

10 Sep 03:42

Choose a tag to compare

[1.0.0] - 2016-09-09

Added

  • Added initial code for Atomic Component framework and utilities.