Skip to content

Latest commit

 

History

History
68 lines (42 loc) · 1.57 KB

CHANGELOG.md

File metadata and controls

68 lines (42 loc) · 1.57 KB

HEAD

6.0.2 (November 27, 2017)

  • Remove default border radius (#25)

6.0.1 (October 27, 2017)

  • Add support for JS bundling (#24)

6.0.0 (January 14, 2017)

  • Remove cursor: pointer; (#22)
  • Upgrade preprocessor to ^3.0.1

5.0.0 (December 09, 2015)

  • Remove support for input elements - issue
  • Upgrade preprocessor to ^0.8.0

4.0.0 (June 26, 2014)

  • Change variable names.

3.3.1 (June 24, 2014)

  • Add .css extension to imports for interoperability.

3.3.0 (June 22, 2014)

  • npm-based workflow.
  • Add new preprocessor build tools.
  • Fix Firefox/IE default button focus styles.

3.2.0 (May 15, 2014)

  • Update variables syntax.

3.1.0 (April 1, 2014)

  • Add npm support.
  • Revert to implicit-width, inline-block rendering.
  • Add variables support.
  • Use Component(1) for development.

3.0.0 (October 19, 2013)

  • Rewrite the test file using suit-grid.
  • Remove vertical-align:middle to make the component conform with framework.
  • Allow text wrapping.
  • Make buttons full-width by default.
  • Add CSS linting and configuration.

2.0.0 (May 26, 2013)

  • Prevent user-select of text.
  • Remove size modifiers.
  • Add is-disabled and :disabled styles.
  • Rename component.json to bower.json.

1.1.0 (March 7, 2013)

  • Add a test file.
  • Change class name notation.

1.0.0 (October 4, 2012)

  • Public release.