You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-109
Original file line number
Diff line number
Diff line change
@@ -9,113 +9,5 @@ Given a version number MAJOR.MINOR.PATCH, increment the:
9
9
* PATCH version when you make backwards compatible bug fixes.
10
10
Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format.
11
11
12
-
# 5.3.1
13
-
- support work-loader internally
14
-
- update webpack-dev-server default config to disable full-screen overloy in the browser
15
-
- optimize docs
16
-
17
-
# 5.3.0
18
-
- change ts-loader to babel-loader because babel-loader is faster than ts-loader when build [#76](https://github.com/DTStack/ko/issues/76)
19
-
- support React Fast Refresh [#77](https://github.com/DTStack/ko/issues/77)
20
-
- migrate webapack-dev-server from v3 to v4 [#78](https://github.com/DTStack/ko/issues/78)
21
-
22
-
## 5.2.1
23
-
- fixed [Throw an error when running "ko init"](https://github.com/DTStack/ko/issues/27)
24
-
- check node version when install because [webpack 5 requires at least Node.js 10.13.0 (LTS)](https://webpack.js.org/migrate/5/#preparations)
25
-
26
-
## 5.2.0
27
-
- upgrade dependencies except less because [Ant Design use 3.x version of less](https://github.com/vueComponent/ant-design-vue/issues/3665)
28
-
- remove file-loader, change to [asset-modules](https://webpack.js.org/guides/asset-modules/)
- remove prettier parse config to fixed prettier format bug
34
-
- support react lint for eslint
35
-
## 5.0.4
36
-
- repository structure:
37
-
- config directory: webpack config files has been move to webpack subdirectory
38
-
- util directory: remove useless and duplicated utility functions
39
-
40
-
- lint:
41
-
- add prettier & eslint dependencies
42
-
- eslint support default & user defined config, and eslintignore config
43
-
- prettier support default & user defined config, and prettierignore config
44
-
45
-
- plugins have be removed in this release:
46
-
-`webpack.BannerPlugin`'s banner now has static banner content, maybe it's will be readded in the future with user defined banner content
47
-
-`webpack.DllPlugin` has been removed from CRA & vue-cli because [Webpack 4 should provide good enough perf and the cost of maintaining DLL mode inside Vue CLI is no longer justified](https://github.com/vuejs/vue-cli/issues/1205) & webpack 5 use [HardSourceWebpackPlugin](https://www.cnblogs.com/skychx/p/webpack-dllplugin.html) to optimize
48
-
-`happypack`'s maintainer sugguest users to use [thread-loader](https://github.com/webpack-contrib/thread-loader) instead
49
-
-`copy-webpack-plugin` has been used when dll is support, it will be removed when release new verison
50
-
51
-
- dependencies will be removed in next release:
52
-
53
-
-`camelcase` removed because attachToEnv function has been removed
54
-
55
-
-`decamelize` removed because attachToEnv function has been removed
56
-
57
-
## 5.0.0
58
-
59
-
Migrate webpack to v5, and remove or update webpack plugins & loaders.
- update webpack-dev-server default config to disable full-screen overloy in the browser
16
+
- optimize docs
17
+
18
+
# 5.3.0
19
+
20
+
- change ts-loader to babel-loader because babel-loader is faster than ts-loader when build [#76](https://github.com/DTStack/ko/issues/76)
21
+
- support React Fast Refresh [#77](https://github.com/DTStack/ko/issues/77)
22
+
- migrate webapack-dev-server from v3 to v4 [#78](https://github.com/DTStack/ko/issues/78)
23
+
24
+
## 5.2.1
25
+
26
+
- fixed [Throw an error when running "ko init"](https://github.com/DTStack/ko/issues/27)
27
+
- check node version when install because [webpack 5 requires at least Node.js 10.13.0 (LTS)](https://webpack.js.org/migrate/5/#preparations)
28
+
29
+
## 5.2.0
30
+
31
+
- upgrade dependencies except less because [Ant Design use 3.x version of less](https://github.com/vueComponent/ant-design-vue/issues/3665)
32
+
- remove file-loader, change to [asset-modules](https://webpack.js.org/guides/asset-modules/)
- remove prettier parse config to fixed prettier format bug
39
+
- support react lint for eslint
40
+
41
+
## 5.0.4
42
+
43
+
- repository structure:
44
+
45
+
- config directory: webpack config files has been move to webpack subdirectory
46
+
- util directory: remove useless and duplicated utility functions
47
+
48
+
- lint:
49
+
50
+
- add prettier & eslint dependencies
51
+
- eslint support default & user defined config, and eslintignore config
52
+
- prettier support default & user defined config, and prettierignore config
53
+
54
+
- plugins have be removed in this release:
55
+
56
+
-`webpack.BannerPlugin`'s banner now has static banner content, maybe it's will be readded in the future with user defined banner content
57
+
-`webpack.DllPlugin` has been removed from CRA & vue-cli because [Webpack 4 should provide good enough perf and the cost of maintaining DLL mode inside Vue CLI is no longer justified](https://github.com/vuejs/vue-cli/issues/1205) & webpack 5 use [HardSourceWebpackPlugin](https://www.cnblogs.com/skychx/p/webpack-dllplugin.html) to optimize
58
+
-`happypack`'s maintainer sugguest users to use [thread-loader](https://github.com/webpack-contrib/thread-loader) instead
59
+
-`copy-webpack-plugin` has been used when dll is support, it will be removed when release new verison
60
+
61
+
- dependencies will be removed in next release:
62
+
63
+
-`camelcase` removed because attachToEnv function has been removed
64
+
65
+
-`decamelize` removed because attachToEnv function has been removed
66
+
67
+
## 5.0.0
68
+
69
+
Migrate webpack to v5, and remove or update webpack plugins & loaders.
0 commit comments