@zohodesk/react-cli 0.0.1-exp.176.1 → 0.0.1-exp.176.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (112) hide show
  1. package/.eslintignore +7 -7
  2. package/.eslintrc.js +180 -180
  3. package/.prettierrc +6 -6
  4. package/README.md +1026 -1025
  5. package/bin/cli.js +482 -482
  6. package/cert/Tsicsezwild-22-23.crt +37 -37
  7. package/cert/Tsicsezwild-22-23.key +27 -27
  8. package/docs/CustomChunks.md +26 -26
  9. package/docs/DevStart.md +18 -18
  10. package/docs/HoverActive.md +12 -12
  11. package/docs/InstallNode.md +28 -28
  12. package/docs/SelectorWeight.md +6 -6
  13. package/docs/TODOS.md +10 -10
  14. package/docs/ValueReplacer.md +60 -60
  15. package/docs/VariableConversion.md +710 -719
  16. package/docs/warnings_while_install.txt +35 -35
  17. package/files/eslintrc.js +62 -62
  18. package/files/prettierrc.js +3 -3
  19. package/lib/configs/webpack.css.umd.config.js +4 -4
  20. package/lib/configs/webpack.prod.config.js +1 -1
  21. package/lib/loaderUtils/configsAssetsLoaders.js +34 -34
  22. package/lib/loaders/workerLoader.js +9 -9
  23. package/lib/pluginUtils/getDevPlugins.js +5 -5
  24. package/lib/pluginUtils/getProdPlugins.js +5 -5
  25. package/lib/plugins/EFCPlugin.md +6 -6
  26. package/lib/plugins/I18NInjectIntoIndexPlugin.js +4 -4
  27. package/lib/plugins/I18nSplitPlugin/I18nDownlodLogic.js +38 -38
  28. package/lib/plugins/I18nSplitPlugin/I18nFilesEmitter.js +30 -30
  29. package/lib/plugins/I18nSplitPlugin/I18nKeysIdentifer.js +8 -8
  30. package/lib/plugins/I18nSplitPlugin/I18nSplit.md +95 -95
  31. package/lib/plugins/I18nSplitPlugin/README.md +25 -25
  32. package/lib/plugins/I18nSplitPlugin/index.js +57 -57
  33. package/lib/plugins/ResourceHintsPlugin.js +17 -17
  34. package/lib/plugins/RtlSplitPlugin/RtlCssPlugin.js +6 -6
  35. package/lib/plugins/RtlSplitPlugin/RtrSplit.md +30 -30
  36. package/lib/plugins/ServiceWorkerPlugin.js +9 -9
  37. package/lib/plugins/TPHashMappingPlugin.js +4 -4
  38. package/lib/plugins/VariableConversionCollector.js +92 -162
  39. package/lib/postcss-plugins/RTLSplitPlugin.js +10 -10
  40. package/lib/postcss-plugins/__test__/test1Input.css +38 -38
  41. package/lib/postcss-plugins/__test__/test1Output.css +38 -38
  42. package/lib/postcss-plugins/hoverActivePlugin.js +3 -3
  43. package/lib/postcss-plugins/variableModificationPlugin/ErrorHandler.js +2 -4
  44. package/lib/postcss-plugins/variableModificationPlugin/index.js +1 -2
  45. package/lib/sh/pre-commit.sh +34 -34
  46. package/lib/sh/reportPublish.sh +45 -45
  47. package/lib/utils/buildstats.html +148 -148
  48. package/lib/utils/cssURLReplacer.js +30 -43
  49. package/lib/utils/getFileType.js +49 -0
  50. package/lib/utils/resultSchema.json +73 -73
  51. package/npm8.md +9 -9
  52. package/package.json +147 -146
  53. package/postpublish.js +6 -6
  54. package/templates/app/.eslintrc.js +140 -140
  55. package/templates/app/README.md +12 -12
  56. package/templates/app/app/index.html +24 -24
  57. package/templates/app/app/properties/ApplicationResources_en_US.properties +1 -1
  58. package/templates/app/app/properties/i18nkeys.json +3 -3
  59. package/templates/app/docs/all.html +69 -69
  60. package/templates/app/mockapi/index.js +18 -18
  61. package/templates/app/package.json +37 -37
  62. package/templates/app/src/actions/SampleActions/index.js +37 -37
  63. package/templates/app/src/actions/index.js +65 -65
  64. package/templates/app/src/appUrls.js +19 -19
  65. package/templates/app/src/components/Alert/Alert.js +134 -134
  66. package/templates/app/src/components/Alert/Alert.module.css +79 -79
  67. package/templates/app/src/components/FreezeLayer/FreezeLayer.css +37 -37
  68. package/templates/app/src/components/FreezeLayer/FreezeLayer.js +84 -84
  69. package/templates/app/src/components/Sample/Sample.module.css +11 -11
  70. package/templates/app/src/components/Sample/SampleList.js +61 -61
  71. package/templates/app/src/components/Slider/Slider.css +41 -41
  72. package/templates/app/src/components/Slider/Slider.js +55 -55
  73. package/templates/app/src/containers/AlertContainer/index.js +15 -15
  74. package/templates/app/src/containers/AppContainer/index.js +96 -96
  75. package/templates/app/src/containers/AppContainer/index.module.css +27 -27
  76. package/templates/app/src/containers/CustomMatch/index.js +65 -65
  77. package/templates/app/src/containers/DevTools/index.js +10 -10
  78. package/templates/app/src/containers/Header/index.js +67 -67
  79. package/templates/app/src/containers/Header/index.module.css +43 -43
  80. package/templates/app/src/containers/Redirect/index.js +63 -63
  81. package/templates/app/src/containers/Redirector/index.js +47 -47
  82. package/templates/app/src/containers/SampleListContainer/ListContainer.js +42 -42
  83. package/templates/app/src/containers/SampleListContainer/ListContainer.module.css +3 -3
  84. package/templates/app/src/historyChange.js +5 -5
  85. package/templates/app/src/index.html +10 -10
  86. package/templates/app/src/index.js +24 -24
  87. package/templates/app/src/middleware/PromiseMiddleware.js +59 -59
  88. package/templates/app/src/reducers/alertData.js +11 -11
  89. package/templates/app/src/reducers/index.js +6 -6
  90. package/templates/app/src/reducers/samples.js +19 -19
  91. package/templates/app/src/store/configureStore.dev.js +51 -51
  92. package/templates/app/src/store/configureStore.js +5 -5
  93. package/templates/app/src/store/configureStore.prod.js +26 -26
  94. package/templates/app/src/util/Common.js +5 -5
  95. package/templates/app/src/util/RequestAPI.js +132 -132
  96. package/templates/docs/all.html +249 -249
  97. package/templates/docs/component.html +178 -178
  98. package/templates/docs/components.html +221 -221
  99. package/templates/docs/css/b.min.css +6 -6
  100. package/templates/docs/css/component.css +42 -42
  101. package/templates/docs/css/componentTest.css +6 -6
  102. package/templates/docs/css/hopscotch.css +585 -585
  103. package/templates/docs/css/style.css +1022 -1022
  104. package/templates/docs/impactReportTemplate.html +154 -154
  105. package/templates/docs/index.html +1501 -1501
  106. package/templates/docs/js/active-line.js +72 -72
  107. package/templates/docs/js/b.min.js +7 -7
  108. package/templates/docs/js/codemirror.js +9680 -9680
  109. package/templates/docs/js/designTokens.js +334 -334
  110. package/templates/docs/js/j.min.js +4 -4
  111. package/templates/docs/js/javascript.js +874 -874
  112. package/templates/docs/js/matchbrackets.js +145 -145
package/README.md CHANGED
@@ -1,1025 +1,1026 @@
1
- # React CLI
2
-
3
- A CLI tool for build modern web application and libraries
4
-
5
- # 0.0.1-beta.177
6
-
7
- * new Error `MULTIPLE_OCCURANCES` supported.
8
- * In case css --variables are not assigned an error will be thrown. The unassigned variables can be manually assigned in `variableMapping.json`
9
- For more information and reference, refer to `[details](https://zgit.csez.zohocorpin.com/zohodesk/react-cli/-/blob/2.0.0/docs/VariableConversion.md)
10
-
11
- # 0.0.1-beta.176
12
- **Features:**
13
- * we have added feature to **increase Selector weight** for all css classes in your project during build time.
14
- To enable this feature you have to set `react-cli.app.plugins.selectorWeight` as `true` in **package.json**.
15
- For more [details](https://zgit.csez.zohocorpin.com/zohodesk/react-cli/-/blob/2.0.0/docs/SelectorWeight.md)
16
- * Updates to variable replacement are given :
17
- * css variables with -- are now supported due to the webpack plugin `VariableConversionCollector` that is generated for the same.
18
- * `DECIMAL_CHECK`, `DECIMAL_REJECT` are two new errors supported.
19
- * support for text-indent, clip, flex, flex-basis, row-gap, column-gap, gap properties are now given.
20
- For more information and reference, refer to `[details](https://zgit.csez.zohocorpin.com/zohodesk/react-cli/-/blob/2.0.0/docs/VariableConversion.md)
21
-
22
- # 0.0.1-beta.175
23
- **Issue Fix:-**
24
- * When we use "hoverActive" @import in css not working issue fixed
25
-
26
- **Features:**
27
- * `minifiy` option supported for minimize index.html file in during build time. You can use this option as "react-cli.app.htmlTemplate.minify" the options are same as https://github.com/jantimon/html-webpack-plugin#minification
28
-
29
- # 0.0.1-beta.174
30
-
31
- cli has been updated to fix compose issue faced when classname:hover exists and classname does not before compose
32
-
33
- **Issue Fix:-**
34
- * In react-cli version `0.0.1-beta.173`, when we use `start` command throws error issue fixed
35
- * while using `cssVariableReplacementOptions`, compose issue faced in css files, when classname:hover exists and classname does not exist issue fixed
36
-
37
- **Feature:-**
38
- * `react-cli.test.classnameFormat` option added to change CssModules (Ex: import style from "./a.module.css" ) className transform template unittest case.
39
- `classnameFormat` default value `[classname]` you can customize it. Example: `[classname]-[hash]`
40
-
41
- **Changes:-**
42
- * `jsonFile_test_*.json` files deleted after they used.
43
-
44
- # 0.0.1-beta.173
45
-
46
- **Features:**
47
- * we have added feature to **convert px to custom variables** for all css files in your project during build time.
48
- To enable this feature you have to set `react-cli.app.plugins.cssVariableReplacement` as `true` in **package.json**.
49
-
50
- Conversion for css Variables from Variables to px in Supportapp completed (`variableIgnore.js` && `pxParserPostcss.js` to be referred to), and px to custom variables through the new `variableModificationPlugin`. Error Log generation can also be converted on enabling
51
-
52
- For an more information and reference, refer to `[details](https://zgit.csez.zohocorpin.com/zohodesk/react-cli/-/blob/2.0.0/docs/VariableConversion.md)
53
-
54
- # 0.0.1-beta.172
55
- We have renamed some options, For Our future features convenience.
56
- We have given fallback support.
57
- Deprecation Warnings:-
58
- * `react-cli.app.hasRTL` ==> `react-cli.app.plugins.hasRTL`
59
- * `react-cli.app.rtlExclude` ==> `react-cli.app.exclude.rtl`
60
-
61
- * `react-cli.docs.hasRTL` ==> `react-cli.docs.plugins.hasRTL`
62
- * `react-cli.docs.rtlExclude` ==> `react-cli.docs.exclude.rtl`
63
- these options have fallback support.
64
-
65
- # 0.0.1-beta.171
66
-
67
- Features added :
68
- 1. `react-cli.app.mediaQueryHoverActiveString` and `react-cli.docs.mediaQueryHoverActiveString` templates support added for @media(hover: hover) and @media(hover: none) queries. We can modify these to modify respective queries.
69
-
70
- # 0.0.1-beta.170
71
-
72
- this version has same as `0.0.1-exp.169.1`, `0.0.1-exp.169.2`
73
-
74
- # 0.0.1-exp.169.2
75
-
76
- 1. flags are converted to one variable 'plugin' and used in getCssLoaders.js.
77
- 2. files for exclusion can be put in seperate arrays in 'exclude' present in package.json.
78
- 3. `combinerMq` has been converted to `combinerMediaQuery` for clarity.
79
-
80
- # 0.0.1-exp.169.1
81
-
82
- File support added for mp4 for docs dev and prod mode
83
-
84
- # 0.0.1-beta.169
85
-
86
- this version has same as `0.0.1-exp.168.1`, `0.0.1-exp.168.2`, `0.0.1-exp.168.3` and below and some minor changes
87
-
88
- 1. `--efc_version=v3` flag added for change efc version via commmand line option
89
- 2. `hoverActive` flag added for conversion from usual hover to @media(hover:hover) and @media(hover:none) queries for hover support in mobile.
90
- 3. `combinerMq` flag added for combination of the media queries that might be appended or existing media queries that are duplicates to create one media query with all rules put together.
91
-
92
- # 0.0.1-exp.168.3
93
-
94
- Changes :
95
-
96
- 1. code optimization ( made functions for the hoverActive cases making it more easier to access)
97
- 2. handled `hover:ignore`, `active:ignore`, `hoverActive:ignore` cases for usual queries and media queries
98
-
99
- # 0.0.1-exp.168.2
100
-
101
- Changes :
102
-
103
- 1. hoverActive case handled with postcss `hover:hover` media query and `hover:none` media query is added
104
- 2. flag for hoverActive used to add/remove postcss changes
105
-
106
- # 0.0.1-exp.168.1
107
-
108
- Changes:-
109
-
110
- 1. `cliRootPath` option removed `react-cli.app.cliRootPath` in `package.json`
111
- Due to the reason we updated our logic to find package's executable path.
112
- 2. `--efc_output_file=efc-sdk-[version].js` option added to modify efc output file by terminal
113
- 3. added logic to print error message during command run, Previously when executable not found error messages not printed
114
-
115
- # 0.0.1-beta.168
116
-
117
- Changes:-
118
-
119
- 1. `enableChunkHash` option enabled for dev mode, use it as `react-cli.app.enableChunkHash` in `package.json`
120
- 2. `--enable_efc=true` option added to enable efc by terminal
121
- 3. unwanted pem files removed
122
- # 0.0.1-exp.167.1
123
- Features:-
124
- * In docs we have added `Description` for Component Props- check out it in `PropTypes` tab
125
-
126
-
127
- # 0.0.1-beta.167
128
-
129
- SSL certificate update
130
- this version has same as `0.0.1-exp.166.1`, `0.0.1-exp.166.2` and below and some minor changes
131
- Features:-
132
-
133
- - `--shallow_clone` option to `react-cli clone` this option will be usefull for shallow cloning repos in build time we don't need commit messages it will be 2x fast this way
134
- - Example `react-cli clone --clone_type=git --clone_url=https://some.url --shallow_clone`
135
- - `cliRootPath` option added for npm workspace related path problems
136
- - Usage `package.json` , "react-cli" => "cliRootPath" stright key
137
- - `unstableDepsInverse` option added for use app need library first priority over react-cli packages
138
- - Usage `package.json` , "react-cli" => "unstableDepsInverse" stright key
139
-
140
- Issue Fix :-
141
-
142
- - In devmode initial html not recived after second rebuild issue fix.
143
- - typo fix `devBulid` to `devBuild`.
144
- - `disableES5Transpile` option missed in docs now added.
145
- - docs libAlias not work as app for example in app we always take `es` folder to build for treshaking and reasons,
146
- But that option not enabled in docs. now it is enabled.
147
- - In `react-cli devbuild` command options not working properly,
148
- when above command run via terminal not via npm run script options not working
149
- So we send that options to webpack then it works as expected.
150
- this behaviour need to check across os and need to be cross check with other commends as well for now we only fixed this
151
-
152
- # 0.0.1-exp.166.2
153
-
154
- Changes:-
155
-
156
- - `-w` option (watch option) added for `react-cli rtl`
157
- - Example `react-cli rtl ./src ./lib -w`
158
- <!-- need to handle `react-cli rtl` options correctly -->
159
- - disableES5Transpile option libAlias added for docs
160
-
161
- # 0.0.1-exp.166.1
162
-
163
- Changes:-
164
-
165
- - `__testUtils__/globals.js` to jest is not mantatory
166
- - disableES5Transpile option libAlias added
167
-
168
- # 0.0.1-beta.166
169
-
170
- this version has same as `# 0.0.1-exp.164.1`, `# 0.0.1-exp.164.2` and below and some minor changes
171
-
172
- - google chorme cors preflight issue fix
173
-
174
- # 0.0.1-beta.165
175
-
176
- - `valueReplacer` option added in shemas for font name replace related issue handling, for more [details](https://zgit.csez.zohocorpin.com/zohodesk/react-cli/-/blob/2.0.0/docs/ValueReplacer.md)
177
- - `valuereplacer` option added in react-cli it takes three
178
- 1. sourceDir
179
- 2. distDir
180
- 3. `copyAll` is boolean flag which is for copy all other file or not. "true" means copy all files.
181
-
182
- # 0.0.1-exp.164.1
183
-
184
- - extra features in custom chunks reffer [this](https://zgit.csez.zohocorpin.com/zohodesk/react-cli/-/blob/2.0.0/docs/CustomChunks.md)
185
-
186
- # 0.0.1-exp.164.2
187
-
188
- - `devbuild` option add to react cli
189
-
190
- # 0.0.1-beta.164
191
-
192
- - typo fix
193
-
194
- # 0.0.1-beta.163
195
-
196
- - **Issue Fix:-**
197
-
198
- - if git not installed react-cli throws error for any command due to `getCurrentBranch` in `shemas/index.js` now fixed
199
- - jest test cases not runnig issue fix (typo moduleNameMapper => libAlias)
200
-
201
- - **Features :-**
202
- - feature added for pre process logic
203
- - tailer made requirement for preprocess, just write node js file
204
- - mention file in `"react-cli" => "preprocess" => "runner"`
205
- - option parse logic added for react-cli (exprimental)
206
- - `--stop_nodemon` usally preprocessor run in `nodemon` so to stop it this option is provided
207
-
208
- # 0.0.1-exp.162.2
209
-
210
- - **Optimazation:-**
211
- - double time minimize optimazation
212
-
213
- # 0.0.1-beta.162.1
214
-
215
- - **Issue Fix:-**
216
- - if git not installed react-cli throws error for any command due to `getCurrentBranch` in `shemas/index.js` now fixed
217
-
218
- # 0.0.1-beta.161.1
219
-
220
- - **Features :-**
221
- - feature added for pre process logic
222
- - tailer made requirement for preprocess, just write node js file
223
- - mention file in `"react-cli" => "preprocess" => "runner"`
224
- - option parse logic added for react-cli (exprimental)
225
-
226
- # 0.0.1-beta.162
227
-
228
- - @zohodesk/datetimejs package updated to beta.8
229
-
230
- # 0.0.1-beta.161
231
-
232
- - **Features :-**
233
- - feature added for efc `templateFilePath` in `package.json` option palce is `"react-cli" => "efc" => "templateFilePath"`
234
- - `(('publicPath'))` this placeholder will be replace as publicPath string `publicPath`
235
- - `(('getInitalAssets'))` this placeholder will be replace as function `getInitalAssets`
236
- - `getInitalAssets` this function has two arguments `assetsType`, `lang`
237
- - `assetsType` are `js`, `css`, `i18n`
238
- - `lang` this argument only works when `i18n` is `assetsType`
239
- - feature added for efc `cdnStatement`
240
- - **Issue fixes:-**
241
- - css classname hash change issue fix
242
- - debug package conflit issue fix in nock in (react-cli test)
243
- - manifest.json css file name correction issue for rtl and ltr
244
-
245
- # 0.0.1-exp.161.2
246
-
247
- - Features
248
- - feature added for efc `templateFilePath` in `package.json` option palce is `"react-cli" => "efc" `
249
- - `(('publicPath'))` this placeholder will be replace as publicPath string `publicPath`
250
- - `(('getInitalAssets'))` this placeholder will be replace as function `getInitalAssets`
251
- - `getInitalAssets` this function has two arguments `assetsType`, `lang`
252
- - `assetsType` are `js`, `css`, `i18n`
253
- - `lang` this argument only works when `i18n` is `assetsType`
254
-
255
- # 0.0.1-exp.161.1
256
-
257
- - Features
258
- - feature added for efc `cdnStatement`
259
- - Issue fixes:-
260
- - css classname hash change issue fix
261
- - debug package conflit issue fix in nock in (react-cli test)
262
- - manifest.json css file name correction issue for rtl and ltr
263
-
264
- # 0.0.1-beta.160
265
-
266
- - @zohodesk/normalizer package version updated to 1.0.2
267
-
268
- # 0.0.1-beta.159
269
-
270
- - @zohodesk/datetimejs package updated to beta.7
271
-
272
- # 0.0.1-exp.159
273
-
274
- - issue fix:-
275
- - when rtl ltr css split enable manifest json css filename keys comes with hash .
276
-
277
- # 0.0.1-beta.158
278
-
279
- - Removing source map files from service worker caching.
280
-
281
- # 0.0.1-beta.157
282
-
283
- - Experimental version issue fix(Dummy version removed)
284
-
285
- # 0.0.1-beta.156
286
-
287
- - ReportPublish issue fix
288
-
289
- # 0.0.1-beta.155
290
-
291
- - get impacted library source files option added
292
-
293
- # 0.0.1-beta.154
294
-
295
- - mockPrefix option for mock url prefix change
296
- - Issue fix:-
297
- - un wanted {{--js-smap}} in inital html without enable smap in build
298
-
299
- # 0.0.1-beta.153
300
-
301
- - Vendor include array added
302
- - If you need to include any thrid party js in vendor we can use this array
303
-
304
- # 0.0.1-beta.152
305
-
306
- impact servise related changes:-
307
-
308
- - nowatchstart option added. will be used like `react-cli nowatchstart <...options>` this will be used for src file changes no need to reflect (or no need to rebulid on file changes)
309
- - cssselector_zip option added. will be used like `--cssselector-zip=selectormapping.zip`
310
- only work in two ways
311
- 1. `react-cli start --disable-watch --cssselector-zip=selectormapping.zip` app start command with `--disable-watch` flag and your usaul options
312
- 2. `react-cli nowatchstart --cssselector-zip=selectormapping.zip` app start command's usaul options
313
- #### Urls are:-
314
- Below express path are added, For download zip files and
315
- - `/zips/${zipname}.zip` for css selector maps zip file (contains css_map filies and original css files)
316
- - `/zips/build.zip` build zip file (contains bundled all files)
317
-
318
- # 0.0.1-beta.151
319
-
320
- - issue fix:- Docs config 'html-loader' options updated.
321
- - sslcertUpdate feature added
322
- - disable_watch option added. will be used like `--disable-watch` or `--disable-watch=true`
323
- - dev_cache option added. will be used like `--dev_cache` or `--dev_cache=true`
324
-
325
- # 0.0.1-beta.150
326
-
327
- - issue Fix:- in npm 7 option not working issue fixed
328
- - ssl certificate update
329
-
330
- # 0.0.1-beta.149
331
-
332
- - css, ltr and rtl chunk split based on [dir=ltr]
333
- - to enable ltr and rtl chunk spilt you have to add config in you package.json
334
- <!-- - [docs for rtl-ltr](src\plugins\RtlSplitPlugin\RtrSplit.md) -->
335
- - we have added some options in EFCPlugin for rtlsplit related features.
336
- - we have expoed require function for only css impact related changes with flag
337
-
338
- # 0.0.1-beta.148
339
-
340
- - source map enabled in prod mode for debug client
341
- - crossorigin attribute added for scripts
342
-
343
- # 0.0.1-beta.147
344
-
345
- - reportpublish issue fix
346
-
347
- # 0.0.1-beta.146
348
-
349
- - while docs run LibraryImactPlugin not constructor issue fix
350
- - css loader added for css impact related changes
351
-
352
- # 0.0.1 -beta.145
353
-
354
- - LibraryImpactPlugin added
355
- - check impacted source components name if any version update happened with master
356
-
357
- # 0.0.1-beta.144
358
-
359
- - prod build bug fix
360
-
361
- # 0.0.1-beta.143
362
-
363
- - `babel-plugin-transform-remove-console` added for remove console properties except error and log
364
- - `console_exculde` script added if suppose enable same in dev mode
365
- - service worker plugin changes
366
- - library impact changes
367
-
368
- # 0.0.1-beta.142
369
-
370
- - `eslint-plugin-react-hooks` added to eslint support.
371
- - Updated exact versions to eslint plugins installation script.
372
-
373
- # 0.0.1-beta.141
374
-
375
- - report publish sh fixes
376
- - duplicate removal in impacted componentTest
377
-
378
- # 0.0.1-beta.140
379
-
380
- - copy-webpack-plugin bug fix
381
-
382
- # 0.0.1-beta.139
383
-
384
- - copy-webpack-plugin downgrade
385
- - babel runtime plugin issue fix in prod config
386
- - few enhancements
387
-
388
- # 0.0.1-beta.138
389
-
390
- - sstest library version updated
391
- - unitcase calcluation issues fixed
392
-
393
- # 0.0.1-beta.137
394
-
395
- - Third party css files loading issue fix
396
-
397
- # 0.0.1-beta.136
398
-
399
- - eslint support
400
-
401
- # 0.0.1-beta.135
402
-
403
- - windows publish issue
404
-
405
- # 0.0.1-beta.134
406
-
407
- - Build Issue Fix
408
-
409
- # 0.0.1-beta.133
410
-
411
- - CDN Changes in I18nSplitPlugin
412
- - nonce support added for i18n chunks
413
-
414
- # 0.0.1-beta.132
415
-
416
- - CDN Changes in EFC Plugin
417
-
418
- # 0.0.1-beta.131
419
-
420
- - Added Cdn Change Plugin
421
-
422
- # 0.0.1-beta.130
423
-
424
- - Babel 7 migration, ES6 build generation config and polyfill removal
425
- - CopyPlugin issue fix
426
-
427
- #0.0.1-beta.129
428
-
429
- - Upgraded 'moment' to version 2.29.1 and 'moment-timezone' to version 0.5.32
430
-
431
- # 0.0.1-beta.128
432
-
433
- - Added support to generate hash for the third party files(TPHashMappingPlugin)
434
-
435
- # 0.0.1-beta.127
436
-
437
- - service worker plugin - to recursively add multiple directories (recursive=true)
438
-
439
- # 0.0.1-beta.126
440
-
441
- - issue fix in i18n split plugin
442
-
443
- # expremental versions
444
-
445
- - 0.0.1-beta.121
446
- - 0.0.1-beta.122
447
- - 0.0.1-beta.123
448
- - 0.0.1-beta.124
449
- - 0.0.1-beta.125
450
-
451
- # 0.0.1-beta.120
452
-
453
- - issue fix in third party file copying
454
-
455
- # expremental versions
456
-
457
- - 0.0.1-beta.119
458
- - 0.0.1-beta.118
459
-
460
- #0.0.1-beta.117
461
-
462
- - createSDkFile otion added for efc
463
- - small fix in i18n split plugin
464
-
465
- #0.0.1-beta.116
466
-
467
- - thirdparty package move to build (tpFolder in app config)
468
-
469
- #0.0.1-beta.115
470
-
471
- - Added Web worker support
472
-
473
- #0.0.1-beta.114
474
-
475
- - i18n split based on chunk
476
- - to enable i18n chunk spilt you have to add config in you package.json
477
-
478
- #0.0.1-beta.113
479
-
480
- - Upgraded 'fz-i18n' package version to 1.2.0-beta.15
481
-
482
- #0.0.1-beta.112
483
-
484
- - Duplicate Prefetch Request Issue Fixed (Resource Hint Plugin)
485
- - Service worker plugin changes
486
-
487
- #0.0.1-beta.111
488
-
489
- - hasRTL, selectorReplace Condition Separated
490
-
491
- #0.0.1-beta.110
492
-
493
- - SplitChunk Order Issue Fixed
494
- - https url issue Fixed
495
-
496
- #0.0.1-beta.109
497
-
498
- - @zohodesk/screenshottest package version update (19) and log for the gitlab private api to check the response
499
-
500
- #0.0.1-beta.108
501
-
502
- - @zohodesk/screenshottest package version update (18)
503
-
504
- #0.0.1-beta.107
505
-
506
- - changed component without docs finder added
507
-
508
- #0.0.1-beta.106
509
-
510
- - custom chunk support changes
511
- - css absolute url fix
512
-
513
- #0.0.1-beta.105
514
-
515
- - @zohodesk/screenshottest package version update (17) with the issue fix
516
-
517
- #0.0.1-beta.104
518
-
519
- - ModuleStatsPlugin inject false option added to solve the webpack build twice issue
520
-
521
- #0.0.1-beta.103
522
-
523
- - @zohodesk/screenshottest package version update (16) with the issue fix
524
-
525
- #0.0.1-beta.102
526
-
527
- - @zohodesk/screenshottest package version update (15) with the issue fix
528
-
529
- #0.0.1-beta.101
530
-
531
- - 100 changes readme missing
532
- - bundle analyser changes
533
-
534
- #0.0.1-beta.100
535
-
536
- - @zohodesk/screenshottest package version update with the issue fix
537
- - font public path replace issue for url fonts - fixed
538
-
539
- #0.0.1-beta.99
540
-
541
- - can't publish already published
542
-
543
- #0.0.1-beta.98
544
-
545
- - defer break public path adding regex - fixed
546
-
547
- #0.0.1-beta.97
548
-
549
- - added 'babel-plugin-transform-react-remove-prop-types' in package.json (missed earlier)
550
-
551
- #0.0.1-beta.96
552
-
553
- - html plugin inject option expose and version udpate 4.2.0
554
- - src html change i18n removal issue fix
555
- - script loading defer added
556
- - added babel plugin to remove proptypes
557
-
558
- #0.0.1-beta.95
559
-
560
- - schemas/index.js - issue fix
561
-
562
- #0.0.1-beta.94
563
-
564
- - screenshot test library version update
565
- - ssserver issue fix
566
-
567
- #0.0.1-beta.93
568
-
569
- - selector replacer for Help Center usecase
570
- - eslint performance plugin
571
- - css classname hash selector support for docs
572
- - service worker plugin
573
-
574
- #0.0.1-beta.92
575
-
576
- - docs ui fixes and edit mode
577
- - @zohodesk/datetimejs version update
578
-
579
- #0.0.1-beta.91
580
-
581
- - repo clone command pull issue fix
582
- - docs css change
583
- - SSTest package version downgrade
584
-
585
- #0.0.1-beta.90
586
-
587
- - added support for copying Timezone data from @zohodesk/datetimejs
588
- - docstool changes
589
-
590
- #0.0.1-beta.89
591
-
592
- - CSP nonce support for initial assets `{{--CSP-nonce}}`
593
- - introduced new mode to disable react warns in dev mode (dev-no-warn)
594
- - docs ui fix
595
-
596
- #0.0.1-beta.88
597
-
598
- - Impact run and Master seperate during SSTEST
599
- - docs changes
600
- - filenames and packages addedd in cssHashSelectors option
601
-
602
- #0.0.1-beta.87
603
-
604
- - run screenshot test for impacted components
605
- - seperate master from the CI flow with the HBase storage
606
- - docs changes
607
- - coverage percentage check disabled
608
-
609
- #0.0.1-beta.86
610
-
611
- - exclude without js changes for unittest
612
- - express server history fallback refactored
613
-
614
- #0.0.1-beta.85
615
-
616
- - i18n placeholder removal issue fixed
617
- - css classname prefix moved to option. default is zd
618
-
619
- #0.0.1-beta.84
620
-
621
- - object spread operator support
622
-
623
- #0.0.1-beta.83
624
-
625
- - eslint report type by flag
626
- - unitcase file exclude array issue fix
627
- - sstesthack issue fix
628
-
629
- #0.0.1-beta.82
630
-
631
- - eslint impact run enable - completed
632
- - devplugin cleanupstats filename import issue fix
633
- - coveragecollector return format change
634
-
635
- #0.0.1-beta.81
636
-
637
- - unit test case syntax error issue fix - removed unwanted dependency `css-modules-require-hook`
638
-
639
- #0.0.1-beta.80
640
-
641
- - unitcase filecoverage testpath issue fix
642
- - shadowdom support
643
- - postpublish and sstest hack script
644
- - dependencies impact list
645
- - can change runtime chunk's character
646
- - font preload added
647
-
648
- #0.0.1-beta.79
649
-
650
- - unitcase filecoverage added and also codecoverage with dependencies spec added
651
-
652
- #0.0.1-beta.78
653
-
654
- - components and dot library's stats added with module stats
655
- - Mini css extract plugin's unwanted logs removed
656
- - runtime chunk added in dev mode
657
- - nodemon windows issue fix
658
- - testinfo failure missing while can't get coverage
659
- - performance eslint plugin added and normalizer moved under zohodesk
660
-
661
- #0.0.1-beta.77
662
-
663
- - @zohodesk/eslint-plugin-zsecurity version update
664
- - git pull origin with branch name while screenshot test after the branch switch
665
-
666
- #0.0.1-beta.76
667
-
668
- - breaking issue fix from last version ( prod config issue )
669
-
670
- #0.0.1-beta.75
671
-
672
- - sstest - reinstall dependencies after switch branch
673
-
674
- #0.0.1-beta.74
675
-
676
- - docs provider support (Component.\_provider)
677
-
678
- #0.0.1-beta.73
679
-
680
- #0.0.1-beta.72
681
-
682
- - run eslint security rules option enable
683
- - add the reportURL with the result.json file
684
- - mock server post api issue fix
685
-
686
- #0.0.1-beta.71
687
-
688
- - publicpath hard coding while flatten build issue fix
689
-
690
- #0.0.1-beta.70
691
-
692
- - css class compression flag enable
693
- - docs src URL update
694
-
695
- #0.0.1-beta.69
696
-
697
- - babel-plugin-transform-dynamic-import library with webpack.docs.config.js for docs service
698
- - babel-lodash plugin fix with getdevplugin
699
- - cursor blink issue fix for sstest
700
- - in result.json unitcase coverage verified boolean added
701
-
702
- #0.0.1-beta.68
703
-
704
- - rtl ignore [dir] changes
705
-
706
- #0.0.1-beta.67
707
-
708
- - babel-plugin-transform-dynamic-import library added with package.json
709
- - schema change with hostname cli option s
710
-
711
- #0.0.1-beta.66
712
-
713
- - mockport hard coded issue fix
714
-
715
- #0.0.1-beta.65
716
-
717
- - window rtl build issue fix
718
- - separate rtl build support added like react-cli rtl ./src ./lib
719
-
720
- #0.0.1-beta.64
721
-
722
- - postcss-rtl issue temp fix so move to @zohodesk/postcss-rtl
723
-
724
- #0.0.1-beta.63
725
-
726
- - LTR & RTL support added
727
-
728
- #0.0.1-beta.62
729
-
730
- - componentTest.css entry in components.html
731
-
732
- #0.0.1-beta.60
733
-
734
- - SSTMiddleware hook added for ssserver
735
- - remove some unwanted class in components.css
736
- - componentTest.css added with common animation break css rules
737
-
738
- #0.0.1-beta.59
739
-
740
- - vendor files exclude from app
741
- - since the chunk hash issue, moduleIds configured as named
742
-
743
- #0.0.1-beta.58
744
-
745
- - Push result json with the report zip
746
- - screenshot-test library Version update
747
-
748
- #0.0.1-beta.57
749
-
750
- - vendor chunk split issue fix
751
-
752
- #0.0.1-beta.56
753
-
754
- - css ordering issue fix
755
-
756
- #0.0.1-beta.55
757
-
758
- - prod build performance changes
759
- - css duplication issue fix
760
- - root chunk splitting logic change
761
-
762
- #0.0.1-beta.54
763
-
764
- - increased css hash size 5 to 10
765
-
766
- #0.0.1-beta.53
767
-
768
- - generate json file for all the test results during test run
769
- - sstest version update
770
- - some issue fixes
771
-
772
- #0.0.1-beta.52
773
-
774
- - template src folder missed issue fix because of npmignore all src folder
775
-
776
- #0.0.1-beta.51
777
-
778
- - template app updated with redux and router by kumaresan(thala)
779
-
780
- #0.0.1-beta.50
781
-
782
- - window machine css unique issue fix
783
-
784
- #0.0.1-beta.49
785
-
786
- - dev css unique issue fix
787
-
788
- #0.0.1-beta.48
789
-
790
- - telephony support css unique changes
791
-
792
- #0.0.1-beta.47
793
-
794
- - git pull during the branch switch in ssserver
795
- - common util file for pull and switch the branches for both git and hg
796
-
797
- #0.0.1-beta.46
798
-
799
- - ogg file support and tmpl file support
800
-
801
- #0.0.1-beta.45
802
-
803
- - checkout branch with force during sstest
804
-
805
- #0.0.1-beta.44
806
-
807
- - sstest master trigger issue fix
808
-
809
- #0.0.1-beta.43
810
-
811
- - get component object from docs server by http protocol during sstest
812
- - reach docs server by the IP address of the host.
813
- - get the current branch name by args
814
-
815
- #0.0.1-beta.42
816
-
817
- - className ssTest added and screenshot test version update
818
-
819
- #0.0.1-beta.41
820
-
821
- - i18n replace issue fix
822
-
823
- - some css changes related to above
824
- - screenshottest version update
825
-
826
- #0.0.1-beta.40
827
-
828
- - SSTMiddleware added to get hook from webpack build process to start sstest
829
- - run unit test for commited files except the spec file name from name list
830
- - publicpath added for i18n js files
831
-
832
- #0.0.1-beta.39
833
-
834
- - prod build check issue fix
835
-
836
- #0.0.1-beta.38
837
-
838
- - all unitcase runs only with master option removed
839
- - prod mode in dev setup flag issue fix
840
-
841
- #0.0.1-beta.37
842
-
843
- - removed hash for index.html and add publicpath when run prod mode in dev machine
844
- - screenshot version updated
845
- - docs build log issue fix
846
-
847
- #0.0.1-beta.36
848
-
849
- - reportpublish sh file report generation even if any breakages in test scripts
850
-
851
- #0.0.1-beta.35
852
-
853
- - full run of spec fils only for master option added
854
- - reportpublish sh for screenshot test report template issue fix
855
-
856
- #0.0.1-beta.34
857
-
858
- - monitor mockserver changes without affecting static server
859
-
860
- #0.0.1-beta.33
861
-
862
- - mail sent issue - fix
863
-
864
- #0.0.1-beta.32
865
-
866
- - ssl cert update
867
- - webpack-bundle-analyzer version update (because of npm audit fix)
868
-
869
- #0.0.1-beta.31
870
-
871
- - reportpublicpath plugin rename issue fix
872
-
873
- #0.0.1-beta.30
874
-
875
- - report generate plugin rename
876
- - schema changes for sstest (sstest_remotebranch => sstest_referbranch)
877
- - reportpublish sh update
878
-
879
- #0.0.1-beta.29
880
-
881
- - screenshot version updated
882
- - unit test case commit coverage issue fix
883
-
884
- #0.0.1-beta.28
885
-
886
- - Unitcase coverage for changed files issue fix
887
-
888
- #0.0.1-beta.27
889
-
890
- - prod build size and hash tracking report added
891
-
892
- #0.0.1-beta.26
893
-
894
- - inlined assets and css assets publicpath collide issue fix
895
-
896
- #0.0.1-beta.25
897
-
898
- - inline image public path issue fix
899
- - docs css change for sstest
900
-
901
- #0.0.1-beta.24
902
-
903
- - removed source map generation by default
904
-
905
- #0.0.1-beta.23
906
-
907
- - windows path issue in i18I18NInjectIntoIndexPlugin plugin
908
-
909
- #0.0.1-beta.22
910
-
911
- - unusedfilesplugin issue fixed and print valid info
912
-
913
- #0.0.1-beta.21
914
-
915
- - production build hash details exported in index html
916
-
917
- #0.0.1-beta.20
918
-
919
- - list the name of un documented component file name
920
-
921
- #0.0.1-beta.19
922
-
923
- - publicpath callback plugin added
924
-
925
- #0.0.1-beta.18
926
-
927
- - production build issue fix
928
-
929
- #0.0.1-beta.17
930
-
931
- - redux version downgraded
932
-
933
- #0.0.1-beta.16
934
-
935
- - Babel env and react issue fix
936
-
937
- #0.0.1-beta.15
938
-
939
- - Few issue fixes
940
- - Webpack Manifest Plugin revamped
941
- - @zohodesk/screenshot-test package added
942
-
943
- #0.0.1-beta.14
944
-
945
- - Removed minify option in css-loader config
946
- - Removed optimize-css-assets-webpack-plugin
947
- - Added UglifyCSS webpack plugin
948
- - Packages version up to dated expect babel-loader
949
- - Docs umd build issue fixed
950
- - CSS public path in all configs
951
-
952
- #0.0.1-beta.13
953
-
954
- - Breaking issues fix
955
- - Add eslint config file in project root folder
956
- - Removed hot module and SSR concepts
957
- - Public Path change plugin revamp
958
- - Replaced style-loader with MiniCssExtractPlugin for overall
959
-
960
- #0.0.1-beta.12
961
-
962
- - ResourceHints Plugin added
963
- - able to set public paths for various types of assets
964
- - provided few cli options for existing options
965
- - change ext of files while copy
966
- - cache directory issue fix in dev mode
967
- - script instrument loader added
968
- - eslint windows machine issue fix
969
-
970
- #0.0.1-beta.11
971
-
972
- - css module extension changed to .modules.css from .mcss
973
-
974
- #0.0.1-beta.10
975
-
976
- - css module related changes
977
- - unit test case breaking issue fix
978
-
979
- #0.0.1-beta.9
980
-
981
- - dynamic import support
982
- - unit test case issue fix
983
-
984
- #0.0.1-beta.8
985
-
986
- - major issue fixes - previous version issues
987
- - eslint new rules added
988
- - reverted babel exclude option
989
-
990
- #0.0.1-beta.7
991
-
992
- - optionally attributes removal - prod mode
993
- - pre-commit issue fixed
994
- - eslint fix option added
995
- - used exclude instead of include in babel loader
996
- - option lookup issue fixed
997
-
998
- #0.0.1-beta.6
999
-
1000
- - complext proptypes support for docs
1001
-
1002
- #0.0.1-beta.5
1003
-
1004
- - docs slowness issue fix
1005
- - jest update issue fix
1006
-
1007
- #0.0.1-beta.4
1008
-
1009
- - css chunk related changes
1010
- - manifest json related changes
1011
- - css bundle issue fixed
1012
-
1013
- #0.0.1-beta.3
1014
-
1015
- - slowness issue fixed
1016
- - efc build issue fixed
1017
-
1018
- 0.0.1-beta.2 changes
1019
-
1020
- - docs changes
1021
- - precommit hook issue fix
1022
- - compression support
1023
- - prod string error fix
1024
- - efc build support
1025
- - single style tag support
1
+ # React CLI
2
+
3
+ A CLI tool for build modern web application and libraries
4
+ # 0.0.1-exp.176.12
5
+ **Changes:**
6
+ * Earlier versions of react-cli, we have been putting video files under images folder in build output, now, we have moved the video files under videos folder in build output.
7
+
8
+ # 0.0.1-exp.176.11
9
+ **Issue Fix:**
10
+ * When we use `react-cli.app.publicPaths.callback` this option and video files import, in place of publicPath url, **null** was there instead of file type `video` issue fixed.
11
+
12
+ # 0.0.1-beta.176
13
+ **Features:**
14
+ * we have added feature to **increase Selector weight** for all css classes in your project during build time.
15
+ To enable this feature you have to `react-cli.app.plugins.selectorWeight` set as `true` in **package.json**.
16
+ For more [details](https://zgit.csez.zohocorpin.com/zohodesk/react-cli/-/blob/2.0.0/docs/SelectorWeight.md)
17
+ * Updates to variable replacement are given :
18
+ * css variables with -- are now supported due to the webpack plugin `VariableConversionCollector` that is generated for the same.
19
+ * `DECIMAL_CHECK`, `DECIMAL_REJECT` are two new errors supported.
20
+ * support for text-indent, clip, flex, flex-basis, row-gap, column-gap, gap properties are now given.
21
+ For an more information and reference, refer to `[details](https://zgit.csez.zohocorpin.com/zohodesk/react-cli/-/blob/2.0.0/docs/ValueReplaVariableConversioncer.md)
22
+
23
+ # 0.0.1-beta.175
24
+ **Issue Fix:-**
25
+ * When we use "hoverActive" @import in css not working issue fixed
26
+
27
+ **Features:**
28
+ * `minifiy` option supported for minimize index.html file in during build time. You can use this option as "react-cli.app.htmlTemplate.minify" the options are same as https://github.com/jantimon/html-webpack-plugin#minification
29
+
30
+ # 0.0.1-beta.174
31
+
32
+ cli has been updated to fix compose issue faced when classname:hover exists and classname does not before compose
33
+
34
+ **Issue Fix:-**
35
+ * In react-cli version `0.0.1-beta.173`, when we use `start` command throws error issue fixed
36
+ * while using `cssVariableReplacementOptions`, compose issue faced in css files, when classname:hover exists and classname does not exist issue fixed
37
+
38
+ **Feature:-**
39
+ * `react-cli.test.classnameFormat` option added to change CssModules (Ex: import style from "./a.module.css" ) className transform template unittest case.
40
+ `classnameFormat` default value `[classname]` you can customize it. Example: `[classname]-[hash]`
41
+
42
+ **Changes:-**
43
+ * `jsonFile_test_*.json` files deleted after they used.
44
+
45
+ # 0.0.1-beta.173
46
+
47
+ **Features:**
48
+ * we have added feature to **convert px to custom variables** for all css files in your project during build time.
49
+ To enable this feature you have to set `react-cli.app.plugins.cssVariableReplacement` as `true` in **package.json**.
50
+
51
+ Conversion for css Variables from Variables to px in Supportapp completed (`variableIgnore.js` && `pxParserPostcss.js` to be referred to), and px to custom variables through the new `variableModificationPlugin`. Error Log generation can also be converted on enabling
52
+
53
+ For an more information and reference, refer to `[details](https://zgit.csez.zohocorpin.com/zohodesk/react-cli/-/blob/2.0.0/docs/ValueReplaVariableConversioncer.md)
54
+
55
+ # 0.0.1-beta.172
56
+ We have renamed some options, For Our future features convenience.
57
+ We have given fallback support.
58
+ Deprecation Warnings:-
59
+ * `react-cli.app.hasRTL` ==> `react-cli.app.plugins.hasRTL`
60
+ * `react-cli.app.rtlExclude` ==> `react-cli.app.exclude.rtl`
61
+
62
+ * `react-cli.docs.hasRTL` ==> `react-cli.docs.plugins.hasRTL`
63
+ * `react-cli.docs.rtlExclude` ==> `react-cli.docs.exclude.rtl`
64
+ these options have fallback support.
65
+
66
+ # 0.0.1-beta.171
67
+
68
+ Features added :
69
+ 1. `react-cli.app.mediaQueryHoverActiveString` and `react-cli.docs.mediaQueryHoverActiveString` templates support added for @media(hover: hover) and @media(hover: none) queries. We can modify these to modify respective queries.
70
+
71
+ # 0.0.1-beta.170
72
+
73
+ this version has same as `0.0.1-exp.169.1`, `0.0.1-exp.169.2`
74
+
75
+ # 0.0.1-exp.169.2
76
+
77
+ 1. flags are converted to one variable 'plugin' and used in getCssLoaders.js.
78
+ 2. files for exclusion can be put in seperate arrays in 'exclude' present in package.json.
79
+ 3. `combinerMq` has been converted to `combinerMediaQuery` for clarity.
80
+
81
+ # 0.0.1-exp.169.1
82
+
83
+ File support added for mp4 for docs dev and prod mode
84
+
85
+ # 0.0.1-beta.169
86
+
87
+ this version has same as `0.0.1-exp.168.1`, `0.0.1-exp.168.2`, `0.0.1-exp.168.3` and below and some minor changes
88
+
89
+ 1. `--efc_version=v3` flag added for change efc version via commmand line option
90
+ 2. `hoverActive` flag added for conversion from usual hover to @media(hover:hover) and @media(hover:none) queries for hover support in mobile.
91
+ 3. `combinerMq` flag added for combination of the media queries that might be appended or existing media queries that are duplicates to create one media query with all rules put together.
92
+
93
+ # 0.0.1-exp.168.3
94
+
95
+ Changes :
96
+
97
+ 1. code optimization ( made functions for the hoverActive cases making it more easier to access)
98
+ 2. handled `hover:ignore`, `active:ignore`, `hoverActive:ignore` cases for usual queries and media queries
99
+
100
+ # 0.0.1-exp.168.2
101
+
102
+ Changes :
103
+
104
+ 1. hoverActive case handled with postcss `hover:hover` media query and `hover:none` media query is added
105
+ 2. flag for hoverActive used to add/remove postcss changes
106
+
107
+ # 0.0.1-exp.168.1
108
+
109
+ Changes:-
110
+
111
+ 1. `cliRootPath` option removed `react-cli.app.cliRootPath` in `package.json`
112
+ Due to the reason we updated our logic to find package's executable path.
113
+ 2. `--efc_output_file=efc-sdk-[version].js` option added to modify efc output file by terminal
114
+ 3. added logic to print error message during command run, Previously when executable not found error messages not printed
115
+
116
+ # 0.0.1-beta.168
117
+
118
+ Changes:-
119
+
120
+ 1. `enableChunkHash` option enabled for dev mode, use it as `react-cli.app.enableChunkHash` in `package.json`
121
+ 2. `--enable_efc=true` option added to enable efc by terminal
122
+ 3. unwanted pem files removed
123
+ # 0.0.1-exp.167.1
124
+ Features:-
125
+ * In docs we have added `Description` for Component Props- check out it in `PropTypes` tab
126
+
127
+
128
+ # 0.0.1-beta.167
129
+
130
+ SSL certificate update
131
+ this version has same as `0.0.1-exp.166.1`, `0.0.1-exp.166.2` and below and some minor changes
132
+ Features:-
133
+
134
+ - `--shallow_clone` option to `react-cli clone` this option will be usefull for shallow cloning repos in build time we don't need commit messages it will be 2x fast this way
135
+ - Example `react-cli clone --clone_type=git --clone_url=https://some.url --shallow_clone`
136
+ - `cliRootPath` option added for npm workspace related path problems
137
+ - Usage `package.json` , "react-cli" => "cliRootPath" stright key
138
+ - `unstableDepsInverse` option added for use app need library first priority over react-cli packages
139
+ - Usage `package.json` , "react-cli" => "unstableDepsInverse" stright key
140
+
141
+ Issue Fix :-
142
+
143
+ - In devmode initial html not recived after second rebuild issue fix.
144
+ - typo fix `devBulid` to `devBuild`.
145
+ - `disableES5Transpile` option missed in docs now added.
146
+ - docs libAlias not work as app for example in app we always take `es` folder to build for treshaking and reasons,
147
+ But that option not enabled in docs. now it is enabled.
148
+ - In `react-cli devbuild` command options not working properly,
149
+ when above command run via terminal not via npm run script options not working
150
+ So we send that options to webpack then it works as expected.
151
+ this behaviour need to check across os and need to be cross check with other commends as well for now we only fixed this
152
+
153
+ # 0.0.1-exp.166.2
154
+
155
+ Changes:-
156
+
157
+ - `-w` option (watch option) added for `react-cli rtl`
158
+ - Example `react-cli rtl ./src ./lib -w`
159
+ <!-- need to handle `react-cli rtl` options correctly -->
160
+ - disableES5Transpile option libAlias added for docs
161
+
162
+ # 0.0.1-exp.166.1
163
+
164
+ Changes:-
165
+
166
+ - `__testUtils__/globals.js` to jest is not mantatory
167
+ - disableES5Transpile option libAlias added
168
+
169
+ # 0.0.1-beta.166
170
+
171
+ this version has same as `# 0.0.1-exp.164.1`, `# 0.0.1-exp.164.2` and below and some minor changes
172
+
173
+ - google chorme cors preflight issue fix
174
+
175
+ # 0.0.1-beta.165
176
+
177
+ - `valueReplacer` option added in shemas for font name replace related issue handling, for more [details](https://zgit.csez.zohocorpin.com/zohodesk/react-cli/-/blob/2.0.0/docs/ValueReplacer.md)
178
+ - `valuereplacer` option added in react-cli it takes three
179
+ 1. sourceDir
180
+ 2. distDir
181
+ 3. `copyAll` is boolean flag which is for copy all other file or not. "true" means copy all files.
182
+
183
+ # 0.0.1-exp.164.1
184
+
185
+ - extra features in custom chunks reffer [this](https://zgit.csez.zohocorpin.com/zohodesk/react-cli/-/blob/2.0.0/docs/CustomChunks.md)
186
+
187
+ # 0.0.1-exp.164.2
188
+
189
+ - `devbuild` option add to react cli
190
+
191
+ # 0.0.1-beta.164
192
+
193
+ - typo fix
194
+
195
+ # 0.0.1-beta.163
196
+
197
+ - **Issue Fix:-**
198
+
199
+ - if git not installed react-cli throws error for any command due to `getCurrentBranch` in `shemas/index.js` now fixed
200
+ - jest test cases not runnig issue fix (typo moduleNameMapper => libAlias)
201
+
202
+ - **Features :-**
203
+ - feature added for pre process logic
204
+ - tailer made requirement for preprocess, just write node js file
205
+ - mention file in `"react-cli" => "preprocess" => "runner"`
206
+ - option parse logic added for react-cli (exprimental)
207
+ - `--stop_nodemon` usally preprocessor run in `nodemon` so to stop it this option is provided
208
+
209
+ # 0.0.1-exp.162.2
210
+
211
+ - **Optimazation:-**
212
+ - double time minimize optimazation
213
+
214
+ # 0.0.1-beta.162.1
215
+
216
+ - **Issue Fix:-**
217
+ - if git not installed react-cli throws error for any command due to `getCurrentBranch` in `shemas/index.js` now fixed
218
+
219
+ # 0.0.1-beta.161.1
220
+
221
+ - **Features :-**
222
+ - feature added for pre process logic
223
+ - tailer made requirement for preprocess, just write node js file
224
+ - mention file in `"react-cli" => "preprocess" => "runner"`
225
+ - option parse logic added for react-cli (exprimental)
226
+
227
+ # 0.0.1-beta.162
228
+
229
+ - @zohodesk/datetimejs package updated to beta.8
230
+
231
+ # 0.0.1-beta.161
232
+
233
+ - **Features :-**
234
+ - feature added for efc `templateFilePath` in `package.json` option palce is `"react-cli" => "efc" => "templateFilePath"`
235
+ - `(('publicPath'))` this placeholder will be replace as publicPath string `publicPath`
236
+ - `(('getInitalAssets'))` this placeholder will be replace as function `getInitalAssets`
237
+ - `getInitalAssets` this function has two arguments `assetsType`, `lang`
238
+ - `assetsType` are `js`, `css`, `i18n`
239
+ - `lang` this argument only works when `i18n` is `assetsType`
240
+ - feature added for efc `cdnStatement`
241
+ - **Issue fixes:-**
242
+ - css classname hash change issue fix
243
+ - debug package conflit issue fix in nock in (react-cli test)
244
+ - manifest.json css file name correction issue for rtl and ltr
245
+
246
+ # 0.0.1-exp.161.2
247
+
248
+ - Features
249
+ - feature added for efc `templateFilePath` in `package.json` option palce is `"react-cli" => "efc" `
250
+ - `(('publicPath'))` this placeholder will be replace as publicPath string `publicPath`
251
+ - `(('getInitalAssets'))` this placeholder will be replace as function `getInitalAssets`
252
+ - `getInitalAssets` this function has two arguments `assetsType`, `lang`
253
+ - `assetsType` are `js`, `css`, `i18n`
254
+ - `lang` this argument only works when `i18n` is `assetsType`
255
+
256
+ # 0.0.1-exp.161.1
257
+
258
+ - Features
259
+ - feature added for efc `cdnStatement`
260
+ - Issue fixes:-
261
+ - css classname hash change issue fix
262
+ - debug package conflit issue fix in nock in (react-cli test)
263
+ - manifest.json css file name correction issue for rtl and ltr
264
+
265
+ # 0.0.1-beta.160
266
+
267
+ - @zohodesk/normalizer package version updated to 1.0.2
268
+
269
+ # 0.0.1-beta.159
270
+
271
+ - @zohodesk/datetimejs package updated to beta.7
272
+
273
+ # 0.0.1-exp.159
274
+
275
+ - issue fix:-
276
+ - when rtl ltr css split enable manifest json css filename keys comes with hash .
277
+
278
+ # 0.0.1-beta.158
279
+
280
+ - Removing source map files from service worker caching.
281
+
282
+ # 0.0.1-beta.157
283
+
284
+ - Experimental version issue fix(Dummy version removed)
285
+
286
+ # 0.0.1-beta.156
287
+
288
+ - ReportPublish issue fix
289
+
290
+ # 0.0.1-beta.155
291
+
292
+ - get impacted library source files option added
293
+
294
+ # 0.0.1-beta.154
295
+
296
+ - mockPrefix option for mock url prefix change
297
+ - Issue fix:-
298
+ - un wanted {{--js-smap}} in inital html without enable smap in build
299
+
300
+ # 0.0.1-beta.153
301
+
302
+ - Vendor include array added
303
+ - If you need to include any thrid party js in vendor we can use this array
304
+
305
+ # 0.0.1-beta.152
306
+
307
+ impact servise related changes:-
308
+
309
+ - nowatchstart option added. will be used like `react-cli nowatchstart <...options>` this will be used for src file changes no need to reflect (or no need to rebulid on file changes)
310
+ - cssselector_zip option added. will be used like `--cssselector-zip=selectormapping.zip`
311
+ only work in two ways
312
+ 1. `react-cli start --disable-watch --cssselector-zip=selectormapping.zip` app start command with `--disable-watch` flag and your usaul options
313
+ 2. `react-cli nowatchstart --cssselector-zip=selectormapping.zip` app start command's usaul options
314
+ #### Urls are:-
315
+ Below express path are added, For download zip files and
316
+ - `/zips/${zipname}.zip` for css selector maps zip file (contains css_map filies and original css files)
317
+ - `/zips/build.zip` build zip file (contains bundled all files)
318
+
319
+ # 0.0.1-beta.151
320
+
321
+ - issue fix:- Docs config 'html-loader' options updated.
322
+ - sslcertUpdate feature added
323
+ - disable_watch option added. will be used like `--disable-watch` or `--disable-watch=true`
324
+ - dev_cache option added. will be used like `--dev_cache` or `--dev_cache=true`
325
+
326
+ # 0.0.1-beta.150
327
+
328
+ - issue Fix:- in npm 7 option not working issue fixed
329
+ - ssl certificate update
330
+
331
+ # 0.0.1-beta.149
332
+
333
+ - css, ltr and rtl chunk split based on [dir=ltr]
334
+ - to enable ltr and rtl chunk spilt you have to add config in you package.json
335
+ <!-- - [docs for rtl-ltr](src\plugins\RtlSplitPlugin\RtrSplit.md) -->
336
+ - we have added some options in EFCPlugin for rtlsplit related features.
337
+ - we have expoed require function for only css impact related changes with flag
338
+
339
+ # 0.0.1-beta.148
340
+
341
+ - source map enabled in prod mode for debug client
342
+ - crossorigin attribute added for scripts
343
+
344
+ # 0.0.1-beta.147
345
+
346
+ - reportpublish issue fix
347
+
348
+ # 0.0.1-beta.146
349
+
350
+ - while docs run LibraryImactPlugin not constructor issue fix
351
+ - css loader added for css impact related changes
352
+
353
+ # 0.0.1 -beta.145
354
+
355
+ - LibraryImpactPlugin added
356
+ - check impacted source components name if any version update happened with master
357
+
358
+ # 0.0.1-beta.144
359
+
360
+ - prod build bug fix
361
+
362
+ # 0.0.1-beta.143
363
+
364
+ - `babel-plugin-transform-remove-console` added for remove console properties except error and log
365
+ - `console_exculde` script added if suppose enable same in dev mode
366
+ - service worker plugin changes
367
+ - library impact changes
368
+
369
+ # 0.0.1-beta.142
370
+
371
+ - `eslint-plugin-react-hooks` added to eslint support.
372
+ - Updated exact versions to eslint plugins installation script.
373
+
374
+ # 0.0.1-beta.141
375
+
376
+ - report publish sh fixes
377
+ - duplicate removal in impacted componentTest
378
+
379
+ # 0.0.1-beta.140
380
+
381
+ - copy-webpack-plugin bug fix
382
+
383
+ # 0.0.1-beta.139
384
+
385
+ - copy-webpack-plugin downgrade
386
+ - babel runtime plugin issue fix in prod config
387
+ - few enhancements
388
+
389
+ # 0.0.1-beta.138
390
+
391
+ - sstest library version updated
392
+ - unitcase calcluation issues fixed
393
+
394
+ # 0.0.1-beta.137
395
+
396
+ - Third party css files loading issue fix
397
+
398
+ # 0.0.1-beta.136
399
+
400
+ - eslint support
401
+
402
+ # 0.0.1-beta.135
403
+
404
+ - windows publish issue
405
+
406
+ # 0.0.1-beta.134
407
+
408
+ - Build Issue Fix
409
+
410
+ # 0.0.1-beta.133
411
+
412
+ - CDN Changes in I18nSplitPlugin
413
+ - nonce support added for i18n chunks
414
+
415
+ # 0.0.1-beta.132
416
+
417
+ - CDN Changes in EFC Plugin
418
+
419
+ # 0.0.1-beta.131
420
+
421
+ - Added Cdn Change Plugin
422
+
423
+ # 0.0.1-beta.130
424
+
425
+ - Babel 7 migration, ES6 build generation config and polyfill removal
426
+ - CopyPlugin issue fix
427
+
428
+ #0.0.1-beta.129
429
+
430
+ - Upgraded 'moment' to version 2.29.1 and 'moment-timezone' to version 0.5.32
431
+
432
+ # 0.0.1-beta.128
433
+
434
+ - Added support to generate hash for the third party files(TPHashMappingPlugin)
435
+
436
+ # 0.0.1-beta.127
437
+
438
+ - service worker plugin - to recursively add multiple directories (recursive=true)
439
+
440
+ # 0.0.1-beta.126
441
+
442
+ - issue fix in i18n split plugin
443
+
444
+ # expremental versions
445
+
446
+ - 0.0.1-beta.121
447
+ - 0.0.1-beta.122
448
+ - 0.0.1-beta.123
449
+ - 0.0.1-beta.124
450
+ - 0.0.1-beta.125
451
+
452
+ # 0.0.1-beta.120
453
+
454
+ - issue fix in third party file copying
455
+
456
+ # expremental versions
457
+
458
+ - 0.0.1-beta.119
459
+ - 0.0.1-beta.118
460
+
461
+ #0.0.1-beta.117
462
+
463
+ - createSDkFile otion added for efc
464
+ - small fix in i18n split plugin
465
+
466
+ #0.0.1-beta.116
467
+
468
+ - thirdparty package move to build (tpFolder in app config)
469
+
470
+ #0.0.1-beta.115
471
+
472
+ - Added Web worker support
473
+
474
+ #0.0.1-beta.114
475
+
476
+ - i18n split based on chunk
477
+ - to enable i18n chunk spilt you have to add config in you package.json
478
+
479
+ #0.0.1-beta.113
480
+
481
+ - Upgraded 'fz-i18n' package version to 1.2.0-beta.15
482
+
483
+ #0.0.1-beta.112
484
+
485
+ - Duplicate Prefetch Request Issue Fixed (Resource Hint Plugin)
486
+ - Service worker plugin changes
487
+
488
+ #0.0.1-beta.111
489
+
490
+ - hasRTL, selectorReplace Condition Separated
491
+
492
+ #0.0.1-beta.110
493
+
494
+ - SplitChunk Order Issue Fixed
495
+ - https url issue Fixed
496
+
497
+ #0.0.1-beta.109
498
+
499
+ - @zohodesk/screenshottest package version update (19) and log for the gitlab private api to check the response
500
+
501
+ #0.0.1-beta.108
502
+
503
+ - @zohodesk/screenshottest package version update (18)
504
+
505
+ #0.0.1-beta.107
506
+
507
+ - changed component without docs finder added
508
+
509
+ #0.0.1-beta.106
510
+
511
+ - custom chunk support changes
512
+ - css absolute url fix
513
+
514
+ #0.0.1-beta.105
515
+
516
+ - @zohodesk/screenshottest package version update (17) with the issue fix
517
+
518
+ #0.0.1-beta.104
519
+
520
+ - ModuleStatsPlugin inject false option added to solve the webpack build twice issue
521
+
522
+ #0.0.1-beta.103
523
+
524
+ - @zohodesk/screenshottest package version update (16) with the issue fix
525
+
526
+ #0.0.1-beta.102
527
+
528
+ - @zohodesk/screenshottest package version update (15) with the issue fix
529
+
530
+ #0.0.1-beta.101
531
+
532
+ - 100 changes readme missing
533
+ - bundle analyser changes
534
+
535
+ #0.0.1-beta.100
536
+
537
+ - @zohodesk/screenshottest package version update with the issue fix
538
+ - font public path replace issue for url fonts - fixed
539
+
540
+ #0.0.1-beta.99
541
+
542
+ - can't publish already published
543
+
544
+ #0.0.1-beta.98
545
+
546
+ - defer break public path adding regex - fixed
547
+
548
+ #0.0.1-beta.97
549
+
550
+ - added 'babel-plugin-transform-react-remove-prop-types' in package.json (missed earlier)
551
+
552
+ #0.0.1-beta.96
553
+
554
+ - html plugin inject option expose and version udpate 4.2.0
555
+ - src html change i18n removal issue fix
556
+ - script loading defer added
557
+ - added babel plugin to remove proptypes
558
+
559
+ #0.0.1-beta.95
560
+
561
+ - schemas/index.js - issue fix
562
+
563
+ #0.0.1-beta.94
564
+
565
+ - screenshot test library version update
566
+ - ssserver issue fix
567
+
568
+ #0.0.1-beta.93
569
+
570
+ - selector replacer for Help Center usecase
571
+ - eslint performance plugin
572
+ - css classname hash selector support for docs
573
+ - service worker plugin
574
+
575
+ #0.0.1-beta.92
576
+
577
+ - docs ui fixes and edit mode
578
+ - @zohodesk/datetimejs version update
579
+
580
+ #0.0.1-beta.91
581
+
582
+ - repo clone command pull issue fix
583
+ - docs css change
584
+ - SSTest package version downgrade
585
+
586
+ #0.0.1-beta.90
587
+
588
+ - added support for copying Timezone data from @zohodesk/datetimejs
589
+ - docstool changes
590
+
591
+ #0.0.1-beta.89
592
+
593
+ - CSP nonce support for initial assets `{{--CSP-nonce}}`
594
+ - introduced new mode to disable react warns in dev mode (dev-no-warn)
595
+ - docs ui fix
596
+
597
+ #0.0.1-beta.88
598
+
599
+ - Impact run and Master seperate during SSTEST
600
+ - docs changes
601
+ - filenames and packages addedd in cssHashSelectors option
602
+
603
+ #0.0.1-beta.87
604
+
605
+ - run screenshot test for impacted components
606
+ - seperate master from the CI flow with the HBase storage
607
+ - docs changes
608
+ - coverage percentage check disabled
609
+
610
+ #0.0.1-beta.86
611
+
612
+ - exclude without js changes for unittest
613
+ - express server history fallback refactored
614
+
615
+ #0.0.1-beta.85
616
+
617
+ - i18n placeholder removal issue fixed
618
+ - css classname prefix moved to option. default is zd
619
+
620
+ #0.0.1-beta.84
621
+
622
+ - object spread operator support
623
+
624
+ #0.0.1-beta.83
625
+
626
+ - eslint report type by flag
627
+ - unitcase file exclude array issue fix
628
+ - sstesthack issue fix
629
+
630
+ #0.0.1-beta.82
631
+
632
+ - eslint impact run enable - completed
633
+ - devplugin cleanupstats filename import issue fix
634
+ - coveragecollector return format change
635
+
636
+ #0.0.1-beta.81
637
+
638
+ - unit test case syntax error issue fix - removed unwanted dependency `css-modules-require-hook`
639
+
640
+ #0.0.1-beta.80
641
+
642
+ - unitcase filecoverage testpath issue fix
643
+ - shadowdom support
644
+ - postpublish and sstest hack script
645
+ - dependencies impact list
646
+ - can change runtime chunk's character
647
+ - font preload added
648
+
649
+ #0.0.1-beta.79
650
+
651
+ - unitcase filecoverage added and also codecoverage with dependencies spec added
652
+
653
+ #0.0.1-beta.78
654
+
655
+ - components and dot library's stats added with module stats
656
+ - Mini css extract plugin's unwanted logs removed
657
+ - runtime chunk added in dev mode
658
+ - nodemon windows issue fix
659
+ - testinfo failure missing while can't get coverage
660
+ - performance eslint plugin added and normalizer moved under zohodesk
661
+
662
+ #0.0.1-beta.77
663
+
664
+ - @zohodesk/eslint-plugin-zsecurity version update
665
+ - git pull origin with branch name while screenshot test after the branch switch
666
+
667
+ #0.0.1-beta.76
668
+
669
+ - breaking issue fix from last version ( prod config issue )
670
+
671
+ #0.0.1-beta.75
672
+
673
+ - sstest - reinstall dependencies after switch branch
674
+
675
+ #0.0.1-beta.74
676
+
677
+ - docs provider support (Component.\_provider)
678
+
679
+ #0.0.1-beta.73
680
+
681
+ #0.0.1-beta.72
682
+
683
+ - run eslint security rules option enable
684
+ - add the reportURL with the result.json file
685
+ - mock server post api issue fix
686
+
687
+ #0.0.1-beta.71
688
+
689
+ - publicpath hard coding while flatten build issue fix
690
+
691
+ #0.0.1-beta.70
692
+
693
+ - css class compression flag enable
694
+ - docs src URL update
695
+
696
+ #0.0.1-beta.69
697
+
698
+ - babel-plugin-transform-dynamic-import library with webpack.docs.config.js for docs service
699
+ - babel-lodash plugin fix with getdevplugin
700
+ - cursor blink issue fix for sstest
701
+ - in result.json unitcase coverage verified boolean added
702
+
703
+ #0.0.1-beta.68
704
+
705
+ - rtl ignore [dir] changes
706
+
707
+ #0.0.1-beta.67
708
+
709
+ - babel-plugin-transform-dynamic-import library added with package.json
710
+ - schema change with hostname cli option s
711
+
712
+ #0.0.1-beta.66
713
+
714
+ - mockport hard coded issue fix
715
+
716
+ #0.0.1-beta.65
717
+
718
+ - window rtl build issue fix
719
+ - separate rtl build support added like react-cli rtl ./src ./lib
720
+
721
+ #0.0.1-beta.64
722
+
723
+ - postcss-rtl issue temp fix so move to @zohodesk/postcss-rtl
724
+
725
+ #0.0.1-beta.63
726
+
727
+ - LTR & RTL support added
728
+
729
+ #0.0.1-beta.62
730
+
731
+ - componentTest.css entry in components.html
732
+
733
+ #0.0.1-beta.60
734
+
735
+ - SSTMiddleware hook added for ssserver
736
+ - remove some unwanted class in components.css
737
+ - componentTest.css added with common animation break css rules
738
+
739
+ #0.0.1-beta.59
740
+
741
+ - vendor files exclude from app
742
+ - since the chunk hash issue, moduleIds configured as named
743
+
744
+ #0.0.1-beta.58
745
+
746
+ - Push result json with the report zip
747
+ - screenshot-test library Version update
748
+
749
+ #0.0.1-beta.57
750
+
751
+ - vendor chunk split issue fix
752
+
753
+ #0.0.1-beta.56
754
+
755
+ - css ordering issue fix
756
+
757
+ #0.0.1-beta.55
758
+
759
+ - prod build performance changes
760
+ - css duplication issue fix
761
+ - root chunk splitting logic change
762
+
763
+ #0.0.1-beta.54
764
+
765
+ - increased css hash size 5 to 10
766
+
767
+ #0.0.1-beta.53
768
+
769
+ - generate json file for all the test results during test run
770
+ - sstest version update
771
+ - some issue fixes
772
+
773
+ #0.0.1-beta.52
774
+
775
+ - template src folder missed issue fix because of npmignore all src folder
776
+
777
+ #0.0.1-beta.51
778
+
779
+ - template app updated with redux and router by kumaresan(thala)
780
+
781
+ #0.0.1-beta.50
782
+
783
+ - window machine css unique issue fix
784
+
785
+ #0.0.1-beta.49
786
+
787
+ - dev css unique issue fix
788
+
789
+ #0.0.1-beta.48
790
+
791
+ - telephony support css unique changes
792
+
793
+ #0.0.1-beta.47
794
+
795
+ - git pull during the branch switch in ssserver
796
+ - common util file for pull and switch the branches for both git and hg
797
+
798
+ #0.0.1-beta.46
799
+
800
+ - ogg file support and tmpl file support
801
+
802
+ #0.0.1-beta.45
803
+
804
+ - checkout branch with force during sstest
805
+
806
+ #0.0.1-beta.44
807
+
808
+ - sstest master trigger issue fix
809
+
810
+ #0.0.1-beta.43
811
+
812
+ - get component object from docs server by http protocol during sstest
813
+ - reach docs server by the IP address of the host.
814
+ - get the current branch name by args
815
+
816
+ #0.0.1-beta.42
817
+
818
+ - className ssTest added and screenshot test version update
819
+
820
+ #0.0.1-beta.41
821
+
822
+ - i18n replace issue fix
823
+
824
+ - some css changes related to above
825
+ - screenshottest version update
826
+
827
+ #0.0.1-beta.40
828
+
829
+ - SSTMiddleware added to get hook from webpack build process to start sstest
830
+ - run unit test for commited files except the spec file name from name list
831
+ - publicpath added for i18n js files
832
+
833
+ #0.0.1-beta.39
834
+
835
+ - prod build check issue fix
836
+
837
+ #0.0.1-beta.38
838
+
839
+ - all unitcase runs only with master option removed
840
+ - prod mode in dev setup flag issue fix
841
+
842
+ #0.0.1-beta.37
843
+
844
+ - removed hash for index.html and add publicpath when run prod mode in dev machine
845
+ - screenshot version updated
846
+ - docs build log issue fix
847
+
848
+ #0.0.1-beta.36
849
+
850
+ - reportpublish sh file report generation even if any breakages in test scripts
851
+
852
+ #0.0.1-beta.35
853
+
854
+ - full run of spec fils only for master option added
855
+ - reportpublish sh for screenshot test report template issue fix
856
+
857
+ #0.0.1-beta.34
858
+
859
+ - monitor mockserver changes without affecting static server
860
+
861
+ #0.0.1-beta.33
862
+
863
+ - mail sent issue - fix
864
+
865
+ #0.0.1-beta.32
866
+
867
+ - ssl cert update
868
+ - webpack-bundle-analyzer version update (because of npm audit fix)
869
+
870
+ #0.0.1-beta.31
871
+
872
+ - reportpublicpath plugin rename issue fix
873
+
874
+ #0.0.1-beta.30
875
+
876
+ - report generate plugin rename
877
+ - schema changes for sstest (sstest_remotebranch => sstest_referbranch)
878
+ - reportpublish sh update
879
+
880
+ #0.0.1-beta.29
881
+
882
+ - screenshot version updated
883
+ - unit test case commit coverage issue fix
884
+
885
+ #0.0.1-beta.28
886
+
887
+ - Unitcase coverage for changed files issue fix
888
+
889
+ #0.0.1-beta.27
890
+
891
+ - prod build size and hash tracking report added
892
+
893
+ #0.0.1-beta.26
894
+
895
+ - inlined assets and css assets publicpath collide issue fix
896
+
897
+ #0.0.1-beta.25
898
+
899
+ - inline image public path issue fix
900
+ - docs css change for sstest
901
+
902
+ #0.0.1-beta.24
903
+
904
+ - removed source map generation by default
905
+
906
+ #0.0.1-beta.23
907
+
908
+ - windows path issue in i18I18NInjectIntoIndexPlugin plugin
909
+
910
+ #0.0.1-beta.22
911
+
912
+ - unusedfilesplugin issue fixed and print valid info
913
+
914
+ #0.0.1-beta.21
915
+
916
+ - production build hash details exported in index html
917
+
918
+ #0.0.1-beta.20
919
+
920
+ - list the name of un documented component file name
921
+
922
+ #0.0.1-beta.19
923
+
924
+ - publicpath callback plugin added
925
+
926
+ #0.0.1-beta.18
927
+
928
+ - production build issue fix
929
+
930
+ #0.0.1-beta.17
931
+
932
+ - redux version downgraded
933
+
934
+ #0.0.1-beta.16
935
+
936
+ - Babel env and react issue fix
937
+
938
+ #0.0.1-beta.15
939
+
940
+ - Few issue fixes
941
+ - Webpack Manifest Plugin revamped
942
+ - @zohodesk/screenshot-test package added
943
+
944
+ #0.0.1-beta.14
945
+
946
+ - Removed minify option in css-loader config
947
+ - Removed optimize-css-assets-webpack-plugin
948
+ - Added UglifyCSS webpack plugin
949
+ - Packages version up to dated expect babel-loader
950
+ - Docs umd build issue fixed
951
+ - CSS public path in all configs
952
+
953
+ #0.0.1-beta.13
954
+
955
+ - Breaking issues fix
956
+ - Add eslint config file in project root folder
957
+ - Removed hot module and SSR concepts
958
+ - Public Path change plugin revamp
959
+ - Replaced style-loader with MiniCssExtractPlugin for overall
960
+
961
+ #0.0.1-beta.12
962
+
963
+ - ResourceHints Plugin added
964
+ - able to set public paths for various types of assets
965
+ - provided few cli options for existing options
966
+ - change ext of files while copy
967
+ - cache directory issue fix in dev mode
968
+ - script instrument loader added
969
+ - eslint windows machine issue fix
970
+
971
+ #0.0.1-beta.11
972
+
973
+ - css module extension changed to .modules.css from .mcss
974
+
975
+ #0.0.1-beta.10
976
+
977
+ - css module related changes
978
+ - unit test case breaking issue fix
979
+
980
+ #0.0.1-beta.9
981
+
982
+ - dynamic import support
983
+ - unit test case issue fix
984
+
985
+ #0.0.1-beta.8
986
+
987
+ - major issue fixes - previous version issues
988
+ - eslint new rules added
989
+ - reverted babel exclude option
990
+
991
+ #0.0.1-beta.7
992
+
993
+ - optionally attributes removal - prod mode
994
+ - pre-commit issue fixed
995
+ - eslint fix option added
996
+ - used exclude instead of include in babel loader
997
+ - option lookup issue fixed
998
+
999
+ #0.0.1-beta.6
1000
+
1001
+ - complext proptypes support for docs
1002
+
1003
+ #0.0.1-beta.5
1004
+
1005
+ - docs slowness issue fix
1006
+ - jest update issue fix
1007
+
1008
+ #0.0.1-beta.4
1009
+
1010
+ - css chunk related changes
1011
+ - manifest json related changes
1012
+ - css bundle issue fixed
1013
+
1014
+ #0.0.1-beta.3
1015
+
1016
+ - slowness issue fixed
1017
+ - efc build issue fixed
1018
+
1019
+ 0.0.1-beta.2 changes
1020
+
1021
+ - docs changes
1022
+ - precommit hook issue fix
1023
+ - compression support
1024
+ - prod string error fix
1025
+ - efc build support
1026
+ - single style tag support