UNPKG

3.79 kBMarkdownView Raw
1# Change Log
2All notable changes to this project will be documented in this file.
3This project adheres to [Semantic Versioning](http://semver.org/).
4
5This file is similar to the format suggested by [Keep a CHANGELOG](https://github.com/olivierlacan/keep-a-changelog).
6
7## Unreleased
8
9## 2.9.0 - 2020-05-19
10- [Feature] Add `flag` icon
11
12## 2.8.1 - 2020-04-24
13- [Fix] Update svgs for `environment`, `secure-environment`, and `no-lock` icons
14
15## 2.8.0 - 2020-04-23
16- [Feature] Add `environment`, `secure-environment`, and `no-lock` icons
17
18## 2.7.0 - 2019-10-22
19- [Feature] Add `docs` icon
20
21## 2.6.1 - 2019-07-16
22- [Chore] Upgrade to Babel 7, Node 12, Gulp 4 (#46)
23
24## 2.6.0 - 2018-10-29
25- [Feature] Add file icon
26- [Feature] Add pdf icon
27- [Feature] Add spreadsheet icon
28- [Feature] Add document icon
29- [Feature] Add license file
30- [Fix] Improve readability of icons and icon titles in Storybook
31
32## 2.5.0 - 2018-10-29
33- [Feature] Fix ES module build of react-oui-icons not transpiling JSX
34
35## 2.4.0 - 2018-10-22
36- [Feature] Add comments icon
37- [Feature] Pencil edit icon
38- [Feature] Add fill prop to <Icon> (#33)
39- [Feature] Updated storybook with inline, fill and currentColor examples
40- [Fix] Replace program management hex values with currentColor variable
41- [Fix] Remove tooltip for help icon
42
43## 2.2.2 - 2018-08-24
44- [Feature] Add getting-started icon
45
46## 2.1.1 - 2018-05-16
47- [Fix] Adjustment to fill prop syntax to fix Icon errors downstream in OUI Storybook
48
49## 2.1.0 - 2018-05-08
50- [Fix] Set default fill to currentColor, not black
51- [Feature] Allow ellipse shape output in the build script (#31)
52
53## 2.0.4 - 2018-03-22
54- [Feature] Program-management icon
55- [Fix] Feature-test icon with black fill and center within view box
56
57## 2.0.3 - 2018-03-09
58- [Feature] Feature-test icon.
59
60## 2.0.1 - 2018-02-21
61- [Fix] Deploy `/dist/**` directory correctly.
62
63## 2.0.0 - 2018-02-21
64- [Breaking] Exclude react, react-dom, and prop-types from exported code (moved to peerDependencies).
65- [Feature] Export ES5 Icon Component as `package.main`, ES6 Icon Component as `package.module`
66- [Feature] Export a single combined SVG file of all the SVGs in use at `dist/svg/svg-symbols.svg`
67- [Infra] Use babel to build instead of webpack
68
69## 1.0.2 - 2017-10-17
70- [Patch] Build lib for release.
71- [Patch] Upgrade React and ReactDOM to 16.
72
73## 1.0.0 - 2017-10-16
74- [Feature] Upgrade React and ReactDOM to 16.
75- [Feature] Add readme notes about adding new icons.
76- [Feature] Add three new checkmark icons for Environments status switcher.
77
78## 0.8.0 - 2017-10-03
79- [Feature] Syncing back with Optimizely React version.
80- [Patch] Add key to shapes creation through the iteration process. (#11)
81
82## 0.6.1 - 2017-09-08
83- [Patch] Add attribute for map react components in implementation. (#9)
84
85## 0.6.0 - 2017-09-07
86- [Feature] Webpack optimized build.
87
88## 0.5.9 - 2017-09-06
89- [Patch] Npmignore some storybook related dirs.
90
91## 0.5.8 - 2017-09-05
92- [Patch] Delete unused glamorous package
93
94## 0.5.7 - 2017-09-01
95- [Patch] Re-organizing dependencies
96
97## 0.5.6 - 2017-08-29
98- [Patch] Add Readme addon to storybook
99
100## 0.5.1 - 2017-08-22
101- [Patch] fix bug related to fill default color
102
103## 0.5.0 - 2017-08-22
104- [Feature] using outline version of icons
105
106## 0.4.0 - 2017-08-16
107- [Patch] fixing semantic sizing
108
109## 0.3.0 - 2017-08-16
110- [Feature] ability to generate a single json file from `*.svg` on `/svgs` dir
111- [Feature] migrate all the svgs from illustrator to sketch
112- [Patch] redrawing of fill oriented icons to stroke oriented
113- [Patch] rebuild the logic to generate svgs in the React Icon Component
114
115@daverau-optimizely
116
117## 0.2.1 - 2017-08-02
118- [Patch] New readme
119- [Patch] Deleted repeated code
120
121## 0.2.0 - 2017-08-02
122- [Feature] Add new size option
123- [Feature] React Icon component base on OUI design system