@vtx/components 3.1.31 → 3.1.33

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (250) hide show
  1. package/CHANGELOG.md +1325 -0
  2. package/lib/_util/filterSpecialCharacters.js +43 -54
  3. package/lib/_util/filterSpecialCharacters.js.map +1 -1
  4. package/lib/_util/getComponentProps.js +3 -0
  5. package/lib/_util/getComponentProps.js.map +1 -1
  6. package/lib/_util/getUrlParam.js +6 -0
  7. package/lib/_util/getUrlParam.js.map +1 -1
  8. package/lib/_util/isFunction.js +1 -0
  9. package/lib/_util/isFunction.js.map +1 -1
  10. package/lib/_util/isObject.js +1 -0
  11. package/lib/_util/isObject.js.map +1 -1
  12. package/lib/_util/useColSize.js +10 -1
  13. package/lib/_util/useColSize.js.map +1 -1
  14. package/lib/_util/useInterval.js +3 -0
  15. package/lib/_util/useInterval.js.map +1 -1
  16. package/lib/_util/useSet.js +32 -14
  17. package/lib/_util/useSet.js.map +1 -1
  18. package/lib/config.js.map +1 -1
  19. package/lib/index.js +26 -0
  20. package/lib/index.js.map +1 -1
  21. package/lib/vtx-color-picker/index.js +21 -5
  22. package/lib/vtx-color-picker/index.js.map +1 -1
  23. package/lib/vtx-color-picker/style/css.js +2 -0
  24. package/lib/vtx-color-picker/style/css.js.map +1 -1
  25. package/lib/vtx-color-picker/style/index.js +2 -0
  26. package/lib/vtx-color-picker/style/index.js.map +1 -1
  27. package/lib/vtx-combogrid/Combogrid.js +74 -34
  28. package/lib/vtx-combogrid/Combogrid.js.map +1 -1
  29. package/lib/vtx-combogrid/index.js +45 -20
  30. package/lib/vtx-combogrid/index.js.map +1 -1
  31. package/lib/vtx-combogrid/style/css.js +7 -0
  32. package/lib/vtx-combogrid/style/css.js.map +1 -1
  33. package/lib/vtx-combogrid/style/index.js +7 -0
  34. package/lib/vtx-combogrid/style/index.js.map +1 -1
  35. package/lib/vtx-datagrid/Alert.js +11 -3
  36. package/lib/vtx-datagrid/Alert.js.map +1 -1
  37. package/lib/vtx-datagrid/ColumnSetting.js +44 -19
  38. package/lib/vtx-datagrid/ColumnSetting.js.map +1 -1
  39. package/lib/vtx-datagrid/ResizeableTitle.js +13 -2
  40. package/lib/vtx-datagrid/ResizeableTitle.js.map +1 -1
  41. package/lib/vtx-datagrid/index.js +142 -77
  42. package/lib/vtx-datagrid/index.js.map +1 -1
  43. package/lib/vtx-datagrid/renderColumnButtons.js +35 -5
  44. package/lib/vtx-datagrid/renderColumnButtons.js.map +1 -1
  45. package/lib/vtx-datagrid/style/css.js +10 -0
  46. package/lib/vtx-datagrid/style/css.js.map +1 -1
  47. package/lib/vtx-datagrid/style/index.css +0 -4
  48. package/lib/vtx-datagrid/style/index.js +10 -0
  49. package/lib/vtx-datagrid/style/index.js.map +1 -1
  50. package/lib/vtx-datagrid/style/index.less +2 -2
  51. package/lib/vtx-date-picker/QdatePicker.js +46 -16
  52. package/lib/vtx-date-picker/QdatePicker.js.map +1 -1
  53. package/lib/vtx-date-picker/generatePicker.js +47 -6
  54. package/lib/vtx-date-picker/generatePicker.js.map +1 -1
  55. package/lib/vtx-date-picker/index.js +5 -0
  56. package/lib/vtx-date-picker/index.js.map +1 -1
  57. package/lib/vtx-date-picker/style/css.js +1 -0
  58. package/lib/vtx-date-picker/style/css.js.map +1 -1
  59. package/lib/vtx-date-picker/style/index.js +1 -0
  60. package/lib/vtx-date-picker/style/index.js.map +1 -1
  61. package/lib/vtx-editor/index.js +23 -5
  62. package/lib/vtx-editor/index.js.map +1 -1
  63. package/lib/vtx-editor/style/css.js +1 -0
  64. package/lib/vtx-editor/style/css.js.map +1 -1
  65. package/lib/vtx-editor/style/index.js +1 -0
  66. package/lib/vtx-editor/style/index.js.map +1 -1
  67. package/lib/vtx-ellipsis-text/index.js +20 -6
  68. package/lib/vtx-ellipsis-text/index.js.map +1 -1
  69. package/lib/vtx-ellipsis-text/style/css.js +1 -0
  70. package/lib/vtx-ellipsis-text/style/css.js.map +1 -1
  71. package/lib/vtx-ellipsis-text/style/index.js +1 -0
  72. package/lib/vtx-ellipsis-text/style/index.js.map +1 -1
  73. package/lib/vtx-export/index.js +58 -25
  74. package/lib/vtx-export/index.js.map +1 -1
  75. package/lib/vtx-export/style/css.js +5 -0
  76. package/lib/vtx-export/style/css.js.map +1 -1
  77. package/lib/vtx-export/style/index.js +5 -0
  78. package/lib/vtx-export/style/index.js.map +1 -1
  79. package/lib/vtx-form-layout/Card.js +26 -5
  80. package/lib/vtx-form-layout/Card.js.map +1 -1
  81. package/lib/vtx-form-layout/Divider.js +8 -0
  82. package/lib/vtx-form-layout/Divider.js.map +1 -1
  83. package/lib/vtx-form-layout/FormItem.js +30 -8
  84. package/lib/vtx-form-layout/FormItem.js.map +1 -1
  85. package/lib/vtx-form-layout/Pane.js +7 -2
  86. package/lib/vtx-form-layout/Pane.js.map +1 -1
  87. package/lib/vtx-form-layout/Row.js +6 -0
  88. package/lib/vtx-form-layout/Row.js.map +1 -1
  89. package/lib/vtx-form-layout/context.js +2 -0
  90. package/lib/vtx-form-layout/context.js.map +1 -1
  91. package/lib/vtx-form-layout/index.js +22 -8
  92. package/lib/vtx-form-layout/index.js.map +1 -1
  93. package/lib/vtx-form-layout/style/css.js +7 -0
  94. package/lib/vtx-form-layout/style/css.js.map +1 -1
  95. package/lib/vtx-form-layout/style/index.js +7 -0
  96. package/lib/vtx-form-layout/style/index.js.map +1 -1
  97. package/lib/vtx-image/Image.js +94 -58
  98. package/lib/vtx-image/Image.js.map +1 -1
  99. package/lib/vtx-image/Preview.js +51 -20
  100. package/lib/vtx-image/Preview.js.map +1 -1
  101. package/lib/vtx-image/PreviewGroup.js +40 -11
  102. package/lib/vtx-image/PreviewGroup.js.map +1 -1
  103. package/lib/vtx-image/index.js +6 -0
  104. package/lib/vtx-image/index.js.map +1 -1
  105. package/lib/vtx-image/style/css.js +1 -0
  106. package/lib/vtx-image/style/css.js.map +1 -1
  107. package/lib/vtx-image/style/index.js +1 -0
  108. package/lib/vtx-image/style/index.js.map +1 -1
  109. package/lib/vtx-image/style/index.less +76 -76
  110. package/lib/vtx-import/index.js +72 -37
  111. package/lib/vtx-import/index.js.map +1 -1
  112. package/lib/vtx-import/result.js +24 -7
  113. package/lib/vtx-import/result.js.map +1 -1
  114. package/lib/vtx-import/style/css.js +3 -0
  115. package/lib/vtx-import/style/css.js.map +1 -1
  116. package/lib/vtx-import/style/index.js +3 -0
  117. package/lib/vtx-import/style/index.js.map +1 -1
  118. package/lib/vtx-import2/CheckResult.js +6 -0
  119. package/lib/vtx-import2/CheckResult.js.map +1 -1
  120. package/lib/vtx-import2/Content.js +25 -4
  121. package/lib/vtx-import2/Content.js.map +1 -1
  122. package/lib/vtx-import2/DownloadSvg.js +4 -0
  123. package/lib/vtx-import2/DownloadSvg.js.map +1 -1
  124. package/lib/vtx-import2/ImportResult.js +11 -5
  125. package/lib/vtx-import2/ImportResult.js.map +1 -1
  126. package/lib/vtx-import2/UploadSvg.js +4 -0
  127. package/lib/vtx-import2/UploadSvg.js.map +1 -1
  128. package/lib/vtx-import2/index.js +92 -38
  129. package/lib/vtx-import2/index.js.map +1 -1
  130. package/lib/vtx-import2/style/css.js +3 -0
  131. package/lib/vtx-import2/style/css.js.map +1 -1
  132. package/lib/vtx-import2/style/index.js +3 -0
  133. package/lib/vtx-import2/style/index.js.map +1 -1
  134. package/lib/vtx-input/TextArea.js +22 -6
  135. package/lib/vtx-input/TextArea.js.map +1 -1
  136. package/lib/vtx-input/index.js +37 -11
  137. package/lib/vtx-input/index.js.map +1 -1
  138. package/lib/vtx-input/style/css.js +1 -0
  139. package/lib/vtx-input/style/css.js.map +1 -1
  140. package/lib/vtx-input/style/index.js +1 -0
  141. package/lib/vtx-input/style/index.js.map +1 -1
  142. package/lib/vtx-input/useLength.js +16 -4
  143. package/lib/vtx-input/useLength.js.map +1 -1
  144. package/lib/vtx-modal/Title.js +6 -1
  145. package/lib/vtx-modal/Title.js.map +1 -1
  146. package/lib/vtx-modal/index.js +70 -30
  147. package/lib/vtx-modal/index.js.map +1 -1
  148. package/lib/vtx-modal/style/css.js +1 -0
  149. package/lib/vtx-modal/style/css.js.map +1 -1
  150. package/lib/vtx-modal/style/index.js +1 -0
  151. package/lib/vtx-modal/style/index.js.map +1 -1
  152. package/lib/vtx-page-layout/Basic.js +6 -2
  153. package/lib/vtx-page-layout/Basic.js.map +1 -1
  154. package/lib/vtx-page-layout/Content.js +19 -7
  155. package/lib/vtx-page-layout/Content.js.map +1 -1
  156. package/lib/vtx-page-layout/Pane.js +10 -2
  157. package/lib/vtx-page-layout/Pane.js.map +1 -1
  158. package/lib/vtx-page-layout/TableLayout.js +47 -17
  159. package/lib/vtx-page-layout/TableLayout.js.map +1 -1
  160. package/lib/vtx-page-layout/TableWrap.js +15 -3
  161. package/lib/vtx-page-layout/TableWrap.js.map +1 -1
  162. package/lib/vtx-page-layout/container.js +34 -4
  163. package/lib/vtx-page-layout/container.js.map +1 -1
  164. package/lib/vtx-page-layout/index.js +8 -0
  165. package/lib/vtx-page-layout/index.js.map +1 -1
  166. package/lib/vtx-rps-frame/index.js +44 -21
  167. package/lib/vtx-rps-frame/index.js.map +1 -1
  168. package/lib/vtx-scrollable-row/index.js +57 -19
  169. package/lib/vtx-scrollable-row/index.js.map +1 -1
  170. package/lib/vtx-search/VtxCol.js +21 -0
  171. package/lib/vtx-search/VtxCol.js.map +1 -1
  172. package/lib/vtx-search/VtxRow.js +12 -6
  173. package/lib/vtx-search/VtxRow.js.map +1 -1
  174. package/lib/vtx-search/index.js +93 -40
  175. package/lib/vtx-search/index.js.map +1 -1
  176. package/lib/vtx-search/style/css.js +4 -0
  177. package/lib/vtx-search/style/css.js.map +1 -1
  178. package/lib/vtx-search/style/index.js +4 -0
  179. package/lib/vtx-search/style/index.js.map +1 -1
  180. package/lib/vtx-search-map-input/index.js +73 -42
  181. package/lib/vtx-search-map-input/index.js.map +1 -1
  182. package/lib/vtx-search-map-input/style/css.js +2 -0
  183. package/lib/vtx-search-map-input/style/css.js.map +1 -1
  184. package/lib/vtx-search-map-input/style/index.js +2 -0
  185. package/lib/vtx-search-map-input/style/index.js.map +1 -1
  186. package/lib/vtx-select/index.js +65 -20
  187. package/lib/vtx-select/index.js.map +1 -1
  188. package/lib/vtx-select/style/css.js +8 -0
  189. package/lib/vtx-select/style/css.js.map +1 -1
  190. package/lib/vtx-select/style/index.js +8 -0
  191. package/lib/vtx-select/style/index.js.map +1 -1
  192. package/lib/vtx-signature/index.js +28 -14
  193. package/lib/vtx-signature/index.js.map +1 -1
  194. package/lib/vtx-signature/style/css.js +2 -0
  195. package/lib/vtx-signature/style/css.js.map +1 -1
  196. package/lib/vtx-signature/style/index.js +2 -0
  197. package/lib/vtx-signature/style/index.js.map +1 -1
  198. package/lib/vtx-split-pane/Pane.js +14 -2
  199. package/lib/vtx-split-pane/Pane.js.map +1 -1
  200. package/lib/vtx-split-pane/Resizer.js +29 -9
  201. package/lib/vtx-split-pane/Resizer.js.map +1 -1
  202. package/lib/vtx-split-pane/SplitPane.js +94 -39
  203. package/lib/vtx-split-pane/SplitPane.js.map +1 -1
  204. package/lib/vtx-split-pane/index.js +4 -0
  205. package/lib/vtx-split-pane/index.js.map +1 -1
  206. package/lib/vtx-split-pane/style/css.js +3 -0
  207. package/lib/vtx-split-pane/style/css.js.map +1 -1
  208. package/lib/vtx-split-pane/style/index.js +3 -0
  209. package/lib/vtx-split-pane/style/index.js.map +1 -1
  210. package/lib/vtx-statistics-column/Back.js +7 -1
  211. package/lib/vtx-statistics-column/Back.js.map +1 -1
  212. package/lib/vtx-statistics-column/Item.js +22 -5
  213. package/lib/vtx-statistics-column/Item.js.map +1 -1
  214. package/lib/vtx-statistics-column/Total.js +22 -5
  215. package/lib/vtx-statistics-column/Total.js.map +1 -1
  216. package/lib/vtx-statistics-column/context.js +2 -0
  217. package/lib/vtx-statistics-column/context.js.map +1 -1
  218. package/lib/vtx-statistics-column/index.js +16 -0
  219. package/lib/vtx-statistics-column/index.js.map +1 -1
  220. package/lib/vtx-time-picker/index.js +16 -3
  221. package/lib/vtx-time-picker/index.js.map +1 -1
  222. package/lib/vtx-upload/FilePreview.js +28 -9
  223. package/lib/vtx-upload/FilePreview.js.map +1 -1
  224. package/lib/vtx-upload/index.js +138 -67
  225. package/lib/vtx-upload/index.js.map +1 -1
  226. package/lib/vtx-upload/style/css.js +5 -0
  227. package/lib/vtx-upload/style/css.js.map +1 -1
  228. package/lib/vtx-upload/style/index.js +5 -0
  229. package/lib/vtx-upload/style/index.js.map +1 -1
  230. package/lib/vtx-wang-editor/index.js +66 -27
  231. package/lib/vtx-wang-editor/index.js.map +1 -1
  232. package/lib/vtx-wang-editor/style/css.js +1 -0
  233. package/lib/vtx-wang-editor/style/css.js.map +1 -1
  234. package/lib/vtx-wang-editor/style/index.js +1 -0
  235. package/lib/vtx-wang-editor/style/index.js.map +1 -1
  236. package/lib/vtx-wang-editor/wangEditorUtil.js +88 -30
  237. package/lib/vtx-wang-editor/wangEditorUtil.js.map +1 -1
  238. package/lib/vtx-ztree/index.js +101 -49
  239. package/lib/vtx-ztree/index.js.map +1 -1
  240. package/lib/vtx-ztree/style/css.js +1 -0
  241. package/lib/vtx-ztree/style/css.js.map +1 -1
  242. package/lib/vtx-ztree/style/index.js +1 -0
  243. package/lib/vtx-ztree/style/index.js.map +1 -1
  244. package/lib/vtx-ztree-select/index.js +99 -43
  245. package/lib/vtx-ztree-select/index.js.map +1 -1
  246. package/lib/vtx-ztree-select/style/css.js +3 -0
  247. package/lib/vtx-ztree-select/style/css.js.map +1 -1
  248. package/lib/vtx-ztree-select/style/index.js +3 -0
  249. package/lib/vtx-ztree-select/style/index.js.map +1 -1
  250. package/package.json +126 -126
package/CHANGELOG.md ADDED
@@ -0,0 +1,1325 @@
1
+ ## [3.1.31](https://git.cloudhw.cn:3443/front-end/react-components/compare/v3.1.30...v3.1.31) (2023-02-06)
2
+
3
+
4
+ ### ✨ Features
5
+
6
+ * image组件添加isDark参数,用以显示深色弹窗中无数据及出错情况 ([245d6be](https://git.cloudhw.cn:3443/front-end/react-components/commit/245d6be)) by: **wuchengyong@vortexinfo.cn**
7
+
8
+
9
+
10
+ ## [3.1.30](https://git.cloudhw.cn:3443/front-end/react-components/compare/v3.1.29...v3.1.30) (2023-01-18)
11
+
12
+
13
+ ### 🎫 Chores
14
+
15
+ * release v3.1.30 ([7d35448](https://git.cloudhw.cn:3443/front-end/react-components/commit/7d35448)) by: **wuchengyong@vortexinfo.cn**
16
+ * upload组件请求报表地址和image组件缩略图,加前缀(读取项目lib下配置文件) ([b0d4819](https://git.cloudhw.cn:3443/front-end/react-components/commit/b0d4819)) by: **wuchengyong@vortexinfo.cn**
17
+
18
+
19
+
20
+ ## [3.1.29](https://git.cloudhw.cn:3443/front-end/react-components/compare/v3.1.28...v3.1.29) (2023-01-18)
21
+
22
+
23
+ ### 🎫 Chores
24
+
25
+ * release v3.1.29 ([9421be1](https://git.cloudhw.cn:3443/front-end/react-components/commit/9421be1)) by: **wuchengyong@vortexinfo.cn**
26
+
27
+
28
+ ### 🐛 Bug Fixes
29
+
30
+ * 报表取消配置文件读取,放到项目里 ([6aeb433](https://git.cloudhw.cn:3443/front-end/react-components/commit/6aeb433)) by: **wuchengyong@vortexinfo.cn**
31
+
32
+
33
+
34
+ ## [3.1.28](https://git.cloudhw.cn:3443/front-end/react-components/compare/v3.1.27...v3.1.28) (2023-01-18)
35
+
36
+
37
+ ### 🎫 Chores
38
+
39
+ * release v3.1.28 ([e60e698](https://git.cloudhw.cn:3443/front-end/react-components/commit/e60e698)) by: **wuchengyong@vortexinfo.cn**
40
+
41
+
42
+ ### 🐛 Bug Fixes
43
+
44
+ * 更改报表配置文件路径名称 ([2e04f99](https://git.cloudhw.cn:3443/front-end/react-components/commit/2e04f99)) by: **wuchengyong@vortexinfo.cn**
45
+
46
+
47
+
48
+ ## [3.1.27](https://git.cloudhw.cn:3443/front-end/react-components/compare/v3.1.26...v3.1.27) (2023-01-18)
49
+
50
+
51
+ ### 🎫 Chores
52
+
53
+ * release v3.1.27 ([7bf0770](https://git.cloudhw.cn:3443/front-end/react-components/commit/7bf0770)) by: **wuchengyong@vortexinfo.cn**
54
+
55
+
56
+ ### 🐛 Bug Fixes
57
+
58
+ * 报表前缀适配无配置情况 ([bc70b7b](https://git.cloudhw.cn:3443/front-end/react-components/commit/bc70b7b)) by: **wuchengyong@vortexinfo.cn**
59
+
60
+
61
+
62
+ ## [3.1.26](https://git.cloudhw.cn:3443/front-end/react-components/compare/v3.1.25...v3.1.26) (2023-01-18)
63
+
64
+
65
+ ### 🎫 Chores
66
+
67
+ * 请求报表添加前缀配置 ([a0e76c3](https://git.cloudhw.cn:3443/front-end/react-components/commit/a0e76c3)) by: **wuchengyong@vortexinfo.cn**
68
+ * release v3.1.26 ([5e08a2b](https://git.cloudhw.cn:3443/front-end/react-components/commit/5e08a2b)) by: **wuchengyong@vortexinfo.cn**
69
+
70
+
71
+
72
+ ## [3.1.25](https://git.cloudhw.cn:3443/front-end/react-components/compare/v3.1.21...v3.1.25) (2022-12-20)
73
+
74
+
75
+ ### ✨ Features
76
+
77
+ * 增加浏览器复制 ([f1bdd9d](https://git.cloudhw.cn:3443/front-end/react-components/commit/f1bdd9d)) by: **xuzhengyun**
78
+
79
+
80
+ ### 🎫 Chores
81
+
82
+ * v3.1.22 版本发布 ([c629ad7](https://git.cloudhw.cn:3443/front-end/react-components/commit/c629ad7)) by: **夜风**
83
+ * v3.1.23版本发布 ([0d3360b](https://git.cloudhw.cn:3443/front-end/react-components/commit/0d3360b)) by: **夜风**
84
+ * v3.1.24版本发布 ([38cf5a0](https://git.cloudhw.cn:3443/front-end/react-components/commit/38cf5a0)) by: **夜风**
85
+ * v3.1.25版本发布 ([51027f4](https://git.cloudhw.cn:3443/front-end/react-components/commit/51027f4)) by: **夜风**
86
+
87
+
88
+ ### 🐛 Bug Fixes
89
+
90
+ * 加粗VtxDatGird标题字体;取消勾选的背景色 ([cd191ad](https://git.cloudhw.cn:3443/front-end/react-components/commit/cd191ad)) by: **chenxinyu**
91
+ * 解决VtxSelect多选编辑时报错的问题 ([7231d23](https://git.cloudhw.cn:3443/front-end/react-components/commit/7231d23)) by: **chenxinyu**
92
+ * vtxdatagrid,bug修改,去地图组件没有经纬度禁用地址栏 ([00ed174](https://git.cloudhw.cn:3443/front-end/react-components/commit/00ed174)) by: **夜风**
93
+
94
+
95
+
96
+ ## [3.1.21](https://git.cloudhw.cn:3443/front-end/react-components/compare/v3.1.20...v3.1.21) (2022-11-08)
97
+
98
+
99
+ ### 🎫 Chores
100
+
101
+ * v3.1.21版本发布 ([95723b9](https://git.cloudhw.cn:3443/front-end/react-components/commit/95723b9)) by: **夜风**
102
+
103
+
104
+ ### 🐛 Bug Fixes
105
+
106
+ * 导入组件下载错误文件增加token参数 ([62e26c5](https://git.cloudhw.cn:3443/front-end/react-components/commit/62e26c5)) by: **songwenlin**
107
+
108
+
109
+
110
+ ## [3.1.20](https://git.cloudhw.cn:3443/front-end/react-components/compare/v3.1.19...v3.1.20) (2022-10-31)
111
+
112
+
113
+ ### ✨ Features
114
+
115
+ * vtx-import2功能优化,增加了token字段 ([c0989dd](https://git.cloudhw.cn:3443/front-end/react-components/commit/c0989dd)) by: **songwenlin**
116
+
117
+
118
+ ### 🎫 Chores
119
+
120
+ * v3.1.20版本发布 ([fba4d0a](https://git.cloudhw.cn:3443/front-end/react-components/commit/fba4d0a)) by: **夜风**
121
+
122
+
123
+
124
+ ## [3.1.19](https://git.cloudhw.cn:3443/front-end/react-components/compare/v3.1.17...v3.1.19) (2022-10-19)
125
+
126
+
127
+ ### ✨ Features
128
+
129
+ * 新增VtxWangeEditor ([86a608f](https://git.cloudhw.cn:3443/front-end/react-components/commit/86a608f)) by: **xuzhengyun**
130
+
131
+
132
+ ### 🎫 Chores
133
+
134
+ * v1.1.18版本发布 ([719ec22](https://git.cloudhw.cn:3443/front-end/react-components/commit/719ec22)) by: **夜风**
135
+ * v1.1.19版本发布 ([6840b1f](https://git.cloudhw.cn:3443/front-end/react-components/commit/6840b1f)) by: **夜风**
136
+
137
+
138
+ ### 🐛 Bug Fixes
139
+
140
+ * 修复word文档复制的字体大小问题 ([f693ef5](https://git.cloudhw.cn:3443/front-end/react-components/commit/f693ef5)) by: **xuzhengyun**
141
+
142
+
143
+
144
+ ## [3.1.17](https://git.cloudhw.cn:3443/front-end/react-components/compare/v3.1.16...v3.1.17) (2022-10-11)
145
+
146
+
147
+ ### ✨ Features
148
+
149
+ * searchmapinput新增坐标反查 ([b6518d0](https://git.cloudhw.cn:3443/front-end/react-components/commit/b6518d0)) by: **yuyue**
150
+
151
+
152
+ ### 🎫 Chores
153
+
154
+ * release v3.1.17 ([d4df977](https://git.cloudhw.cn:3443/front-end/react-components/commit/d4df977)) by: **wuchengyong@vortexinfo.cn**
155
+
156
+
157
+ ### 🐛 Bug Fixes
158
+
159
+ * 解决Vtxdatagrid初始加载时,数据可能遮盖分页的问题 ([c668ea3](https://git.cloudhw.cn:3443/front-end/react-components/commit/c668ea3)) by: **chenxinyu**
160
+ * 解决Vtxdatagrid在某些情况下会无限延伸的问题 ([503fa06](https://git.cloudhw.cn:3443/front-end/react-components/commit/503fa06)) by: **chenxinyu**
161
+ * 修改vtx-search的showAll=true ([d275db9](https://git.cloudhw.cn:3443/front-end/react-components/commit/d275db9)) by: **xuzhengyun**
162
+ * vtx-search showAll=true 自适应高度修改 ([868b4f5](https://git.cloudhw.cn:3443/front-end/react-components/commit/868b4f5)) by: **xuzhengyun**
163
+
164
+
165
+
166
+ ## [3.1.16](https://git.cloudhw.cn:3443/front-end/react-components/compare/v3.1.14...v3.1.16) (2022-09-28)
167
+
168
+
169
+ ### 🎫 Chores
170
+
171
+ * v3.1.16版本发布 ([91f23f1](https://git.cloudhw.cn:3443/front-end/react-components/commit/91f23f1)) by: **夜风**
172
+
173
+
174
+
175
+ ## [3.1.14](https://git.cloudhw.cn:3443/front-end/react-components/compare/v3.1.13...v3.1.14) (2022-09-27)
176
+
177
+
178
+ ### 🎫 Chores
179
+
180
+ * v3.1.14版本发布 ([9774379](https://git.cloudhw.cn:3443/front-end/react-components/commit/9774379)) by: **夜风**
181
+
182
+
183
+
184
+ ## [3.1.13](https://git.cloudhw.cn:3443/front-end/react-components/compare/v3.1.12...v3.1.13) (2022-09-21)
185
+
186
+
187
+ ### 🎫 Chores
188
+
189
+ * v3.1.13版本发布 ([e6fb032](https://git.cloudhw.cn:3443/front-end/react-components/commit/e6fb032)) by: **夜风**
190
+
191
+
192
+ ### 🐛 Bug Fixes
193
+
194
+ * antd更新导致列表vertical布局样式失效问题 ([f0b7f44](https://git.cloudhw.cn:3443/front-end/react-components/commit/f0b7f44)) by: **夜风**
195
+
196
+
197
+
198
+ ## [3.1.12](https://git.cloudhw.cn:3443/front-end/react-components/compare/v3.1.11...v3.1.12) (2022-08-31)
199
+
200
+
201
+ ### ✨ Features
202
+
203
+ * 修改table-border颜色 ([a32f3c1](https://git.cloudhw.cn:3443/front-end/react-components/commit/a32f3c1)) by: **xuzhengyun**
204
+ * 支持蓝色主题修改了部分变量 ([23273d2](https://git.cloudhw.cn:3443/front-end/react-components/commit/23273d2)) by: **xuzhengyun**
205
+ * vtx-datagrid 暂无数据居上显示 ([e2e5c65](https://git.cloudhw.cn:3443/front-end/react-components/commit/e2e5c65)) by: **xuzhengyun**
206
+
207
+
208
+ ### 🎫 Chores
209
+
210
+ * release v3.1.12 ([3b2fb34](https://git.cloudhw.cn:3443/front-end/react-components/commit/3b2fb34)) by: **wuchengyong@vortexinfo.cn**
211
+ * yarn prettier ([0d4eda0](https://git.cloudhw.cn:3443/front-end/react-components/commit/0d4eda0)) by: **wuchengyong@vortexinfo.cn**
212
+
213
+
214
+
215
+ ## [3.1.11](https://git.cloudhw.cn:3443/front-end/react-components/compare/v3.1.10...v3.1.11) (2022-07-15)
216
+
217
+
218
+ ### ✨ Features
219
+
220
+ * 增加VtxImport2组件 ([b243ac0](https://git.cloudhw.cn:3443/front-end/react-components/commit/b243ac0)) by: **songwenlin**
221
+
222
+
223
+ ### 🎫 Chores
224
+
225
+ * 添加组件vtx-import2 ([09297e0](https://git.cloudhw.cn:3443/front-end/react-components/commit/09297e0)) by: **夜风**
226
+
227
+
228
+
229
+ ## [3.1.10](https://git.cloudhw.cn:3443/front-end/react-components/compare/v3.1.9...v3.1.10) (2022-07-06)
230
+
231
+
232
+ ### 🎫 Chores
233
+
234
+ * release v3.1.10 ([027e61b](https://git.cloudhw.cn:3443/front-end/react-components/commit/027e61b)) by: **wuchengyong@vortexinfo.cn**
235
+
236
+
237
+ ### 🐛 Bug Fixes
238
+
239
+ * 导出VtxStatisticsColumn ([db1b40b](https://git.cloudhw.cn:3443/front-end/react-components/commit/db1b40b)) by: **wuchengyong@vortexinfo.cn**
240
+ * 需求功能完善 ([6be2628](https://git.cloudhw.cn:3443/front-end/react-components/commit/6be2628)) by: **夜风**
241
+
242
+
243
+
244
+ ## [3.1.9](https://git.cloudhw.cn:3443/front-end/react-components/compare/v3.1.8...v3.1.9) (2022-06-29)
245
+
246
+
247
+ ### ✨ Features
248
+
249
+ * 滚动条宽度跟王慧确认是8px ([0bc1cce](https://git.cloudhw.cn:3443/front-end/react-components/commit/0bc1cce)) by: **xuzhengyun**
250
+ * 增加滚动条less变量 ([e371cdf](https://git.cloudhw.cn:3443/front-end/react-components/commit/e371cdf)) by: **xuzhengyun**
251
+ * vtx-search-map-input组件 增加 mapProps,控制地图的展现形式 ([d4bc48b](https://git.cloudhw.cn:3443/front-end/react-components/commit/d4bc48b)) by: **xuzhengyun**
252
+
253
+
254
+ ### 🎫 Chores
255
+
256
+ * release v3.1.9 ([5067aa9](https://git.cloudhw.cn:3443/front-end/react-components/commit/5067aa9)) by: **wuchengyong@vortexinfo.cn**
257
+
258
+
259
+ ### 🐛 Bug Fixes
260
+
261
+ * 帆软请求接口添加Authorization ([b0a09c3](https://git.cloudhw.cn:3443/front-end/react-components/commit/b0a09c3)) by: **linjicai**
262
+ * 请求头Authorization加Bearer ([b8b9ce7](https://git.cloudhw.cn:3443/front-end/react-components/commit/b8b9ce7)) by: **linjicai**
263
+
264
+
265
+
266
+ ## [3.1.8](https://git.cloudhw.cn:3443/front-end/react-components/compare/v3.1.7...v3.1.8) (2022-06-22)
267
+
268
+
269
+ ### 🎫 Chores
270
+
271
+ * release v3.1.8 ([c224d59](https://git.cloudhw.cn:3443/front-end/react-components/commit/c224d59)) by: **wuchengyong@vortexinfo.cn**
272
+
273
+
274
+ ### 🐛 Bug Fixes
275
+
276
+ * @vtx/map 按需引用,解决table固定列的滚动条宽度不能为5px ([b8fe351](https://git.cloudhw.cn:3443/front-end/react-components/commit/b8fe351)) by: **xuzhengyun**
277
+
278
+
279
+
280
+ ## [3.1.7](https://git.cloudhw.cn:3443/front-end/react-components/compare/v3.1.6...v3.1.7) (2022-06-14)
281
+
282
+
283
+ ### 🎫 Chores
284
+
285
+ * release v3.1.7 ([6e0ee22](https://git.cloudhw.cn:3443/front-end/react-components/commit/6e0ee22)) by: **wuchengyong@vortexinfo.cn**
286
+
287
+
288
+ ### 🐛 Bug Fixes
289
+
290
+ * 固定列,没有数据并且表头过长,会隐藏表头 ([b453157](https://git.cloudhw.cn:3443/front-end/react-components/commit/b453157)) by: **xuzhengyun**
291
+
292
+
293
+
294
+ ## [3.1.6](https://git.cloudhw.cn:3443/front-end/react-components/compare/v3.1.5...v3.1.6) (2022-06-14)
295
+
296
+
297
+ ### ✨ Features
298
+
299
+ * 支持暗色主题色 ([8acf295](https://git.cloudhw.cn:3443/front-end/react-components/commit/8acf295)) by: **xuzhengyun**
300
+
301
+
302
+ ### 🎫 Chores
303
+
304
+ * release v3.1.6 ([d91c378](https://git.cloudhw.cn:3443/front-end/react-components/commit/d91c378)) by: **wuchengyong@vortexinfo.cn**
305
+
306
+
307
+
308
+ ## [3.1.5](https://git.cloudhw.cn:3443/front-end/react-components/compare/v3.1.4...v3.1.5) (2022-06-14)
309
+
310
+
311
+ ### ✨ Features
312
+
313
+ * 帆软报表report_code可根据地址栏的reportCode字段获取 ([f0f1fc7](https://git.cloudhw.cn:3443/front-end/react-components/commit/f0f1fc7)) by: **daimengmeng**
314
+ * 去除帆软报表获取report_code的多余参数 ([8fb5dd1](https://git.cloudhw.cn:3443/front-end/react-components/commit/8fb5dd1)) by: **daimengmeng**
315
+
316
+
317
+ ### 🎫 Chores
318
+
319
+ * release v3.1.5 ([a658a78](https://git.cloudhw.cn:3443/front-end/react-components/commit/a658a78)) by: **wuchengyong@vortexinfo.cn**
320
+
321
+
322
+
323
+ ## [3.1.4](https://git.cloudhw.cn:3443/front-end/react-components/compare/v3.1.3...v3.1.4) (2022-06-10)
324
+
325
+
326
+ ### 🎫 Chores
327
+
328
+ * release v3.1.4 ([d0e81f3](https://git.cloudhw.cn:3443/front-end/react-components/commit/d0e81f3)) by: **夜风**
329
+
330
+
331
+
332
+ ## [3.1.3](https://git.cloudhw.cn:3443/front-end/react-components/compare/3.1.2...v3.1.3) (2022-06-10)
333
+
334
+
335
+ ### ✨ Features
336
+
337
+ * 修改上传组件默认为缩略图模式 ([d9cb54a](https://git.cloudhw.cn:3443/front-end/react-components/commit/d9cb54a)) by: **夜风**
338
+
339
+
340
+
341
+ ## [3.1.2](https://git.cloudhw.cn:3443/front-end/react-components/compare/3.1.1...3.1.2) (2022-06-01)
342
+
343
+
344
+ ### ✨ Features
345
+
346
+ * 修改主题色 ([a5d841e](https://git.cloudhw.cn:3443/front-end/react-components/commit/a5d841e)) by: **xuzhengyun**
347
+ * 修改主题色 ([8f345b7](https://git.cloudhw.cn:3443/front-end/react-components/commit/8f345b7)) by: **xuzhengyun**
348
+
349
+
350
+ ### 🎫 Chores
351
+
352
+ * release v3.1.2 ([3df4aa4](https://git.cloudhw.cn:3443/front-end/react-components/commit/3df4aa4)) by: **wuchengyong@vortexinfo.cn**
353
+
354
+
355
+
356
+ ## [3.1.1](https://git.cloudhw.cn:3443/front-end/react-components/compare/3.1.0...3.1.1) (2022-05-17)
357
+
358
+
359
+ ### ✨ Features
360
+
361
+ * 卡片分组标题行高调整为1 ([facb923](https://git.cloudhw.cn:3443/front-end/react-components/commit/facb923)) by: **gongjinhua**
362
+
363
+
364
+ ### 🎫 Chores
365
+
366
+ * 升级antd版本到4.20.5、添加ant-design/icons依赖 ([400ae1a](https://git.cloudhw.cn:3443/front-end/react-components/commit/400ae1a)) by: **wuchengyong@vortexinfo.cn**
367
+ * release v3.1.0 ([c66f038](https://git.cloudhw.cn:3443/front-end/react-components/commit/c66f038)) by: **gongjinhua**
368
+ * release v3.1.1 ([ed08e4b](https://git.cloudhw.cn:3443/front-end/react-components/commit/ed08e4b)) by: **wuchengyong@vortexinfo.cn**
369
+
370
+
371
+ ### 🐛 Bug Fixes
372
+
373
+ * 导入路径修改 ([2200ae8](https://git.cloudhw.cn:3443/front-end/react-components/commit/2200ae8)) by: **gongjinhua**
374
+
375
+
376
+
377
+ # [3.1.0](https://git.cloudhw.cn:3443/front-end/react-components/compare/3.0.1...3.1.0) (2022-03-23)
378
+
379
+
380
+ ### ✨ Features
381
+
382
+ * 表单布局VtxFormLayout新增设置FormItem行内布局 ([2f78633](https://git.cloudhw.cn:3443/front-end/react-components/commit/2f78633)) by: **gongjinhua**
383
+ * 查询布局VtxSearch堆叠属性z-index调整为9 ([e94289a](https://git.cloudhw.cn:3443/front-end/react-components/commit/e94289a)) by: **gongjinhua**
384
+ * 查询布局VtxSearch收起状态时文字说明调整 ([533ffef](https://git.cloudhw.cn:3443/front-end/react-components/commit/533ffef)) by: **gongjinhua**
385
+ * 多行文本禁止拖拽resize: none ([3e71ea4](https://git.cloudhw.cn:3443/front-end/react-components/commit/3e71ea4)) by: **gongjinhua**
386
+ * 新增VtxEllipsisText溢出文本 ([deb2c0c](https://git.cloudhw.cn:3443/front-end/react-components/commit/deb2c0c)) by: **gongjinhua**
387
+ * vtxSearch 查询布局根据VtxSearch的大小来判断 ([c2e2bda](https://git.cloudhw.cn:3443/front-end/react-components/commit/c2e2bda)) by: **xuzhengyun**
388
+
389
+
390
+ ### 🎫 Chores
391
+
392
+ * 移除GitLab链接导航 ([8fd5141](https://git.cloudhw.cn:3443/front-end/react-components/commit/8fd5141)) by: **gongjinhua**
393
+ * release v3.1.0 ([0daa2a0](https://git.cloudhw.cn:3443/front-end/react-components/commit/0daa2a0)) by: **gongjinhua**
394
+
395
+
396
+ ### 🐛 Bug Fixes
397
+
398
+ * 查询布局文本tooltip显示位置优化 ([2d92edd](https://git.cloudhw.cn:3443/front-end/react-components/commit/2d92edd)) by: **gongjinhua**
399
+ * 修复选择器多选时Option设置value时卡片内容未显示值的问题 ([4d982ac](https://git.cloudhw.cn:3443/front-end/react-components/commit/4d982ac)) by: **gongjinhua**
400
+ * checkbox 选中时 固定列 最上面一层透明会 和下面重叠 ([9effc26](https://git.cloudhw.cn:3443/front-end/react-components/commit/9effc26)) by: **xuzhengyun**
401
+
402
+
403
+ ### 📝 Documentation
404
+
405
+ * 文档修改 ([eafb649](https://git.cloudhw.cn:3443/front-end/react-components/commit/eafb649)) by: **gongjinhua**
406
+
407
+
408
+
409
+ ## [3.0.1](https://git.cloudhw.cn:3443/front-end/react-components/compare/3.0.0...3.0.1) (2022-02-18)
410
+
411
+
412
+ ### ✨ Features
413
+
414
+ * 查询布局VtxSearch根据分辨率默认显示不同的列数 ([06d6b30](https://git.cloudhw.cn:3443/front-end/react-components/commit/06d6b30)) by: **gongjinhua**
415
+ * 数据表格操作列按钮最多显示4个,显示逻辑调整 ([cd1d314](https://git.cloudhw.cn:3443/front-end/react-components/commit/cd1d314)) by: **gongjinhua**
416
+
417
+
418
+ ### 🎫 Chores
419
+
420
+ * release v3.0.1 ([6104611](https://git.cloudhw.cn:3443/front-end/react-components/commit/6104611)) by: **gongjinhua**
421
+
422
+
423
+ ### 🐛 Bug Fixes
424
+
425
+ * 修复上传组件beforeUpload无效 ([8f22927](https://git.cloudhw.cn:3443/front-end/react-components/commit/8f22927)) by: **xuzhengyun**
426
+
427
+
428
+
429
+ # [3.0.0](https://git.cloudhw.cn:3443/front-end/react-components/compare/3.0.0-4...3.0.0) (2022-01-17)
430
+
431
+
432
+ ### 🎫 Chores
433
+
434
+ * ahooks版本升级为3.x ([f91a6b7](https://git.cloudhw.cn:3443/front-end/react-components/commit/f91a6b7)) by: **gongjinhua**
435
+ * release v3.0.0 ([9692e6a](https://git.cloudhw.cn:3443/front-end/react-components/commit/9692e6a)) by: **gongjinhua**
436
+
437
+
438
+ ### 🐛 Bug Fixes
439
+
440
+ * 修复分割面板页面初始加载时宽度计算错误的问题 ([5059ca6](https://git.cloudhw.cn:3443/front-end/react-components/commit/5059ca6)) by: **gongjinhua**
441
+
442
+
443
+ ### 📝 Documentation
444
+
445
+ * 结合useAntdTable使用VtxDatagrid示例修改 ([d55b4e9](https://git.cloudhw.cn:3443/front-end/react-components/commit/d55b4e9)) by: **gongjinhua**
446
+
447
+
448
+
449
+ # [3.0.0-4](https://git.cloudhw.cn:3443/front-end/react-components/compare/3.0.0-3...3.0.0-4) (2022-01-16)
450
+
451
+
452
+ ### ✨ Features
453
+
454
+ * @ant-design/icons按需加载 ([ed54592](https://git.cloudhw.cn:3443/front-end/react-components/commit/ed54592)) by: **gongjinhua**
455
+
456
+
457
+ ### 🎫 Chores
458
+
459
+ * release v3.0.0-4 ([e67ec3a](https://git.cloudhw.cn:3443/front-end/react-components/commit/e67ec3a)) by: **gongjinhua**
460
+
461
+
462
+
463
+ # [3.0.0-3](https://git.cloudhw.cn:3443/front-end/react-components/compare/3.0.0-2...3.0.0-3) (2022-01-15)
464
+
465
+
466
+ ### 🎫 Chores
467
+
468
+ * release v3.0.0-3 ([40c4ac0](https://git.cloudhw.cn:3443/front-end/react-components/commit/40c4ac0)) by: **gongjinhua**
469
+
470
+
471
+ ### 🐛 Bug Fixes
472
+
473
+ * 修复表单布局查看模式下样式问题 ([da255e0](https://git.cloudhw.cn:3443/front-end/react-components/commit/da255e0)) by: **gongjinhua**
474
+
475
+
476
+
477
+ # [3.0.0-2](https://git.cloudhw.cn:3443/front-end/react-components/compare/3.0.0-1...3.0.0-2) (2022-01-15)
478
+
479
+
480
+ ### ♻ Code Refactoring
481
+
482
+ * antd样式资源引入路径修改为style/index.js ([9312a5a](https://git.cloudhw.cn:3443/front-end/react-components/commit/9312a5a)) by: **gongjinhua**
483
+
484
+
485
+ ### ✨ Features
486
+
487
+ * 表单列间距调整 ([2843e79](https://git.cloudhw.cn:3443/front-end/react-components/commit/2843e79)) by: **gongjinhua**
488
+ * 主题样式使用antd主题 ([0a9c753](https://git.cloudhw.cn:3443/front-end/react-components/commit/0a9c753)) by: **gongjinhua**
489
+
490
+
491
+ ### 🎫 Chores
492
+
493
+ * release v3.0.0-2 ([58d5001](https://git.cloudhw.cn:3443/front-end/react-components/commit/58d5001)) by: **gongjinhua**
494
+
495
+
496
+ ### 🐛 Bug Fixes
497
+
498
+ * https://github.com/ant-design/ant-design/issues/33007 ([222a1d9](https://git.cloudhw.cn:3443/front-end/react-components/commit/222a1d9)) by: **gongjinhua**
499
+
500
+
501
+ ### 💄 Styles
502
+
503
+ * 格式化 ([72f0993](https://git.cloudhw.cn:3443/front-end/react-components/commit/72f0993)) by: **gongjinhua**
504
+
505
+
506
+
507
+ # [3.0.0-1](https://git.cloudhw.cn:3443/front-end/react-components/compare/3.0.0-0...3.0.0-1) (2022-01-15)
508
+
509
+
510
+ ### ✨ Features
511
+
512
+ * antd加载从es修改为lib ([7c2aaee](https://git.cloudhw.cn:3443/front-end/react-components/commit/7c2aaee)) by: **gongjinhua**
513
+
514
+
515
+ ### 🎫 Chores
516
+
517
+ * release v3.0.0-1 ([c85ba48](https://git.cloudhw.cn:3443/front-end/react-components/commit/c85ba48)) by: **gongjinhua**
518
+
519
+
520
+ ### 📝 Documentation
521
+
522
+ * antd文档跳转地址修改 ([88f7141](https://git.cloudhw.cn:3443/front-end/react-components/commit/88f7141)) by: **gongjinhua**
523
+
524
+
525
+
526
+ # [3.0.0-0](https://git.cloudhw.cn:3443/front-end/react-components/compare/2.5.6...3.0.0-0) (2022-01-12)
527
+
528
+
529
+ ### ✨ Features
530
+
531
+ * 表格固定列时滚动条宽度兼容windows和mac ([bc2d600](https://git.cloudhw.cn:3443/front-end/react-components/commit/bc2d600)) by: **gongjinhua**
532
+ * 上传组件图标升级为@ant-design/icons ([1b10a75](https://git.cloudhw.cn:3443/front-end/react-components/commit/1b10a75)) by: **gongjinhua**
533
+ * 升级到antd4.0 ([5c36c45](https://git.cloudhw.cn:3443/front-end/react-components/commit/5c36c45)) by: **xuzhengyun**
534
+ * 时间控件升级 ([129d8de](https://git.cloudhw.cn:3443/front-end/react-components/commit/129d8de)) by: **gongjinhua**
535
+ * 图标来源修改为@ant-design/icons ([e471038](https://git.cloudhw.cn:3443/front-end/react-components/commit/e471038)) by: **gongjinhua**
536
+ * 增加一些功能 ([76cfea0](https://git.cloudhw.cn:3443/front-end/react-components/commit/76cfea0)) by: **xuzhengyun**
537
+ * antd3升级antd4后Form表单兼容修改 ([219ac1a](https://git.cloudhw.cn:3443/front-end/react-components/commit/219ac1a)) by: **gongjinhua**
538
+ * saveColumns修改为onColumnsSave ([bb82a35](https://git.cloudhw.cn:3443/front-end/react-components/commit/bb82a35)) by: **gongjinhua**
539
+
540
+
541
+ ### 🎫 Chores
542
+
543
+ * 去除styles样式 ([6393ad7](https://git.cloudhw.cn:3443/front-end/react-components/commit/6393ad7)) by: **gongjinhua**
544
+ * 添加2.x版本文档 ([65658da](https://git.cloudhw.cn:3443/front-end/react-components/commit/65658da)) by: **gongjinhua**
545
+ * antd版本升级为^4.18.2 ([ef9d268](https://git.cloudhw.cn:3443/front-end/react-components/commit/ef9d268)) by: **gongjinhua**
546
+ * release v3.0.0-0 ([d9e90c0](https://git.cloudhw.cn:3443/front-end/react-components/commit/d9e90c0)) by: **gongjinhua**
547
+
548
+
549
+ ### 🐛 Bug Fixes
550
+
551
+ * 修复动态改变prefix/suffix时Input会失去焦点的问题 ([e0c7547](https://git.cloudhw.cn:3443/front-end/react-components/commit/e0c7547)) by: **gongjinhua**
552
+ * 修复重置错误的问题 ([a38d111](https://git.cloudhw.cn:3443/front-end/react-components/commit/a38d111)) by: **gongjinhua**
553
+ * 修改isParamEncode检测类型 ([19d6550](https://git.cloudhw.cn:3443/front-end/react-components/commit/19d6550)) by: **gongjinhua**
554
+
555
+
556
+ ### 💄 Styles
557
+
558
+ * 代码格式化 ([ba87a51](https://git.cloudhw.cn:3443/front-end/react-components/commit/ba87a51)) by: **gongjinhua**
559
+
560
+
561
+
562
+ ## [2.5.6](https://git.cloudhw.cn:3443/front-end/react-components/compare/2.5.5...2.5.6) (2021-12-31)
563
+
564
+
565
+ ### 🎫 Chores
566
+
567
+ * release v2.5.6 ([ba51551](https://git.cloudhw.cn:3443/front-end/react-components/commit/ba51551)) by: **gongjinhua**
568
+
569
+
570
+ ### 🐛 Bug Fixes
571
+
572
+ * 修复上传单选时,不能删除的问题 ([cd080e2](https://git.cloudhw.cn:3443/front-end/react-components/commit/cd080e2)) by: **xuzhengyun**
573
+
574
+
575
+
576
+ ## [2.5.5](https://git.cloudhw.cn:3443/front-end/react-components/compare/2.5.4...2.5.5) (2021-12-28)
577
+
578
+
579
+ ### ✨ Features
580
+
581
+ * 表单布局VtxFormLayout内置骨架屏 ([6b4a1eb](https://git.cloudhw.cn:3443/front-end/react-components/commit/6b4a1eb)) by: **gongjinhua**
582
+ * 数据表格下拉框VtxCombogrid查询参数支持自定义getFieldDecorator.options ([f583594](https://git.cloudhw.cn:3443/front-end/react-components/commit/f583594)) by: **gongjinhua**
583
+
584
+
585
+ ### 🎫 Chores
586
+
587
+ * release v2.5.5 ([a0be584](https://git.cloudhw.cn:3443/front-end/react-components/commit/a0be584)) by: **gongjinhua**
588
+
589
+
590
+ ### 🐛 Bug Fixes
591
+
592
+ * 修复VtxUpload上传组件当fileList内值无type类型时报错问题 ([02b975e](https://git.cloudhw.cn:3443/front-end/react-components/commit/02b975e)) by: **gongjinhua**
593
+
594
+
595
+ ### 📝 Documentation
596
+
597
+ * 报表容器VtxRpsFrame添加使用注意提醒 ([4690dd0](https://git.cloudhw.cn:3443/front-end/react-components/commit/4690dd0)) by: **gongjinhua**
598
+ * 树选择VtxZtreeSelect添加父子节点选中状态不再关联示例 ([33082f4](https://git.cloudhw.cn:3443/front-end/react-components/commit/33082f4)) by: **gongjinhua**
599
+ * 文档版本号修改 ([f67e0eb](https://git.cloudhw.cn:3443/front-end/react-components/commit/f67e0eb)) by: **gongjinhua**
600
+
601
+
602
+
603
+ ## [2.5.4](https://git.cloudhw.cn:3443/front-end/react-components/compare/2.5.3...2.5.4) (2021-12-20)
604
+
605
+
606
+ ### ✨ Features
607
+
608
+ * 查询布局展开设置悬浮pointer样式 ([0d9fb91](https://git.cloudhw.cn:3443/front-end/react-components/commit/0d9fb91)) by: **gongjinhua**
609
+ * 上传超过限制数提示信息添加防抖 ([01e4bf0](https://git.cloudhw.cn:3443/front-end/react-components/commit/01e4bf0)) by: **gongjinhua**
610
+
611
+
612
+ ### 🎫 Chores
613
+
614
+ * release v2.5.4 ([548c39d](https://git.cloudhw.cn:3443/front-end/react-components/commit/548c39d)) by: **gongjinhua**
615
+
616
+
617
+ ### 🐛 Bug Fixes
618
+
619
+ * 修复多选,上传文件多余限制数量问题,预览图片仅限图片类型 ([766d537](https://git.cloudhw.cn:3443/front-end/react-components/commit/766d537)) by: **xuzhengyun**
620
+
621
+
622
+ ### 📝 Documentation
623
+
624
+ * 报表容器VtxRpsFrame修改参数data_param类型为object|array ([64ecec4](https://git.cloudhw.cn:3443/front-end/react-components/commit/64ecec4)) by: **gongjinhua**
625
+ * 颜色选择器添加placement说明 ([25a957b](https://git.cloudhw.cn:3443/front-end/react-components/commit/25a957b)) by: **gongjinhua**
626
+
627
+
628
+
629
+ ## [2.5.3](https://git.cloudhw.cn:3443/front-end/react-components/compare/2.5.2...2.5.3) (2021-12-04)
630
+
631
+
632
+ ### ✨ Features
633
+
634
+ * 模态框VtxModal内容区域背景色默认为#ffffff ([bb328c6](https://git.cloudhw.cn:3443/front-end/react-components/commit/bb328c6)) by: **gongjinhua**
635
+ * http请求入参字段改为data ([107e45e](https://git.cloudhw.cn:3443/front-end/react-components/commit/107e45e)) by: **gongjinhua**
636
+
637
+
638
+ ### 🎫 Chores
639
+
640
+ * release v2.5.3 ([792f871](https://git.cloudhw.cn:3443/front-end/react-components/commit/792f871)) by: **gongjinhua**
641
+
642
+
643
+ ### 📝 Documentation
644
+
645
+ * 去除无效代码 ([b54db82](https://git.cloudhw.cn:3443/front-end/react-components/commit/b54db82)) by: **gongjinhua**
646
+
647
+
648
+
649
+ ## [2.5.2](https://git.cloudhw.cn:3443/front-end/react-components/compare/2.5.1...2.5.2) (2021-12-02)
650
+
651
+
652
+ ### 🎫 Chores
653
+
654
+ * release v2.5.2 ([33a8ea1](https://git.cloudhw.cn:3443/front-end/react-components/commit/33a8ea1)) by: **gongjinhua**
655
+
656
+
657
+ ### 🐛 Bug Fixes
658
+
659
+ * 修复VtxFormLayout表单布局Pane和Card高度问题 ([6776b9a](https://git.cloudhw.cn:3443/front-end/react-components/commit/6776b9a)) by: **gongjinhua**
660
+
661
+
662
+
663
+ ## [2.5.1](https://git.cloudhw.cn:3443/front-end/react-components/compare/2.5.0...2.5.1) (2021-12-01)
664
+
665
+
666
+ ### ✨ Features
667
+
668
+ * 数据表格VtxDatagrid单元格无数据时默认显示'-' ([3c68da7](https://git.cloudhw.cn:3443/front-end/react-components/commit/3c68da7)) by: **gongjinhua**
669
+ * 文本域VtxInput.TextArea最大输入长度字段显示位置调整 ([4da91a0](https://git.cloudhw.cn:3443/front-end/react-components/commit/4da91a0)) by: **gongjinhua**
670
+
671
+
672
+ ### 🎫 Chores
673
+
674
+ * 安装less-plugin-npm-import编译less [@import](https://git.cloudhw.cn:3443/import)导入npm文件 ([fd9aa70](https://git.cloudhw.cn:3443/front-end/react-components/commit/fd9aa70)) by: **gongjinhua**
675
+ * release v2.5.1 ([356977c](https://git.cloudhw.cn:3443/front-end/react-components/commit/356977c)) by: **gongjinhua**
676
+
677
+
678
+ ### 📝 Documentation
679
+
680
+ * 表单布局示例修改 ([8032749](https://git.cloudhw.cn:3443/front-end/react-components/commit/8032749)) by: **gongjinhua**
681
+ * 页面布局左右布局示例设置容器样式 ([addc410](https://git.cloudhw.cn:3443/front-end/react-components/commit/addc410)) by: **gongjinhua**
682
+ * 左右布局示例外部容器设置默认宽度1200px ([e46da59](https://git.cloudhw.cn:3443/front-end/react-components/commit/e46da59)) by: **gongjinhua**
683
+
684
+
685
+
686
+ # [2.5.0](https://git.cloudhw.cn:3443/front-end/react-components/compare/2.4.2...2.5.0) (2021-11-23)
687
+
688
+
689
+ ### ✨ Features
690
+
691
+ * 报表VtxRpsFrame属性data_param支持Array ([0b590ef](https://git.cloudhw.cn:3443/front-end/react-components/commit/0b590ef)) by: **gongjinhua**
692
+ * 表单布局VtxFormLayout标签名称后去除冒号":"显示 ([a9e2cdc](https://git.cloudhw.cn:3443/front-end/react-components/commit/a9e2cdc)) by: **gongjinhua**
693
+ * 表单布局VtxFormLayout布局模式修改 ([46c6cc8](https://git.cloudhw.cn:3443/front-end/react-components/commit/46c6cc8)) by: **gongjinhua**
694
+ * 表单布局VtxFormLayout修改 ([0ea5e88](https://git.cloudhw.cn:3443/front-end/react-components/commit/0ea5e88)) by: **gongjinhua**
695
+ * 表单组件VtxFormLayout标签分组和窗格分组 ([59f0495](https://git.cloudhw.cn:3443/front-end/react-components/commit/59f0495)) by: **gongjinhua**
696
+ * 表格VtxDatagrid单元格去除选中背景色 ([f5fade9](https://git.cloudhw.cn:3443/front-end/react-components/commit/f5fade9)) by: **gongjinhua**
697
+ * 表格VtxDatagrid空数据时图标修改,表格样式调整 ([b7a8888](https://git.cloudhw.cn:3443/front-end/react-components/commit/b7a8888)) by: **gongjinhua**
698
+ * 查询布局VtxSearch样式修改 ([4d93dfd](https://git.cloudhw.cn:3443/front-end/react-components/commit/4d93dfd)) by: **gongjinhua**
699
+ * 模态框新增标题VtxModal.Title组件 ([2dafc6a](https://git.cloudhw.cn:3443/front-end/react-components/commit/2dafc6a)) by: **gongjinhua**
700
+ * 模态框VtxModal上下内间距调整为20px ([31a2ff2](https://git.cloudhw.cn:3443/front-end/react-components/commit/31a2ff2)) by: **gongjinhua**
701
+ * 模态框VtxModal新增大小配置 ([de1eaa0](https://git.cloudhw.cn:3443/front-end/react-components/commit/de1eaa0)) by: **gongjinhua**
702
+ * 上传附近VtxUpload支持自定义headers和beforeUpload回调中添加file参数 ([1f41160](https://git.cloudhw.cn:3443/front-end/react-components/commit/1f41160)) by: **gongjinhua**
703
+ * 树ztree搜索框间距调整为12px ([28f857c](https://git.cloudhw.cn:3443/front-end/react-components/commit/28f857c)) by: **gongjinhua**
704
+ * 数据表格VtxDatagrid添加indexFixed属性 ([5492760](https://git.cloudhw.cn:3443/front-end/react-components/commit/5492760)) by: **gongjinhua**
705
+ * 数据表格VtxDatagrid新增统计列 ([f3f5477](https://git.cloudhw.cn:3443/front-end/react-components/commit/f3f5477)) by: **gongjinhua**
706
+ * 文本框VtxInput设置autocomplete为false关闭自动完成 ([549c638](https://git.cloudhw.cn:3443/front-end/react-components/commit/549c638)) by: **gongjinhua**
707
+ * 文本VtxInput默认过滤两边空格 ([bd9ae00](https://git.cloudhw.cn:3443/front-end/react-components/commit/bd9ae00)) by: **gongjinhua**
708
+ * 下拉树VtxZtreeSelect清除图标样式和Antd样式统一 ([26befd7](https://git.cloudhw.cn:3443/front-end/react-components/commit/26befd7)) by: **gongjinhua**
709
+ * 下拉选VtxSelect默认支持清除 ([76e54bf](https://git.cloudhw.cn:3443/front-end/react-components/commit/76e54bf)) by: **gongjinhua**
710
+ * 新增可横向滚动列VtxScrollableRow ([3920852](https://git.cloudhw.cn:3443/front-end/react-components/commit/3920852)) by: **gongjinhua**
711
+ * 新增统计栏VtxStatisticsColumn ([f7a615b](https://git.cloudhw.cn:3443/front-end/react-components/commit/f7a615b)) by: **gongjinhua**
712
+ * 页面布局新增CRUD布局 ([f6bb676](https://git.cloudhw.cn:3443/front-end/react-components/commit/f6bb676)) by: **gongjinhua**
713
+ * 页面布局VtxPageLayout添加统计表格布局 ([44c9f81](https://git.cloudhw.cn:3443/front-end/react-components/commit/44c9f81)) by: **gongjinhua**
714
+ * 页面布局VtxPageLayout新增左右布局窗格 ([184b7e5](https://git.cloudhw.cn:3443/front-end/react-components/commit/184b7e5)) by: **gongjinhua**
715
+
716
+
717
+ ### 🎫 Chores
718
+
719
+ * 调整demo内样式 ([47e2145](https://git.cloudhw.cn:3443/front-end/react-components/commit/47e2145)) by: **gongjinhua**
720
+ * 设置antd主题样式border-radius-base为2px ([bb88a79](https://git.cloudhw.cn:3443/front-end/react-components/commit/bb88a79)) by: **gongjinhua**
721
+ * release v2.5.0 ([d7de29b](https://git.cloudhw.cn:3443/front-end/react-components/commit/d7de29b)) by: **gongjinhua**
722
+
723
+
724
+ ### 🐛 Bug Fixes
725
+
726
+ * 修复分割面板VtxSplitPane组件销毁后onresize监听事件仍存在导致报错的问题 ([08186c4](https://git.cloudhw.cn:3443/front-end/react-components/commit/08186c4)) by: **gongjinhua**
727
+ * 暂时使用本地变量打包,后续改成antd主题文件中获取 ([b2bf089](https://git.cloudhw.cn:3443/front-end/react-components/commit/b2bf089)) by: **gongjinhua**
728
+
729
+
730
+ ### 📝 Documentation
731
+
732
+ * 版本号修改为2.5.0 ([081963b](https://git.cloudhw.cn:3443/front-end/react-components/commit/081963b)) by: **gongjinhua**
733
+ * 表单布局示例文字修改 ([4c6bf94](https://git.cloudhw.cn:3443/front-end/react-components/commit/4c6bf94)) by: **gongjinhua**
734
+ * 表单布局文档示例中模态框宽度使用VtxModal.size ([8f5c0aa](https://git.cloudhw.cn:3443/front-end/react-components/commit/8f5c0aa)) by: **gongjinhua**
735
+ * 表格列设置示例修改 ([2a5c92c](https://git.cloudhw.cn:3443/front-end/react-components/commit/2a5c92c)) by: **gongjinhua**
736
+ * 数据表格VtxDatagrid添加固定列示例 ([30b9753](https://git.cloudhw.cn:3443/front-end/react-components/commit/30b9753)) by: **gongjinhua**
737
+ * 添加富文本空值检验示例 ([00f31c7](https://git.cloudhw.cn:3443/front-end/react-components/commit/00f31c7)) by: **gongjinhua**
738
+ * 添加模态框VtxModal大小配置 ([71b847d](https://git.cloudhw.cn:3443/front-end/react-components/commit/71b847d)) by: **gongjinhua**
739
+ * 统计栏VtxStatisticsColumn归类到数据显示中 ([4a856aa](https://git.cloudhw.cn:3443/front-end/react-components/commit/4a856aa)) by: **gongjinhua**
740
+ * 完善统计栏VtxStatisticsColumn文档 ([bce60c9](https://git.cloudhw.cn:3443/front-end/react-components/commit/bce60c9)) by: **gongjinhua**
741
+ * 样式调整 ([2668d35](https://git.cloudhw.cn:3443/front-end/react-components/commit/2668d35)) by: **gongjinhua**
742
+
743
+
744
+
745
+ ## [2.4.2](https://git.cloudhw.cn:3443/front-end/react-components/compare/2.4.1...2.4.2) (2021-10-25)
746
+
747
+
748
+ ### 🎫 Chores
749
+
750
+ * release v2.4.2 ([f70e16f](https://git.cloudhw.cn:3443/front-end/react-components/commit/f70e16f)) by: **gongjinhua**
751
+
752
+
753
+ ### 🐛 Bug Fixes
754
+
755
+ * 修复VtxImage放大预览时图片路径不全导致图片显示错误的问题 ([e77a582](https://git.cloudhw.cn:3443/front-end/react-components/commit/e77a582)) by: **gongjinhua**
756
+
757
+
758
+
759
+ ## [2.4.1](https://git.cloudhw.cn:3443/front-end/react-components/compare/2.4.0...2.4.1) (2021-10-22)
760
+
761
+
762
+ ### ✨ Features
763
+
764
+ * 数据表格VtxDatagrid列设置隐藏新增显示列visibleColumnKeys字段 ([3d5d037](https://git.cloudhw.cn:3443/front-end/react-components/commit/3d5d037)) by: **gongjinhua**
765
+
766
+
767
+ ### 🎫 Chores
768
+
769
+ * release v2.4.1 ([83276a3](https://git.cloudhw.cn:3443/front-end/react-components/commit/83276a3)) by: **gongjinhua**
770
+
771
+
772
+ ### 🐛 Bug Fixes
773
+
774
+ * 修复VtxCombogrid结合Form使用时ref指向混乱的问题 ([b0f116f](https://git.cloudhw.cn:3443/front-end/react-components/commit/b0f116f)) by: **gongjinhua**
775
+
776
+
777
+
778
+ # [2.4.0](https://git.cloudhw.cn:3443/front-end/react-components/compare/2.3.4...2.4.0) (2021-09-18)
779
+
780
+
781
+ ### ✨ Features
782
+
783
+ * 新增VtxSignature签名组件 ([9019271](https://git.cloudhw.cn:3443/front-end/react-components/commit/9019271)) by: **gongjinhua**
784
+
785
+
786
+ ### 🎫 Chores
787
+
788
+ * release v2.4.0 ([353075c](https://git.cloudhw.cn:3443/front-end/react-components/commit/353075c)) by: **gongjinhua**
789
+
790
+
791
+
792
+ ## [2.3.4](https://git.cloudhw.cn:3443/front-end/react-components/compare/2.3.3...2.3.4) (2021-09-16)
793
+
794
+
795
+ ### ✨ Features
796
+
797
+ * 数据表格下拉框VtxCombogrid支持主动触发刷新接口数据 ([3c48177](https://git.cloudhw.cn:3443/front-end/react-components/commit/3c48177)) by: **gongjinhua**
798
+
799
+
800
+ ### 🎫 Chores
801
+
802
+ * release v2.3.4 ([8822b97](https://git.cloudhw.cn:3443/front-end/react-components/commit/8822b97)) by: **gongjinhua**
803
+
804
+
805
+ ### 🐛 Bug Fixes
806
+
807
+ * 文本域VtxInput.TextArea修复设置默认值为null或undefined时已输入数显示错误的问题 ([4b5d294](https://git.cloudhw.cn:3443/front-end/react-components/commit/4b5d294)) by: **gongjinhua**
808
+
809
+
810
+
811
+ ## [2.3.3](https://git.cloudhw.cn:3443/front-end/react-components/compare/2.3.2...2.3.3) (2021-09-08)
812
+
813
+
814
+ ### ✨ Features
815
+
816
+ * 表单布局VtxFormLayout支持设置mode="view" ([e6b8e50](https://git.cloudhw.cn:3443/front-end/react-components/commit/e6b8e50)) by: **yemu**
817
+ * 图片VtxImage支持同时设置缩略图和原图 ([3e19661](https://git.cloudhw.cn:3443/front-end/react-components/commit/3e19661)) by: **yemu**
818
+
819
+
820
+ ### 🎫 Chores
821
+
822
+ * release v2.3.3 ([1a64610](https://git.cloudhw.cn:3443/front-end/react-components/commit/1a64610)) by: **yemu**
823
+
824
+
825
+
826
+ ## [2.3.2](https://git.cloudhw.cn:3443/front-end/react-components/compare/2.3.1...2.3.2) (2021-08-12)
827
+
828
+
829
+ ### 🎫 Chores
830
+
831
+ * release v2.3.2 ([4a10be0](https://git.cloudhw.cn:3443/front-end/react-components/commit/4a10be0)) by: **yemu**
832
+
833
+
834
+ ### 🐛 Bug Fixes
835
+
836
+ * 修复VtxSelect选择器在VtxSearch显示不全的问题 ([024cdf6](https://git.cloudhw.cn:3443/front-end/react-components/commit/024cdf6)) by: **yemu**
837
+
838
+
839
+
840
+ ## [2.3.1](https://git.cloudhw.cn:3443/front-end/react-components/compare/2.3.0...2.3.1) (2021-08-11)
841
+
842
+
843
+ ### ✨ Features
844
+
845
+ * 数据表格VtxDatagrid支持设置刷新按钮图标是否可见 ([5fc7bfb](https://git.cloudhw.cn:3443/front-end/react-components/commit/5fc7bfb)) by: **yemu**
846
+ * 选择器VtxSelect设置getPopupContainer为本身父级DIV ([187ec27](https://git.cloudhw.cn:3443/front-end/react-components/commit/187ec27)) by: **yemu**
847
+
848
+
849
+ ### 🎫 Chores
850
+
851
+ * release v2.3.1 ([672dbaf](https://git.cloudhw.cn:3443/front-end/react-components/commit/672dbaf)) by: **yemu**
852
+
853
+
854
+ ### 🐛 Bug Fixes
855
+
856
+ * 上传VtxUpload修复设置viewMode时删除按钮仍存在的问题 ([3e78948](https://git.cloudhw.cn:3443/front-end/react-components/commit/3e78948)) by: **yemu**
857
+ * 修复VtxRpsFrame获取iframeName错误的问题 ([415e68f](https://git.cloudhw.cn:3443/front-end/react-components/commit/415e68f)) by: **yemu**
858
+
859
+
860
+ ### 📝 Documentation
861
+
862
+ * refreshIconVisible使用版本修改 ([ce7ad94](https://git.cloudhw.cn:3443/front-end/react-components/commit/ce7ad94)) by: **yemu**
863
+
864
+
865
+
866
+ # [2.3.0](https://git.cloudhw.cn:3443/front-end/react-components/compare/2.2.2...2.3.0) (2021-08-03)
867
+
868
+
869
+ ### ♻ Code Refactoring
870
+
871
+ * 颜色选取器VtxColorPicker内Input改为按需加载 ([b5bffd6](https://git.cloudhw.cn:3443/front-end/react-components/commit/b5bffd6)) by: **yemu**
872
+
873
+
874
+ ### ✨ Features
875
+
876
+ * 导出VtxExport支持自定义按钮文本并在afterExport回调函数中添加状态 ([0609166](https://git.cloudhw.cn:3443/front-end/react-components/commit/0609166)) by: **yemu**
877
+ * 富文本VtxEditor支持配置downloadFileOrigin ([5916020](https://git.cloudhw.cn:3443/front-end/react-components/commit/5916020)) by: **yemu**
878
+ * 数据表格下拉框VtxCombogrid支持跨分页选择 ([d698b4e](https://git.cloudhw.cn:3443/front-end/react-components/commit/d698b4e)) by: **yemu**
879
+ * 新增去地图VtxSearchMapInput ([2eff369](https://git.cloudhw.cn:3443/front-end/react-components/commit/2eff369)) by: **yemu**
880
+ * 新增VtxColorPicker颜色选择器 ([941d336](https://git.cloudhw.cn:3443/front-end/react-components/commit/941d336)) by: **yemu**
881
+
882
+
883
+ ### 🎫 Chores
884
+
885
+ * release v2.3.0 ([c4d9d35](https://git.cloudhw.cn:3443/front-end/react-components/commit/c4d9d35)) by: **yemu**
886
+
887
+
888
+ ### 🐛 Bug Fixes
889
+
890
+ * 修复VtxDatePicker同时设置latestSelectableDate和value时最大可选时间不正确的问题 ([b1a5bc7](https://git.cloudhw.cn:3443/front-end/react-components/commit/b1a5bc7)) by: **yemu**
891
+
892
+
893
+ ### 📝 Documentation
894
+
895
+ * 表格VtxDategrid添加排序使用示例 ([1a1016b](https://git.cloudhw.cn:3443/front-end/react-components/commit/1a1016b)) by: **yemu**
896
+
897
+
898
+
899
+ ## [2.2.2](https://git.cloudhw.cn:3443/front-end/react-components/compare/2.2.1...2.2.2) (2021-07-29)
900
+
901
+
902
+ ### ♻ Code Refactoring
903
+
904
+ * 优化VtxSearch,VtxUplad示例写法 ([89e8a8c](https://git.cloudhw.cn:3443/front-end/react-components/commit/89e8a8c)) by: **cxy**
905
+
906
+
907
+ ### 🎫 Chores
908
+
909
+ * 添加hooks校验 ([e937459](https://git.cloudhw.cn:3443/front-end/react-components/commit/e937459)) by: **yemu**
910
+ * eslint关闭react-hooks/exhaustive-deps ([0382ce9](https://git.cloudhw.cn:3443/front-end/react-components/commit/0382ce9)) by: **yemu**
911
+ * release v2.2.2 ([4134800](https://git.cloudhw.cn:3443/front-end/react-components/commit/4134800)) by: **yemu**
912
+
913
+
914
+ ### 🐛 Bug Fixes
915
+
916
+ * 修复VtxSearch动态改变查询条件时有报错的问题 ([cd0ca93](https://git.cloudhw.cn:3443/front-end/react-components/commit/cd0ca93)) by: **cxy**
917
+
918
+
919
+
920
+ ## [2.2.1](https://git.cloudhw.cn:3443/front-end/react-components/compare/2.2.0...2.2.1) (2021-07-20)
921
+
922
+
923
+ ### ✨ Features
924
+
925
+ * 日期VtxDatePicker组件支持设置earliestSelectableDate和latestSelectableDate ([be9a4d3](https://git.cloudhw.cn:3443/front-end/react-components/commit/be9a4d3)) by: **yemu**
926
+
927
+
928
+ ### 🎫 Chores
929
+
930
+ * release v2.2.1 ([5022f94](https://git.cloudhw.cn:3443/front-end/react-components/commit/5022f94)) by: **yemu**
931
+
932
+
933
+ ### 🐛 Bug Fixes
934
+
935
+ * 修复VtxExport导出时文件名解析错误的问题 ([88c80f3](https://git.cloudhw.cn:3443/front-end/react-components/commit/88c80f3)) by: **cxy**
936
+ * 修复VtxZtreeSelect设置disabled为true时样式还是readOnly的问题 ([c0daa81](https://git.cloudhw.cn:3443/front-end/react-components/commit/c0daa81)) by: **yemu**
937
+
938
+
939
+ ### 💄 Styles
940
+
941
+ * 代码格式化 ([f958789](https://git.cloudhw.cn:3443/front-end/react-components/commit/f958789)) by: **yemu**
942
+
943
+
944
+ ### 📝 Documentation
945
+
946
+ * 纠正VtxZtreeSelect文档错误API ([f88073e](https://git.cloudhw.cn:3443/front-end/react-components/commit/f88073e)) by: **yemu**
947
+
948
+
949
+
950
+ # [2.2.0](https://git.cloudhw.cn:3443/front-end/react-components/compare/2.1.13...2.2.0) (2021-07-14)
951
+
952
+
953
+ ### ✨ Features
954
+
955
+ * 表单布局VtxFormLayout当label溢出时显示...字段 ([d318580](https://git.cloudhw.cn:3443/front-end/react-components/commit/d318580)) by: **yemu**
956
+ * 新增VtxEditor富文本 ([554ccbd](https://git.cloudhw.cn:3443/front-end/react-components/commit/554ccbd)) by: **yemu**
957
+
958
+
959
+ ### 🎫 Chores
960
+
961
+ * release v2.2.0 ([eca716d](https://git.cloudhw.cn:3443/front-end/react-components/commit/eca716d)) by: **yemu**
962
+
963
+
964
+ ### 🐛 Bug Fixes
965
+
966
+ * 修复VtxUpload设置showUploadList为false无效的问题 ([ca3e2ac](https://git.cloudhw.cn:3443/front-end/react-components/commit/ca3e2ac)) by: **yemu**
967
+
968
+
969
+
970
+ ## [2.1.13](https://git.cloudhw.cn:3443/front-end/react-components/compare/2.1.12...2.1.13) (2021-07-13)
971
+
972
+
973
+ ### ✨ Features
974
+
975
+ * 文本框VtxInput属性placeholder设置默认值‘请输入’ ([721376b](https://git.cloudhw.cn:3443/front-end/react-components/commit/721376b)) by: **yemu**
976
+
977
+
978
+ ### 🎫 Chores
979
+
980
+ * release v2.1.13 ([c437bad](https://git.cloudhw.cn:3443/front-end/react-components/commit/c437bad)) by: **yemu**
981
+
982
+
983
+ ### 🐛 Bug Fixes
984
+
985
+ * 解决VtxSearch设置showAll为true会陷入死循环的问题 ([5fefac5](https://git.cloudhw.cn:3443/front-end/react-components/commit/5fefac5)) by: **cxy**
986
+ * 解决VtxUpload下载文件名为中文时会乱码的问题 ([1d96cf8](https://git.cloudhw.cn:3443/front-end/react-components/commit/1d96cf8)) by: **cxy**
987
+
988
+
989
+
990
+ ## [2.1.12](https://git.cloudhw.cn:3443/front-end/react-components/compare/2.1.11...2.1.12) (2021-07-05)
991
+
992
+
993
+ ### ✨ Features
994
+
995
+ * 文本VtxInput默认过滤常见特殊字符,支持自定义配置 ([9ab1ab3](https://git.cloudhw.cn:3443/front-end/react-components/commit/9ab1ab3)) by: **yemu**
996
+
997
+
998
+ ### 🎫 Chores
999
+
1000
+ * 安装lodash.clonedeep和lodash.difference依赖 ([fb86b0f](https://git.cloudhw.cn:3443/front-end/react-components/commit/fb86b0f)) by: **yemu**
1001
+ * release v2.1.12 ([5c5feb1](https://git.cloudhw.cn:3443/front-end/react-components/commit/5c5feb1)) by: **yemu**
1002
+
1003
+
1004
+
1005
+ ## [2.1.11](https://git.cloudhw.cn:3443/front-end/react-components/compare/2.1.10...2.1.11) (2021-06-28)
1006
+
1007
+
1008
+ ### 🎫 Chores
1009
+
1010
+ * release v2.1.11 ([783d181](https://git.cloudhw.cn:3443/front-end/react-components/commit/783d181)) by: **yemu**
1011
+
1012
+
1013
+ ### 🐛 Bug Fixes
1014
+
1015
+ * 修复VtxSelect多选模式下value值不为数组会报错的问题 ([e505b04](https://git.cloudhw.cn:3443/front-end/react-components/commit/e505b04)) by: **cxy**
1016
+
1017
+
1018
+
1019
+ ## [2.1.10](https://git.cloudhw.cn:3443/front-end/react-components/compare/2.1.9...2.1.10) (2021-06-16)
1020
+
1021
+
1022
+ ### ♻ Code Refactoring
1023
+
1024
+ * 导入,导出接口请求头添加token认证 ([5149d25](https://git.cloudhw.cn:3443/front-end/react-components/commit/5149d25)) by: **cxy**
1025
+ * 组件VtxInput,VtxSelect添加默认placeholder ([d52a595](https://git.cloudhw.cn:3443/front-end/react-components/commit/d52a595)) by: **cxy**
1026
+ * 组件VtxUpload文档完善,添加了变更点描述 ([aba78f6](https://git.cloudhw.cn:3443/front-end/react-components/commit/aba78f6)) by: **cxy**
1027
+
1028
+
1029
+ ### ✨ Features
1030
+
1031
+ * 组件VtxSelect多选模式添加全选功能 ([b305bb6](https://git.cloudhw.cn:3443/front-end/react-components/commit/b305bb6)) by: **cxy**
1032
+
1033
+
1034
+ ### 🎫 Chores
1035
+
1036
+ * release v2.1.10 ([55bb904](https://git.cloudhw.cn:3443/front-end/react-components/commit/55bb904)) by: **yemu**
1037
+
1038
+
1039
+
1040
+ ## [2.1.9](https://git.cloudhw.cn:3443/front-end/react-components/compare/2.1.8...2.1.9) (2021-06-01)
1041
+
1042
+
1043
+ ### 🎫 Chores
1044
+
1045
+ * 添加 no-console ([c4ca231](https://git.cloudhw.cn:3443/front-end/react-components/commit/c4ca231)) by: **yemu**
1046
+ * release v2.1.9 ([c6d5bf2](https://git.cloudhw.cn:3443/front-end/react-components/commit/c6d5bf2)) by: **yemu**
1047
+
1048
+
1049
+ ### 🐛 Bug Fixes
1050
+
1051
+ * 修复VtxSelect多选时,查看全部,字段过长时会超出框外的问题 ([760dfea](https://git.cloudhw.cn:3443/front-end/react-components/commit/760dfea)) by: **cxy**
1052
+ * fix lint no-console ([eac39da](https://git.cloudhw.cn:3443/front-end/react-components/commit/eac39da)) by: **yemu**
1053
+
1054
+
1055
+
1056
+ ## [2.1.8](https://git.cloudhw.cn:3443/front-end/react-components/compare/2.1.7...2.1.8) (2021-05-24)
1057
+
1058
+
1059
+ ### ♻ Code Refactoring
1060
+
1061
+ * 修改导入失败的验证逻辑 ([08d0b55](https://git.cloudhw.cn:3443/front-end/react-components/commit/08d0b55)) by: **cxy**
1062
+ * 组件VtxModal适配小屏,避免大数据量下屏幕产生滚动条 ([a4916eb](https://git.cloudhw.cn:3443/front-end/react-components/commit/a4916eb)) by: **cxy**
1063
+
1064
+
1065
+ ### ✨ Features
1066
+
1067
+ * 公共资源地址'120.26.217.62:25048'替换为'//vortexplugin.cloudhw.cn/ztree' ([6cf177f](https://git.cloudhw.cn:3443/front-end/react-components/commit/6cf177f)) by: **yemu**
1068
+
1069
+
1070
+ ### 🎫 Chores
1071
+
1072
+ * release v2.1.8 ([6b48f6c](https://git.cloudhw.cn:3443/front-end/react-components/commit/6b48f6c)) by: **yemu**
1073
+
1074
+
1075
+
1076
+ ## [2.1.7](https://git.cloudhw.cn:3443/front-end/react-components/compare/2.1.6...2.1.7) (2021-05-13)
1077
+
1078
+
1079
+ ### 🎫 Chores
1080
+
1081
+ * release v2.1.7 ([e6190a0](https://git.cloudhw.cn:3443/front-end/react-components/commit/e6190a0)) by: **yemu**
1082
+
1083
+
1084
+ ### 🐛 Bug Fixes
1085
+
1086
+ * 修复设置列隐藏时操作按钮消失的问题 ([95c6a01](https://git.cloudhw.cn:3443/front-end/react-components/commit/95c6a01)) by: **yemu**
1087
+ * 修复vtximport报错信息弹框数据多时没有滚动条的问题 ([7edf23a](https://git.cloudhw.cn:3443/front-end/react-components/commit/7edf23a)) by: **cxy**
1088
+ * 修复vtxSelect多选模式下查看全部选项样式会不正确的问题 ([303c485](https://git.cloudhw.cn:3443/front-end/react-components/commit/303c485)) by: **cxy**
1089
+ * 修复vtxSplitPane会出现一边空白不显示的问题 ([959318f](https://git.cloudhw.cn:3443/front-end/react-components/commit/959318f)) by: **cxy**
1090
+ * 修复vtxSplitPane拖动时一半页面会消失的问题 ([f8d8aed](https://git.cloudhw.cn:3443/front-end/react-components/commit/f8d8aed)) by: **cxy**
1091
+
1092
+
1093
+
1094
+ ## [2.1.6](https://git.cloudhw.cn:3443/front-end/react-components/compare/2.1.5...2.1.6) (2021-05-06)
1095
+
1096
+
1097
+ ### ♻ Code Refactoring
1098
+
1099
+ * 组件VtxUpload删除对文件类型的校验,请自行校验 ([1404d52](https://git.cloudhw.cn:3443/front-end/react-components/commit/1404d52)) by: **cxy**
1100
+
1101
+
1102
+ ### 🎫 Chores
1103
+
1104
+ * release v2.1.6 ([569d3e6](https://git.cloudhw.cn:3443/front-end/react-components/commit/569d3e6)) by: **yemu**
1105
+
1106
+
1107
+ ### 🐛 Bug Fixes
1108
+
1109
+ * 修复查询条件动态加载数量不对的问题 ([e7cea44](https://git.cloudhw.cn:3443/front-end/react-components/commit/e7cea44)) by: **cxy**
1110
+ * 修复VtxSplitPane收缩按钮被VtxSearch覆盖的问题 ([fcb70ab](https://git.cloudhw.cn:3443/front-end/react-components/commit/fcb70ab)) by: **cxy**
1111
+
1112
+
1113
+
1114
+ ## [2.1.5](https://git.cloudhw.cn:3443/front-end/react-components/compare/2.1.3...2.1.5) (2021-04-29)
1115
+
1116
+
1117
+ ### ♻ Code Refactoring
1118
+
1119
+ * 更改数据验证提示形式 ([63f7fdb](https://git.cloudhw.cn:3443/front-end/react-components/commit/63f7fdb)) by: **cxy**
1120
+ * 完善导入后的错误判断 ([23012ed](https://git.cloudhw.cn:3443/front-end/react-components/commit/23012ed)) by: **cxy**
1121
+
1122
+
1123
+ ### 🎫 Chores
1124
+
1125
+ * release v2.1.3 ([1724f4e](https://git.cloudhw.cn:3443/front-end/react-components/commit/1724f4e)) by: **cxy**
1126
+ * release v2.1.5 ([df6822e](https://git.cloudhw.cn:3443/front-end/react-components/commit/df6822e)) by: **yemu**
1127
+
1128
+
1129
+ ### 🐛 Bug Fixes
1130
+
1131
+ * 修复动态渲染数据无法更新的问题 ([93f827c](https://git.cloudhw.cn:3443/front-end/react-components/commit/93f827c)) by: **cxy**
1132
+ * 修复提示前端提示被覆盖的问题 ([6964217](https://git.cloudhw.cn:3443/front-end/react-components/commit/6964217)) by: **cxy**
1133
+ * value添加string类型支持 ([ac75e87](https://git.cloudhw.cn:3443/front-end/react-components/commit/ac75e87)) by: **cxy**
1134
+
1135
+
1136
+
1137
+ ## [2.1.3](https://git.cloudhw.cn:3443/front-end/react-components/compare/2.1.1...2.1.3) (2021-04-25)
1138
+
1139
+
1140
+ ### 🎫 Chores
1141
+
1142
+ * 添加version指令 ([42556dc](https://git.cloudhw.cn:3443/front-end/react-components/commit/42556dc)) by: **yemu**
1143
+ * release v2.1.2 ([27d49cc](https://git.cloudhw.cn:3443/front-end/react-components/commit/27d49cc)) by: **yemu**
1144
+ * release v2.1.3 ([a3a812c](https://git.cloudhw.cn:3443/front-end/react-components/commit/a3a812c)) by: **yemu**
1145
+ * useThumbnaily修改写法 ([ed5640d](https://git.cloudhw.cn:3443/front-end/react-components/commit/ed5640d)) by: **cxy**
1146
+
1147
+
1148
+ ### 🐛 Bug Fixes
1149
+
1150
+ * 修复Dropdown组件trigger属性值类型不正确导致类型报错的问题 ([59a032f](https://git.cloudhw.cn:3443/front-end/react-components/commit/59a032f)) by: **yemu**
1151
+
1152
+
1153
+ ### 📝 Documentation
1154
+
1155
+ * 文档修改 ([f84c034](https://git.cloudhw.cn:3443/front-end/react-components/commit/f84c034)) by: **yemu**
1156
+
1157
+
1158
+
1159
+ ## [2.1.1](https://git.cloudhw.cn:3443/front-end/react-components/compare/2.1.0...2.1.1) (2021-04-23)
1160
+
1161
+
1162
+ ### ♻ Code Refactoring
1163
+
1164
+ * 修改代码结构并添加一些新功能 ([d222713](https://git.cloudhw.cn:3443/front-end/react-components/commit/d222713)) by: **cxy**
1165
+ * 重构代码 ([0429c0d](https://git.cloudhw.cn:3443/front-end/react-components/commit/0429c0d)) by: **cxy**
1166
+
1167
+
1168
+ ### ✨ Features
1169
+
1170
+ * 上传文件请求头添加token认证 ([ea63c54](https://git.cloudhw.cn:3443/front-end/react-components/commit/ea63c54)) by: **cxy**
1171
+ * 添加获取url参数方法 ([8f62e16](https://git.cloudhw.cn:3443/front-end/react-components/commit/8f62e16)) by: **cxy**
1172
+
1173
+
1174
+ ### 🎫 Chores
1175
+
1176
+ * 更改下载方式,下载时添加token ([678edbb](https://git.cloudhw.cn:3443/front-end/react-components/commit/678edbb)) by: **cxy**
1177
+ * 添加@vtx/utils依赖 ([e1b2a77](https://git.cloudhw.cn:3443/front-end/react-components/commit/e1b2a77)) by: **cxy**
1178
+ * 修改Gitlab为GitLab ([e8f86a0](https://git.cloudhw.cn:3443/front-end/react-components/commit/e8f86a0)) by: **cxy**
1179
+ * demo描述更改 ([b0eb552](https://git.cloudhw.cn:3443/front-end/react-components/commit/b0eb552)) by: **chenxinyu**
1180
+ * demo完善 ([055e437](https://git.cloudhw.cn:3443/front-end/react-components/commit/055e437)) by: **cxy**
1181
+ * release v2.1.1 ([1bbae68](https://git.cloudhw.cn:3443/front-end/react-components/commit/1bbae68)) by: **yemu**
1182
+
1183
+
1184
+ ### 🐛 Bug Fixes
1185
+
1186
+ * 解决切换左右时宽度会变成最大值的问题 ([bff20c4](https://git.cloudhw.cn:3443/front-end/react-components/commit/bff20c4)) by: **chenxinyu**
1187
+ * 列密度下拉菜单触发行为修改为click解决选项点击不了的问题 ([48c0610](https://git.cloudhw.cn:3443/front-end/react-components/commit/48c0610)) by: **yemu**
1188
+ * 修复导出失败时数据处理有问题的错误 ([cea5f06](https://git.cloudhw.cn:3443/front-end/react-components/commit/cea5f06)) by: **cxy**
1189
+
1190
+
1191
+ ### 📝 Documentation
1192
+
1193
+ * 变更点添加 ([e91d13d](https://git.cloudhw.cn:3443/front-end/react-components/commit/e91d13d)) by: **cxy**
1194
+ * 删除和添加一些API ([3b92203](https://git.cloudhw.cn:3443/front-end/react-components/commit/3b92203)) by: **cxy**
1195
+ * 添加Gitlab导航 ([7582fca](https://git.cloudhw.cn:3443/front-end/react-components/commit/7582fca)) by: **yemu**
1196
+ * demo前添加标题 ([3b7d064](https://git.cloudhw.cn:3443/front-end/react-components/commit/3b7d064)) by: **chenxinyu**
1197
+
1198
+
1199
+
1200
+ # [2.1.0](https://git.cloudhw.cn:3443/front-end/react-components/compare/2.0.1...2.1.0) (2021-04-19)
1201
+
1202
+
1203
+ ### 🎫 Chores
1204
+
1205
+ * release v2.1.0 ([614e927](https://git.cloudhw.cn:3443/front-end/react-components/commit/614e927)) by: **yemu**
1206
+ * release-it设置提交信息格式 ([b4dd862](https://git.cloudhw.cn:3443/front-end/react-components/commit/b4dd862)) by: **yemu**
1207
+
1208
+
1209
+
1210
+ ## [2.0.1](https://git.cloudhw.cn:3443/front-end/react-components/compare/9c39bde...2.0.1) (2021-04-19)
1211
+
1212
+
1213
+ ### ✨ Features
1214
+
1215
+ * :sparkles: 新增使用demo ([d3e45af](https://git.cloudhw.cn:3443/front-end/react-components/commit/d3e45af)) by: **cxy**
1216
+ * 暴露出ref实例 ([ff7d5e4](https://git.cloudhw.cn:3443/front-end/react-components/commit/ff7d5e4)) by: **yemu**
1217
+ * 表单布局组件 ([5400b00](https://git.cloudhw.cn:3443/front-end/react-components/commit/5400b00)) by: **yemu**
1218
+ * 表格分页快速跳转默认开启 ([781d641](https://git.cloudhw.cn:3443/front-end/react-components/commit/781d641)) by: **yemu**
1219
+ * 初次提交 ([9c39bde](https://git.cloudhw.cn:3443/front-end/react-components/commit/9c39bde)) by: **yemu**
1220
+ * 固定xgplayer版本为2.18.3 ([96e59bc](https://git.cloudhw.cn:3443/front-end/react-components/commit/96e59bc)) by: **cxy**
1221
+ * 环境变量添加es6:true ([0e15857](https://git.cloudhw.cn:3443/front-end/react-components/commit/0e15857)) by: **cxy**
1222
+ * 快捷选择日期控件补充提交 ([051eae1](https://git.cloudhw.cn:3443/front-end/react-components/commit/051eae1)) by: **aijinyu722**
1223
+ * 添加禁止上传的文件类型 ([715a82b](https://git.cloudhw.cn:3443/front-end/react-components/commit/715a82b)) by: **cxy**
1224
+ * 添加快速选择日期选择器 ([62da633](https://git.cloudhw.cn:3443/front-end/react-components/commit/62da633)) by: **hehuachen**
1225
+ * 添加列可伸缩功能 ([9c82f8b](https://git.cloudhw.cn:3443/front-end/react-components/commit/9c82f8b)) by: **yemu**
1226
+ * 添加VtxInport组件 ([ce8dcb8](https://git.cloudhw.cn:3443/front-end/react-components/commit/ce8dcb8)) by: **xufeng**
1227
+ * 添加VtxZtreeSelect ([ebd70fe](https://git.cloudhw.cn:3443/front-end/react-components/commit/ebd70fe)) by: **yemu**
1228
+ * 图片控件 ([e0d9178](https://git.cloudhw.cn:3443/front-end/react-components/commit/e0d9178)) by: **yemu**
1229
+ * 新增工具判断是否对象 ([8560f46](https://git.cloudhw.cn:3443/front-end/react-components/commit/8560f46)) by: **yemu**
1230
+ * 新增工具判断是否函数 ([9aa5ed4](https://git.cloudhw.cn:3443/front-end/react-components/commit/9aa5ed4)) by: **yemu**
1231
+ * 新增列属性renderButtons ([b66b68b](https://git.cloudhw.cn:3443/front-end/react-components/commit/b66b68b)) by: **yemu**
1232
+ * 新增树形控件 ([648b69f](https://git.cloudhw.cn:3443/front-end/react-components/commit/648b69f)) by: **yemu**
1233
+ * 新增页面布局组件VtxPageLayout ([947a82c](https://git.cloudhw.cn:3443/front-end/react-components/commit/947a82c)) by: **yemu**
1234
+ * 新增组件 ([ccce059](https://git.cloudhw.cn:3443/front-end/react-components/commit/ccce059)) by: **cxy**
1235
+ * 新增combogrid数据表格下拉框 ([32fb79a](https://git.cloudhw.cn:3443/front-end/react-components/commit/32fb79a)) by: **yemu**
1236
+ * 新增useSet hook ([1a3e3d8](https://git.cloudhw.cn:3443/front-end/react-components/commit/1a3e3d8)) by: **yemu**
1237
+ * 新增VtxDatagrid ([40a8cbf](https://git.cloudhw.cn:3443/front-end/react-components/commit/40a8cbf)) by: **yemu**
1238
+ * 新增vtxExport组件 ([0d427ff](https://git.cloudhw.cn:3443/front-end/react-components/commit/0d427ff)) by: **cxy**
1239
+ * 新增VtxInput ([f68083f](https://git.cloudhw.cn:3443/front-end/react-components/commit/f68083f)) by: **cxy**
1240
+ * 新增vtxSplitPane分割面板 ([b5f2f42](https://git.cloudhw.cn:3443/front-end/react-components/commit/b5f2f42)) by: **cxy**
1241
+ * 页面数据支持新增编辑查看功能 ([99acb38](https://git.cloudhw.cn:3443/front-end/react-components/commit/99acb38)) by: **yemu**
1242
+ * 支持设置列高度 ([9e7cb43](https://git.cloudhw.cn:3443/front-end/react-components/commit/9e7cb43)) by: **yemu**
1243
+ * 自适应容器无数据样式调整 ([af559a7](https://git.cloudhw.cn:3443/front-end/react-components/commit/af559a7)) by: **yemu**
1244
+ * antd国际化 ([38c36fd](https://git.cloudhw.cn:3443/front-end/react-components/commit/38c36fd)) by: **yemu**
1245
+ * isFunctuon设置为default export ([03cf5e1](https://git.cloudhw.cn:3443/front-end/react-components/commit/03cf5e1)) by: **yemu**
1246
+ * VtxSearch功能添加,各组件注释优化 ([f51d6f6](https://git.cloudhw.cn:3443/front-end/react-components/commit/f51d6f6)) by: **chenxinyu**
1247
+
1248
+
1249
+ ### 🎫 Chores
1250
+
1251
+ * 2.0.0-alpha.1 ([4032e3c](https://git.cloudhw.cn:3443/front-end/react-components/commit/4032e3c)) by: **yemu**
1252
+ * 2.0.0-alpha.2 ([77bee07](https://git.cloudhw.cn:3443/front-end/react-components/commit/77bee07)) by: **yemu**
1253
+ * 2.0.0-alpha.4 ([dbcaa17](https://git.cloudhw.cn:3443/front-end/react-components/commit/dbcaa17)) by: **yemu**
1254
+ * 2.0.0-alpha.5 ([97542e5](https://git.cloudhw.cn:3443/front-end/react-components/commit/97542e5)) by: **yemu**
1255
+ * 2.0.0-alpha.6 ([a04e14b](https://git.cloudhw.cn:3443/front-end/react-components/commit/a04e14b)) by: **yemu**
1256
+ * 安装ahooks ([9135164](https://git.cloudhw.cn:3443/front-end/react-components/commit/9135164)) by: **yemu**
1257
+ * 更改ahooks引用方式 ([e84fe26](https://git.cloudhw.cn:3443/front-end/react-components/commit/e84fe26)) by: **cxy**
1258
+ * 添加提交前验证 ([a18d5a8](https://git.cloudhw.cn:3443/front-end/react-components/commit/a18d5a8)) by: **yemu**
1259
+ * 添加lodash ([50eb981](https://git.cloudhw.cn:3443/front-end/react-components/commit/50eb981)) by: **yemu**
1260
+ * 添加release-it管理changelog ([7ce8d3a](https://git.cloudhw.cn:3443/front-end/react-components/commit/7ce8d3a)) by: **yemu**
1261
+ * 添加style:fix 自动修复样式属性排序 ([cc1f95a](https://git.cloudhw.cn:3443/front-end/react-components/commit/cc1f95a)) by: **yemu**
1262
+ * 添加viewerjs包 ([6321cc6](https://git.cloudhw.cn:3443/front-end/react-components/commit/6321cc6)) by: **yemu**
1263
+ * 支持自动生成CHANGELOG ([7d1cb35](https://git.cloudhw.cn:3443/front-end/react-components/commit/7d1cb35)) by: **yemu**
1264
+ * commitlint add chore type-enum ([39beae9](https://git.cloudhw.cn:3443/front-end/react-components/commit/39beae9)) by: **yemu**
1265
+ * dumi按需加载antd ([83f47f3](https://git.cloudhw.cn:3443/front-end/react-components/commit/83f47f3)) by: **yemu**
1266
+ * eslint支持全局$ ([ff4fc14](https://git.cloudhw.cn:3443/front-end/react-components/commit/ff4fc14)) by: **yemu**
1267
+ * git ignore .umi ([726d816](https://git.cloudhw.cn:3443/front-end/react-components/commit/726d816)) by: **yemu**
1268
+ * ignore lint /components/**/demo ([7ad87d8](https://git.cloudhw.cn:3443/front-end/react-components/commit/7ad87d8)) by: **yemu**
1269
+ * v2.0.0-alpha.10 ([0774d3d](https://git.cloudhw.cn:3443/front-end/react-components/commit/0774d3d)) by: **yemu**
1270
+ * v2.0.0-alpha.11 ([d053cc5](https://git.cloudhw.cn:3443/front-end/react-components/commit/d053cc5)) by: **yemu**
1271
+ * v2.0.0-alpha.7 ([069fb92](https://git.cloudhw.cn:3443/front-end/react-components/commit/069fb92)) by: **yemu**
1272
+ * v2.0.0-alpha.8 ([a3e368c](https://git.cloudhw.cn:3443/front-end/react-components/commit/a3e368c)) by: **yemu**
1273
+ * v2.0.0-alpha.9 ([d611bca](https://git.cloudhw.cn:3443/front-end/react-components/commit/d611bca)) by: **yemu**
1274
+ * v2.0.1 ([84f131c](https://git.cloudhw.cn:3443/front-end/react-components/commit/84f131c)) by: **yemu**
1275
+
1276
+
1277
+ ### 🐛 Bug Fixes
1278
+
1279
+ * :bug: 修复参数suffix不能被覆盖的问题 ([05cd386](https://git.cloudhw.cn:3443/front-end/react-components/commit/05cd386)) by: **cxy**
1280
+ * 代码与demo优化 ([2d24409](https://git.cloudhw.cn:3443/front-end/react-components/commit/2d24409)) by: **chenxinyu**
1281
+ * 解决查看时downloadUrl为undefined的问题 ([c4e2dbb](https://git.cloudhw.cn:3443/front-end/react-components/commit/c4e2dbb)) by: **cxy**
1282
+ * 解决导出时loading不显示的问题 ([c3d33c6](https://git.cloudhw.cn:3443/front-end/react-components/commit/c3d33c6)) by: **cxy**
1283
+ * 使用useMemo,useCallback缓存函数,避免多余渲染 ([bca601c](https://git.cloudhw.cn:3443/front-end/react-components/commit/bca601c)) by: **chenxinyu**
1284
+ * 文档与代码优化 ([555267d](https://git.cloudhw.cn:3443/front-end/react-components/commit/555267d)) by: **cxy**
1285
+ * 修复不可拖动modal和可拖动modal同时存在会导致无法拖动的问题 ([3738dda](https://git.cloudhw.cn:3443/front-end/react-components/commit/3738dda)) by: **cxy**
1286
+ * 修复动态设置columns为渲染的问题 ([6b8990a](https://git.cloudhw.cn:3443/front-end/react-components/commit/6b8990a)) by: **yemu**
1287
+ * 修复多选下按钮hover样式不正确的问题 ([474c453](https://git.cloudhw.cn:3443/front-end/react-components/commit/474c453)) by: **cxy**
1288
+ * 修复Content和TableWrap传入top无效的问题 ([3398ae2](https://git.cloudhw.cn:3443/front-end/react-components/commit/3398ae2)) by: **yemu**
1289
+ * 修复key传值错误的问题 ([553db5f](https://git.cloudhw.cn:3443/front-end/react-components/commit/553db5f)) by: **cxy**
1290
+ * 修复lint出现的错误 ([f4a21e8](https://git.cloudhw.cn:3443/front-end/react-components/commit/f4a21e8)) by: **cxy**
1291
+ * 修复React is not defined ([432b53f](https://git.cloudhw.cn:3443/front-end/react-components/commit/432b53f)) by: **yemu**
1292
+ * 修复Right-hand side of 'instanceof' is not an object ([1a7f7a4](https://git.cloudhw.cn:3443/front-end/react-components/commit/1a7f7a4)) by: **yemu**
1293
+ * 移除useState ([2b68d5b](https://git.cloudhw.cn:3443/front-end/react-components/commit/2b68d5b)) by: **yemu**
1294
+ * 重新命名 ([ad6be85](https://git.cloudhw.cn:3443/front-end/react-components/commit/ad6be85)) by: **cxy**
1295
+ * demo修改,新增代理 ([7c2da2a](https://git.cloudhw.cn:3443/front-end/react-components/commit/7c2da2a)) by: **cxy**
1296
+
1297
+
1298
+ ### 💄 Styles
1299
+
1300
+ * 取消flex布局,采用inline-block布局 ([4ab4707](https://git.cloudhw.cn:3443/front-end/react-components/commit/4ab4707)) by: **cxy**
1301
+ * 完善useCallback的使用 ([3120271](https://git.cloudhw.cn:3443/front-end/react-components/commit/3120271)) by: **cxy**
1302
+ * 修改数字样式 ([71a6826](https://git.cloudhw.cn:3443/front-end/react-components/commit/71a6826)) by: **cxy**
1303
+ * 样式格式化 ([583f8c8](https://git.cloudhw.cn:3443/front-end/react-components/commit/583f8c8)) by: **yemu**
1304
+ * ignore .umi ([04df7c2](https://git.cloudhw.cn:3443/front-end/react-components/commit/04df7c2)) by: **yemu**
1305
+
1306
+
1307
+ ### 📝 Documentation
1308
+
1309
+ * :memo: 完善文档并增加使用demo ([68ea8f6](https://git.cloudhw.cn:3443/front-end/react-components/commit/68ea8f6)) by: **cxy**
1310
+ * 基础使用介绍 ([3685735](https://git.cloudhw.cn:3443/front-end/react-components/commit/3685735)) by: **yemu**
1311
+ * 配置base和publicPath路径 ([65e515b](https://git.cloudhw.cn:3443/front-end/react-components/commit/65e515b)) by: **yemu**
1312
+ * 示例名统一为Demo ([0d0f08f](https://git.cloudhw.cn:3443/front-end/react-components/commit/0d0f08f)) by: **yemu**
1313
+ * 示例文档修改 ([bf16276](https://git.cloudhw.cn:3443/front-end/react-components/commit/bf16276)) by: **yemu**
1314
+ * 示例修改 ([a4b515a](https://git.cloudhw.cn:3443/front-end/react-components/commit/a4b515a)) by: **yemu**
1315
+ * 添加VtxCombogrid组件说明 ([0e7da2d](https://git.cloudhw.cn:3443/front-end/react-components/commit/0e7da2d)) by: **yemu**
1316
+ * 完善文档 ([3d32df8](https://git.cloudhw.cn:3443/front-end/react-components/commit/3d32df8)) by: **chenxinyu**
1317
+ * 文案修改 ([bd4a1b5](https://git.cloudhw.cn:3443/front-end/react-components/commit/bd4a1b5)) by: **yemu**
1318
+ * 文档显示顺序调整 ([88fe442](https://git.cloudhw.cn:3443/front-end/react-components/commit/88fe442)) by: **yemu**
1319
+ * 文档显示顺序和锚点整理 ([58abc14](https://git.cloudhw.cn:3443/front-end/react-components/commit/58abc14)) by: **yemu**
1320
+ * 文档优化 ([96c71b5](https://git.cloudhw.cn:3443/front-end/react-components/commit/96c71b5)) by: **cxy**
1321
+ * 文档优化 ([44287d1](https://git.cloudhw.cn:3443/front-end/react-components/commit/44287d1)) by: **cxy**
1322
+ * md表格第三列设置颜色 ([6a7e464](https://git.cloudhw.cn:3443/front-end/react-components/commit/6a7e464)) by: **yemu**
1323
+
1324
+
1325
+