UNPKG

5.05 kBMarkdownView Raw
1# Change Log
2
3All notable changes to this project will be documented in this file.
4See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
6<a name="0.9.0"></a>
7# [0.9.0](https://github.com/nowa-webpack/solutions/compare/@nowa/solution-react@0.8.1...@nowa/solution-react@0.9.0) (2018-09-06)
8
9
10### Features
11
12* support compileNodeModules option on build command ([103dccc](https://github.com/nowa-webpack/solutions/commit/103dccc))
13
14
15
16
17
18<a name="0.8.1"></a>
19## [0.8.1](https://github.com/nowa-webpack/solutions/compare/@nowa/solution-react@0.8.0...@nowa/solution-react@0.8.1) (2018-08-16)
20
21
22### Bug Fixes
23
24* context is missing in webpack base config ([8f37f64](https://github.com/nowa-webpack/solutions/commit/8f37f64))
25
26
27
28
29
30<a name="0.8.0"></a>
31# [0.8.0](https://github.com/nowa-webpack/solutions/compare/@nowa/solution-react@0.7.2...@nowa/solution-react@0.8.0) (2018-08-02)
32
33
34### Features
35
36* add ProgressPlugin for prod builds ([1bbf218](https://github.com/nowa-webpack/solutions/commit/1bbf218))
37* enable autoprefixer for node_module styles ([35f9f90](https://github.com/nowa-webpack/solutions/commit/35f9f90))
38* upgrade loaders and other dependencies ([b3ed68c](https://github.com/nowa-webpack/solutions/commit/b3ed68c))
39
40
41
42
43
44<a name="0.7.2"></a>
45## [0.7.2](https://github.com/nowa-webpack/solutions/compare/@nowa/solution-react@0.7.1...@nowa/solution-react@0.7.2) (2018-07-26)
46
47
48### Bug Fixes
49
50* unexpected token , in old browsers ([b5f78cd](https://github.com/nowa-webpack/solutions/commit/b5f78cd))
51
52
53
54
55<a name="0.7.1"></a>
56## [0.7.1](https://github.com/nowa-webpack/solutions/compare/@nowa/solution-react@0.7.0...@nowa/solution-react@0.7.1) (2018-07-16)
57
58
59
60
61**Note:** Version bump only for package @nowa/solution-react
62
63<a name="0.7.0"></a>
64# [0.7.0](https://github.com/nowa-webpack/solutions/compare/@nowa/solution-react@0.6.0...@nowa/solution-react@0.7.0) (2018-07-16)
65
66
67### Features
68
69* disable cssModules for less in node_modules ([3a27aea](https://github.com/nowa-webpack/solutions/commit/3a27aea))
70
71
72
73
74<a name="0.6.0"></a>
75# [0.6.0](https://github.com/nowa-webpack/solutions/compare/@nowa/solution-react@0.5.0...@nowa/solution-react@0.6.0) (2018-06-28)
76
77
78### Features
79
80* disable cssModule for css in node_modules ([14a27f0](https://github.com/nowa-webpack/solutions/commit/14a27f0))
81* set disableHostCheck on devServer ([0143527](https://github.com/nowa-webpack/solutions/commit/0143527))
82
83
84
85
86<a name="0.5.0"></a>
87# [0.5.0](https://github.com/nowa-webpack/solutions/compare/@nowa/solution-react@0.4.2...@nowa/solution-react@0.5.0) (2018-06-24)
88
89
90### Features
91
92* support profile option to output webpack timings ([0813efe](https://github.com/nowa-webpack/solutions/commit/0813efe))
93
94
95
96
97<a name="0.4.2"></a>
98## [0.4.2](https://github.com/nowa-webpack/solutions/compare/@nowa/solution-react@0.4.1...@nowa/solution-react@0.4.2) (2018-06-21)
99
100
101### Bug Fixes
102
103* default browsers change break the whole workflow ([4b52f0b](https://github.com/nowa-webpack/solutions/commit/4b52f0b))
104
105
106
107
108<a name="0.4.1"></a>
109## [0.4.1](https://github.com/nowa-webpack/solutions/compare/@nowa/solution-react@0.4.0...@nowa/solution-react@0.4.1) (2018-06-21)
110
111
112### Bug Fixes
113
114* set camelCase: 'only' on default ([c762930](https://github.com/nowa-webpack/solutions/commit/c762930))
115
116
117
118
119<a name="0.4.0"></a>
120# [0.4.0](https://github.com/nowa-webpack/solutions/compare/@nowa/solution-react@0.3.1...@nowa/solution-react@0.4.0) (2018-06-21)
121
122
123### Features
124
125* change default browsers ([503402d](https://github.com/nowa-webpack/solutions/commit/503402d))
126* support autoprefixer ([d85df93](https://github.com/nowa-webpack/solutions/commit/d85df93))
127* support cssModule option to enable CSS Modules spec ([47f6d84](https://github.com/nowa-webpack/solutions/commit/47f6d84))
128
129
130
131
132<a name="0.3.1"></a>
133## [0.3.1](https://github.com/nowa-webpack/solutions/compare/@nowa/solution-react@0.3.0...@nowa/solution-react@0.3.1) (2018-05-27)
134
135
136### Bug Fixes
137
138* use babel-plugin-transform-decorators-legacy instead babel-plugin-transform-decorators ([c46d43f](https://github.com/nowa-webpack/solutions/commit/c46d43f))
139
140
141
142
143<a name="0.3.0"></a>
144# [0.3.0](https://github.com/nowa-webpack/solutions/compare/@nowa/solution-react@0.2.0...@nowa/solution-react@0.3.0) (2018-05-27)
145
146
147### Features
148
149* support svgs with number-only filename ([6f50509](https://github.com/nowa-webpack/solutions/commit/6f50509))
150* upgrade to webpack 4 ([97afb25](https://github.com/nowa-webpack/solutions/commit/97afb25))
151
152
153
154
155<a name="0.2.0"></a>
156# [0.2.0](https://github.com/nowa-webpack/solutions/compare/@nowa/solution-react@0.1.0...@nowa/solution-react@0.2.0) (2018-03-07)
157
158
159### Bug Fixes
160
161* 10px\9 in css breaks prod build ([169db73](https://github.com/nowa-webpack/solutions/commit/169db73))
162
163
164### Features
165
166* add babelrc option support ([39d0a94](https://github.com/nowa-webpack/solutions/commit/39d0a94))
167
168
169
170
171<a name="0.1.0"></a>
172# 0.1.0 (2018-02-23)
173
174
175### Features
176
177* **spa:** use src/index.ejs as html template ([24dd9c9](https://github.com/nowa-webpack/solutions/commit/24dd9c9))