UNPKG

27.4 kBMarkdownView Raw
1# Changelog
2
3All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
5## [0.14.0](https://fox.25sprout.com/frontend/react-starter/compare/v0.14.0-alpha.0...v0.14.0) (2022-07-04)
6
7
8### ⚠ BREAKING CHANGES
9
10* Drop node v12 support. node v14 is now required.
11
12### Features
13
14* Setup the new ci/cd flow with package ([d0d1f73](https://fox.25sprout.com/frontend/react-starter/commit/d0d1f73c6316d441337a099b7703d3ac1cd7b493))
15
16
17### Bug Fixes
18
19* Add classnames examples ([5477ce4](https://fox.25sprout.com/frontend/react-starter/commit/5477ce4f24e6724fabb7d655a4af0bfc08e6aae8))
20* Drop node v12 support. ([30055c3](https://fox.25sprout.com/frontend/react-starter/commit/30055c383fc5d38b580a3e9269900f8f96144d06))
21* Remove loose mode and correct the postcss loader ([4292206](https://fox.25sprout.com/frontend/react-starter/commit/4292206b38359af15365bc18ae99993e2d1a0c04))
22* Setup CI/CD flow with v3 ([c273616](https://fox.25sprout.com/frontend/react-starter/commit/c273616a52b2812db500b3c8ec78ee8f6cc67236))
23* Upgrade babel version to 7.17.9 and webpack version to 4.46.0 ([3ba4590](https://fox.25sprout.com/frontend/react-starter/commit/3ba4590d413d223643a9f52869204eee48524161))
24* Upgrade react to 16.14.0 ([ffee88d](https://fox.25sprout.com/frontend/react-starter/commit/ffee88de333baf65b2781b4a8360bb9a26b314c3))
25
26## [0.14.0-alpha.0](https://fox.25sprout.com/frontend/react-starter/compare/v0.13.8...v0.14.0-alpha.0) (2021-11-09)
27
28
29### ⚠ BREAKING CHANGES
30
31* Drop node v10 support. node v12 is now required.
32
33### Bug Fixes
34
35* Drop node v10 support ([3dc32b7](https://fox.25sprout.com/frontend/react-starter/commit/3dc32b783dd81741042848a78022f8b850423fa9))
36* Upgrade babel version to 7.16.0 ([7e86af0](https://fox.25sprout.com/frontend/react-starter/commit/7e86af0afbe6384315eb37aaca327d4b305925f5))
37
38### [0.13.8](https://fox.25sprout.com/frontend/react-starter/compare/v0.13.7...v0.13.8) (2021-11-01)
39
40### [0.13.7](https://fox.25sprout.com/frontend/react-starter/compare/v0.13.6...v0.13.7) (2021-11-01)
41
42
43### Bug Fixes
44
45* Change demo name into develop for follow surveycake ([6fc398e](https://fox.25sprout.com/frontend/react-starter/commit/6fc398e59df547a1475f40fe237435d57e5d3403))
46* Copy method ignore node_modules folder ([a3e468e](https://fox.25sprout.com/frontend/react-starter/commit/a3e468ef00666de6a69196c7651e2d81fcddb60f))
47* Correct the .gitignore copy method. issue [#9](https://fox.25sprout.com/frontend/react-starter/issues/9) ([e2c6b6d](https://fox.25sprout.com/frontend/react-starter/commit/e2c6b6d0e285b690ad54ba64fa4aa7a2bc2e453e))
48* update README node engine version ([7dc27cd](https://fox.25sprout.com/frontend/react-starter/commit/7dc27cd9c5b9e8a47072d397b0a323d6292efc13))
49* Update the yaml example ([8c18ca9](https://fox.25sprout.com/frontend/react-starter/commit/8c18ca9520fcce3b8455be1212f1bd23b7197916))
50
51### [0.13.6](https://fox.25sprout.com/frontend/react-starter/compare/v0.13.5...v0.13.6) (2020-10-08)
52
53
54### Bug Fixes
55
56* Correct the asyncLocationChange handler for preventing extra change. issue [#15](https://fox.25sprout.com/frontend/react-starter/issues/15) ([b84647b](https://fox.25sprout.com/frontend/react-starter/commit/b84647b506b4d986726dd072ae6695001500c4cf))
57* Setup pollyfill in webpack bundle result for support ie11. issue [#14](https://fox.25sprout.com/frontend/react-starter/issues/14) ([a906861](https://fox.25sprout.com/frontend/react-starter/commit/a9068615de6b60d01754f4fd0767cb3c328648ee))
58
59### [0.13.5](https://fox.25sprout.com/frontend/react-starter/compare/v0.13.4...v0.13.5) (2020-07-27)
60
61
62### Bug Fixes
63
64* Correct the useRouter asyncLocationChange method ([95e472b](https://fox.25sprout.com/frontend/react-starter/commit/95e472b01d318e04d317650d50dec29333cc2b42))
65
66### [0.13.4](https://fox.25sprout.com/frontend/react-starter/compare/v0.13.3...v0.13.4) (2020-07-07)
67
68
69### Bug Fixes
70
71* Correct the ToogleButton css style ([c036856](https://fox.25sprout.com/frontend/react-starter/commit/c03685605c3b076f6116dc033d7f90ba281c9608))
72
73### [0.13.3](https://fox.25sprout.com/frontend/react-starter/compare/v0.13.2...v0.13.3) (2020-07-07)
74
75
76### Bug Fixes
77
78* Upgrade babel version to 7.10.4 for latest nodejs support ([93544c7](https://fox.25sprout.com/frontend/react-starter/commit/93544c7e007c2c1f264f4371b9cf8ea4b5f960ed))
79
80### [0.13.2](https://fox.25sprout.com/frontend/react-starter/compare/v0.13.1...v0.13.2) (2020-06-09)
81
82
83### Bug Fixes
84
85* Support mock redux data with jest testing. issue [#13](https://fox.25sprout.com/frontend/react-starter/issues/13) ([6d500c4](https://fox.25sprout.com/frontend/react-starter/commit/6d500c4c230115caa316403be5653dd523a75951))
86
87### [0.13.1](https://fox.25sprout.com/frontend/react-starter/compare/v0.13.0...v0.13.1) (2020-05-27)
88
89
90### Bug Fixes
91
92* Correct generate the storybook file extension name with commend line. issue [#12](https://fox.25sprout.com/frontend/react-starter/issues/12) ([14ea04c](https://fox.25sprout.com/frontend/react-starter/commit/14ea04c2a2a042b9402efc86057888ff88722e0c))
93* Drop console log on production build automatically ([e224b51](https://fox.25sprout.com/frontend/react-starter/commit/e224b5134cbff99f72f1c71372a9988a1ba87b31))
94* Stylelint ignore ts/tsx file lint. issue [#12](https://fox.25sprout.com/frontend/react-starter/issues/12) ([4bf36c5](https://fox.25sprout.com/frontend/react-starter/commit/4bf36c5e43a51636dc88455cf367cfd5474b6c37))
95
96## [0.13.0](https://fox.25sprout.com/frontend/react-starter/compare/v0.12.0...v0.13.0) (2020-03-24)
97
98
99### ⚠ BREAKING CHANGES
100
101* Drop node 8 support. node 10 is now required.
102
103### Features
104
105* Remove template-simple ([4d915e8](https://fox.25sprout.com/frontend/react-starter/commit/4d915e8a1ef9135a80b1248469dae00b1840136a))
106* Support generate typescript component throught command line ([b9b9d0a](https://fox.25sprout.com/frontend/react-starter/commit/b9b9d0ac75db433361eaae71a51596915461cf88))
107* Support typescript template with option:-t or --typescript ([25ba9c3](https://fox.25sprout.com/frontend/react-starter/commit/25ba9c3c0367ab34b011b9ddb24b1cef9b57ff9b))
108* Upgrade babel to 7.8.4 and support corejs 3 ([2ee9a35](https://fox.25sprout.com/frontend/react-starter/commit/2ee9a35b4297059d2a309d97d758595b9bb9207d))
109* Upgrade react version to 16.13.0 ([f6e8372](https://fox.25sprout.com/frontend/react-starter/commit/f6e8372f4a23b0ffe764f333e6bf570f571a78e4))
110* Upgrade universal-router version to 9.0.1 ([a46b38e](https://fox.25sprout.com/frontend/react-starter/commit/a46b38e8e23cb615a627132fba0e602b78e84198))
111* Use qs instead of query-string library ([5371cb3](https://fox.25sprout.com/frontend/react-starter/commit/5371cb3a697c84bf44692989b9a5d4d7172709f2))
112
113
114### Bug Fixes
115
116* Correct the universal-router dependency setting ([12f5304](https://fox.25sprout.com/frontend/react-starter/commit/12f5304f8bc372f38dbdbbe10cc5d74123c40550))
117* Detect the latest change route for prevent updating the wrong view ([151ddae](https://fox.25sprout.com/frontend/react-starter/commit/151ddaeab6e392146ad8c265c44790b0e29c9b38))
118* Remove react-router / react-router-redux dependency ([d4144ef](https://fox.25sprout.com/frontend/react-starter/commit/d4144ef0de22f9239434e9065b8d562bbec47461))
119* Remove unnecessary create component commend args ([fdfb5dc](https://fox.25sprout.com/frontend/react-starter/commit/fdfb5dc05beafd92e9c8470a050bdaa9aa0c474e))
120* Setup the custom change log format with standard-version ([f7ee91d](https://fox.25sprout.com/frontend/react-starter/commit/f7ee91dd3c7836d52b68fca7354493abea855621))
121* Support typescript to write component stories ([a80e20b](https://fox.25sprout.com/frontend/react-starter/commit/a80e20bd687e6bc5a80ce733f908e4aa463db664))
122* Upgrade CLI dependency ([28bae28](https://fox.25sprout.com/frontend/react-starter/commit/28bae2815018c28878d888a9b224f393bc894c52))
123* Upgrade react to 6.12.0 ([ee8fc13](https://fox.25sprout.com/frontend/react-starter/commit/ee8fc135a9547f2f3b1133896cbd1ecb89b6b15d))
124* Upgrade redux to 4.0.5 ([9df1fca](https://fox.25sprout.com/frontend/react-starter/commit/9df1fca3da95768a08ba94a85bac6622ffbfe14c))
125* use universal-router instead of react-router ([49bf1b6](https://fox.25sprout.com/frontend/react-starter/commit/49bf1b6405fb1811f848d13256b939d9b013d935))
126
127
128* Upgrade stylelint to 13.2.0 ([6f9b6c1](https://fox.25sprout.com/frontend/react-starter/commit/6f9b6c115fc215e3dda967d00bc08afead373834))
129
130# [0.12.0](http://fox.25sprout.com/frontend/react-starter/compare/v0.11.0...v0.12.0) (2019-07-01)
131
132### Bug Fixes
133
134- Add Date and matchMedia mock setting for jest test ([409b0c4](http://fox.25sprout.com/frontend/react-starter/commit/409b0c4))
135- Add redux addon into storybook ([ab4abfa](http://fox.25sprout.com/frontend/react-starter/commit/ab4abfa))
136- Code split all dependency for http/2 ([1cd86d6](http://fox.25sprout.com/frontend/react-starter/commit/1cd86d6))
137- Correct the svg loader on storybook ([e58aed9](http://fox.25sprout.com/frontend/react-starter/commit/e58aed9))
138- Do not removeViewBox property on svg loader for scale svg with css ([615ef10](http://fox.25sprout.com/frontend/react-starter/commit/615ef10))
139- Import css setting on storybook ([11f1daa](http://fox.25sprout.com/frontend/react-starter/commit/11f1daa))
140- Remove unnecessary reducers folder ([8c9e05d](http://fox.25sprout.com/frontend/react-starter/commit/8c9e05d))
141- Setup the custom storybook theme ([fd634f5](http://fox.25sprout.com/frontend/react-starter/commit/fd634f5))
142- Upgrade react-redux to 7.1.0 for hooks usage ([ceb054c](http://fox.25sprout.com/frontend/react-starter/commit/ceb054c))
143- Use usage builtIns setting on babel-preset-env ([27ad826](http://fox.25sprout.com/frontend/react-starter/commit/27ad826))
144
145### Features
146
147- Add compression webpack plugin for gzip ([e2c5682](http://fox.25sprout.com/frontend/react-starter/commit/e2c5682))
148- Use @test-library/react instead of enzyme ([625aea1](http://fox.25sprout.com/frontend/react-starter/commit/625aea1))
149- Use TerserJS to optimizer JS instead of UglifyJS and enhance bundle size ([0d2f90d](http://fox.25sprout.com/frontend/react-starter/commit/0d2f90d))
150
151# [0.11.0](http://fox.25sprout.com/frontend/react-starter/compare/v0.10.0...v0.11.0) (2019-03-29)
152
153### Features
154
155- Storybook support background addon ([04593f7](http://fox.25sprout.com/frontend/react-starter/commit/04593f7))
156- Storybook support viewport addon ([332656b](http://fox.25sprout.com/frontend/react-starter/commit/332656b))
157- Upgrade normalize.css version to 8.0.1 ([063455b](http://fox.25sprout.com/frontend/react-starter/commit/063455b))
158- Upgrade react version to 16.8.6 for supporting hook ([5a2a2d4](http://fox.25sprout.com/frontend/react-starter/commit/5a2a2d4))
159- Upgrade storybook version to 5.0.5 ([b768ccf](http://fox.25sprout.com/frontend/react-starter/commit/b768ccf))
160
161<a name="0.10.0"></a>
162
163# [0.10.0](http://fox.25sprout.com/frontend/react-starter/compare/v0.9.0...v0.10.0) (2019-01-30)
164
165### Bug Fixes
166
167- Downgrade query-string for older browser ([7476586](http://fox.25sprout.com/frontend/react-starter/commit/7476586))
168- Downgrade react-redux on 5.1.1 for performance issue ([9f55b40](http://fox.25sprout.com/frontend/react-starter/commit/9f55b40))
169- Move endpoint config into config folder ([cdcb9da](http://fox.25sprout.com/frontend/react-starter/commit/cdcb9da))
170- Remove the unnecessary options on css-loader ([41b44a7](http://fox.25sprout.com/frontend/react-starter/commit/41b44a7))
171- Setup storybook dark mode and hierarchy structure ([67e8bc9](http://fox.25sprout.com/frontend/react-starter/commit/67e8bc9))
172- Update enzyme to 3.8.0 to support react 16.7.0 ([20aece5](http://fox.25sprout.com/frontend/react-starter/commit/20aece5))
173- Update eslint to 5.12.1 and prettier to 1.16.1 ([4756cc3](http://fox.25sprout.com/frontend/react-starter/commit/4756cc3))
174- Update the READ ([8a31f15](http://fox.25sprout.com/frontend/react-starter/commit/8a31f15))
175- Upgrade babel version to 7.2.2 ([87c2017](http://fox.25sprout.com/frontend/react-starter/commit/87c2017))
176- Upgrade fetch polyfill to 3.0.0 ([605ccd4](http://fox.25sprout.com/frontend/react-starter/commit/605ccd4))
177- Upgrade jest to 23.6.0 ([6859dff](http://fox.25sprout.com/frontend/react-starter/commit/6859dff))
178- Upgrade react version to 16.7.0 ([ee67abe](http://fox.25sprout.com/frontend/react-starter/commit/ee67abe))
179- Upgrade react-hot-loader to 4.6.3 ([bdcd1c6](http://fox.25sprout.com/frontend/react-starter/commit/bdcd1c6))
180- Upgrade redux to 4.0.1, react-redux to 6.0.0 ([cf0c5b2](http://fox.25sprout.com/frontend/react-starter/commit/cf0c5b2))
181- Upgrade storybook version to 4.1.4 ([9d8cd04](http://fox.25sprout.com/frontend/react-starter/commit/9d8cd04))
182- Upgrade stylelint to 9.10.1 ([df08182](http://fox.25sprout.com/frontend/react-starter/commit/df08182))
183- Upgrade the jest version to 24.0.0, svgr to 4.1.0 and refactor babel config ([784a87a](http://fox.25sprout.com/frontend/react-starter/commit/784a87a))
184- Upgrade the postcss and css loader version for using postcss 7 ([f3d1ed1](http://fox.25sprout.com/frontend/react-starter/commit/f3d1ed1))
185- Upgrade webpack to 4.29.0 and relative loader version ([80534ad](http://fox.25sprout.com/frontend/react-starter/commit/80534ad))
186
187### Features
188
189- Add create component script ([f5c121e](http://fox.25sprout.com/frontend/react-starter/commit/f5c121e))
190- Add http-proxy to proxy backend endpoint. issue #6 ([e84ed3e](http://fox.25sprout.com/frontend/react-starter/commit/e84ed3e))
191- Use postcss-preset-env instead of postcss-cssnext. issue #4 ([e940ab9](http://fox.25sprout.com/frontend/react-starter/commit/e940ab9))
192
193<a name="0.9.0"></a>
194
195# [0.9.0](http://fox.25sprout.com/frontend/react-starter/compare/v0.8.5...v0.9.0) (2018-09-03)
196
197### Bug Fixes
198
199- Explicit the npm ignore file ([606e569](http://fox.25sprout.com/frontend/react-starter/commit/606e569))
200
201### Features
202
203- Upgrade to babel 7 ([8c0817f](http://fox.25sprout.com/frontend/react-starter/commit/8c0817f))
204- Upgrade to webpack 4 ([9a98930](http://fox.25sprout.com/frontend/react-starter/commit/9a98930))
205
206<a name="0.8.5"></a>
207
208## [0.8.5](http://fox.25sprout.com/frontend/react-starter/compare/v0.8.4...v0.8.5) (2018-07-31)
209
210### Bug Fixes
211
212- Correct the file import path on template-simple ([03492b0](http://fox.25sprout.com/frontend/react-starter/commit/03492b0))
213- Correct the webpack config for remove react-container-helper ([7383e66](http://fox.25sprout.com/frontend/react-starter/commit/7383e66))
214- Update react to 16.4.1 ([a7fdb33](http://fox.25sprout.com/frontend/react-starter/commit/a7fdb33))
215
216<a name="0.8.4"></a>
217
218## [0.8.4](http://fox.25sprout.com/frontend/react-starter/compare/v0.8.3...v0.8.4) (2018-05-07)
219
220### Bug Fixes
221
222- Correct the package.json repo link ([094ec0f](http://fox.25sprout.com/frontend/react-starter/commit/094ec0f))
223- Separate the spec and stories. Drop storybook-addon-specifications support ([b262841](http://fox.25sprout.com/frontend/react-starter/commit/b262841))
224
225<a name="0.8.3"></a>
226
227## [0.8.3](http://fox.25sprout.com/frontend/react-starter/compare/v0.8.2...v0.8.3) (2018-04-23)
228
229### Bug Fixes
230
231- Set the script/stylesheet import as absolute path ([d17e8e2](http://fox.25sprout.com/frontend/react-starter/commit/d17e8e2))
232- Use svgr instead of svg-react-loader library to handle svg ([6809417](http://fox.25sprout.com/frontend/react-starter/commit/6809417))
233
234<a name="0.8.2"></a>
235
236## [0.8.2](http://fox.25sprout.com/frontend/react-starter/compare/v0.8.1...v0.8.2) (2018-01-05)
237
238### Bug Fixes
239
240- Upgrade storybook addon version and change import method ([2bc94d4](http://fox.25sprout.com/frontend/react-starter/commit/2bc94d4))
241
242<a name="0.8.1"></a>
243
244## [0.8.1](http://fox.25sprout.com/frontend/react-starter/compare/v0.8.0...v0.8.1) (2018-01-03)
245
246### Bug Fixes
247
248- Specific the svgo version with svgo-loader ([61cdb7d](http://fox.25sprout.com/frontend/react-starter/commit/61cdb7d))
249- Support redux-thunk-fsa for enhance the action process ([cad4332](http://fox.25sprout.com/frontend/react-starter/commit/cad4332))
250- Upgrader react version to 16.2.0 ([4c0732c](http://fox.25sprout.com/frontend/react-starter/commit/4c0732c))
251
252<a name="0.8.0"></a>
253
254# [0.8.0](http://fox.25sprout.com/frontend/react-starter/compare/v0.7.1...v0.8.0) (2017-11-23)
255
256### Features
257
258- Add css media config file ([1a94062](http://fox.25sprout.com/frontend/react-starter/commit/1a94062))
259- Add Storybook addon knobs for UI interactive feature ([e7a1363](http://fox.25sprout.com/frontend/react-starter/commit/e7a1363))
260- Upgrade postcss loader to 2.0.8 for using postcss 6.x ([2519f5e](http://fox.25sprout.com/frontend/react-starter/commit/2519f5e))
261- Upgrade redux promise middleware to 5.0.0 for support async/await ([ccfa2bb](http://fox.25sprout.com/frontend/react-starter/commit/ccfa2bb))
262
263<a name="0.7.1"></a>
264
265## [0.7.1](http://fox.25sprout.com/frontend/react-starter/compare/v0.7.0...v0.7.1) (2017-11-14)
266
267<a name="0.7.0"></a>
268
269# [0.7.0](http://fox.25sprout.com/frontend/react-starter/compare/v0.6.1...v0.7.0) (2017-10-11)
270
271### Bug Fixes
272
273- Correct the prettier format setting on node platform ([ddce872](http://fox.25sprout.com/frontend/react-starter/commit/ddce872))
274
275### Features
276
277- Support react v16 and upgrade develop environment ([ee56076](http://fox.25sprout.com/frontend/react-starter/commit/ee56076))
278
279<a name="0.6.1"></a>
280
281## [0.6.1](http://fox.25sprout.com/frontend/react-starter/compare/0.6.0...0.6.1) (2017-07-04)
282
283### Bug Fixes
284
285- Set organization name on package.json ([14f1192](http://fox.25sprout.com/frontend/react-starter/commit/14f1192))
286- Set the command line name explicitly ([71b1a9f](http://fox.25sprout.com/frontend/react-starter/commit/71b1a9f))
287- Upgrade prettier version to 1.5.2 and format the coding style ([84723b3](http://fox.25sprout.com/frontend/react-starter/commit/84723b3))
288- Upgrade react to 15.6.1 and redux to 3.7.0 ([c1c3040](http://fox.25sprout.com/frontend/react-starter/commit/c1c3040))
289
290<a name="0.6.0"></a>
291
292# [0.6.0](http://fox.25sprout.com/frontend/react-starter/compare/v0.5.2...v0.6.0) (2017-06-11)
293
294### Bug Fixes
295
296- Correct the storybook config and upgrade dependencies version ([08ca4c2](http://fox.25sprout.com/frontend/react-starter/commit/08ca4c2))
297- Correct the webpack.config.prod.babel.js on template-simple ([227c396](http://fox.25sprout.com/frontend/react-starter/commit/227c396))
298- Do not async load entry view. ([bd36eee](http://fox.25sprout.com/frontend/react-starter/commit/bd36eee))
299- Upgrade fs-extra to 3.0.1 and drop scripts/fs.js ([dbf93e2](http://fox.25sprout.com/frontend/react-starter/commit/dbf93e2))
300- Upgrade minor dependencies version ([857d541](http://fox.25sprout.com/frontend/react-starter/commit/857d541))
301
302### Features
303
304- Migrate webpack config to v2 version ([103355f](http://fox.25sprout.com/frontend/react-starter/commit/103355f))
305- Upgrade Normalize.css to 7.0.0 ([e41e604](http://fox.25sprout.com/frontend/react-starter/commit/e41e604))
306- Upgrade storybook version to v3.0.0 ([c6712d2](http://fox.25sprout.com/frontend/react-starter/commit/c6712d2))
307- Upgrade webpack to v2 ([9ce1f4c](http://fox.25sprout.com/frontend/react-starter/commit/9ce1f4c))
308
309# Change Log
310
311All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
312
313<a name="0.5.2"></a>
314
315## [0.5.2](http://fox.25sprout.com/frontend/react-starter/compare/v0.5.1...v0.5.2) (2017-04-26)
316
317### Bug Fixes
318
319- **config:** Use source-map instead of cheap-module-source-map ([c0c7fab](http://fox.25sprout.com/frontend/react-starter/commit/c0c7fab))
320- Correct the import external css from js file ([6bda637](http://fox.25sprout.com/frontend/react-starter/commit/6bda637))
321- Upgrade react version to v15.5.x for preparing v16 ([281e3e7](http://fox.25sprout.com/frontend/react-starter/commit/281e3e7))
322- Upgrade react-container-helper to v0.3.0 ([74789d2](http://fox.25sprout.com/frontend/react-starter/commit/74789d2))
323
324<a name="0.5.1"></a>
325
326## [0.5.1](http://fox.25sprout.com/frontend/react-starter/compare/v0.5.0...v0.5.1) (2017-04-08)
327
328### Bug Fixes
329
330- Enhance the testing syntax by mock expect ([3e03df3](http://fox.25sprout.com/frontend/react-starter/commit/3e03df3))
331- Use enzyme-to-json to help testing snapshot with enzyme ([fab37f9](http://fox.25sprout.com/frontend/react-starter/commit/fab37f9))
332- Use identity-obj-proxy to test css-modules more humanity ([a89becb](http://fox.25sprout.com/frontend/react-starter/commit/a89becb))
333
334<a name="0.5.0"></a>
335
336# [0.5.0](http://fox.25sprout.com/frontend/react-starter/compare/v0.4.1...v0.5.0) (2017-03-28)
337
338### Features
339
340- Support simple mode for creating library template ([c39cb3b](http://fox.25sprout.com/frontend/react-starter/commit/c39cb3b))
341- Upgrade normalize.css version to 6.0.0 ([8584beb](http://fox.25sprout.com/frontend/react-starter/commit/8584beb))
342
343<a name="0.4.1"></a>
344
345## [0.4.1](http://fox.25sprout.com/frontend/react-starter/compare/v0.4.0...v0.4.1) (2017-03-24)
346
347### Bug Fixes
348
349- **reducer:** Set loading false after fetch data complete ([30092e8](http://fox.25sprout.com/frontend/react-starter/commit/30092e8))
350
351<a name="0.4.0"></a>
352
353# [0.4.0](http://fox.25sprout.com/frontend/react-starter/compare/v0.3.1...v0.4.0) (2017-03-22)
354
355### Bug Fixes
356
357- **config:** Use babel-plugin-module-resolver instead of webpack resolve setting ([7857e4f](http://fox.25sprout.com/frontend/react-starter/commit/7857e4f))
358- Correct the layout import on members page ([116183b](http://fox.25sprout.com/frontend/react-starter/commit/116183b))
359
360### Features
361
362- **config:** Add resolve to src folder ([890465c](http://fox.25sprout.com/frontend/react-starter/commit/890465c))
363- Add Header and Footer components to be organisms example ([8edef3e](http://fox.25sprout.com/frontend/react-starter/commit/8edef3e))
364- Separate the routes config into folder for huge app ([2740f85](http://fox.25sprout.com/frontend/react-starter/commit/2740f85))
365
366<a name="0.3.1"></a>
367
368## [0.3.1](http://fox.25sprout.com/frontend/react-starter/compare/v0.3.0...v0.3.1) (2017-03-20)
369
370### Bug Fixes
371
372- Import the babel-polyfill and fetch correct ([b5a6ea8](http://fox.25sprout.com/frontend/react-starter/commit/b5a6ea8))
373- Reduce the bundle size on production build ([82355f3](http://fox.25sprout.com/frontend/react-starter/commit/82355f3))
374
375<a name="0.3.0"></a>
376
377# [0.3.0](http://fox.25sprout.com/frontend/react-starter/compare/v0.2.1...v0.3.0) (2017-03-19)
378
379### Bug Fixes
380
381- Enable css source map config ([57c7d5c](http://fox.25sprout.com/frontend/react-starter/commit/57c7d5c))
382
383### Features
384
385- Add global.css for global or external css usage ([c2d7b61](http://fox.25sprout.com/frontend/react-starter/commit/c2d7b61))
386- Add normalize.css for normalize css cross browser ([b94a7df](http://fox.25sprout.com/frontend/react-starter/commit/b94a7df))
387
388<a name="0.2.1"></a>
389
390## [0.2.1](http://fox.25sprout.com/frontend/react-starter/compare/v0.2.0...v0.2.1) (2017-03-10)
391
392### Bug Fixes
393
394- **dep:** Update css-loader to 0.27.0 ([4c0c694](http://fox.25sprout.com/frontend/react-starter/commit/4c0c694))
395
396<a name="0.2.0"></a>
397
398# [0.2.0](http://fox.25sprout.com/frontend/react-starter/compare/v0.1.2...v0.2.0) (2017-03-09)
399
400### Features
401
402- **config:** Now can set environment variable on config/env.js ([dd47014](http://fox.25sprout.com/frontend/react-starter/commit/dd47014)), closes [#1](http://fox.25sprout.com/frontend/react-starter/issues/1)
403- **config:** Separate the vendor bundle for browser cache ([e6d2399](http://fox.25sprout.com/frontend/react-starter/commit/e6d2399))
404- **css:** Support custom global properties by config/palette.js ([9ccd91e](http://fox.25sprout.com/frontend/react-starter/commit/9ccd91e))
405- **release:** Support commitizen to generate commit message with angular format ([415dd3a](http://fox.25sprout.com/frontend/react-starter/commit/415dd3a))
406- **release:** Support standard-version to release ([c23dc39](http://fox.25sprout.com/frontend/react-starter/commit/c23dc39))
407
408<a name="0.1.2"></a>
409
410## [0.1.2](http://fox.25sprout.com/frontend/react-starter/compare/v0.1.1...v0.1.2) (2017-03-07)
411
412### Bug Fixes
413
414- Use stylelint-order to set declaration-block-properties-specified-order ([d268498](http://fox.25sprout.com/frontend/react-starter/commit/d268498))
415
416<a name="0.1.1"></a>
417
418## [0.1.1](http://fox.25sprout.com/frontend/react-starter/compare/v0.1.0...v0.1.1) (2017-03-07)
419
420### Minor
421
422- Upgrade dependencies version
423
424<a name="0.1.0"></a>
425
426# [0.1.0](http://fox.25sprout.com/frontend/react-starter/compare/c42762e...v0.1.0) (2016-12-21)
427
428### Bug Fixes
429
430- Correct hot module reload reducer ([3c7f234](http://fox.25sprout.com/frontend/react-starter/commit/3c7f234))
431- import expect library on storybook testing and modify testing scenario ([9f6a056](http://fox.25sprout.com/frontend/react-starter/commit/9f6a056))
432- Modify eslint and stylelint config file for prevent lint the unnecessary files ([73ca562](http://fox.25sprout.com/frontend/react-starter/commit/73ca562))
433- specific the node env for node command line tool ([d7a3529](http://fox.25sprout.com/frontend/react-starter/commit/d7a3529))
434- Workaround hot reload problem with react-router ([fa41607](http://fox.25sprout.com/frontend/react-starter/commit/fa41607))
435
436### Features
437
438- Add Blogs page as the async/await example ([bd70b54](http://fox.25sprout.com/frontend/react-starter/commit/bd70b54))
439- Add production build webpack config ([bcb878d](http://fox.25sprout.com/frontend/react-starter/commit/bcb878d))
440- Add simple toggle button to open/close member list ([76e3183](http://fox.25sprout.com/frontend/react-starter/commit/76e3183))
441- Extra ToggleButton as the container component ([3583b99](http://fox.25sprout.com/frontend/react-starter/commit/3583b99))
442- Initialize project, add basic eslint, stylelint, editorconfig, simple web dev server and webpackconfig ([c42762e](http://fox.25sprout.com/frontend/react-starter/commit/c42762e))
443- Support command line to initialize project with name ([1c97aef](http://fox.25sprout.com/frontend/react-starter/commit/1c97aef))
444- Support css-modules camel case naming ([90bbe09](http://fox.25sprout.com/frontend/react-starter/commit/90bbe09))
445- Support cssnext feature and postcss-import syntax ([16dc1b2](http://fox.25sprout.com/frontend/react-starter/commit/16dc1b2))
446- Support fetch with whatwg-fetch ([e386cae](http://fox.25sprout.com/frontend/react-starter/commit/e386cae))
447- Support image loader ([cd5acd0](http://fox.25sprout.com/frontend/react-starter/commit/cd5acd0))
448- Support inline svg, use svg-css-modules-loaders, svg-react-loader and svgo-loader ([f82039b](http://fox.25sprout.com/frontend/react-starter/commit/f82039b))
449- Support react-router and react-router-redux ([fa20fc5](http://fox.25sprout.com/frontend/react-starter/commit/fa20fc5))
450- Support redux data flow ([a09da82](http://fox.25sprout.com/frontend/react-starter/commit/a09da82))
451- Support storybook to development components ([5dcf6c2](http://fox.25sprout.com/frontend/react-starter/commit/5dcf6c2))
452- Support testing with Jest through storybook-addon-specifications ([2acc7ef](http://fox.25sprout.com/frontend/react-starter/commit/2acc7ef))
453- Upgrade reat-hot-loader to 3.0.0-beta.6 ([fe44862](http://fox.25sprout.com/frontend/react-starter/commit/fe44862))
454- Use es2015-loose module for more compatible with older engines ([d42c962](http://fox.25sprout.com/frontend/react-starter/commit/d42c962))