Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 891 Bytes

CHANGELOG.md

File metadata and controls

41 lines (27 loc) · 891 Bytes

Changelog

[v1.2.5]

2016-08-22

  • Replaced all instances of clip-rule and fill-rule with clipRule and fillRule (respectively) to fix React errors in the browser console.

[v1.2.2]

2016-07-26

[v1.2.1]

2016-07-13

  • Added project page

[v1.2.0]

2016-07-11

  • fill: currentColor added to default inline styles.
  • New property valign used to set vertical alignment. See README for details.
  • Added option to output component without inline styles.

[v1.1.0]

2016-07-05

  • Published to NPM.
  • version bump to 1.1.1.

[v1.1.0]

2016-07-05

  • Changed individual icon file names to Pascal-case.
    • Example: AlignHorizontalMiddle.js (previously alignHorizontalMiddle.js)
  • Updated svg classes to use Pascal-cased icon names.

[v1.0.0]

2016-06-27

  • Production ready