ls-pro-common 3.0.15 → 3.0.17

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.
package/dist/common.css CHANGED
@@ -425,6 +425,9 @@ a:hover {
425
425
  .ant-btn.ant-btn-lg {
426
426
  height: 40px;
427
427
  }
428
+ .ant-btn.ant-btn-sm {
429
+ height: 22px;
430
+ }
428
431
  .ant-btn:hover,
429
432
  .ant-btn:focus {
430
433
  background-color: var(--ant-primary-2);
@@ -601,57 +604,58 @@ a:hover {
601
604
  text-overflow: ellipsis;
602
605
  width: 200px;
603
606
  }
604
- .ant-picker,
605
- .ant-form-item-label > label,
606
- .ant-form-item,
607
- .ant-input,
608
- .ant-select,
607
+ .ant-picker:not(.ant-picker-large, .ant-picker-sm),
608
+ .ant-input:not(.ant-input-lg, .ant-input-sm) .ant-form-item-label > label,
609
+ .ant-form:not(.ant-form-large, .ant-form-sm) .ant-form-item,
610
+ .ant-input:not(.ant-input-lg, .ant-input-sm),
611
+ .ant-input-number:not(.ant-input-number-lg, .ant-input-number-sm),
612
+ .ant-select:not(.ant-select-lg, .ant-select-sm),
609
613
  .ant-pagination,
610
614
  .ant-badge-status-text {
611
615
  font-size: 13px !important;
612
616
  }
613
- .ant-btn,
617
+ .ant-btn:not(.ant-btn-lg, .ant-btn-sm),
614
618
  .ant-select-single:not(.ant-select-customize-input) .ant-select-selector,
615
- .ant-form-item-label > label {
619
+ .ant-input:not(.ant-input-lg, .ant-input-sm) .ant-form-item-label > label {
616
620
  height: 28px !important;
617
621
  min-height: 28px !important;
618
622
  }
619
- .ant-form-item-control-input {
623
+ .ant-input:not(.ant-input-lg, .ant-input-sm) .ant-form-item-control-input {
620
624
  min-height: 28px !important;
621
625
  }
622
- .ant-form-item {
626
+ .ant-form:not(.ant-form-large, .ant-form-sm) .ant-form-item {
623
627
  margin-bottom: 12px !important;
624
628
  }
625
- .ant-select-single .ant-select-selector .ant-select-selection-item,
626
- .ant-select-single .ant-select-selector .ant-select-selection-placeholder {
629
+ .ant-select-single:not(.ant-select-lg, .ant-select-sm) .ant-select-selector .ant-select-selection-item,
630
+ .ant-select-single:not(.ant-select-lg, .ant-select-sm) .ant-select-selector .ant-select-selection-placeholder {
627
631
  line-height: 26px !important;
628
632
  }
629
- .ant-select-multiple .ant-select-selection-item {
633
+ .ant-select-multiple:not(.ant-select-lg, .ant-select-sm) .ant-select-selection-item {
630
634
  margin-top: 0 !important;
631
635
  margin-bottom: 0 !important;
632
636
  }
633
- .ant-select-multiple .ant-select-selector::after {
637
+ .ant-select-multiple:not(.ant-select-lg, .ant-select-sm) .ant-select-selector::after {
634
638
  line-height: 20px !important;
635
639
  }
636
- .ant-btn,
637
- .ant-picker,
638
- .ant-input-affix-wrapper {
640
+ .ant-btn:not(.ant-btn-lg, .ant-btn-sm),
641
+ .ant-picker:not(.ant-picker-large, .ant-picker-sm),
642
+ .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-lg, .ant-input-affix-wrapper-sm) {
639
643
  padding-top: 2px !important;
640
644
  padding-bottom: 2px !important;
641
645
  }
642
- .ant-picker-range {
646
+ .ant-picker-range:not(.ant-picker-large, .ant-picker-sm) {
643
647
  padding: 2px 4px !important;
644
648
  }
645
- .ant-picker-range .ant-picker-range-separator {
649
+ .ant-picker-range:not(.ant-picker-large, .ant-picker-sm) .ant-picker-range-separator {
646
650
  font-size: 12px !important;
647
651
  }
648
- .ant-picker-range .ant-picker-active-bar {
652
+ .ant-picker-range:not(.ant-picker-large, .ant-picker-sm) .ant-picker-active-bar {
649
653
  margin-left: 4px !important;
650
654
  }
651
- .ant-picker-range .ant-picker-clear {
655
+ .ant-picker-range:not(.ant-picker-large, .ant-picker-sm) .ant-picker-clear {
652
656
  right: 3px !important;
653
657
  }
654
- .ant-picker-range .ant-picker-input > input {
658
+ .ant-picker-range:not(.ant-picker-large, .ant-picker-sm) .ant-picker-input > input {
655
659
  letter-spacing: -0.8px !important;
656
660
  }
657
661
 
@@ -425,6 +425,9 @@ a:hover {
425
425
  .ant-btn.ant-btn-lg {
426
426
  height: 40px;
427
427
  }
428
+ .ant-btn.ant-btn-sm {
429
+ height: 22px;
430
+ }
428
431
  .ant-btn:hover,
429
432
  .ant-btn:focus {
430
433
  background-color: var(--ant-primary-2);
@@ -601,57 +604,58 @@ a:hover {
601
604
  text-overflow: ellipsis;
602
605
  width: 200px;
603
606
  }
604
- .ant-picker,
605
- .ant-form-item-label > label,
606
- .ant-form-item,
607
- .ant-input,
608
- .ant-select,
607
+ .ant-picker:not(.ant-picker-large, .ant-picker-sm),
608
+ .ant-input:not(.ant-input-lg, .ant-input-sm) .ant-form-item-label > label,
609
+ .ant-form:not(.ant-form-large, .ant-form-sm) .ant-form-item,
610
+ .ant-input:not(.ant-input-lg, .ant-input-sm),
611
+ .ant-input-number:not(.ant-input-number-lg, .ant-input-number-sm),
612
+ .ant-select:not(.ant-select-lg, .ant-select-sm),
609
613
  .ant-pagination,
610
614
  .ant-badge-status-text {
611
615
  font-size: 13px !important;
612
616
  }
613
- .ant-btn,
617
+ .ant-btn:not(.ant-btn-lg, .ant-btn-sm),
614
618
  .ant-select-single:not(.ant-select-customize-input) .ant-select-selector,
615
- .ant-form-item-label > label {
619
+ .ant-input:not(.ant-input-lg, .ant-input-sm) .ant-form-item-label > label {
616
620
  height: 28px !important;
617
621
  min-height: 28px !important;
618
622
  }
619
- .ant-form-item-control-input {
623
+ .ant-input:not(.ant-input-lg, .ant-input-sm) .ant-form-item-control-input {
620
624
  min-height: 28px !important;
621
625
  }
622
- .ant-form-item {
626
+ .ant-form:not(.ant-form-large, .ant-form-sm) .ant-form-item {
623
627
  margin-bottom: 12px !important;
624
628
  }
625
- .ant-select-single .ant-select-selector .ant-select-selection-item,
626
- .ant-select-single .ant-select-selector .ant-select-selection-placeholder {
629
+ .ant-select-single:not(.ant-select-lg, .ant-select-sm) .ant-select-selector .ant-select-selection-item,
630
+ .ant-select-single:not(.ant-select-lg, .ant-select-sm) .ant-select-selector .ant-select-selection-placeholder {
627
631
  line-height: 26px !important;
628
632
  }
629
- .ant-select-multiple .ant-select-selection-item {
633
+ .ant-select-multiple:not(.ant-select-lg, .ant-select-sm) .ant-select-selection-item {
630
634
  margin-top: 0 !important;
631
635
  margin-bottom: 0 !important;
632
636
  }
633
- .ant-select-multiple .ant-select-selector::after {
637
+ .ant-select-multiple:not(.ant-select-lg, .ant-select-sm) .ant-select-selector::after {
634
638
  line-height: 20px !important;
635
639
  }
636
- .ant-btn,
637
- .ant-picker,
638
- .ant-input-affix-wrapper {
640
+ .ant-btn:not(.ant-btn-lg, .ant-btn-sm),
641
+ .ant-picker:not(.ant-picker-large, .ant-picker-sm),
642
+ .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-lg, .ant-input-affix-wrapper-sm) {
639
643
  padding-top: 2px !important;
640
644
  padding-bottom: 2px !important;
641
645
  }
642
- .ant-picker-range {
646
+ .ant-picker-range:not(.ant-picker-large, .ant-picker-sm) {
643
647
  padding: 2px 4px !important;
644
648
  }
645
- .ant-picker-range .ant-picker-range-separator {
649
+ .ant-picker-range:not(.ant-picker-large, .ant-picker-sm) .ant-picker-range-separator {
646
650
  font-size: 12px !important;
647
651
  }
648
- .ant-picker-range .ant-picker-active-bar {
652
+ .ant-picker-range:not(.ant-picker-large, .ant-picker-sm) .ant-picker-active-bar {
649
653
  margin-left: 4px !important;
650
654
  }
651
- .ant-picker-range .ant-picker-clear {
655
+ .ant-picker-range:not(.ant-picker-large, .ant-picker-sm) .ant-picker-clear {
652
656
  right: 3px !important;
653
657
  }
654
- .ant-picker-range .ant-picker-input > input {
658
+ .ant-picker-range:not(.ant-picker-large, .ant-picker-sm) .ant-picker-input > input {
655
659
  letter-spacing: -0.8px !important;
656
660
  }
657
661
 
@@ -73,6 +73,10 @@
73
73
  height: 40px
74
74
  }
75
75
 
76
+ &.ant-btn-sm {
77
+ height: 22px;
78
+ }
79
+
76
80
  &:hover,
77
81
  &:focus {
78
82
  background-color: var(--ant-primary-2);
@@ -288,54 +292,55 @@
288
292
 
289
293
  // 以下为调整字体大小及行高
290
294
 
291
- .ant-picker,
292
- .ant-form-item-label>label,
293
- .ant-form-item,
294
- .ant-input,
295
- .ant-select,
295
+ .ant-picker:not(.ant-picker-large, .ant-picker-sm),
296
+ .ant-input:not(.ant-input-lg, .ant-input-sm) .ant-form-item-label>label,
297
+ .ant-form:not(.ant-form-large, .ant-form-sm) .ant-form-item,
298
+ .ant-input:not(.ant-input-lg, .ant-input-sm),
299
+ .ant-input-number:not(.ant-input-number-lg, .ant-input-number-sm),
300
+ .ant-select:not(.ant-select-lg, .ant-select-sm),
296
301
  .ant-pagination,
297
302
  .ant-badge-status-text {
298
303
  font-size: 13px !important;
299
304
  }
300
305
 
301
- .ant-btn,
306
+ .ant-btn:not(.ant-btn-lg, .ant-btn-sm),
302
307
  .ant-select-single:not(.ant-select-customize-input) .ant-select-selector,
303
- .ant-form-item-label>label {
308
+ .ant-input:not(.ant-input-lg, .ant-input-sm) .ant-form-item-label>label {
304
309
  height: 28px !important;
305
310
  min-height: 28px !important;
306
311
  }
307
312
 
308
- .ant-form-item-control-input {
313
+ .ant-input:not(.ant-input-lg, .ant-input-sm) .ant-form-item-control-input {
309
314
  min-height: 28px !important;
310
315
  }
311
316
 
312
- .ant-form-item {
317
+ .ant-form:not(.ant-form-large, .ant-form-sm) .ant-form-item {
313
318
  margin-bottom: 12px !important;
314
319
  }
315
320
 
316
- .ant-select-single .ant-select-selector .ant-select-selection-item,
317
- .ant-select-single .ant-select-selector .ant-select-selection-placeholder {
321
+ .ant-select-single:not(.ant-select-lg, .ant-select-sm) .ant-select-selector .ant-select-selection-item,
322
+ .ant-select-single:not(.ant-select-lg, .ant-select-sm) .ant-select-selector .ant-select-selection-placeholder {
318
323
  line-height: 26px !important;
319
324
  }
320
325
 
321
- .ant-select-multiple .ant-select-selection-item {
326
+ .ant-select-multiple:not(.ant-select-lg, .ant-select-sm) .ant-select-selection-item {
322
327
  margin-top: 0 !important;
323
328
  margin-bottom: 0 !important;
324
329
  }
325
330
 
326
- .ant-select-multiple .ant-select-selector::after {
331
+ .ant-select-multiple:not(.ant-select-lg, .ant-select-sm) .ant-select-selector::after {
327
332
  line-height: 20px !important;
328
333
  }
329
334
 
330
- .ant-btn,
331
- .ant-picker,
332
- .ant-input-affix-wrapper {
335
+ .ant-btn:not(.ant-btn-lg, .ant-btn-sm),
336
+ .ant-picker:not(.ant-picker-large, .ant-picker-sm),
337
+ .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-lg, .ant-input-affix-wrapper-sm) {
333
338
  padding-top: 2px !important;
334
339
  padding-bottom: 2px !important;
335
340
  }
336
341
 
337
342
 
338
- .ant-picker-range {
343
+ .ant-picker-range:not(.ant-picker-large, .ant-picker-sm) {
339
344
  padding: 2px 4px !important;
340
345
 
341
346
  .ant-picker-range-separator {
@@ -73,6 +73,10 @@
73
73
  height: 40px
74
74
  }
75
75
 
76
+ &.ant-btn-sm {
77
+ height: 22px;
78
+ }
79
+
76
80
  &:hover,
77
81
  &:focus {
78
82
  background-color: var(--ant-primary-2);
@@ -288,54 +292,55 @@
288
292
 
289
293
  // 以下为调整字体大小及行高
290
294
 
291
- .ant-picker,
292
- .ant-form-item-label>label,
293
- .ant-form-item,
294
- .ant-input,
295
- .ant-select,
295
+ .ant-picker:not(.ant-picker-large, .ant-picker-sm),
296
+ .ant-input:not(.ant-input-lg, .ant-input-sm) .ant-form-item-label>label,
297
+ .ant-form:not(.ant-form-large, .ant-form-sm) .ant-form-item,
298
+ .ant-input:not(.ant-input-lg, .ant-input-sm),
299
+ .ant-input-number:not(.ant-input-number-lg, .ant-input-number-sm),
300
+ .ant-select:not(.ant-select-lg, .ant-select-sm),
296
301
  .ant-pagination,
297
302
  .ant-badge-status-text {
298
303
  font-size: 13px !important;
299
304
  }
300
305
 
301
- .ant-btn,
306
+ .ant-btn:not(.ant-btn-lg, .ant-btn-sm),
302
307
  .ant-select-single:not(.ant-select-customize-input) .ant-select-selector,
303
- .ant-form-item-label>label {
308
+ .ant-input:not(.ant-input-lg, .ant-input-sm) .ant-form-item-label>label {
304
309
  height: 28px !important;
305
310
  min-height: 28px !important;
306
311
  }
307
312
 
308
- .ant-form-item-control-input {
313
+ .ant-input:not(.ant-input-lg, .ant-input-sm) .ant-form-item-control-input {
309
314
  min-height: 28px !important;
310
315
  }
311
316
 
312
- .ant-form-item {
317
+ .ant-form:not(.ant-form-large, .ant-form-sm) .ant-form-item {
313
318
  margin-bottom: 12px !important;
314
319
  }
315
320
 
316
- .ant-select-single .ant-select-selector .ant-select-selection-item,
317
- .ant-select-single .ant-select-selector .ant-select-selection-placeholder {
321
+ .ant-select-single:not(.ant-select-lg, .ant-select-sm) .ant-select-selector .ant-select-selection-item,
322
+ .ant-select-single:not(.ant-select-lg, .ant-select-sm) .ant-select-selector .ant-select-selection-placeholder {
318
323
  line-height: 26px !important;
319
324
  }
320
325
 
321
- .ant-select-multiple .ant-select-selection-item {
326
+ .ant-select-multiple:not(.ant-select-lg, .ant-select-sm) .ant-select-selection-item {
322
327
  margin-top: 0 !important;
323
328
  margin-bottom: 0 !important;
324
329
  }
325
330
 
326
- .ant-select-multiple .ant-select-selector::after {
331
+ .ant-select-multiple:not(.ant-select-lg, .ant-select-sm) .ant-select-selector::after {
327
332
  line-height: 20px !important;
328
333
  }
329
334
 
330
- .ant-btn,
331
- .ant-picker,
332
- .ant-input-affix-wrapper {
335
+ .ant-btn:not(.ant-btn-lg, .ant-btn-sm),
336
+ .ant-picker:not(.ant-picker-large, .ant-picker-sm),
337
+ .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-lg, .ant-input-affix-wrapper-sm) {
333
338
  padding-top: 2px !important;
334
339
  padding-bottom: 2px !important;
335
340
  }
336
341
 
337
342
 
338
- .ant-picker-range {
343
+ .ant-picker-range:not(.ant-picker-large, .ant-picker-sm) {
339
344
  padding: 2px 4px !important;
340
345
 
341
346
  .ant-picker-range-separator {
package/package.json CHANGED
@@ -1,13 +1,12 @@
1
1
  {
2
2
  "name": "ls-pro-common",
3
- "version": "3.0.15",
3
+ "version": "3.0.17",
4
4
  "description": "ls-pro-common",
5
5
  "license": "MIT",
6
6
  "sideEffects": [
7
7
  "*.less"
8
8
  ],
9
9
  "main": "lib/index.js",
10
- "module": "lib/index.js",
11
10
  "types": "lib/index.d.ts",
12
11
  "files": [
13
12
  "lib",
@@ -22,10 +21,10 @@
22
21
  ],
23
22
  "dependencies": {
24
23
  "@ant-design/icons": "^4.3.0",
25
- "ls-pro-table": "^3.0.9",
26
- "ls-pro-form": "^3.0.5",
24
+ "ls-pro-table": "^3.0.10",
25
+ "ls-pro-form": "^3.0.6",
27
26
  "ls-pro-descriptions": "^3.0.1",
28
- "ls-pro-card": "^3.0.2",
27
+ "ls-pro-card": "^3.0.3",
29
28
  "@babel/runtime": "^7.16.3",
30
29
  "classnames": "^2.2.6",
31
30
  "moment": "^2.27.0",
package/CHANGELOG.md DELETED
@@ -1,746 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
4
-
5
- ## [1.32.5](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.32.4...ls-pro-utils@1.32.5) (2022-01-07)
6
-
7
- ### Bug Fixes
8
-
9
- - **utils:** antd themes less file path ([#4411](https://github.com/ant-design/pro-components/issues/4411)) ([ff78bf0](https://github.com/ant-design/pro-components/commit/ff78bf0b3bbb52984a8cc12768e1099a6192fa1b))
10
-
11
- ## [1.32.4](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.32.3...ls-pro-utils@1.32.4) (2022-01-05)
12
-
13
- ### Bug Fixes
14
-
15
- - **form:** support using prefixCls from ConfigProvider in <InlineErrorFormItem /> ([#4403](https://github.com/ant-design/pro-components/issues/4403)) ([4fd876a](https://github.com/ant-design/pro-components/commit/4fd876a20531a479e4bc957a346b1bf179b940ac))
16
- - **utils:** timestamp in moment no need pass second param ([#4396](https://github.com/ant-design/pro-components/issues/4396)) ([62a4f8e](https://github.com/ant-design/pro-components/commit/62a4f8e7eff6a456853eaefdb5da120a693d5143))
17
-
18
- ## [1.32.3](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.32.2...ls-pro-utils@1.32.3) (2021-12-28)
19
-
20
- ### Bug Fixes
21
-
22
- - **utils:** update typing.ts ([#4362](https://github.com/ant-design/pro-components/issues/4362)) ([4592841](https://github.com/ant-design/pro-components/commit/459284151dbcf2b1590996f54ed77457c651ae10))
23
-
24
- ## [1.32.2](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.32.1...ls-pro-utils@1.32.2) (2021-12-24)
25
-
26
- ### Bug Fixes
27
-
28
- - **utils:** remove inputProps typing ([ea33916](https://github.com/ant-design/pro-components/commit/ea3391646b8a2bbb5bceea26b32720cd812df430))
29
-
30
- ## [1.32.1](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.32.0...ls-pro-utils@1.32.1) (2021-12-23)
31
-
32
- **Note:** Version bump only for package ls-pro-utils
33
-
34
- # [1.32.0](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.31.2...ls-pro-utils@1.32.0) (2021-12-22)
35
-
36
- ### Features
37
-
38
- - **field:** add DigitRange component ([#4133](https://github.com/ant-design/pro-components/issues/4133)) ([227a42d](https://github.com/ant-design/pro-components/commit/227a42def19035dc70e52f56142b33f55dd65f4b))
39
-
40
- ## [1.31.2](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.31.1...ls-pro-utils@1.31.2) (2021-12-22)
41
-
42
- **Note:** Version bump only for package ls-pro-utils
43
-
44
- ## [1.31.1](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.31.0...ls-pro-utils@1.31.1) (2021-12-20)
45
-
46
- **Note:** Version bump only for package ls-pro-utils
47
-
48
- # [1.31.0](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.30.0...ls-pro-utils@1.31.0) (2021-12-20)
49
-
50
- ### Bug Fixes
51
-
52
- - **utils:** Stronger judgment ([#4309](https://github.com/ant-design/pro-components/issues/4309)) ([50dafcf](https://github.com/ant-design/pro-components/commit/50dafcfd596e0a3814a7bc7fa4981790b61516cc))
53
-
54
- ### Features
55
-
56
- - **form:** Support ProFormTreeSelect and valueType=treeSelect ([#4237](https://github.com/ant-design/pro-components/issues/4237)) ([31fab85](https://github.com/ant-design/pro-components/commit/31fab85ecc2c3ef873e88b050f26d1c3de4b8f98))
57
-
58
- # [1.30.0](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.29.0...ls-pro-utils@1.30.0) (2021-12-17)
59
-
60
- ### Bug Fixes
61
-
62
- - **utils:** useDebounceFn will auto reject promise ([#4270](https://github.com/ant-design/pro-components/issues/4270)) ([8de01a4](https://github.com/ant-design/pro-components/commit/8de01a4915bb8354923a0a6485f250cc6c242247))
63
-
64
- ### Features
65
-
66
- - disable default error boundary ([#4276](https://github.com/ant-design/pro-components/issues/4276)) ([094942f](https://github.com/ant-design/pro-components/commit/094942fb96f4465e6e883c9ffb629ed7b228e9ce))
67
-
68
- # [1.29.0](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.28.9...ls-pro-utils@1.29.0) (2021-12-13)
69
-
70
- ### Bug Fixes
71
-
72
- - **form:** relay no render DrawerForm and ModalForm ([#4254](https://github.com/ant-design/pro-components/issues/4254)) ([f986ecb](https://github.com/ant-design/pro-components/commit/f986ecb9d89d4e3edef18d50eee4c37e730227d9))
73
-
74
- ### Features
75
-
76
- - **layout:** settingDrawer use new antd new function ([#4042](https://github.com/ant-design/pro-components/issues/4042)) ([8e907d8](https://github.com/ant-design/pro-components/commit/8e907d8bbe48848c37e8ce1d5a584880e181f250))
77
-
78
- ## [1.28.9](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.28.8...ls-pro-utils@1.28.9) (2021-12-10)
79
-
80
- **Note:** Version bump only for package ls-pro-utils
81
-
82
- ## [1.28.8](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.28.7...ls-pro-utils@1.28.8) (2021-12-10)
83
-
84
- **Note:** Version bump only for package ls-pro-utils
85
-
86
- ## [1.28.7](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.28.6...ls-pro-utils@1.28.7) (2021-12-08)
87
-
88
- **Note:** Version bump only for package ls-pro-utils
89
-
90
- ## [1.28.6](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.28.5...ls-pro-utils@1.28.6) (2021-12-07)
91
-
92
- ### Bug Fixes
93
-
94
- - simplify swr usage ([#4181](https://github.com/ant-design/pro-components/issues/4181)) ([ed66732](https://github.com/ant-design/pro-components/commit/ed6673272882af09287eb87457df2a8ca9daf7f1))
95
-
96
- ## [1.28.5](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.28.4...ls-pro-utils@1.28.5) (2021-11-30)
97
-
98
- **Note:** Version bump only for package ls-pro-utils
99
-
100
- ## [1.28.4](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.28.3...ls-pro-utils@1.28.4) (2021-11-23)
101
-
102
- ### Bug Fixes
103
-
104
- - **table:** fix valueEnum error ([15d5835](https://github.com/ant-design/pro-components/commit/15d5835a87a289acb11e661ccacd01179378a5f7))
105
-
106
- ## [1.28.3](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.28.2...ls-pro-utils@1.28.3) (2021-11-22)
107
-
108
- ### Bug Fixes
109
-
110
- - **ProForm:** 修复 ProForm 请求两次问题 ([#4074](https://github.com/ant-design/pro-components/issues/4074)) ([fe9d08c](https://github.com/ant-design/pro-components/commit/fe9d08c950497bb2447ca088471b9dc8b86acb67))
111
-
112
- ## [1.28.2](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.28.1...ls-pro-utils@1.28.2) (2021-11-18)
113
-
114
- ### Bug Fixes
115
-
116
- - **descriptions:** unuse protable ([#4062](https://github.com/ant-design/pro-components/issues/4062)) ([04d6a6c](https://github.com/ant-design/pro-components/commit/04d6a6c94aaf1597ec5bbdb9135fdacbdca9640a))
117
- - **table:** fix table validateFields no work error ([#4058](https://github.com/ant-design/pro-components/issues/4058)) ([0291e08](https://github.com/ant-design/pro-components/commit/0291e085a17d57d654b698695e9a2c31915a07e0))
118
- - **table:** pro table support lightProps ([#4068](https://github.com/ant-design/pro-components/issues/4068)) ([ce15148](https://github.com/ant-design/pro-components/commit/ce151487c7dbd17917a0be0aec09d4e01237ff6a))
119
-
120
- ## [1.28.1](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.28.0...ls-pro-utils@1.28.1) (2021-11-16)
121
-
122
- ### Bug Fixes
123
-
124
- - **descriptions:** fix descriptions cancel values no work error ([#4043](https://github.com/ant-design/pro-components/issues/4043)) ([c4fa372](https://github.com/ant-design/pro-components/commit/c4fa372f3f6b5da3f6604e8b9e0d665ff46f6404))
125
-
126
- # [1.28.0](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.27.0...ls-pro-utils@1.28.0) (2021-11-15)
127
-
128
- ### Features
129
-
130
- - **form:** support antd next ([#4038](https://github.com/ant-design/pro-components/issues/4038)) ([96a64c3](https://github.com/ant-design/pro-components/commit/96a64c35d0fc6a359a4ff3d36b96f510f4580c63)), closes [#3770](https://github.com/ant-design/pro-components/issues/3770) [#3863](https://github.com/ant-design/pro-components/issues/3863)
131
-
132
- # [1.27.0](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.26.1...ls-pro-utils@1.27.0) (2021-11-12)
133
-
134
- ### Bug Fixes
135
-
136
- - **form:** fix proform.item no support QueryFilter error ([#4011](https://github.com/ant-design/pro-components/issues/4011)) ([5eff600](https://github.com/ant-design/pro-components/commit/5eff600f580d99452f9e1a84b7c36c315e55804f))
137
- - **table:** 取消编辑行后表单未能全部重置 ([#3997](https://github.com/ant-design/pro-components/issues/3997)) ([042e80e](https://github.com/ant-design/pro-components/commit/042e80e782725c9825869e5dcefb90ed46969ffc))
138
- - **table:** fix editor table rowkey error ([#4000](https://github.com/ant-design/pro-components/issues/4000)) ([8760aad](https://github.com/ant-design/pro-components/commit/8760aad6d95b514ab57ef857adf74219fe006e99))
139
-
140
- ### Features
141
-
142
- - **field:** select request 添加防抖动属性 ([#3987](https://github.com/ant-design/pro-components/issues/3987)) ([887e654](https://github.com/ant-design/pro-components/commit/887e6541dae8e614789e651c74b32abc875e83e7))
143
-
144
- ## [1.26.1](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.26.0...ls-pro-utils@1.26.1) (2021-11-02)
145
-
146
- ### Bug Fixes
147
-
148
- - **list:** fix list style error ([#3943](https://github.com/ant-design/pro-components/issues/3943)) ([68e0eed](https://github.com/ant-design/pro-components/commit/68e0eede7131932eb9e16734bb5bbb3c8fa0572e))
149
-
150
- # [1.26.0](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.25.0...ls-pro-utils@1.26.0) (2021-10-27)
151
-
152
- ### Features
153
-
154
- - **form:** support Cascader ([#3904](https://github.com/ant-design/pro-components/issues/3904)) ([be63c81](https://github.com/ant-design/pro-components/commit/be63c81be1102fd2f099e9182fb296a01a8b59f0))
155
-
156
- # [1.25.0](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.24.9...ls-pro-utils@1.25.0) (2021-10-26)
157
-
158
- ### Bug Fixes
159
-
160
- - **descriptions:** fix descriptions item set style error ([#3860](https://github.com/ant-design/pro-components/issues/3860)) ([27659b3](https://github.com/ant-design/pro-components/commit/27659b3b81d3eba3e8241ca4e05c0caed8464e1a))
161
-
162
- ### Features
163
-
164
- - support ssr server ([69773c9](https://github.com/ant-design/pro-components/commit/69773c9dbaccd342d86312032c7b09958cdaed7c))
165
-
166
- ## [1.24.9](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.24.8...ls-pro-utils@1.24.9) (2021-10-19)
167
-
168
- ### Bug Fixes
169
-
170
- - **table:** header support ellipsis ([#3855](https://github.com/ant-design/pro-components/issues/3855)) ([0f3501d](https://github.com/ant-design/pro-components/commit/0f3501da23f9f8a1cc596f913fef21e12a570efa))
171
-
172
- ## [1.24.8](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.24.7...ls-pro-utils@1.24.8) (2021-10-15)
173
-
174
- **Note:** Version bump only for package ls-pro-utils
175
-
176
- ## [1.24.7](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.24.6...ls-pro-utils@1.24.7) (2021-10-08)
177
-
178
- **Note:** Version bump only for package ls-pro-utils
179
-
180
- ## [1.24.6](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.24.5...ls-pro-utils@1.24.6) (2021-09-24)
181
-
182
- **Note:** Version bump only for package ls-pro-utils
183
-
184
- ## [1.24.5](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.24.4...ls-pro-utils@1.24.5) (2021-09-18)
185
-
186
- ### Bug Fixes
187
-
188
- - **table:** use new merge funtion ([#3696](https://github.com/ant-design/pro-components/issues/3696)) ([293c327](https://github.com/ant-design/pro-components/commit/293c327fa8db7ebd7ae9557c1ce8c426f8114cbc))
189
- - **utils:** use swr beta verison fix ie support ([#3697](https://github.com/ant-design/pro-components/issues/3697)) ([490bb96](https://github.com/ant-design/pro-components/commit/490bb9657285dda4b20d7c2252072baea59d7c51))
190
-
191
- ## [1.24.4](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.24.3...ls-pro-utils@1.24.4) (2021-09-16)
192
-
193
- **Note:** Version bump only for package ls-pro-utils
194
-
195
- ## [1.24.3](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.24.2...ls-pro-utils@1.24.3) (2021-09-09)
196
-
197
- ### Bug Fixes
198
-
199
- - **form:** fix transform no support lableInValue ([#3630](https://github.com/ant-design/pro-components/issues/3630)) ([de76c5f](https://github.com/ant-design/pro-components/commit/de76c5f15dfdf107f28939b407e871cc8b697906))
200
-
201
- ## [1.24.2](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.24.1...ls-pro-utils@1.24.2) (2021-09-07)
202
-
203
- ### Bug Fixes
204
-
205
- - **form:** if valueType need request, note need request ([#3575](https://github.com/ant-design/pro-components/issues/3575)) ([41bb815](https://github.com/ant-design/pro-components/commit/41bb81540408659256da329fe0eb02e5c1583ea5))
206
- - **table:** fix save and cancel button click error ([#3565](https://github.com/ant-design/pro-components/issues/3565)) ([09e5d9b](https://github.com/ant-design/pro-components/commit/09e5d9b3d6579b8eed3032cad0ae00ba57dc9ad0))
207
- - **table:** 修改 Table reload、reloadAndRest 类型 ([#3574](https://github.com/ant-design/pro-components/issues/3574)) ([39a6284](https://github.com/ant-design/pro-components/commit/39a6284167c982116bad9dc953b2135d5cf4e553))
208
- - **utils:** remove array move ([#3571](https://github.com/ant-design/pro-components/issues/3571)) ([f77f6e2](https://github.com/ant-design/pro-components/commit/f77f6e2d7ac041a7804af1aaa3612068bc539c0d))
209
-
210
- ## [1.24.1](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.24.0...ls-pro-utils@1.24.1) (2021-08-30)
211
-
212
- ### Bug Fixes
213
-
214
- - **utils:** add react-sortable-hoc ([4789cc9](https://github.com/ant-design/pro-components/commit/4789cc986a417cc2d72d026cda12f1d0b483c60d))
215
-
216
- # [1.24.0](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.23.0...ls-pro-utils@1.24.0) (2021-08-30)
217
-
218
- ### Features
219
-
220
- - **layout:** support layout error boundaries ([#3551](https://github.com/ant-design/pro-components/issues/3551)) ([5b5f76a](https://github.com/ant-design/pro-components/commit/5b5f76a86df14ce42f12ce0e1e916e4b3b2ea357))
221
-
222
- # [1.23.0](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.22.0...ls-pro-utils@1.23.0) (2021-08-26)
223
-
224
- ### Bug Fixes
225
-
226
- - **form:** fix ranger date render error in table ([#3541](https://github.com/ant-design/pro-components/issues/3541)) ([3ba6022](https://github.com/ant-design/pro-components/commit/3ba6022c27be7c7b6fb7e8ba691d6f9e0cca9579))
227
-
228
- ### Features
229
-
230
- - **form:** huge performance improvement ([#3528](https://github.com/ant-design/pro-components/issues/3528)) ([31be4cc](https://github.com/ant-design/pro-components/commit/31be4cc533b222607808742dd51d9016017fb4f0))
231
-
232
- # [1.22.0](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.21.0...ls-pro-utils@1.22.0) (2021-08-24)
233
-
234
- ### Features
235
-
236
- - **form:** form columns support dependencies ([#3523](https://github.com/ant-design/pro-components/issues/3523)) ([73624c8](https://github.com/ant-design/pro-components/commit/73624c87cf81e417cc3547386050261a45903bce))
237
-
238
- # [1.21.0](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.20.4...ls-pro-utils@1.21.0) (2021-08-19)
239
-
240
- ### Bug Fixes
241
-
242
- - **table:** fix typo entry -> entity ([#3474](https://github.com/ant-design/pro-components/issues/3474)) ([e4fbb58](https://github.com/ant-design/pro-components/commit/e4fbb587d24b6f84ff7c2228ec1fe2d1c15a61ce))
243
-
244
- ### Features
245
-
246
- - **form:** support addonBefore and addonAfter ([#3434](https://github.com/ant-design/pro-components/issues/3434)) ([ff23de6](https://github.com/ant-design/pro-components/commit/ff23de663852e628447a25243b20c97395f30fc5))
247
- - **table:** 增加在 ProTable 中的 ProColumns 中 fieldProps 支持的属性类型描述 ([#3410](https://github.com/ant-design/pro-components/issues/3410)) ([652bad9](https://github.com/ant-design/pro-components/commit/652bad9bdafeaee17e30ccd3d516068182ffa1ec))
248
-
249
- ## [1.20.4](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.20.3...ls-pro-utils@1.20.4) (2021-08-09)
250
-
251
- ### Bug Fixes
252
-
253
- - **table:** 订正 ProSchema 类型中 proFieldProps 的类型 & 导出 ProFormItemProps 类型 ([#3388](https://github.com/ant-design/pro-components/issues/3388)) ([b1aef5d](https://github.com/ant-design/pro-components/commit/b1aef5decddf6e8a790639c920a9d5ab12c6bf03))
254
-
255
- ## [1.20.3](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.20.2...ls-pro-utils@1.20.3) (2021-08-05)
256
-
257
- ### Bug Fixes
258
-
259
- - **table:** 设置 ProSchema 的 proFieldProps 为可选属性 ([#3374](https://github.com/ant-design/pro-components/issues/3374)) ([99f4f60](https://github.com/ant-design/pro-components/commit/99f4f6058babdd3caf9018692824d3659a990fed))
260
-
261
- ## [1.20.2](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.20.1...ls-pro-utils@1.20.2) (2021-08-03)
262
-
263
- **Note:** Version bump only for package ls-pro-utils
264
-
265
- ## [1.20.1](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.20.0...ls-pro-utils@1.20.1) (2021-07-30)
266
-
267
- **Note:** Version bump only for package ls-pro-utils
268
-
269
- # [1.20.0](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.19.7...ls-pro-utils@1.20.0) (2021-07-26)
270
-
271
- ### Features
272
-
273
- - **table:** support children column add function ([#3273](https://github.com/ant-design/pro-components/issues/3273)) ([2396e03](https://github.com/ant-design/pro-components/commit/2396e031d771ae818445d386e573898708b64f07))
274
-
275
- ## [1.19.7](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.19.6...ls-pro-utils@1.19.7) (2021-07-20)
276
-
277
- ### Bug Fixes
278
-
279
- - **list:** fix form context no render error ([#3274](https://github.com/ant-design/pro-components/issues/3274)) ([851c408](https://github.com/ant-design/pro-components/commit/851c40870dab3c953109e6bfedd9650e10609449))
280
-
281
- ## [1.19.6](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.19.5...ls-pro-utils@1.19.6) (2021-07-19)
282
-
283
- ### Bug Fixes
284
-
285
- - **table:** fix onSave will merge origin data error ([#3221](https://github.com/ant-design/pro-components/issues/3221)) ([a16473e](https://github.com/ant-design/pro-components/commit/a16473ec56f1b3d1114c9b73fd18be97605ccfae))
286
- - **table:** fix table align with tooltip ([#3193](https://github.com/ant-design/pro-components/issues/3193)) ([3b0647e](https://github.com/ant-design/pro-components/commit/3b0647e6a0f64366ae4716a01d2b7a21b86c3805))
287
- - **utils:** fix error import type and add check-deps script ([#3242](https://github.com/ant-design/pro-components/issues/3242)) ([7c49079](https://github.com/ant-design/pro-components/commit/7c49079746001e8434c187d8fad4288a39525f3d))
288
-
289
- ## [1.19.5](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.19.4...ls-pro-utils@1.19.5) (2021-07-06)
290
-
291
- ### Bug Fixes
292
-
293
- - **form:** fix vite build error ([3b8be53](https://github.com/ant-design/pro-components/commit/3b8be53b2b8e02356cd9c66e278131c943623b58))
294
-
295
- ## [1.19.4](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.19.3...ls-pro-utils@1.19.4) (2021-07-01)
296
-
297
- **Note:** Version bump only for package ls-pro-utils
298
-
299
- ## [1.19.3](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.19.2...ls-pro-utils@1.19.3) (2021-06-28)
300
-
301
- ### Bug Fixes
302
-
303
- - **form:** fix select optionGroup no filter error ([#3100](https://github.com/ant-design/pro-components/issues/3100)) ([5a9419c](https://github.com/ant-design/pro-components/commit/5a9419c89e40cf6de953258ef00a382887922519))
304
- - **table:** remove onchange form renderFormItem ([#3106](https://github.com/ant-design/pro-components/issues/3106)) ([00f5e44](https://github.com/ant-design/pro-components/commit/00f5e440eddf4e63c7af4b21bf9b315ee3363b32))
305
-
306
- ## [1.19.2](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.19.1...ls-pro-utils@1.19.2) (2021-06-17)
307
-
308
- **Note:** Version bump only for package ls-pro-utils
309
-
310
- ## [1.19.1](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.19.0...ls-pro-utils@1.19.1) (2021-06-15)
311
-
312
- ### Bug Fixes
313
-
314
- - **form:** use merge repacle assign ([#3011](https://github.com/ant-design/pro-components/issues/3011)) ([82df9a4](https://github.com/ant-design/pro-components/commit/82df9a4dfa42be4d0e58f624b14b7ff21c07ff02))
315
-
316
- # [1.19.0](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.18.2...ls-pro-utils@1.19.0) (2021-06-08)
317
-
318
- ### Bug Fixes
319
-
320
- - **form:** namePath and transform support omitNil ([#2913](https://github.com/ant-design/pro-components/issues/2913)) ([dd3f740](https://github.com/ant-design/pro-components/commit/dd3f740594f22e12ed9146dc00387ed276fd9072))
321
- - **table:** support three levels of nesting ([#2941](https://github.com/ant-design/pro-components/issues/2941)) ([c9dc346](https://github.com/ant-design/pro-components/commit/c9dc346c309d54da2b8b7c4a4500b1b54a0305cb))
322
-
323
- ### Features
324
-
325
- - **form:** LightFilter support footer ([#2794](https://github.com/ant-design/pro-components/issues/2794)) ([#2884](https://github.com/ant-design/pro-components/issues/2884)) ([042daa6](https://github.com/ant-design/pro-components/commit/042daa6035361ae65b401004eb06f697186f33c8))
326
- - **form:** support more tooltip props ([#2932](https://github.com/ant-design/pro-components/issues/2932)) ([bedd7eb](https://github.com/ant-design/pro-components/commit/bedd7ebb0784da8fbb9c4998651f39f5efff5354))
327
- - **table:** onsave support origin data and no merge record ([#2949](https://github.com/ant-design/pro-components/issues/2949)) ([8c9d021](https://github.com/ant-design/pro-components/commit/8c9d0218c2d8927bae4fb0bad9a911a3b905d580))
328
-
329
- ## [1.18.2](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.18.1...ls-pro-utils@1.18.2) (2021-05-31)
330
-
331
- ### Bug Fixes
332
-
333
- - **table:** dateRange render wrong with light mode ([#2867](https://github.com/ant-design/pro-components/issues/2867)) ([09396f3](https://github.com/ant-design/pro-components/commit/09396f339befd974b0c66196cc04a68d66b13c2c))
334
-
335
- ## [1.18.1](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.18.0...ls-pro-utils@1.18.1) (2021-05-28)
336
-
337
- **Note:** Version bump only for package ls-pro-utils
338
-
339
- # [1.18.0](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.17.0...ls-pro-utils@1.18.0) (2021-05-25)
340
-
341
- ### Features
342
-
343
- - **table:** eidt table use Proform ([#2832](https://github.com/ant-design/pro-components/issues/2832)) ([5c8b4ba](https://github.com/ant-design/pro-components/commit/5c8b4bac7169d2d0c091b1d1d9a68f03166abd88))
344
-
345
- # [1.17.0](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.16.7...ls-pro-utils@1.17.0) (2021-05-24)
346
-
347
- ### Features
348
-
349
- - **form:** form support request and params ([#2812](https://github.com/ant-design/pro-components/issues/2812)) ([8064293](https://github.com/ant-design/pro-components/commit/8064293532e9e937dea973be50d9e8fbc06c3aa9))
350
-
351
- ## [1.16.7](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.16.6...ls-pro-utils@1.16.7) (2021-05-21)
352
-
353
- ### Bug Fixes
354
-
355
- - **EditTable:** allowClear 清除值后保存数据没有更新 ([#2780](https://github.com/ant-design/pro-components/issues/2780)) ([1ac6bb3](https://github.com/ant-design/pro-components/commit/1ac6bb3cfd10160ef9ec6bd3d790005744314c06))
356
- - **table:** if editableKeys change,should Cell Update ([#2803](https://github.com/ant-design/pro-components/issues/2803)) ([291e27e](https://github.com/ant-design/pro-components/commit/291e27ea073653fff3b0fbc4ef2466d6e4164b91))
357
-
358
- ## [1.16.6](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.16.5...ls-pro-utils@1.16.6) (2021-05-18)
359
-
360
- ### Bug Fixes
361
-
362
- - **Descriptions:** fix Descriptions reset will set value ([#2732](https://github.com/ant-design/pro-components/issues/2732)) ([e36a35d](https://github.com/ant-design/pro-components/commit/e36a35d98111329a575c8316022637b9a4c5959c))
363
- - **Descriptions:** fix proFieldKey is same error ([#2729](https://github.com/ant-design/pro-components/issues/2729)) ([be501ec](https://github.com/ant-design/pro-components/commit/be501ece15d04a9680fb08bd036e48587857dd9c))
364
-
365
- ## [1.16.5](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.16.4...ls-pro-utils@1.16.5) (2021-05-11)
366
-
367
- ### Bug Fixes
368
-
369
- - **table:** fix defaultRender will gen two label error ([#2715](https://github.com/ant-design/pro-components/issues/2715)) ([687d51b](https://github.com/ant-design/pro-components/commit/687d51b9edf6e0ed7ae07fc49af02701b7355457))
370
-
371
- ## [1.16.4](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.16.3...ls-pro-utils@1.16.4) (2021-04-29)
372
-
373
- **Note:** Version bump only for package ls-pro-utils
374
-
375
- ## [1.16.3](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.16.2...ls-pro-utils@1.16.3) (2021-04-22)
376
-
377
- ### Bug Fixes
378
-
379
- - **form:** fix transformKeySubmitValue will gen null value error ([#2571](https://github.com/ant-design/pro-components/issues/2571)) ([c3e5118](https://github.com/ant-design/pro-components/commit/c3e5118a91fa5bf9560e6cd036dca9864fac1b09))
380
- - **form:** support moneySymbol=undefined ([#2579](https://github.com/ant-design/pro-components/issues/2579)) ([029482d](https://github.com/ant-design/pro-components/commit/029482d557c8de3cb761af59560aa5e7a9166082))
381
- - **utils:** stop propagation icon event ([#2566](https://github.com/ant-design/pro-components/issues/2566)) ([7f0cab6](https://github.com/ant-design/pro-components/commit/7f0cab6cec7b52fc9237e977521903308f19793b))
382
- - **utils:** 修复 InlineErrorFormItem 的 Popover 问题 ([#2546](https://github.com/ant-design/pro-components/issues/2546)) ([9765668](https://github.com/ant-design/pro-components/commit/9765668e25c7f9191ecc32a5485b2572f0edaaab))
383
-
384
- ## [1.16.2](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.16.1...ls-pro-utils@1.16.2) (2021-04-19)
385
-
386
- **Note:** Version bump only for package ls-pro-utils
387
-
388
- ## [1.16.1](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.16.0...ls-pro-utils@1.16.1) (2021-04-19)
389
-
390
- **Note:** Version bump only for package ls-pro-utils
391
-
392
- # [1.16.0](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.15.3...ls-pro-utils@1.16.0) (2021-04-15)
393
-
394
- ### Bug Fixes
395
-
396
- - **form:** transform support format config ([#2489](https://github.com/ant-design/pro-components/issues/2489)) ([c3dd999](https://github.com/ant-design/pro-components/commit/c3dd9993d71032703e7f5ef7010bee0db2485a0c))
397
-
398
- ### Features
399
-
400
- - **form:** support SchemaForm ([#2040](https://github.com/ant-design/pro-components/issues/2040)) ([423f476](https://github.com/ant-design/pro-components/commit/423f4761eecde5a62c4a8476441aa0484ff94711))
401
-
402
- ## [1.15.3](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.15.2...ls-pro-utils@1.15.3) (2021-04-06)
403
-
404
- ### Bug Fixes
405
-
406
- - **utils:** 优化 inline-error-form-item 的 popover 展示逻辑 ([#2372](https://github.com/ant-design/pro-components/issues/2372)) ([5436161](https://github.com/ant-design/pro-components/commit/543616114cf69a4ccdbbdac89d8807e4a5051f07)), closes [#2361](https://github.com/ant-design/pro-components/issues/2361)
407
-
408
- ## [1.15.2](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.15.1...ls-pro-utils@1.15.2) (2021-03-31)
409
-
410
- ### Bug Fixes
411
-
412
- - **descriptions:** fix descriptions onsave no work where key is array ([#2350](https://github.com/ant-design/pro-components/issues/2350)) ([36b34a1](https://github.com/ant-design/pro-components/commit/36b34a1a8e63838e3262e6f8edc24e43c1e8a4bc))
413
- - **table:** fix isNewLine is error for editabletable ([#2366](https://github.com/ant-design/pro-components/issues/2366)) ([ea3bc5a](https://github.com/ant-design/pro-components/commit/ea3bc5a62cae4ef98961445d60e64f0b929c54f4))
414
-
415
- ## [1.15.1](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.15.0...ls-pro-utils@1.15.1) (2021-03-29)
416
-
417
- **Note:** Version bump only for package ls-pro-utils
418
-
419
- # [1.15.0](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.14.3...ls-pro-utils@1.15.0) (2021-03-18)
420
-
421
- ### Features
422
-
423
- - **field:** add percent field support showSymbol is function ([#2228](https://github.com/ant-design/pro-components/issues/2228)) ([01480f7](https://github.com/ant-design/pro-components/commit/01480f7937efc7435aebc9a40414558643e00b97))
424
- - **utils:** fix inline-error-form-item problems ([#2223](https://github.com/ant-design/pro-components/issues/2223)) ([ee4ad37](https://github.com/ant-design/pro-components/commit/ee4ad3769fb02de02e07a82d5f26f448c355580e))
425
- - **utils:** upgrade inline-error-form-item ([#2168](https://github.com/ant-design/pro-components/issues/2168)) ([077c168](https://github.com/ant-design/pro-components/commit/077c1689c86484acae8d7e9146934c1af137a802))
426
-
427
- ## [1.14.3](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.14.2...ls-pro-utils@1.14.3) (2021-03-16)
428
-
429
- ### Bug Fixes
430
-
431
- - **form:** fix text is 0, initialValue no work error ([#2183](https://github.com/ant-design/pro-components/issues/2183)) ([e8f0d70](https://github.com/ant-design/pro-components/commit/e8f0d709fa7b7b870fcd2d2a1b9077f6031ed204))
432
-
433
- ## [1.14.2](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.14.1...ls-pro-utils@1.14.2) (2021-03-11)
434
-
435
- ### Bug Fixes
436
-
437
- - **table:** fix rowkey is number will error ([#2158](https://github.com/ant-design/pro-components/issues/2158)) ([fc38af8](https://github.com/ant-design/pro-components/commit/fc38af890846fd439e00c224d8bc7a00ef3a6723))
438
-
439
- ## [1.14.1](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.14.0...ls-pro-utils@1.14.1) (2021-03-11)
440
-
441
- ### Bug Fixes
442
-
443
- - **table:** EditableProTable no tonumber keys ([#2135](https://github.com/ant-design/pro-components/issues/2135)) ([b4d3c0a](https://github.com/ant-design/pro-components/commit/b4d3c0ac13e8ef2a981e2bc3132b951c583c1e58))
444
-
445
- # [1.14.0](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.13.2...ls-pro-utils@1.14.0) (2021-03-08)
446
-
447
- ### Bug Fixes
448
-
449
- - **utils:** support value of BLOB array types ([#2082](https://github.com/ant-design/pro-components/issues/2082)) ([77cad4a](https://github.com/ant-design/pro-components/commit/77cad4a5b417a4878acaad811d626000da150c2e))
450
-
451
- ### Features
452
-
453
- - **field:** add color pick ([#2089](https://github.com/ant-design/pro-components/issues/2089)) ([e83c2ee](https://github.com/ant-design/pro-components/commit/e83c2ee36f67b66070074562f80f248cbfc1a6e3))
454
- - **form:** select optipn support optGroup ([#2067](https://github.com/ant-design/pro-components/issues/2067)) ([2a99e27](https://github.com/ant-design/pro-components/commit/2a99e27ea8f5d9d24b646f96ccd11967c059159e))
455
-
456
- ## [1.13.2](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.13.1...ls-pro-utils@1.13.2) (2021-02-28)
457
-
458
- **Note:** Version bump only for package ls-pro-utils
459
-
460
- ## [1.13.1](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.13.0...ls-pro-utils@1.13.1) (2021-02-25)
461
-
462
- ### Bug Fixes
463
-
464
- - **form:** fix ligthfilter label error ([#1998](https://github.com/ant-design/pro-components/issues/1998)) ([e75cd37](https://github.com/ant-design/pro-components/commit/e75cd37aa32301a438b9bcd903d7656964b43183))
465
- - **utils:** fix if condition in conversionSubmitValue ([#1983](https://github.com/ant-design/pro-components/issues/1983)) ([f24cd70](https://github.com/ant-design/pro-components/commit/f24cd704f84927964f209630cae4d492711c9668))
466
- - **utils:** new isUrl function copied from '@umijs/route-utils' ([#1996](https://github.com/ant-design/pro-components/issues/1996)) ([30a3fd3](https://github.com/ant-design/pro-components/commit/30a3fd37b67b07869263d12dbb511694fc08bf48))
467
-
468
- # [1.13.0](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.12.0...ls-pro-utils@1.13.0) (2021-02-22)
469
-
470
- ### Bug Fixes
471
-
472
- - **field:** omit fieldProps and support onChange ([#1886](https://github.com/ant-design/pro-components/issues/1886)) ([8d7c963](https://github.com/ant-design/pro-components/commit/8d7c9639073822daa554db07a5f0c8c0ea334a65))
473
-
474
- ### Features
475
-
476
- - **field:** support timeRange ([#1884](https://github.com/ant-design/pro-components/issues/1884)) ([4665efc](https://github.com/ant-design/pro-components/commit/4665efca7114737bcd7314ff3de6caad4afe30ae))
477
- - **form:** support form list ([#1908](https://github.com/ant-design/pro-components/issues/1908)) ([bc34d34](https://github.com/ant-design/pro-components/commit/bc34d34e490d83a73c890e6514d12d451a0161f9))
478
- - **table:** editable support form config ([#1879](https://github.com/ant-design/pro-components/issues/1879)) ([2fd7dff](https://github.com/ant-design/pro-components/commit/2fd7dff2c163fc9f5cd7f98739130ba4f7b4a9ee))
479
-
480
- # [1.12.0](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.11.3...ls-pro-utils@1.12.0) (2021-02-04)
481
-
482
- ### Bug Fixes
483
-
484
- - **table:** fix toNumber will gen 0 start number ([#1850](https://github.com/ant-design/pro-components/issues/1850)) ([63ca3b8](https://github.com/ant-design/pro-components/commit/63ca3b824501eae102f8b0098b5645740acab7ed))
485
-
486
- ### Features
487
-
488
- - **table:** actionRef add pageInfo ([#1851](https://github.com/ant-design/pro-components/issues/1851)) ([7370cba](https://github.com/ant-design/pro-components/commit/7370cba941b350b0e93fcd135dd12623d66ea511))
489
-
490
- ## [1.11.3](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.11.2...ls-pro-utils@1.11.3) (2021-02-02)
491
-
492
- ### Bug Fixes
493
-
494
- - **table:** fix fieldProps no has bug ([#1776](https://github.com/ant-design/pro-components/issues/1776)) ([01e67a4](https://github.com/ant-design/pro-components/commit/01e67a45ef0f977e38688ab727dde878b11dd338))
495
-
496
- ## [1.11.2](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.11.1...ls-pro-utils@1.11.2) (2021-01-25)
497
-
498
- ### Bug Fixes
499
-
500
- - **form:** ignore Blob type ([#1722](https://github.com/ant-design/pro-components/issues/1722)) ([e8a2638](https://github.com/ant-design/pro-components/commit/e8a26386f14dcbc40950ebe3a68f2e001e0d48d7))
501
-
502
- ## [1.11.1](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.11.0...ls-pro-utils@1.11.1) (2021-01-21)
503
-
504
- ### Bug Fixes
505
-
506
- - **filed:** allow value in form values ([#1705](https://github.com/ant-design/pro-components/issues/1705)) ([12b1d80](https://github.com/ant-design/pro-components/commit/12b1d808459ecc99cbb614e7d3cda041cd07a00e))
507
-
508
- # [1.11.0](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.10.5...ls-pro-utils@1.11.0) (2021-01-18)
509
-
510
- ### Features
511
-
512
- - **form:** form support omitNil ([#1666](https://github.com/ant-design/pro-components/issues/1666)) ([67e8416](https://github.com/ant-design/pro-components/commit/67e8416fa85a531c3b6e7b98c8ae0874a8c9b8f8))
513
- - **table:** table support editable.onValuesChange ([#1644](https://github.com/ant-design/pro-components/issues/1644)) ([2017a46](https://github.com/ant-design/pro-components/commit/2017a463fd74fbd6334b2154b59ed0b4f48c4d89))
514
-
515
- ## [1.10.5](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.10.4...ls-pro-utils@1.10.5) (2021-01-13)
516
-
517
- ### Bug Fixes
518
-
519
- - **form:** fix the problem of duplicate form fields ([#1607](https://github.com/ant-design/pro-components/issues/1607)) ([fe237a3](https://github.com/ant-design/pro-components/commit/fe237a3b99738cc19afb8ff63551f5c08076dad7))
520
-
521
- ## [1.10.4](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.10.3...ls-pro-utils@1.10.4) (2021-01-12)
522
-
523
- **Note:** Version bump only for package ls-pro-utils
524
-
525
- ## [1.10.3](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.10.2...ls-pro-utils@1.10.3) (2021-01-11)
526
-
527
- **Note:** Version bump only for package ls-pro-utils
528
-
529
- ## [1.10.2](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.10.1...ls-pro-utils@1.10.2) (2021-01-08)
530
-
531
- ### Bug Fixes
532
-
533
- - **descriptions:** support ErrorBoundary ([#1541](https://github.com/ant-design/pro-components/issues/1541)) ([15a1601](https://github.com/ant-design/pro-components/commit/15a1601e2f553ab97aae8133f8b6b924698b42ff))
534
- - **filed:** moneySymbol support config ([#1545](https://github.com/ant-design/pro-components/issues/1545)) ([9f60b04](https://github.com/ant-design/pro-components/commit/9f60b0417b441a43c07716e7ea192eeb79648f20))
535
- - **form:** fix transform no work when namePath is array ([#1537](https://github.com/ant-design/pro-components/issues/1537)) ([ca244fe](https://github.com/ant-design/pro-components/commit/ca244fe2c17a2a397909340d23cbed49a1b2c5a9))
536
-
537
- ## [1.10.1](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.10.0...ls-pro-utils@1.10.1) (2021-01-07)
538
-
539
- **Note:** Version bump only for package ls-pro-utils
540
-
541
- # [1.10.0](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.9.0...ls-pro-utils@1.10.0) (2021-01-05)
542
-
543
- ### Features
544
-
545
- - **field:** text use CompositionInput ([#1499](https://github.com/ant-design/pro-components/issues/1499)) ([4f26efb](https://github.com/ant-design/pro-components/commit/4f26efb81a7592868e6e863ca6fbb59cb6918016))
546
-
547
- # [1.9.0](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.8.0...ls-pro-utils@1.9.0) (2021-01-05)
548
-
549
- ### Features
550
-
551
- - **table:** add 'internationalization for editabletable action' option ([#1491](https://github.com/ant-design/pro-components/issues/1491)) ([6e40765](https://github.com/ant-design/pro-components/commit/6e407652deb168cfa6432d67546d4b23dff0971e))
552
-
553
- # [1.8.0](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.7.0...ls-pro-utils@1.8.0) (2021-01-04)
554
-
555
- ### Features
556
-
557
- - **field:** support image valueType ([#1480](https://github.com/ant-design/pro-components/issues/1480)) ([08b36e2](https://github.com/ant-design/pro-components/commit/08b36e24ff077392572c625b6fb3d119afeb44ea))
558
-
559
- # [1.7.0](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.6.4...ls-pro-utils@1.7.0) (2021-01-01)
560
-
561
- ### Bug Fixes
562
-
563
- - **table:** fix table form submit time error ([#1466](https://github.com/ant-design/pro-components/issues/1466)) ([5591a87](https://github.com/ant-design/pro-components/commit/5591a8754d0e911eecdd8bdac7b5d010e2824451))
564
-
565
- ### Features
566
-
567
- - **table:** support customization valueType ([#1456](https://github.com/ant-design/pro-components/issues/1456)) ([cbce5ba](https://github.com/ant-design/pro-components/commit/cbce5baf9ae456a1ab32a748e7ac86ee592b4344))
568
-
569
- ## [1.6.4](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.6.3...ls-pro-utils@1.6.4) (2020-12-31)
570
-
571
- **Note:** Version bump only for package ls-pro-utils
572
-
573
- ## [1.6.3](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.6.2...ls-pro-utils@1.6.3) (2020-12-31)
574
-
575
- ### Bug Fixes
576
-
577
- - **compiler:** 当 value 值为 0 时,fieldLabel 显示异常 bug ([#1435](https://github.com/ant-design/pro-components/issues/1435)) ([d233a99](https://github.com/ant-design/pro-components/commit/d233a99587a35b36431e0ffbc47adbcc2504232f))
578
-
579
- ## [1.6.2](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.6.1...ls-pro-utils@1.6.2) (2020-12-28)
580
-
581
- **Note:** Version bump only for package ls-pro-utils
582
-
583
- ## [1.6.1](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.6.0...ls-pro-utils@1.6.1) (2020-12-25)
584
-
585
- **Note:** Version bump only for package ls-pro-utils
586
-
587
- # [1.6.0](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.5.2...ls-pro-utils@1.6.0) (2020-12-24)
588
-
589
- ### Features
590
-
591
- - **form:** 懒加载 DrawerForm 和 ModalFrom 优化性能 ([#1370](https://github.com/ant-design/pro-components/issues/1370)) ([743a0ce](https://github.com/ant-design/pro-components/commit/743a0ce00d00e326b02dd83a3ab349405ef92aff))
592
-
593
- ## [1.5.2](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.5.1...ls-pro-utils@1.5.2) (2020-12-21)
594
-
595
- **Note:** Version bump only for package ls-pro-utils
596
-
597
- ## [1.5.1](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.5.0...ls-pro-utils@1.5.1) (2020-12-15)
598
-
599
- ### Bug Fixes
600
-
601
- - **table:** 修复新旧值均为 map 类型的等价判断,一直返回 true 的问题 ([#1302](https://github.com/ant-design/pro-components/issues/1302)) ([d61afb9](https://github.com/ant-design/pro-components/commit/d61afb90bc51a6835acfd317d9bf8dac95a54405))
602
-
603
- # [1.5.0](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.4.0...ls-pro-utils@1.5.0) (2020-12-14)
604
-
605
- ### Features
606
-
607
- - **desciption:** support editable ([#1273](https://github.com/ant-design/pro-components/issues/1273)) ([bc8821b](https://github.com/ant-design/pro-components/commit/bc8821bce05faadaa7d9337ae2287131c41791e0))
608
- - **table:** EditableTable support max length ([#1286](https://github.com/ant-design/pro-components/issues/1286)) ([dac9844](https://github.com/ant-design/pro-components/commit/dac9844e42ed19d5a539b6b0eae42ea35d6f958d))
609
-
610
- # [1.4.0](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.3.2...ls-pro-utils@1.4.0) (2020-12-08)
611
-
612
- ### Features
613
-
614
- - **table:** fieldProps support function ([#1227](https://github.com/ant-design/pro-components/issues/1227)) ([bc34fb0](https://github.com/ant-design/pro-components/commit/bc34fb0ce11d006c83b06166f6cf8903bd5d3e1a))
615
-
616
- ## [1.3.2](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.3.1...ls-pro-utils@1.3.2) (2020-12-07)
617
-
618
- **Note:** Version bump only for package ls-pro-utils
619
-
620
- ## [1.3.1](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.3.0...ls-pro-utils@1.3.1) (2020-12-02)
621
-
622
- **Note:** Version bump only for package ls-pro-utils
623
-
624
- # [1.3.0](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.2.0...ls-pro-utils@1.3.0) (2020-11-27)
625
-
626
- ### Bug Fixes
627
-
628
- - **table:** optimize table demos and table style. ([#1105](https://github.com/ant-design/pro-components/issues/1105)) ([6e6437e](https://github.com/ant-design/pro-components/commit/6e6437e621200932a24a9199ee729ff4253d71c0))
629
-
630
- ### Features
631
-
632
- - **table:** support editor table ([#994](https://github.com/ant-design/pro-components/issues/994)) ([35f40fe](https://github.com/ant-design/pro-components/commit/35f40feb72dd10ea6fefb7d6a59943d43d0a7325))
633
-
634
- # [1.2.0](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.1.0...ls-pro-utils@1.2.0) (2020-11-17)
635
-
636
- ### Features
637
-
638
- - **form:** LightFilter support allowClear ([#974](https://github.com/ant-design/pro-components/issues/974)) ([6ef984a](https://github.com/ant-design/pro-components/commit/6ef984ae6ba9560737c200c0ca39e5d2f3d7286b))
639
- - **form:** support readonly ([#963](https://github.com/ant-design/pro-components/issues/963)) ([2b27e91](https://github.com/ant-design/pro-components/commit/2b27e917707c530c2a9d9c91fa27c1b663a07bf4))
640
-
641
- # [1.1.0](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.0.7...ls-pro-utils@1.1.0) (2020-11-09)
642
-
643
- ### Features
644
-
645
- - **table:** 修复 ListToolBar 样式问题 & 调整部分 Table 样式的 demo ([#918](https://github.com/ant-design/pro-components/issues/918)) ([a217c6e](https://github.com/ant-design/pro-components/commit/a217c6ea309f5232fd1864b2d886f449f49f2b6a))
646
-
647
- ## [1.0.7](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.0.6...ls-pro-utils@1.0.7) (2020-11-04)
648
-
649
- **Note:** Version bump only for package ls-pro-utils
650
-
651
- ## [1.0.6](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.0.5...ls-pro-utils@1.0.6) (2020-11-02)
652
-
653
- **Note:** Version bump only for package ls-pro-utils
654
-
655
- ## [1.0.5](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.0.4...ls-pro-utils@1.0.5) (2020-10-29)
656
-
657
- ### Bug Fixes
658
-
659
- - **layout:** fix pageTitle is empty error ([#851](https://github.com/ant-design/pro-components/issues/851)) ([f61ab17](https://github.com/ant-design/pro-components/commit/f61ab170ee1accc35c46956a96b5c8598dd4d90e))
660
-
661
- ## [1.0.4](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.0.3...ls-pro-utils@1.0.4) (2020-10-26)
662
-
663
- **Note:** Version bump only for package ls-pro-utils
664
-
665
- ## [1.0.3](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.0.2...ls-pro-utils@1.0.3) (2020-10-15)
666
-
667
- **Note:** Version bump only for package ls-pro-utils
668
-
669
- ## [1.0.2](https://github.com/ant-design/pro-components/compare/ls-pro-utils@1.0.1...ls-pro-utils@1.0.2) (2020-10-15)
670
-
671
- **Note:** Version bump only for package ls-pro-utils
672
-
673
- ## [1.0.1](https://github.com/ant-design/pro-components/compare/ls-pro-utils@0.5.0...ls-pro-utils@1.0.1) (2020-10-12)
674
-
675
- **Note:** Version bump only for package ls-pro-utils
676
-
677
- # [0.5.0](https://github.com/ant-design/pro-components/compare/ls-pro-utils@0.4.1...ls-pro-utils@0.5.0) (2020-09-29)
678
-
679
- ### Features
680
-
681
- - ProTable & ProList support LightFilter ([#622](https://github.com/ant-design/pro-components/issues/622)) ([ce925c1](https://github.com/ant-design/pro-components/commit/ce925c191330956dadbad752b25ad4c7481d9663))
682
-
683
- ## [0.4.1](https://github.com/ant-design/pro-components/compare/ls-pro-utils@0.4.0...ls-pro-utils@0.4.1) (2020-09-22)
684
-
685
- **Note:** Version bump only for package ls-pro-utils
686
-
687
- # [0.4.0](https://github.com/ant-design/pro-components/compare/ls-pro-utils@0.3.1...ls-pro-utils@0.4.0) (2020-09-14)
688
-
689
- ### Features
690
-
691
- - **core:** 为 LabelIconTip 添加 subTitle ([#454](https://github.com/ant-design/pro-components/issues/454)) ([92c095c](https://github.com/ant-design/pro-components/commit/92c095cf88c15a959109403cc6321ee1be70225a))
692
-
693
- ## [0.3.1](https://github.com/ant-design/pro-components/compare/ls-pro-utils@0.3.0...ls-pro-utils@0.3.1) (2020-09-14)
694
-
695
- **Note:** Version bump only for package ls-pro-utils
696
-
697
- # [0.3.0](https://github.com/ant-design/pro-components/compare/ls-pro-utils@0.2.0...ls-pro-utils@0.3.0) (2020-09-10)
698
-
699
- ### Features
700
-
701
- - **from:** support ProFormDatePicker.Month & Quarter & Year ([#436](https://github.com/ant-design/pro-components/issues/436)) ([dade507](https://github.com/ant-design/pro-components/commit/dade507a45b0b27aa7f00c103a09db1f0bd1264f))
702
-
703
- # [0.2.0](https://github.com/ant-design/pro-components/compare/ls-pro-utils@0.1.2...ls-pro-utils@0.2.0) (2020-09-07)
704
-
705
- ### Features
706
-
707
- - **form:** LightFilter support i18n ([#379](https://github.com/ant-design/pro-components/issues/379)) ([6e70e85](https://github.com/ant-design/pro-components/commit/6e70e85556291c2baf4b4b582b2a476e1aefe806))
708
- - **form:** new form component ProFormDatePicker.Week & LightFilter support bordered ([#385](https://github.com/ant-design/pro-components/issues/385)) ([c6bb939](https://github.com/ant-design/pro-components/commit/c6bb939c016e1d278485fe0cd3808c242b4eb117))
709
-
710
- ## [0.1.2](https://github.com/ant-design/pro-components/compare/ls-pro-utils@0.1.1...ls-pro-utils@0.1.2) (2020-08-31)
711
-
712
- **Note:** Version bump only for package ls-pro-utils
713
-
714
- ## [0.1.1](https://github.com/ant-design/pro-components/compare/ls-pro-utils@0.1.0...ls-pro-utils@0.1.1) (2020-08-25)
715
-
716
- **Note:** Version bump only for package ls-pro-utils
717
-
718
- # [0.1.0](https://github.com/ant-design/pro-components/compare/ls-pro-utils@0.0.7...ls-pro-utils@0.1.0) (2020-08-24)
719
-
720
- ### Features
721
-
722
- - **form:** ProForm new Layout LightFilter support ([#173](https://github.com/ant-design/pro-components/issues/173)) ([e558c62](https://github.com/ant-design/pro-components/commit/e558c62a14e9d3b85050f790c72de96dbaa82321))
723
-
724
- ## [0.0.7](https://github.com/ant-design/pro-components/compare/ls-pro-utils@0.0.6...ls-pro-utils@0.0.7) (2020-08-19)
725
-
726
- **Note:** Version bump only for package ls-pro-utils
727
-
728
- ## [0.0.6](https://github.com/ant-design/pro-components/compare/ls-pro-utils@0.0.5...ls-pro-utils@0.0.6) (2020-08-17)
729
-
730
- **Note:** Version bump only for package ls-pro-utils
731
-
732
- ## [0.0.5](https://github.com/ant-design/pro-components/compare/ls-pro-utils@0.0.4...ls-pro-utils@0.0.5) (2020-08-12)
733
-
734
- **Note:** Version bump only for package ls-pro-utils
735
-
736
- ## [0.0.4](https://github.com/ant-design/pro-components/compare/ls-pro-utils@0.0.3...ls-pro-utils@0.0.4) (2020-08-12)
737
-
738
- **Note:** Version bump only for package ls-pro-utils
739
-
740
- ## [0.0.3](https://github.com/ant-design/pro-components/compare/ls-pro-utils@0.0.2...ls-pro-utils@0.0.3) (2020-08-12)
741
-
742
- **Note:** Version bump only for package ls-pro-utils
743
-
744
- ## 0.0.2 (2020-08-10)
745
-
746
- **Note:** Version bump only for package ls-pro-utils