@vtx/components 2.5.13 → 2.5.15

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 (242) hide show
  1. package/CHANGELOG.md +842 -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/useInterval.js +3 -0
  13. package/lib/_util/useInterval.js.map +1 -1
  14. package/lib/_util/useSet.js +32 -14
  15. package/lib/_util/useSet.js.map +1 -1
  16. package/lib/config.js.map +1 -1
  17. package/lib/index.js +22 -0
  18. package/lib/index.js.map +1 -1
  19. package/lib/vtx-color-picker/index.js +21 -5
  20. package/lib/vtx-color-picker/index.js.map +1 -1
  21. package/lib/vtx-color-picker/style/css.js +2 -0
  22. package/lib/vtx-color-picker/style/css.js.map +1 -1
  23. package/lib/vtx-color-picker/style/index.js +2 -0
  24. package/lib/vtx-color-picker/style/index.js.map +1 -1
  25. package/lib/vtx-combogrid/Combogrid.js +73 -33
  26. package/lib/vtx-combogrid/Combogrid.js.map +1 -1
  27. package/lib/vtx-combogrid/index.js +45 -20
  28. package/lib/vtx-combogrid/index.js.map +1 -1
  29. package/lib/vtx-combogrid/style/css.js +7 -0
  30. package/lib/vtx-combogrid/style/css.js.map +1 -1
  31. package/lib/vtx-combogrid/style/index.js +7 -0
  32. package/lib/vtx-combogrid/style/index.js.map +1 -1
  33. package/lib/vtx-combogrid/style/index.less +29 -29
  34. package/lib/vtx-datagrid/Alert.js +11 -3
  35. package/lib/vtx-datagrid/Alert.js.map +1 -1
  36. package/lib/vtx-datagrid/ColumnSetting.js +44 -19
  37. package/lib/vtx-datagrid/ColumnSetting.js.map +1 -1
  38. package/lib/vtx-datagrid/ResizeableTitle.js +13 -2
  39. package/lib/vtx-datagrid/ResizeableTitle.js.map +1 -1
  40. package/lib/vtx-datagrid/index.js +137 -77
  41. package/lib/vtx-datagrid/index.js.map +1 -1
  42. package/lib/vtx-datagrid/renderColumnButtons.js +35 -5
  43. package/lib/vtx-datagrid/renderColumnButtons.js.map +1 -1
  44. package/lib/vtx-datagrid/style/css.js +10 -0
  45. package/lib/vtx-datagrid/style/css.js.map +1 -1
  46. package/lib/vtx-datagrid/style/index.js +10 -0
  47. package/lib/vtx-datagrid/style/index.js.map +1 -1
  48. package/lib/vtx-datagrid/style/index.less +131 -131
  49. package/lib/vtx-date-picker/QdatePicker.js +46 -16
  50. package/lib/vtx-date-picker/QdatePicker.js.map +1 -1
  51. package/lib/vtx-date-picker/YearPicker.js +30 -7
  52. package/lib/vtx-date-picker/YearPicker.js.map +1 -1
  53. package/lib/vtx-date-picker/generatePicker.js +46 -5
  54. package/lib/vtx-date-picker/generatePicker.js.map +1 -1
  55. package/lib/vtx-date-picker/index.js +8 -2
  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-date-picker/style/index.less +38 -38
  62. package/lib/vtx-editor/index.js +23 -5
  63. package/lib/vtx-editor/index.js.map +1 -1
  64. package/lib/vtx-editor/style/css.js +2 -0
  65. package/lib/vtx-editor/style/css.js.map +1 -1
  66. package/lib/vtx-editor/style/index.js +2 -0
  67. package/lib/vtx-editor/style/index.js.map +1 -1
  68. package/lib/vtx-editor/style/index.less +6 -6
  69. package/lib/vtx-export/index.js +55 -23
  70. package/lib/vtx-export/index.js.map +1 -1
  71. package/lib/vtx-export/style/css.js +6 -0
  72. package/lib/vtx-export/style/css.js.map +1 -1
  73. package/lib/vtx-export/style/index.js +6 -0
  74. package/lib/vtx-export/style/index.js.map +1 -1
  75. package/lib/vtx-form-layout/Card.js +26 -5
  76. package/lib/vtx-form-layout/Card.js.map +1 -1
  77. package/lib/vtx-form-layout/Divider.js +5 -0
  78. package/lib/vtx-form-layout/Divider.js.map +1 -1
  79. package/lib/vtx-form-layout/FormItem.js +34 -9
  80. package/lib/vtx-form-layout/FormItem.js.map +1 -1
  81. package/lib/vtx-form-layout/Pane.js +7 -2
  82. package/lib/vtx-form-layout/Pane.js.map +1 -1
  83. package/lib/vtx-form-layout/Row.js +6 -0
  84. package/lib/vtx-form-layout/Row.js.map +1 -1
  85. package/lib/vtx-form-layout/context.js +2 -0
  86. package/lib/vtx-form-layout/context.js.map +1 -1
  87. package/lib/vtx-form-layout/demo/Modal.less +41 -41
  88. package/lib/vtx-form-layout/index.js +22 -8
  89. package/lib/vtx-form-layout/index.js.map +1 -1
  90. package/lib/vtx-form-layout/style/css.js +8 -0
  91. package/lib/vtx-form-layout/style/css.js.map +1 -1
  92. package/lib/vtx-form-layout/style/index.js +8 -0
  93. package/lib/vtx-form-layout/style/index.js.map +1 -1
  94. package/lib/vtx-form-layout/style/index.less +148 -148
  95. package/lib/vtx-image/Image.js +92 -56
  96. package/lib/vtx-image/Image.js.map +1 -1
  97. package/lib/vtx-image/Preview.js +51 -20
  98. package/lib/vtx-image/Preview.js.map +1 -1
  99. package/lib/vtx-image/PreviewGroup.js +40 -11
  100. package/lib/vtx-image/PreviewGroup.js.map +1 -1
  101. package/lib/vtx-image/index.js +6 -0
  102. package/lib/vtx-image/index.js.map +1 -1
  103. package/lib/vtx-image/style/css.js +1 -0
  104. package/lib/vtx-image/style/css.js.map +1 -1
  105. package/lib/vtx-image/style/index.js +1 -0
  106. package/lib/vtx-image/style/index.js.map +1 -1
  107. package/lib/vtx-image/style/index.less +46 -46
  108. package/lib/vtx-import/index.js +72 -37
  109. package/lib/vtx-import/index.js.map +1 -1
  110. package/lib/vtx-import/result.js +24 -7
  111. package/lib/vtx-import/result.js.map +1 -1
  112. package/lib/vtx-import/style/css.js +2 -0
  113. package/lib/vtx-import/style/css.js.map +1 -1
  114. package/lib/vtx-import/style/index.js +2 -0
  115. package/lib/vtx-import/style/index.js.map +1 -1
  116. package/lib/vtx-input/TextArea.js +22 -6
  117. package/lib/vtx-input/TextArea.js.map +1 -1
  118. package/lib/vtx-input/index.js +37 -11
  119. package/lib/vtx-input/index.js.map +1 -1
  120. package/lib/vtx-input/style/css.js +1 -0
  121. package/lib/vtx-input/style/css.js.map +1 -1
  122. package/lib/vtx-input/style/index.js +1 -0
  123. package/lib/vtx-input/style/index.js.map +1 -1
  124. package/lib/vtx-input/style/index.less +20 -20
  125. package/lib/vtx-input/useLength.js +16 -4
  126. package/lib/vtx-input/useLength.js.map +1 -1
  127. package/lib/vtx-modal/Title.js +6 -1
  128. package/lib/vtx-modal/Title.js.map +1 -1
  129. package/lib/vtx-modal/index.js +70 -32
  130. package/lib/vtx-modal/index.js.map +1 -1
  131. package/lib/vtx-modal/style/css.js +2 -0
  132. package/lib/vtx-modal/style/css.js.map +1 -1
  133. package/lib/vtx-modal/style/index.js +2 -0
  134. package/lib/vtx-modal/style/index.js.map +1 -1
  135. package/lib/vtx-modal/style/index.less +83 -83
  136. package/lib/vtx-page-layout/Basic.js +6 -2
  137. package/lib/vtx-page-layout/Basic.js.map +1 -1
  138. package/lib/vtx-page-layout/Content.js +19 -7
  139. package/lib/vtx-page-layout/Content.js.map +1 -1
  140. package/lib/vtx-page-layout/Pane.js +10 -2
  141. package/lib/vtx-page-layout/Pane.js.map +1 -1
  142. package/lib/vtx-page-layout/TableLayout.js +52 -22
  143. package/lib/vtx-page-layout/TableLayout.js.map +1 -1
  144. package/lib/vtx-page-layout/TableWrap.js +15 -3
  145. package/lib/vtx-page-layout/TableWrap.js.map +1 -1
  146. package/lib/vtx-page-layout/container.js +34 -4
  147. package/lib/vtx-page-layout/container.js.map +1 -1
  148. package/lib/vtx-page-layout/index.js +8 -0
  149. package/lib/vtx-page-layout/index.js.map +1 -1
  150. package/lib/vtx-page-layout/style/index.less +139 -139
  151. package/lib/vtx-rps-frame/index.js +44 -21
  152. package/lib/vtx-rps-frame/index.js.map +1 -1
  153. package/lib/vtx-scrollable-row/index.js +55 -19
  154. package/lib/vtx-scrollable-row/index.js.map +1 -1
  155. package/lib/vtx-scrollable-row/style/css.js +1 -0
  156. package/lib/vtx-scrollable-row/style/css.js.map +1 -1
  157. package/lib/vtx-scrollable-row/style/index.js +1 -0
  158. package/lib/vtx-scrollable-row/style/index.js.map +1 -1
  159. package/lib/vtx-scrollable-row/style/index.less +111 -111
  160. package/lib/vtx-search/VtxCol.js +21 -0
  161. package/lib/vtx-search/VtxCol.js.map +1 -1
  162. package/lib/vtx-search/VtxRow.js +12 -6
  163. package/lib/vtx-search/VtxRow.js.map +1 -1
  164. package/lib/vtx-search/index.js +87 -36
  165. package/lib/vtx-search/index.js.map +1 -1
  166. package/lib/vtx-search/style/css.js +5 -0
  167. package/lib/vtx-search/style/css.js.map +1 -1
  168. package/lib/vtx-search/style/index.js +5 -0
  169. package/lib/vtx-search/style/index.js.map +1 -1
  170. package/lib/vtx-search/style/index.less +81 -81
  171. package/lib/vtx-search-map-input/index.js +68 -39
  172. package/lib/vtx-search-map-input/index.js.map +1 -1
  173. package/lib/vtx-search-map-input/style/css.js +2 -0
  174. package/lib/vtx-search-map-input/style/css.js.map +1 -1
  175. package/lib/vtx-search-map-input/style/index.js +2 -0
  176. package/lib/vtx-search-map-input/style/index.js.map +1 -1
  177. package/lib/vtx-select/index.js +64 -20
  178. package/lib/vtx-select/index.js.map +1 -1
  179. package/lib/vtx-select/style/css.js +8 -0
  180. package/lib/vtx-select/style/css.js.map +1 -1
  181. package/lib/vtx-select/style/index.js +8 -0
  182. package/lib/vtx-select/style/index.js.map +1 -1
  183. package/lib/vtx-select/style/index.less +66 -66
  184. package/lib/vtx-signature/index.js +28 -14
  185. package/lib/vtx-signature/index.js.map +1 -1
  186. package/lib/vtx-signature/style/css.js +2 -0
  187. package/lib/vtx-signature/style/css.js.map +1 -1
  188. package/lib/vtx-signature/style/index.js +2 -0
  189. package/lib/vtx-signature/style/index.js.map +1 -1
  190. package/lib/vtx-signature/style/index.less +32 -32
  191. package/lib/vtx-split-pane/Pane.js +14 -2
  192. package/lib/vtx-split-pane/Pane.js.map +1 -1
  193. package/lib/vtx-split-pane/Resizer.js +30 -10
  194. package/lib/vtx-split-pane/Resizer.js.map +1 -1
  195. package/lib/vtx-split-pane/SplitPane.js +104 -52
  196. package/lib/vtx-split-pane/SplitPane.js.map +1 -1
  197. package/lib/vtx-split-pane/index.js +4 -0
  198. package/lib/vtx-split-pane/index.js.map +1 -1
  199. package/lib/vtx-split-pane/style/css.js +3 -0
  200. package/lib/vtx-split-pane/style/css.js.map +1 -1
  201. package/lib/vtx-split-pane/style/index.js +3 -0
  202. package/lib/vtx-split-pane/style/index.js.map +1 -1
  203. package/lib/vtx-split-pane/style/index.less +59 -59
  204. package/lib/vtx-statistics-column/Back.js +7 -1
  205. package/lib/vtx-statistics-column/Back.js.map +1 -1
  206. package/lib/vtx-statistics-column/Item.js +22 -5
  207. package/lib/vtx-statistics-column/Item.js.map +1 -1
  208. package/lib/vtx-statistics-column/Total.js +22 -5
  209. package/lib/vtx-statistics-column/Total.js.map +1 -1
  210. package/lib/vtx-statistics-column/context.js +2 -0
  211. package/lib/vtx-statistics-column/context.js.map +1 -1
  212. package/lib/vtx-statistics-column/index.js +16 -0
  213. package/lib/vtx-statistics-column/index.js.map +1 -1
  214. package/lib/vtx-statistics-column/style/index.less +61 -61
  215. package/lib/vtx-time-picker/index.js +16 -3
  216. package/lib/vtx-time-picker/index.js.map +1 -1
  217. package/lib/vtx-time-picker/style/css.js.map +1 -1
  218. package/lib/vtx-time-picker/style/index.js.map +1 -1
  219. package/lib/vtx-upload/FilePreview.js +28 -9
  220. package/lib/vtx-upload/FilePreview.js.map +1 -1
  221. package/lib/vtx-upload/index.js +136 -67
  222. package/lib/vtx-upload/index.js.map +1 -1
  223. package/lib/vtx-upload/style/css.js +6 -0
  224. package/lib/vtx-upload/style/css.js.map +1 -1
  225. package/lib/vtx-upload/style/index.js +6 -0
  226. package/lib/vtx-upload/style/index.js.map +1 -1
  227. package/lib/vtx-upload/style/index.less +59 -59
  228. package/lib/vtx-ztree/index.js +103 -51
  229. package/lib/vtx-ztree/index.js.map +1 -1
  230. package/lib/vtx-ztree/style/css.js +1 -0
  231. package/lib/vtx-ztree/style/css.js.map +1 -1
  232. package/lib/vtx-ztree/style/index.js +1 -0
  233. package/lib/vtx-ztree/style/index.js.map +1 -1
  234. package/lib/vtx-ztree/style/index.less +30 -30
  235. package/lib/vtx-ztree-select/index.js +97 -38
  236. package/lib/vtx-ztree-select/index.js.map +1 -1
  237. package/lib/vtx-ztree-select/style/css.js +4 -0
  238. package/lib/vtx-ztree-select/style/css.js.map +1 -1
  239. package/lib/vtx-ztree-select/style/index.js +4 -0
  240. package/lib/vtx-ztree-select/style/index.js.map +1 -1
  241. package/lib/vtx-ztree-select/style/index.less +76 -76
  242. package/package.json +1 -1
package/CHANGELOG.md ADDED
@@ -0,0 +1,842 @@
1
+ ## [2.5.14](https://git.cloudhw.cn:3443/front-end/react-components/compare/2.5.13...2.5.14) (2023-02-23)
2
+
3
+
4
+ ### ✨ Features
5
+
6
+ * 表格列设置新增参数-固定列展示内容 ([74f98c3](https://git.cloudhw.cn:3443/front-end/react-components/commit/74f98c3)) by: **wuchengyong@vortexinfo.cn**
7
+
8
+
9
+
10
+ ## [2.5.13](https://git.cloudhw.cn:3443/front-end/react-components/compare/2.5.12...2.5.13) (2023-02-23)
11
+
12
+
13
+ ### 🎫 Chores
14
+
15
+ * release v2.5.12 ([a69b934](https://git.cloudhw.cn:3443/front-end/react-components/commit/a69b934)) by: **wuchengyong@vortexinfo.cn**
16
+ * release v2.5.13 ([2219e00](https://git.cloudhw.cn:3443/front-end/react-components/commit/2219e00)) by: **wuchengyong@vortexinfo.cn**
17
+
18
+
19
+
20
+ ## [2.5.12](https://git.cloudhw.cn:3443/front-end/react-components/compare/2.5.11...2.5.12) (2023-02-23)
21
+
22
+
23
+ ### 🎫 Chores
24
+
25
+ * 表格列设置支持保存 ([cdbc5e0](https://git.cloudhw.cn:3443/front-end/react-components/commit/cdbc5e0)) by: **wuchengyong@vortexinfo.cn**
26
+ * release v2.5.12 ([7562265](https://git.cloudhw.cn:3443/front-end/react-components/commit/7562265)) by: **wuchengyong@vortexinfo.cn**
27
+
28
+
29
+
30
+ ## [2.5.11](https://git.cloudhw.cn:3443/front-end/react-components/compare/2.5.10...2.5.11) (2023-02-23)
31
+
32
+
33
+ ### 🎫 Chores
34
+
35
+ * 表单label添加禁止tooltip参数 ([3998974](https://git.cloudhw.cn:3443/front-end/react-components/commit/3998974)) by: **wuchengyong@vortexinfo.cn**
36
+ * release v2.5.11 ([e27c817](https://git.cloudhw.cn:3443/front-end/react-components/commit/e27c817)) by: **wuchengyong@vortexinfo.cn**
37
+
38
+
39
+
40
+ ## [2.5.10](https://git.cloudhw.cn:3443/front-end/react-components/compare/2.5.9...2.5.10) (2023-02-01)
41
+
42
+
43
+ ### 🎫 Chores
44
+
45
+ * release v2.5.10 ([6ad0ae6](https://git.cloudhw.cn:3443/front-end/react-components/commit/6ad0ae6)) by: **wuchengyong@vortexinfo.cn**
46
+ * upload支持拼接全局变量flsPrefix ([cf30864](https://git.cloudhw.cn:3443/front-end/react-components/commit/cf30864)) by: **wuchengyong@vortexinfo.cn**
47
+
48
+
49
+
50
+ ## [2.5.9](https://git.cloudhw.cn:3443/front-end/react-components/compare/2.5.7...2.5.9) (2023-01-31)
51
+
52
+
53
+ ### 🎫 Chores
54
+
55
+ * 升级报表组件 ([3dd151f](https://git.cloudhw.cn:3443/front-end/react-components/commit/3dd151f)) by: **wuchengyong@vortexinfo.cn**
56
+ * release v2.5.9 ([2de3fff](https://git.cloudhw.cn:3443/front-end/react-components/commit/2de3fff)) by: **wuchengyong@vortexinfo.cn**
57
+
58
+
59
+ ### 🐛 Bug Fixes
60
+
61
+ * 删除无用代码 ([075c280](https://git.cloudhw.cn:3443/front-end/react-components/commit/075c280)) by: **wuchengyong@vortexinfo.cn**
62
+
63
+
64
+
65
+ ## [2.5.7](https://git.cloudhw.cn:3443/front-end/react-components/compare/2.5.6...2.5.7) (2022-06-22)
66
+
67
+
68
+ ### 🎫 Chores
69
+
70
+ * release v2.5.7 ([c5749e6](https://git.cloudhw.cn:3443/front-end/react-components/commit/c5749e6)) by: **wuchengyong@vortexinfo.cn**
71
+
72
+
73
+ ### 🐛 Bug Fixes
74
+
75
+ * @vtx/map 按需引用 ([436d2a5](https://git.cloudhw.cn:3443/front-end/react-components/commit/436d2a5)) by: **xuzhengyun**
76
+
77
+
78
+
79
+ ## [2.5.6](https://git.cloudhw.cn:3443/front-end/react-components/compare/2.5.5...2.5.6) (2021-12-31)
80
+
81
+
82
+ ### 🎫 Chores
83
+
84
+ * release v2.5.6 ([ba51551](https://git.cloudhw.cn:3443/front-end/react-components/commit/ba51551)) by: **gongjinhua**
85
+
86
+
87
+ ### 🐛 Bug Fixes
88
+
89
+ * 修复上传单选时,不能删除的问题 ([cd080e2](https://git.cloudhw.cn:3443/front-end/react-components/commit/cd080e2)) by: **xuzhengyun**
90
+
91
+
92
+
93
+ ## [2.5.5](https://git.cloudhw.cn:3443/front-end/react-components/compare/2.5.4...2.5.5) (2021-12-28)
94
+
95
+
96
+ ### ✨ Features
97
+
98
+ * 表单布局VtxFormLayout内置骨架屏 ([6b4a1eb](https://git.cloudhw.cn:3443/front-end/react-components/commit/6b4a1eb)) by: **gongjinhua**
99
+ * 数据表格下拉框VtxCombogrid查询参数支持自定义getFieldDecorator.options ([f583594](https://git.cloudhw.cn:3443/front-end/react-components/commit/f583594)) by: **gongjinhua**
100
+
101
+
102
+ ### 🎫 Chores
103
+
104
+ * release v2.5.5 ([a0be584](https://git.cloudhw.cn:3443/front-end/react-components/commit/a0be584)) by: **gongjinhua**
105
+
106
+
107
+ ### 🐛 Bug Fixes
108
+
109
+ * 修复VtxUpload上传组件当fileList内值无type类型时报错问题 ([02b975e](https://git.cloudhw.cn:3443/front-end/react-components/commit/02b975e)) by: **gongjinhua**
110
+
111
+
112
+ ### 📝 Documentation
113
+
114
+ * 报表容器VtxRpsFrame添加使用注意提醒 ([4690dd0](https://git.cloudhw.cn:3443/front-end/react-components/commit/4690dd0)) by: **gongjinhua**
115
+ * 树选择VtxZtreeSelect添加父子节点选中状态不再关联示例 ([33082f4](https://git.cloudhw.cn:3443/front-end/react-components/commit/33082f4)) by: **gongjinhua**
116
+ * 文档版本号修改 ([f67e0eb](https://git.cloudhw.cn:3443/front-end/react-components/commit/f67e0eb)) by: **gongjinhua**
117
+
118
+
119
+
120
+ ## [2.5.4](https://git.cloudhw.cn:3443/front-end/react-components/compare/2.5.3...2.5.4) (2021-12-20)
121
+
122
+
123
+ ### ✨ Features
124
+
125
+ * 查询布局展开设置悬浮pointer样式 ([0d9fb91](https://git.cloudhw.cn:3443/front-end/react-components/commit/0d9fb91)) by: **gongjinhua**
126
+ * 上传超过限制数提示信息添加防抖 ([01e4bf0](https://git.cloudhw.cn:3443/front-end/react-components/commit/01e4bf0)) by: **gongjinhua**
127
+
128
+
129
+ ### 🎫 Chores
130
+
131
+ * release v2.5.4 ([548c39d](https://git.cloudhw.cn:3443/front-end/react-components/commit/548c39d)) by: **gongjinhua**
132
+
133
+
134
+ ### 🐛 Bug Fixes
135
+
136
+ * 修复多选,上传文件多余限制数量问题,预览图片仅限图片类型 ([766d537](https://git.cloudhw.cn:3443/front-end/react-components/commit/766d537)) by: **xuzhengyun**
137
+
138
+
139
+ ### 📝 Documentation
140
+
141
+ * 报表容器VtxRpsFrame修改参数data_param类型为object|array ([64ecec4](https://git.cloudhw.cn:3443/front-end/react-components/commit/64ecec4)) by: **gongjinhua**
142
+ * 颜色选择器添加placement说明 ([25a957b](https://git.cloudhw.cn:3443/front-end/react-components/commit/25a957b)) by: **gongjinhua**
143
+
144
+
145
+
146
+ ## [2.5.3](https://git.cloudhw.cn:3443/front-end/react-components/compare/2.5.2...2.5.3) (2021-12-04)
147
+
148
+
149
+ ### ✨ Features
150
+
151
+ * 模态框VtxModal内容区域背景色默认为#ffffff ([bb328c6](https://git.cloudhw.cn:3443/front-end/react-components/commit/bb328c6)) by: **gongjinhua**
152
+ * http请求入参字段改为data ([107e45e](https://git.cloudhw.cn:3443/front-end/react-components/commit/107e45e)) by: **gongjinhua**
153
+
154
+
155
+ ### 🎫 Chores
156
+
157
+ * release v2.5.3 ([792f871](https://git.cloudhw.cn:3443/front-end/react-components/commit/792f871)) by: **gongjinhua**
158
+
159
+
160
+ ### 📝 Documentation
161
+
162
+ * 去除无效代码 ([b54db82](https://git.cloudhw.cn:3443/front-end/react-components/commit/b54db82)) by: **gongjinhua**
163
+
164
+
165
+
166
+ ## [2.5.2](https://git.cloudhw.cn:3443/front-end/react-components/compare/2.5.1...2.5.2) (2021-12-02)
167
+
168
+
169
+ ### 🎫 Chores
170
+
171
+ * release v2.5.2 ([33a8ea1](https://git.cloudhw.cn:3443/front-end/react-components/commit/33a8ea1)) by: **gongjinhua**
172
+
173
+
174
+ ### 🐛 Bug Fixes
175
+
176
+ * 修复VtxFormLayout表单布局Pane和Card高度问题 ([6776b9a](https://git.cloudhw.cn:3443/front-end/react-components/commit/6776b9a)) by: **gongjinhua**
177
+
178
+
179
+
180
+ ## [2.5.1](https://git.cloudhw.cn:3443/front-end/react-components/compare/2.5.0...2.5.1) (2021-12-01)
181
+
182
+
183
+ ### ✨ Features
184
+
185
+ * 数据表格VtxDatagrid单元格无数据时默认显示'-' ([3c68da7](https://git.cloudhw.cn:3443/front-end/react-components/commit/3c68da7)) by: **gongjinhua**
186
+ * 文本域VtxInput.TextArea最大输入长度字段显示位置调整 ([4da91a0](https://git.cloudhw.cn:3443/front-end/react-components/commit/4da91a0)) by: **gongjinhua**
187
+
188
+
189
+ ### 🎫 Chores
190
+
191
+ * 安装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**
192
+ * release v2.5.1 ([356977c](https://git.cloudhw.cn:3443/front-end/react-components/commit/356977c)) by: **gongjinhua**
193
+
194
+
195
+ ### 📝 Documentation
196
+
197
+ * 表单布局示例修改 ([8032749](https://git.cloudhw.cn:3443/front-end/react-components/commit/8032749)) by: **gongjinhua**
198
+ * 页面布局左右布局示例设置容器样式 ([addc410](https://git.cloudhw.cn:3443/front-end/react-components/commit/addc410)) by: **gongjinhua**
199
+ * 左右布局示例外部容器设置默认宽度1200px ([e46da59](https://git.cloudhw.cn:3443/front-end/react-components/commit/e46da59)) by: **gongjinhua**
200
+
201
+
202
+
203
+ # [2.5.0](https://git.cloudhw.cn:3443/front-end/react-components/compare/2.4.2...2.5.0) (2021-11-23)
204
+
205
+
206
+ ### ✨ Features
207
+
208
+ * 报表VtxRpsFrame属性data_param支持Array ([0b590ef](https://git.cloudhw.cn:3443/front-end/react-components/commit/0b590ef)) by: **gongjinhua**
209
+ * 表单布局VtxFormLayout标签名称后去除冒号":"显示 ([a9e2cdc](https://git.cloudhw.cn:3443/front-end/react-components/commit/a9e2cdc)) by: **gongjinhua**
210
+ * 表单布局VtxFormLayout布局模式修改 ([46c6cc8](https://git.cloudhw.cn:3443/front-end/react-components/commit/46c6cc8)) by: **gongjinhua**
211
+ * 表单布局VtxFormLayout修改 ([0ea5e88](https://git.cloudhw.cn:3443/front-end/react-components/commit/0ea5e88)) by: **gongjinhua**
212
+ * 表单组件VtxFormLayout标签分组和窗格分组 ([59f0495](https://git.cloudhw.cn:3443/front-end/react-components/commit/59f0495)) by: **gongjinhua**
213
+ * 表格VtxDatagrid单元格去除选中背景色 ([f5fade9](https://git.cloudhw.cn:3443/front-end/react-components/commit/f5fade9)) by: **gongjinhua**
214
+ * 表格VtxDatagrid空数据时图标修改,表格样式调整 ([b7a8888](https://git.cloudhw.cn:3443/front-end/react-components/commit/b7a8888)) by: **gongjinhua**
215
+ * 查询布局VtxSearch样式修改 ([4d93dfd](https://git.cloudhw.cn:3443/front-end/react-components/commit/4d93dfd)) by: **gongjinhua**
216
+ * 模态框新增标题VtxModal.Title组件 ([2dafc6a](https://git.cloudhw.cn:3443/front-end/react-components/commit/2dafc6a)) by: **gongjinhua**
217
+ * 模态框VtxModal上下内间距调整为20px ([31a2ff2](https://git.cloudhw.cn:3443/front-end/react-components/commit/31a2ff2)) by: **gongjinhua**
218
+ * 模态框VtxModal新增大小配置 ([de1eaa0](https://git.cloudhw.cn:3443/front-end/react-components/commit/de1eaa0)) by: **gongjinhua**
219
+ * 上传附近VtxUpload支持自定义headers和beforeUpload回调中添加file参数 ([1f41160](https://git.cloudhw.cn:3443/front-end/react-components/commit/1f41160)) by: **gongjinhua**
220
+ * 树ztree搜索框间距调整为12px ([28f857c](https://git.cloudhw.cn:3443/front-end/react-components/commit/28f857c)) by: **gongjinhua**
221
+ * 数据表格VtxDatagrid添加indexFixed属性 ([5492760](https://git.cloudhw.cn:3443/front-end/react-components/commit/5492760)) by: **gongjinhua**
222
+ * 数据表格VtxDatagrid新增统计列 ([f3f5477](https://git.cloudhw.cn:3443/front-end/react-components/commit/f3f5477)) by: **gongjinhua**
223
+ * 文本框VtxInput设置autocomplete为false关闭自动完成 ([549c638](https://git.cloudhw.cn:3443/front-end/react-components/commit/549c638)) by: **gongjinhua**
224
+ * 文本VtxInput默认过滤两边空格 ([bd9ae00](https://git.cloudhw.cn:3443/front-end/react-components/commit/bd9ae00)) by: **gongjinhua**
225
+ * 下拉树VtxZtreeSelect清除图标样式和Antd样式统一 ([26befd7](https://git.cloudhw.cn:3443/front-end/react-components/commit/26befd7)) by: **gongjinhua**
226
+ * 下拉选VtxSelect默认支持清除 ([76e54bf](https://git.cloudhw.cn:3443/front-end/react-components/commit/76e54bf)) by: **gongjinhua**
227
+ * 新增可横向滚动列VtxScrollableRow ([3920852](https://git.cloudhw.cn:3443/front-end/react-components/commit/3920852)) by: **gongjinhua**
228
+ * 新增统计栏VtxStatisticsColumn ([f7a615b](https://git.cloudhw.cn:3443/front-end/react-components/commit/f7a615b)) by: **gongjinhua**
229
+ * 页面布局新增CRUD布局 ([f6bb676](https://git.cloudhw.cn:3443/front-end/react-components/commit/f6bb676)) by: **gongjinhua**
230
+ * 页面布局VtxPageLayout添加统计表格布局 ([44c9f81](https://git.cloudhw.cn:3443/front-end/react-components/commit/44c9f81)) by: **gongjinhua**
231
+ * 页面布局VtxPageLayout新增左右布局窗格 ([184b7e5](https://git.cloudhw.cn:3443/front-end/react-components/commit/184b7e5)) by: **gongjinhua**
232
+
233
+
234
+ ### 🎫 Chores
235
+
236
+ * 调整demo内样式 ([47e2145](https://git.cloudhw.cn:3443/front-end/react-components/commit/47e2145)) by: **gongjinhua**
237
+ * 设置antd主题样式border-radius-base为2px ([bb88a79](https://git.cloudhw.cn:3443/front-end/react-components/commit/bb88a79)) by: **gongjinhua**
238
+ * release v2.5.0 ([d7de29b](https://git.cloudhw.cn:3443/front-end/react-components/commit/d7de29b)) by: **gongjinhua**
239
+
240
+
241
+ ### 🐛 Bug Fixes
242
+
243
+ * 修复分割面板VtxSplitPane组件销毁后onresize监听事件仍存在导致报错的问题 ([08186c4](https://git.cloudhw.cn:3443/front-end/react-components/commit/08186c4)) by: **gongjinhua**
244
+ * 暂时使用本地变量打包,后续改成antd主题文件中获取 ([b2bf089](https://git.cloudhw.cn:3443/front-end/react-components/commit/b2bf089)) by: **gongjinhua**
245
+
246
+
247
+ ### 📝 Documentation
248
+
249
+ * 版本号修改为2.5.0 ([081963b](https://git.cloudhw.cn:3443/front-end/react-components/commit/081963b)) by: **gongjinhua**
250
+ * 表单布局示例文字修改 ([4c6bf94](https://git.cloudhw.cn:3443/front-end/react-components/commit/4c6bf94)) by: **gongjinhua**
251
+ * 表单布局文档示例中模态框宽度使用VtxModal.size ([8f5c0aa](https://git.cloudhw.cn:3443/front-end/react-components/commit/8f5c0aa)) by: **gongjinhua**
252
+ * 表格列设置示例修改 ([2a5c92c](https://git.cloudhw.cn:3443/front-end/react-components/commit/2a5c92c)) by: **gongjinhua**
253
+ * 数据表格VtxDatagrid添加固定列示例 ([30b9753](https://git.cloudhw.cn:3443/front-end/react-components/commit/30b9753)) by: **gongjinhua**
254
+ * 添加富文本空值检验示例 ([00f31c7](https://git.cloudhw.cn:3443/front-end/react-components/commit/00f31c7)) by: **gongjinhua**
255
+ * 添加模态框VtxModal大小配置 ([71b847d](https://git.cloudhw.cn:3443/front-end/react-components/commit/71b847d)) by: **gongjinhua**
256
+ * 统计栏VtxStatisticsColumn归类到数据显示中 ([4a856aa](https://git.cloudhw.cn:3443/front-end/react-components/commit/4a856aa)) by: **gongjinhua**
257
+ * 完善统计栏VtxStatisticsColumn文档 ([bce60c9](https://git.cloudhw.cn:3443/front-end/react-components/commit/bce60c9)) by: **gongjinhua**
258
+ * 样式调整 ([2668d35](https://git.cloudhw.cn:3443/front-end/react-components/commit/2668d35)) by: **gongjinhua**
259
+
260
+
261
+
262
+ ## [2.4.2](https://git.cloudhw.cn:3443/front-end/react-components/compare/2.4.1...2.4.2) (2021-10-25)
263
+
264
+
265
+ ### 🎫 Chores
266
+
267
+ * release v2.4.2 ([f70e16f](https://git.cloudhw.cn:3443/front-end/react-components/commit/f70e16f)) by: **gongjinhua**
268
+
269
+
270
+ ### 🐛 Bug Fixes
271
+
272
+ * 修复VtxImage放大预览时图片路径不全导致图片显示错误的问题 ([e77a582](https://git.cloudhw.cn:3443/front-end/react-components/commit/e77a582)) by: **gongjinhua**
273
+
274
+
275
+
276
+ ## [2.4.1](https://git.cloudhw.cn:3443/front-end/react-components/compare/2.4.0...2.4.1) (2021-10-22)
277
+
278
+
279
+ ### ✨ Features
280
+
281
+ * 数据表格VtxDatagrid列设置隐藏新增显示列visibleColumnKeys字段 ([3d5d037](https://git.cloudhw.cn:3443/front-end/react-components/commit/3d5d037)) by: **gongjinhua**
282
+
283
+
284
+ ### 🎫 Chores
285
+
286
+ * release v2.4.1 ([83276a3](https://git.cloudhw.cn:3443/front-end/react-components/commit/83276a3)) by: **gongjinhua**
287
+
288
+
289
+ ### 🐛 Bug Fixes
290
+
291
+ * 修复VtxCombogrid结合Form使用时ref指向混乱的问题 ([b0f116f](https://git.cloudhw.cn:3443/front-end/react-components/commit/b0f116f)) by: **gongjinhua**
292
+
293
+
294
+
295
+ # [2.4.0](https://git.cloudhw.cn:3443/front-end/react-components/compare/2.3.4...2.4.0) (2021-09-18)
296
+
297
+
298
+ ### ✨ Features
299
+
300
+ * 新增VtxSignature签名组件 ([9019271](https://git.cloudhw.cn:3443/front-end/react-components/commit/9019271)) by: **gongjinhua**
301
+
302
+
303
+ ### 🎫 Chores
304
+
305
+ * release v2.4.0 ([353075c](https://git.cloudhw.cn:3443/front-end/react-components/commit/353075c)) by: **gongjinhua**
306
+
307
+
308
+
309
+ ## [2.3.4](https://git.cloudhw.cn:3443/front-end/react-components/compare/2.3.3...2.3.4) (2021-09-16)
310
+
311
+
312
+ ### ✨ Features
313
+
314
+ * 数据表格下拉框VtxCombogrid支持主动触发刷新接口数据 ([3c48177](https://git.cloudhw.cn:3443/front-end/react-components/commit/3c48177)) by: **gongjinhua**
315
+
316
+
317
+ ### 🎫 Chores
318
+
319
+ * release v2.3.4 ([8822b97](https://git.cloudhw.cn:3443/front-end/react-components/commit/8822b97)) by: **gongjinhua**
320
+
321
+
322
+ ### 🐛 Bug Fixes
323
+
324
+ * 文本域VtxInput.TextArea修复设置默认值为null或undefined时已输入数显示错误的问题 ([4b5d294](https://git.cloudhw.cn:3443/front-end/react-components/commit/4b5d294)) by: **gongjinhua**
325
+
326
+
327
+
328
+ ## [2.3.3](https://git.cloudhw.cn:3443/front-end/react-components/compare/2.3.2...2.3.3) (2021-09-08)
329
+
330
+
331
+ ### ✨ Features
332
+
333
+ * 表单布局VtxFormLayout支持设置mode="view" ([e6b8e50](https://git.cloudhw.cn:3443/front-end/react-components/commit/e6b8e50)) by: **yemu**
334
+ * 图片VtxImage支持同时设置缩略图和原图 ([3e19661](https://git.cloudhw.cn:3443/front-end/react-components/commit/3e19661)) by: **yemu**
335
+
336
+
337
+ ### 🎫 Chores
338
+
339
+ * release v2.3.3 ([1a64610](https://git.cloudhw.cn:3443/front-end/react-components/commit/1a64610)) by: **yemu**
340
+
341
+
342
+
343
+ ## [2.3.2](https://git.cloudhw.cn:3443/front-end/react-components/compare/2.3.1...2.3.2) (2021-08-12)
344
+
345
+
346
+ ### 🎫 Chores
347
+
348
+ * release v2.3.2 ([4a10be0](https://git.cloudhw.cn:3443/front-end/react-components/commit/4a10be0)) by: **yemu**
349
+
350
+
351
+ ### 🐛 Bug Fixes
352
+
353
+ * 修复VtxSelect选择器在VtxSearch显示不全的问题 ([024cdf6](https://git.cloudhw.cn:3443/front-end/react-components/commit/024cdf6)) by: **yemu**
354
+
355
+
356
+
357
+ ## [2.3.1](https://git.cloudhw.cn:3443/front-end/react-components/compare/2.3.0...2.3.1) (2021-08-11)
358
+
359
+
360
+ ### ✨ Features
361
+
362
+ * 数据表格VtxDatagrid支持设置刷新按钮图标是否可见 ([5fc7bfb](https://git.cloudhw.cn:3443/front-end/react-components/commit/5fc7bfb)) by: **yemu**
363
+ * 选择器VtxSelect设置getPopupContainer为本身父级DIV ([187ec27](https://git.cloudhw.cn:3443/front-end/react-components/commit/187ec27)) by: **yemu**
364
+
365
+
366
+ ### 🎫 Chores
367
+
368
+ * release v2.3.1 ([672dbaf](https://git.cloudhw.cn:3443/front-end/react-components/commit/672dbaf)) by: **yemu**
369
+
370
+
371
+ ### 🐛 Bug Fixes
372
+
373
+ * 上传VtxUpload修复设置viewMode时删除按钮仍存在的问题 ([3e78948](https://git.cloudhw.cn:3443/front-end/react-components/commit/3e78948)) by: **yemu**
374
+ * 修复VtxRpsFrame获取iframeName错误的问题 ([415e68f](https://git.cloudhw.cn:3443/front-end/react-components/commit/415e68f)) by: **yemu**
375
+
376
+
377
+ ### 📝 Documentation
378
+
379
+ * refreshIconVisible使用版本修改 ([ce7ad94](https://git.cloudhw.cn:3443/front-end/react-components/commit/ce7ad94)) by: **yemu**
380
+
381
+
382
+
383
+ # [2.3.0](https://git.cloudhw.cn:3443/front-end/react-components/compare/2.2.2...2.3.0) (2021-08-03)
384
+
385
+
386
+ ### ♻ Code Refactoring
387
+
388
+ * 颜色选取器VtxColorPicker内Input改为按需加载 ([b5bffd6](https://git.cloudhw.cn:3443/front-end/react-components/commit/b5bffd6)) by: **yemu**
389
+
390
+
391
+ ### ✨ Features
392
+
393
+ * 导出VtxExport支持自定义按钮文本并在afterExport回调函数中添加状态 ([0609166](https://git.cloudhw.cn:3443/front-end/react-components/commit/0609166)) by: **yemu**
394
+ * 富文本VtxEditor支持配置downloadFileOrigin ([5916020](https://git.cloudhw.cn:3443/front-end/react-components/commit/5916020)) by: **yemu**
395
+ * 数据表格下拉框VtxCombogrid支持跨分页选择 ([d698b4e](https://git.cloudhw.cn:3443/front-end/react-components/commit/d698b4e)) by: **yemu**
396
+ * 新增去地图VtxSearchMapInput ([2eff369](https://git.cloudhw.cn:3443/front-end/react-components/commit/2eff369)) by: **yemu**
397
+ * 新增VtxColorPicker颜色选择器 ([941d336](https://git.cloudhw.cn:3443/front-end/react-components/commit/941d336)) by: **yemu**
398
+
399
+
400
+ ### 🎫 Chores
401
+
402
+ * release v2.3.0 ([c4d9d35](https://git.cloudhw.cn:3443/front-end/react-components/commit/c4d9d35)) by: **yemu**
403
+
404
+
405
+ ### 🐛 Bug Fixes
406
+
407
+ * 修复VtxDatePicker同时设置latestSelectableDate和value时最大可选时间不正确的问题 ([b1a5bc7](https://git.cloudhw.cn:3443/front-end/react-components/commit/b1a5bc7)) by: **yemu**
408
+
409
+
410
+ ### 📝 Documentation
411
+
412
+ * 表格VtxDategrid添加排序使用示例 ([1a1016b](https://git.cloudhw.cn:3443/front-end/react-components/commit/1a1016b)) by: **yemu**
413
+
414
+
415
+
416
+ ## [2.2.2](https://git.cloudhw.cn:3443/front-end/react-components/compare/2.2.1...2.2.2) (2021-07-29)
417
+
418
+
419
+ ### ♻ Code Refactoring
420
+
421
+ * 优化VtxSearch,VtxUplad示例写法 ([89e8a8c](https://git.cloudhw.cn:3443/front-end/react-components/commit/89e8a8c)) by: **cxy**
422
+
423
+
424
+ ### 🎫 Chores
425
+
426
+ * 添加hooks校验 ([e937459](https://git.cloudhw.cn:3443/front-end/react-components/commit/e937459)) by: **yemu**
427
+ * eslint关闭react-hooks/exhaustive-deps ([0382ce9](https://git.cloudhw.cn:3443/front-end/react-components/commit/0382ce9)) by: **yemu**
428
+ * release v2.2.2 ([4134800](https://git.cloudhw.cn:3443/front-end/react-components/commit/4134800)) by: **yemu**
429
+
430
+
431
+ ### 🐛 Bug Fixes
432
+
433
+ * 修复VtxSearch动态改变查询条件时有报错的问题 ([cd0ca93](https://git.cloudhw.cn:3443/front-end/react-components/commit/cd0ca93)) by: **cxy**
434
+
435
+
436
+
437
+ ## [2.2.1](https://git.cloudhw.cn:3443/front-end/react-components/compare/2.2.0...2.2.1) (2021-07-20)
438
+
439
+
440
+ ### ✨ Features
441
+
442
+ * 日期VtxDatePicker组件支持设置earliestSelectableDate和latestSelectableDate ([be9a4d3](https://git.cloudhw.cn:3443/front-end/react-components/commit/be9a4d3)) by: **yemu**
443
+
444
+
445
+ ### 🎫 Chores
446
+
447
+ * release v2.2.1 ([5022f94](https://git.cloudhw.cn:3443/front-end/react-components/commit/5022f94)) by: **yemu**
448
+
449
+
450
+ ### 🐛 Bug Fixes
451
+
452
+ * 修复VtxExport导出时文件名解析错误的问题 ([88c80f3](https://git.cloudhw.cn:3443/front-end/react-components/commit/88c80f3)) by: **cxy**
453
+ * 修复VtxZtreeSelect设置disabled为true时样式还是readOnly的问题 ([c0daa81](https://git.cloudhw.cn:3443/front-end/react-components/commit/c0daa81)) by: **yemu**
454
+
455
+
456
+ ### 💄 Styles
457
+
458
+ * 代码格式化 ([f958789](https://git.cloudhw.cn:3443/front-end/react-components/commit/f958789)) by: **yemu**
459
+
460
+
461
+ ### 📝 Documentation
462
+
463
+ * 纠正VtxZtreeSelect文档错误API ([f88073e](https://git.cloudhw.cn:3443/front-end/react-components/commit/f88073e)) by: **yemu**
464
+
465
+
466
+
467
+ # [2.2.0](https://git.cloudhw.cn:3443/front-end/react-components/compare/2.1.13...2.2.0) (2021-07-14)
468
+
469
+
470
+ ### ✨ Features
471
+
472
+ * 表单布局VtxFormLayout当label溢出时显示...字段 ([d318580](https://git.cloudhw.cn:3443/front-end/react-components/commit/d318580)) by: **yemu**
473
+ * 新增VtxEditor富文本 ([554ccbd](https://git.cloudhw.cn:3443/front-end/react-components/commit/554ccbd)) by: **yemu**
474
+
475
+
476
+ ### 🎫 Chores
477
+
478
+ * release v2.2.0 ([eca716d](https://git.cloudhw.cn:3443/front-end/react-components/commit/eca716d)) by: **yemu**
479
+
480
+
481
+ ### 🐛 Bug Fixes
482
+
483
+ * 修复VtxUpload设置showUploadList为false无效的问题 ([ca3e2ac](https://git.cloudhw.cn:3443/front-end/react-components/commit/ca3e2ac)) by: **yemu**
484
+
485
+
486
+
487
+ ## [2.1.13](https://git.cloudhw.cn:3443/front-end/react-components/compare/2.1.12...2.1.13) (2021-07-13)
488
+
489
+
490
+ ### ✨ Features
491
+
492
+ * 文本框VtxInput属性placeholder设置默认值‘请输入’ ([721376b](https://git.cloudhw.cn:3443/front-end/react-components/commit/721376b)) by: **yemu**
493
+
494
+
495
+ ### 🎫 Chores
496
+
497
+ * release v2.1.13 ([c437bad](https://git.cloudhw.cn:3443/front-end/react-components/commit/c437bad)) by: **yemu**
498
+
499
+
500
+ ### 🐛 Bug Fixes
501
+
502
+ * 解决VtxSearch设置showAll为true会陷入死循环的问题 ([5fefac5](https://git.cloudhw.cn:3443/front-end/react-components/commit/5fefac5)) by: **cxy**
503
+ * 解决VtxUpload下载文件名为中文时会乱码的问题 ([1d96cf8](https://git.cloudhw.cn:3443/front-end/react-components/commit/1d96cf8)) by: **cxy**
504
+
505
+
506
+
507
+ ## [2.1.12](https://git.cloudhw.cn:3443/front-end/react-components/compare/2.1.11...2.1.12) (2021-07-05)
508
+
509
+
510
+ ### ✨ Features
511
+
512
+ * 文本VtxInput默认过滤常见特殊字符,支持自定义配置 ([9ab1ab3](https://git.cloudhw.cn:3443/front-end/react-components/commit/9ab1ab3)) by: **yemu**
513
+
514
+
515
+ ### 🎫 Chores
516
+
517
+ * 安装lodash.clonedeep和lodash.difference依赖 ([fb86b0f](https://git.cloudhw.cn:3443/front-end/react-components/commit/fb86b0f)) by: **yemu**
518
+ * release v2.1.12 ([5c5feb1](https://git.cloudhw.cn:3443/front-end/react-components/commit/5c5feb1)) by: **yemu**
519
+
520
+
521
+
522
+ ## [2.1.11](https://git.cloudhw.cn:3443/front-end/react-components/compare/2.1.10...2.1.11) (2021-06-28)
523
+
524
+
525
+ ### 🎫 Chores
526
+
527
+ * release v2.1.11 ([783d181](https://git.cloudhw.cn:3443/front-end/react-components/commit/783d181)) by: **yemu**
528
+
529
+
530
+ ### 🐛 Bug Fixes
531
+
532
+ * 修复VtxSelect多选模式下value值不为数组会报错的问题 ([e505b04](https://git.cloudhw.cn:3443/front-end/react-components/commit/e505b04)) by: **cxy**
533
+
534
+
535
+
536
+ ## [2.1.10](https://git.cloudhw.cn:3443/front-end/react-components/compare/2.1.9...2.1.10) (2021-06-16)
537
+
538
+
539
+ ### ♻ Code Refactoring
540
+
541
+ * 导入,导出接口请求头添加token认证 ([5149d25](https://git.cloudhw.cn:3443/front-end/react-components/commit/5149d25)) by: **cxy**
542
+ * 组件VtxInput,VtxSelect添加默认placeholder ([d52a595](https://git.cloudhw.cn:3443/front-end/react-components/commit/d52a595)) by: **cxy**
543
+ * 组件VtxUpload文档完善,添加了变更点描述 ([aba78f6](https://git.cloudhw.cn:3443/front-end/react-components/commit/aba78f6)) by: **cxy**
544
+
545
+
546
+ ### ✨ Features
547
+
548
+ * 组件VtxSelect多选模式添加全选功能 ([b305bb6](https://git.cloudhw.cn:3443/front-end/react-components/commit/b305bb6)) by: **cxy**
549
+
550
+
551
+ ### 🎫 Chores
552
+
553
+ * release v2.1.10 ([55bb904](https://git.cloudhw.cn:3443/front-end/react-components/commit/55bb904)) by: **yemu**
554
+
555
+
556
+
557
+ ## [2.1.9](https://git.cloudhw.cn:3443/front-end/react-components/compare/2.1.8...2.1.9) (2021-06-01)
558
+
559
+
560
+ ### 🎫 Chores
561
+
562
+ * 添加 no-console ([c4ca231](https://git.cloudhw.cn:3443/front-end/react-components/commit/c4ca231)) by: **yemu**
563
+ * release v2.1.9 ([c6d5bf2](https://git.cloudhw.cn:3443/front-end/react-components/commit/c6d5bf2)) by: **yemu**
564
+
565
+
566
+ ### 🐛 Bug Fixes
567
+
568
+ * 修复VtxSelect多选时,查看全部,字段过长时会超出框外的问题 ([760dfea](https://git.cloudhw.cn:3443/front-end/react-components/commit/760dfea)) by: **cxy**
569
+ * fix lint no-console ([eac39da](https://git.cloudhw.cn:3443/front-end/react-components/commit/eac39da)) by: **yemu**
570
+
571
+
572
+
573
+ ## [2.1.8](https://git.cloudhw.cn:3443/front-end/react-components/compare/2.1.7...2.1.8) (2021-05-24)
574
+
575
+
576
+ ### ♻ Code Refactoring
577
+
578
+ * 修改导入失败的验证逻辑 ([08d0b55](https://git.cloudhw.cn:3443/front-end/react-components/commit/08d0b55)) by: **cxy**
579
+ * 组件VtxModal适配小屏,避免大数据量下屏幕产生滚动条 ([a4916eb](https://git.cloudhw.cn:3443/front-end/react-components/commit/a4916eb)) by: **cxy**
580
+
581
+
582
+ ### ✨ Features
583
+
584
+ * 公共资源地址'120.26.217.62:25048'替换为'//vortexplugin.cloudhw.cn/ztree' ([6cf177f](https://git.cloudhw.cn:3443/front-end/react-components/commit/6cf177f)) by: **yemu**
585
+
586
+
587
+ ### 🎫 Chores
588
+
589
+ * release v2.1.8 ([6b48f6c](https://git.cloudhw.cn:3443/front-end/react-components/commit/6b48f6c)) by: **yemu**
590
+
591
+
592
+
593
+ ## [2.1.7](https://git.cloudhw.cn:3443/front-end/react-components/compare/2.1.6...2.1.7) (2021-05-13)
594
+
595
+
596
+ ### 🎫 Chores
597
+
598
+ * release v2.1.7 ([e6190a0](https://git.cloudhw.cn:3443/front-end/react-components/commit/e6190a0)) by: **yemu**
599
+
600
+
601
+ ### 🐛 Bug Fixes
602
+
603
+ * 修复设置列隐藏时操作按钮消失的问题 ([95c6a01](https://git.cloudhw.cn:3443/front-end/react-components/commit/95c6a01)) by: **yemu**
604
+ * 修复vtximport报错信息弹框数据多时没有滚动条的问题 ([7edf23a](https://git.cloudhw.cn:3443/front-end/react-components/commit/7edf23a)) by: **cxy**
605
+ * 修复vtxSelect多选模式下查看全部选项样式会不正确的问题 ([303c485](https://git.cloudhw.cn:3443/front-end/react-components/commit/303c485)) by: **cxy**
606
+ * 修复vtxSplitPane会出现一边空白不显示的问题 ([959318f](https://git.cloudhw.cn:3443/front-end/react-components/commit/959318f)) by: **cxy**
607
+ * 修复vtxSplitPane拖动时一半页面会消失的问题 ([f8d8aed](https://git.cloudhw.cn:3443/front-end/react-components/commit/f8d8aed)) by: **cxy**
608
+
609
+
610
+
611
+ ## [2.1.6](https://git.cloudhw.cn:3443/front-end/react-components/compare/2.1.5...2.1.6) (2021-05-06)
612
+
613
+
614
+ ### ♻ Code Refactoring
615
+
616
+ * 组件VtxUpload删除对文件类型的校验,请自行校验 ([1404d52](https://git.cloudhw.cn:3443/front-end/react-components/commit/1404d52)) by: **cxy**
617
+
618
+
619
+ ### 🎫 Chores
620
+
621
+ * release v2.1.6 ([569d3e6](https://git.cloudhw.cn:3443/front-end/react-components/commit/569d3e6)) by: **yemu**
622
+
623
+
624
+ ### 🐛 Bug Fixes
625
+
626
+ * 修复查询条件动态加载数量不对的问题 ([e7cea44](https://git.cloudhw.cn:3443/front-end/react-components/commit/e7cea44)) by: **cxy**
627
+ * 修复VtxSplitPane收缩按钮被VtxSearch覆盖的问题 ([fcb70ab](https://git.cloudhw.cn:3443/front-end/react-components/commit/fcb70ab)) by: **cxy**
628
+
629
+
630
+
631
+ ## [2.1.5](https://git.cloudhw.cn:3443/front-end/react-components/compare/2.1.3...2.1.5) (2021-04-29)
632
+
633
+
634
+ ### ♻ Code Refactoring
635
+
636
+ * 更改数据验证提示形式 ([63f7fdb](https://git.cloudhw.cn:3443/front-end/react-components/commit/63f7fdb)) by: **cxy**
637
+ * 完善导入后的错误判断 ([23012ed](https://git.cloudhw.cn:3443/front-end/react-components/commit/23012ed)) by: **cxy**
638
+
639
+
640
+ ### 🎫 Chores
641
+
642
+ * release v2.1.3 ([1724f4e](https://git.cloudhw.cn:3443/front-end/react-components/commit/1724f4e)) by: **cxy**
643
+ * release v2.1.5 ([df6822e](https://git.cloudhw.cn:3443/front-end/react-components/commit/df6822e)) by: **yemu**
644
+
645
+
646
+ ### 🐛 Bug Fixes
647
+
648
+ * 修复动态渲染数据无法更新的问题 ([93f827c](https://git.cloudhw.cn:3443/front-end/react-components/commit/93f827c)) by: **cxy**
649
+ * 修复提示前端提示被覆盖的问题 ([6964217](https://git.cloudhw.cn:3443/front-end/react-components/commit/6964217)) by: **cxy**
650
+ * value添加string类型支持 ([ac75e87](https://git.cloudhw.cn:3443/front-end/react-components/commit/ac75e87)) by: **cxy**
651
+
652
+
653
+
654
+ ## [2.1.3](https://git.cloudhw.cn:3443/front-end/react-components/compare/2.1.1...2.1.3) (2021-04-25)
655
+
656
+
657
+ ### 🎫 Chores
658
+
659
+ * 添加version指令 ([42556dc](https://git.cloudhw.cn:3443/front-end/react-components/commit/42556dc)) by: **yemu**
660
+ * release v2.1.2 ([27d49cc](https://git.cloudhw.cn:3443/front-end/react-components/commit/27d49cc)) by: **yemu**
661
+ * release v2.1.3 ([a3a812c](https://git.cloudhw.cn:3443/front-end/react-components/commit/a3a812c)) by: **yemu**
662
+ * useThumbnaily修改写法 ([ed5640d](https://git.cloudhw.cn:3443/front-end/react-components/commit/ed5640d)) by: **cxy**
663
+
664
+
665
+ ### 🐛 Bug Fixes
666
+
667
+ * 修复Dropdown组件trigger属性值类型不正确导致类型报错的问题 ([59a032f](https://git.cloudhw.cn:3443/front-end/react-components/commit/59a032f)) by: **yemu**
668
+
669
+
670
+ ### 📝 Documentation
671
+
672
+ * 文档修改 ([f84c034](https://git.cloudhw.cn:3443/front-end/react-components/commit/f84c034)) by: **yemu**
673
+
674
+
675
+
676
+ ## [2.1.1](https://git.cloudhw.cn:3443/front-end/react-components/compare/2.1.0...2.1.1) (2021-04-23)
677
+
678
+
679
+ ### ♻ Code Refactoring
680
+
681
+ * 修改代码结构并添加一些新功能 ([d222713](https://git.cloudhw.cn:3443/front-end/react-components/commit/d222713)) by: **cxy**
682
+ * 重构代码 ([0429c0d](https://git.cloudhw.cn:3443/front-end/react-components/commit/0429c0d)) by: **cxy**
683
+
684
+
685
+ ### ✨ Features
686
+
687
+ * 上传文件请求头添加token认证 ([ea63c54](https://git.cloudhw.cn:3443/front-end/react-components/commit/ea63c54)) by: **cxy**
688
+ * 添加获取url参数方法 ([8f62e16](https://git.cloudhw.cn:3443/front-end/react-components/commit/8f62e16)) by: **cxy**
689
+
690
+
691
+ ### 🎫 Chores
692
+
693
+ * 更改下载方式,下载时添加token ([678edbb](https://git.cloudhw.cn:3443/front-end/react-components/commit/678edbb)) by: **cxy**
694
+ * 添加@vtx/utils依赖 ([e1b2a77](https://git.cloudhw.cn:3443/front-end/react-components/commit/e1b2a77)) by: **cxy**
695
+ * 修改Gitlab为GitLab ([e8f86a0](https://git.cloudhw.cn:3443/front-end/react-components/commit/e8f86a0)) by: **cxy**
696
+ * demo描述更改 ([b0eb552](https://git.cloudhw.cn:3443/front-end/react-components/commit/b0eb552)) by: **chenxinyu**
697
+ * demo完善 ([055e437](https://git.cloudhw.cn:3443/front-end/react-components/commit/055e437)) by: **cxy**
698
+ * release v2.1.1 ([1bbae68](https://git.cloudhw.cn:3443/front-end/react-components/commit/1bbae68)) by: **yemu**
699
+
700
+
701
+ ### 🐛 Bug Fixes
702
+
703
+ * 解决切换左右时宽度会变成最大值的问题 ([bff20c4](https://git.cloudhw.cn:3443/front-end/react-components/commit/bff20c4)) by: **chenxinyu**
704
+ * 列密度下拉菜单触发行为修改为click解决选项点击不了的问题 ([48c0610](https://git.cloudhw.cn:3443/front-end/react-components/commit/48c0610)) by: **yemu**
705
+ * 修复导出失败时数据处理有问题的错误 ([cea5f06](https://git.cloudhw.cn:3443/front-end/react-components/commit/cea5f06)) by: **cxy**
706
+
707
+
708
+ ### 📝 Documentation
709
+
710
+ * 变更点添加 ([e91d13d](https://git.cloudhw.cn:3443/front-end/react-components/commit/e91d13d)) by: **cxy**
711
+ * 删除和添加一些API ([3b92203](https://git.cloudhw.cn:3443/front-end/react-components/commit/3b92203)) by: **cxy**
712
+ * 添加Gitlab导航 ([7582fca](https://git.cloudhw.cn:3443/front-end/react-components/commit/7582fca)) by: **yemu**
713
+ * demo前添加标题 ([3b7d064](https://git.cloudhw.cn:3443/front-end/react-components/commit/3b7d064)) by: **chenxinyu**
714
+
715
+
716
+
717
+ # [2.1.0](https://git.cloudhw.cn:3443/front-end/react-components/compare/2.0.1...2.1.0) (2021-04-19)
718
+
719
+
720
+ ### 🎫 Chores
721
+
722
+ * release v2.1.0 ([614e927](https://git.cloudhw.cn:3443/front-end/react-components/commit/614e927)) by: **yemu**
723
+ * release-it设置提交信息格式 ([b4dd862](https://git.cloudhw.cn:3443/front-end/react-components/commit/b4dd862)) by: **yemu**
724
+
725
+
726
+
727
+ ## [2.0.1](https://git.cloudhw.cn:3443/front-end/react-components/compare/9c39bde...2.0.1) (2021-04-19)
728
+
729
+
730
+ ### ✨ Features
731
+
732
+ * :sparkles: 新增使用demo ([d3e45af](https://git.cloudhw.cn:3443/front-end/react-components/commit/d3e45af)) by: **cxy**
733
+ * 暴露出ref实例 ([ff7d5e4](https://git.cloudhw.cn:3443/front-end/react-components/commit/ff7d5e4)) by: **yemu**
734
+ * 表单布局组件 ([5400b00](https://git.cloudhw.cn:3443/front-end/react-components/commit/5400b00)) by: **yemu**
735
+ * 表格分页快速跳转默认开启 ([781d641](https://git.cloudhw.cn:3443/front-end/react-components/commit/781d641)) by: **yemu**
736
+ * 初次提交 ([9c39bde](https://git.cloudhw.cn:3443/front-end/react-components/commit/9c39bde)) by: **yemu**
737
+ * 固定xgplayer版本为2.18.3 ([96e59bc](https://git.cloudhw.cn:3443/front-end/react-components/commit/96e59bc)) by: **cxy**
738
+ * 环境变量添加es6:true ([0e15857](https://git.cloudhw.cn:3443/front-end/react-components/commit/0e15857)) by: **cxy**
739
+ * 快捷选择日期控件补充提交 ([051eae1](https://git.cloudhw.cn:3443/front-end/react-components/commit/051eae1)) by: **aijinyu722**
740
+ * 添加禁止上传的文件类型 ([715a82b](https://git.cloudhw.cn:3443/front-end/react-components/commit/715a82b)) by: **cxy**
741
+ * 添加快速选择日期选择器 ([62da633](https://git.cloudhw.cn:3443/front-end/react-components/commit/62da633)) by: **hehuachen**
742
+ * 添加列可伸缩功能 ([9c82f8b](https://git.cloudhw.cn:3443/front-end/react-components/commit/9c82f8b)) by: **yemu**
743
+ * 添加VtxInport组件 ([ce8dcb8](https://git.cloudhw.cn:3443/front-end/react-components/commit/ce8dcb8)) by: **xufeng**
744
+ * 添加VtxZtreeSelect ([ebd70fe](https://git.cloudhw.cn:3443/front-end/react-components/commit/ebd70fe)) by: **yemu**
745
+ * 图片控件 ([e0d9178](https://git.cloudhw.cn:3443/front-end/react-components/commit/e0d9178)) by: **yemu**
746
+ * 新增工具判断是否对象 ([8560f46](https://git.cloudhw.cn:3443/front-end/react-components/commit/8560f46)) by: **yemu**
747
+ * 新增工具判断是否函数 ([9aa5ed4](https://git.cloudhw.cn:3443/front-end/react-components/commit/9aa5ed4)) by: **yemu**
748
+ * 新增列属性renderButtons ([b66b68b](https://git.cloudhw.cn:3443/front-end/react-components/commit/b66b68b)) by: **yemu**
749
+ * 新增树形控件 ([648b69f](https://git.cloudhw.cn:3443/front-end/react-components/commit/648b69f)) by: **yemu**
750
+ * 新增页面布局组件VtxPageLayout ([947a82c](https://git.cloudhw.cn:3443/front-end/react-components/commit/947a82c)) by: **yemu**
751
+ * 新增组件 ([ccce059](https://git.cloudhw.cn:3443/front-end/react-components/commit/ccce059)) by: **cxy**
752
+ * 新增combogrid数据表格下拉框 ([32fb79a](https://git.cloudhw.cn:3443/front-end/react-components/commit/32fb79a)) by: **yemu**
753
+ * 新增useSet hook ([1a3e3d8](https://git.cloudhw.cn:3443/front-end/react-components/commit/1a3e3d8)) by: **yemu**
754
+ * 新增VtxDatagrid ([40a8cbf](https://git.cloudhw.cn:3443/front-end/react-components/commit/40a8cbf)) by: **yemu**
755
+ * 新增vtxExport组件 ([0d427ff](https://git.cloudhw.cn:3443/front-end/react-components/commit/0d427ff)) by: **cxy**
756
+ * 新增VtxInput ([f68083f](https://git.cloudhw.cn:3443/front-end/react-components/commit/f68083f)) by: **cxy**
757
+ * 新增vtxSplitPane分割面板 ([b5f2f42](https://git.cloudhw.cn:3443/front-end/react-components/commit/b5f2f42)) by: **cxy**
758
+ * 页面数据支持新增编辑查看功能 ([99acb38](https://git.cloudhw.cn:3443/front-end/react-components/commit/99acb38)) by: **yemu**
759
+ * 支持设置列高度 ([9e7cb43](https://git.cloudhw.cn:3443/front-end/react-components/commit/9e7cb43)) by: **yemu**
760
+ * 自适应容器无数据样式调整 ([af559a7](https://git.cloudhw.cn:3443/front-end/react-components/commit/af559a7)) by: **yemu**
761
+ * antd国际化 ([38c36fd](https://git.cloudhw.cn:3443/front-end/react-components/commit/38c36fd)) by: **yemu**
762
+ * isFunctuon设置为default export ([03cf5e1](https://git.cloudhw.cn:3443/front-end/react-components/commit/03cf5e1)) by: **yemu**
763
+ * VtxSearch功能添加,各组件注释优化 ([f51d6f6](https://git.cloudhw.cn:3443/front-end/react-components/commit/f51d6f6)) by: **chenxinyu**
764
+
765
+
766
+ ### 🎫 Chores
767
+
768
+ * 2.0.0-alpha.1 ([4032e3c](https://git.cloudhw.cn:3443/front-end/react-components/commit/4032e3c)) by: **yemu**
769
+ * 2.0.0-alpha.2 ([77bee07](https://git.cloudhw.cn:3443/front-end/react-components/commit/77bee07)) by: **yemu**
770
+ * 2.0.0-alpha.4 ([dbcaa17](https://git.cloudhw.cn:3443/front-end/react-components/commit/dbcaa17)) by: **yemu**
771
+ * 2.0.0-alpha.5 ([97542e5](https://git.cloudhw.cn:3443/front-end/react-components/commit/97542e5)) by: **yemu**
772
+ * 2.0.0-alpha.6 ([a04e14b](https://git.cloudhw.cn:3443/front-end/react-components/commit/a04e14b)) by: **yemu**
773
+ * 安装ahooks ([9135164](https://git.cloudhw.cn:3443/front-end/react-components/commit/9135164)) by: **yemu**
774
+ * 更改ahooks引用方式 ([e84fe26](https://git.cloudhw.cn:3443/front-end/react-components/commit/e84fe26)) by: **cxy**
775
+ * 添加提交前验证 ([a18d5a8](https://git.cloudhw.cn:3443/front-end/react-components/commit/a18d5a8)) by: **yemu**
776
+ * 添加lodash ([50eb981](https://git.cloudhw.cn:3443/front-end/react-components/commit/50eb981)) by: **yemu**
777
+ * 添加release-it管理changelog ([7ce8d3a](https://git.cloudhw.cn:3443/front-end/react-components/commit/7ce8d3a)) by: **yemu**
778
+ * 添加style:fix 自动修复样式属性排序 ([cc1f95a](https://git.cloudhw.cn:3443/front-end/react-components/commit/cc1f95a)) by: **yemu**
779
+ * 添加viewerjs包 ([6321cc6](https://git.cloudhw.cn:3443/front-end/react-components/commit/6321cc6)) by: **yemu**
780
+ * 支持自动生成CHANGELOG ([7d1cb35](https://git.cloudhw.cn:3443/front-end/react-components/commit/7d1cb35)) by: **yemu**
781
+ * commitlint add chore type-enum ([39beae9](https://git.cloudhw.cn:3443/front-end/react-components/commit/39beae9)) by: **yemu**
782
+ * dumi按需加载antd ([83f47f3](https://git.cloudhw.cn:3443/front-end/react-components/commit/83f47f3)) by: **yemu**
783
+ * eslint支持全局$ ([ff4fc14](https://git.cloudhw.cn:3443/front-end/react-components/commit/ff4fc14)) by: **yemu**
784
+ * git ignore .umi ([726d816](https://git.cloudhw.cn:3443/front-end/react-components/commit/726d816)) by: **yemu**
785
+ * ignore lint /components/**/demo ([7ad87d8](https://git.cloudhw.cn:3443/front-end/react-components/commit/7ad87d8)) by: **yemu**
786
+ * v2.0.0-alpha.10 ([0774d3d](https://git.cloudhw.cn:3443/front-end/react-components/commit/0774d3d)) by: **yemu**
787
+ * v2.0.0-alpha.11 ([d053cc5](https://git.cloudhw.cn:3443/front-end/react-components/commit/d053cc5)) by: **yemu**
788
+ * v2.0.0-alpha.7 ([069fb92](https://git.cloudhw.cn:3443/front-end/react-components/commit/069fb92)) by: **yemu**
789
+ * v2.0.0-alpha.8 ([a3e368c](https://git.cloudhw.cn:3443/front-end/react-components/commit/a3e368c)) by: **yemu**
790
+ * v2.0.0-alpha.9 ([d611bca](https://git.cloudhw.cn:3443/front-end/react-components/commit/d611bca)) by: **yemu**
791
+ * v2.0.1 ([84f131c](https://git.cloudhw.cn:3443/front-end/react-components/commit/84f131c)) by: **yemu**
792
+
793
+
794
+ ### 🐛 Bug Fixes
795
+
796
+ * :bug: 修复参数suffix不能被覆盖的问题 ([05cd386](https://git.cloudhw.cn:3443/front-end/react-components/commit/05cd386)) by: **cxy**
797
+ * 代码与demo优化 ([2d24409](https://git.cloudhw.cn:3443/front-end/react-components/commit/2d24409)) by: **chenxinyu**
798
+ * 解决查看时downloadUrl为undefined的问题 ([c4e2dbb](https://git.cloudhw.cn:3443/front-end/react-components/commit/c4e2dbb)) by: **cxy**
799
+ * 解决导出时loading不显示的问题 ([c3d33c6](https://git.cloudhw.cn:3443/front-end/react-components/commit/c3d33c6)) by: **cxy**
800
+ * 使用useMemo,useCallback缓存函数,避免多余渲染 ([bca601c](https://git.cloudhw.cn:3443/front-end/react-components/commit/bca601c)) by: **chenxinyu**
801
+ * 文档与代码优化 ([555267d](https://git.cloudhw.cn:3443/front-end/react-components/commit/555267d)) by: **cxy**
802
+ * 修复不可拖动modal和可拖动modal同时存在会导致无法拖动的问题 ([3738dda](https://git.cloudhw.cn:3443/front-end/react-components/commit/3738dda)) by: **cxy**
803
+ * 修复动态设置columns为渲染的问题 ([6b8990a](https://git.cloudhw.cn:3443/front-end/react-components/commit/6b8990a)) by: **yemu**
804
+ * 修复多选下按钮hover样式不正确的问题 ([474c453](https://git.cloudhw.cn:3443/front-end/react-components/commit/474c453)) by: **cxy**
805
+ * 修复Content和TableWrap传入top无效的问题 ([3398ae2](https://git.cloudhw.cn:3443/front-end/react-components/commit/3398ae2)) by: **yemu**
806
+ * 修复key传值错误的问题 ([553db5f](https://git.cloudhw.cn:3443/front-end/react-components/commit/553db5f)) by: **cxy**
807
+ * 修复lint出现的错误 ([f4a21e8](https://git.cloudhw.cn:3443/front-end/react-components/commit/f4a21e8)) by: **cxy**
808
+ * 修复React is not defined ([432b53f](https://git.cloudhw.cn:3443/front-end/react-components/commit/432b53f)) by: **yemu**
809
+ * 修复Right-hand side of 'instanceof' is not an object ([1a7f7a4](https://git.cloudhw.cn:3443/front-end/react-components/commit/1a7f7a4)) by: **yemu**
810
+ * 移除useState ([2b68d5b](https://git.cloudhw.cn:3443/front-end/react-components/commit/2b68d5b)) by: **yemu**
811
+ * 重新命名 ([ad6be85](https://git.cloudhw.cn:3443/front-end/react-components/commit/ad6be85)) by: **cxy**
812
+ * demo修改,新增代理 ([7c2da2a](https://git.cloudhw.cn:3443/front-end/react-components/commit/7c2da2a)) by: **cxy**
813
+
814
+
815
+ ### 💄 Styles
816
+
817
+ * 取消flex布局,采用inline-block布局 ([4ab4707](https://git.cloudhw.cn:3443/front-end/react-components/commit/4ab4707)) by: **cxy**
818
+ * 完善useCallback的使用 ([3120271](https://git.cloudhw.cn:3443/front-end/react-components/commit/3120271)) by: **cxy**
819
+ * 修改数字样式 ([71a6826](https://git.cloudhw.cn:3443/front-end/react-components/commit/71a6826)) by: **cxy**
820
+ * 样式格式化 ([583f8c8](https://git.cloudhw.cn:3443/front-end/react-components/commit/583f8c8)) by: **yemu**
821
+ * ignore .umi ([04df7c2](https://git.cloudhw.cn:3443/front-end/react-components/commit/04df7c2)) by: **yemu**
822
+
823
+
824
+ ### 📝 Documentation
825
+
826
+ * :memo: 完善文档并增加使用demo ([68ea8f6](https://git.cloudhw.cn:3443/front-end/react-components/commit/68ea8f6)) by: **cxy**
827
+ * 基础使用介绍 ([3685735](https://git.cloudhw.cn:3443/front-end/react-components/commit/3685735)) by: **yemu**
828
+ * 配置base和publicPath路径 ([65e515b](https://git.cloudhw.cn:3443/front-end/react-components/commit/65e515b)) by: **yemu**
829
+ * 示例名统一为Demo ([0d0f08f](https://git.cloudhw.cn:3443/front-end/react-components/commit/0d0f08f)) by: **yemu**
830
+ * 示例文档修改 ([bf16276](https://git.cloudhw.cn:3443/front-end/react-components/commit/bf16276)) by: **yemu**
831
+ * 示例修改 ([a4b515a](https://git.cloudhw.cn:3443/front-end/react-components/commit/a4b515a)) by: **yemu**
832
+ * 添加VtxCombogrid组件说明 ([0e7da2d](https://git.cloudhw.cn:3443/front-end/react-components/commit/0e7da2d)) by: **yemu**
833
+ * 完善文档 ([3d32df8](https://git.cloudhw.cn:3443/front-end/react-components/commit/3d32df8)) by: **chenxinyu**
834
+ * 文案修改 ([bd4a1b5](https://git.cloudhw.cn:3443/front-end/react-components/commit/bd4a1b5)) by: **yemu**
835
+ * 文档显示顺序调整 ([88fe442](https://git.cloudhw.cn:3443/front-end/react-components/commit/88fe442)) by: **yemu**
836
+ * 文档显示顺序和锚点整理 ([58abc14](https://git.cloudhw.cn:3443/front-end/react-components/commit/58abc14)) by: **yemu**
837
+ * 文档优化 ([96c71b5](https://git.cloudhw.cn:3443/front-end/react-components/commit/96c71b5)) by: **cxy**
838
+ * 文档优化 ([44287d1](https://git.cloudhw.cn:3443/front-end/react-components/commit/44287d1)) by: **cxy**
839
+ * md表格第三列设置颜色 ([6a7e464](https://git.cloudhw.cn:3443/front-end/react-components/commit/6a7e464)) by: **yemu**
840
+
841
+
842
+