@zohodesk/react-cli 0.0.1-exp.175.1 → 0.0.1-exp.176.2

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