@regenbio/regenbio-components-react 1.2.16 → 1.2.18
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/.idea/modules.xml +8 -0
- package/.idea/test-components.iml +12 -0
- package/.idea/vcs.xml +6 -0
- package/build/components/ActionBar/index.d.ts +17 -0
- package/build/components/ActionBar/type.d.ts +82 -0
- package/build/components/DataChart/index.d.ts +7 -0
- package/build/components/DataChart/type.d.ts +50 -0
- package/build/components/DataTable/index.d.ts +9 -0
- package/build/components/DataTable/locales/en-US.d.ts +4 -0
- package/build/components/DataTable/locales/zh-CN.d.ts +4 -0
- package/build/components/DataTable/type.d.ts +117 -0
- package/build/components/DragTable/index.d.ts +9 -0
- package/build/components/DragTable/type.d.ts +22 -0
- package/build/components/FileTag/index.d.ts +9 -0
- package/build/components/FileTag/locales/en-US.d.ts +5 -0
- package/build/components/FileTag/locales/zh-CN.d.ts +5 -0
- package/build/components/FileTag/type.d.ts +35 -0
- package/build/components/HtmlRender/index.d.ts +10 -0
- package/build/components/HtmlRender/type.d.ts +13 -0
- package/build/components/IconRender/index.d.ts +9 -0
- package/build/components/IconRender/type.d.ts +9 -0
- package/build/components/ThemeListener/index.d.ts +10 -0
- package/build/components/ThemeListener/type.d.ts +10 -0
- package/build/components/ThemeSetter/index.d.ts +9 -0
- package/build/components/UserCard/index.d.ts +9 -0
- package/build/components/UserCard/locales/en-US.d.ts +10 -0
- package/build/components/UserCard/locales/zh-CN.d.ts +10 -0
- package/build/components/UserCard/type.d.ts +52 -0
- package/build/components/UserSelector/index.d.ts +8 -0
- package/build/components/UserSelector/locales/en-US.d.ts +5 -0
- package/build/components/UserSelector/locales/zh-CN.d.ts +5 -0
- package/build/components/UserSelector/type.d.ts +60 -0
- package/build/index.d.ts +78 -0
- package/build/index.js +28 -0
- package/build/index.js.LICENSE.txt +1733 -0
- package/build/locales/en-US.d.ts +20 -0
- package/build/locales/zh-CN.d.ts +20 -0
- package/build/services/constants/commonConstant.d.ts +6 -0
- package/build/services/constants/dbConstant.d.ts +4 -0
- package/build/services/constants/iconConstant.d.ts +4 -0
- package/build/services/constants/locales/en-US.d.ts +8 -0
- package/build/services/constants/locales/zh-CN.d.ts +8 -0
- package/build/services/enums/eventEnum.d.ts +10 -0
- package/build/services/enums/storageEnum.d.ts +10 -0
- package/build/services/types/commonType.d.ts +42 -0
- package/build/services/utils/dbUtil.d.ts +5 -0
- package/build/services/utils/eventUtil.d.ts +5 -0
- package/build/services/utils/objectUtil.d.ts +5 -0
- package/build/services/utils/renderUtil.d.ts +6 -0
- package/build/services/utils/resourceUtil.d.ts +12 -0
- package/build/services/utils/storageUtil.d.ts +5 -0
- package/package.json +36 -164
- package/tsconfig.json +9 -39
- package/.codecov.yml +0 -6
- package/.dumi/app.tsx +0 -1
- package/.dumi/tsconfig.json +0 -4
- package/.dumirc.ts +0 -426
- package/.eslintignore +0 -12
- package/.eslintrc.js +0 -6
- package/.fatherrc.base.ts +0 -23
- package/.github/ISSUE_TEMPLATE/bug_report.md +0 -49
- package/.github/ISSUE_TEMPLATE/feature_request.md +0 -41
- package/.github/ISSUE_TEMPLATE/question.md +0 -29
- package/.github/dependabot.yml +0 -11
- package/.github/workflows/build.yml +0 -27
- package/.github/workflows/codeql.yml +0 -41
- package/.github/workflows/coverage.yml +0 -31
- package/.github/workflows/issue-labeled.yml +0 -37
- package/.github/workflows/issue-open-check.yml +0 -34
- package/.github/workflows/pkg.pr.new.yml +0 -37
- package/.github/workflows/preview-build.yml +0 -46
- package/.github/workflows/preview-deploy.yml +0 -92
- package/.github/workflows/preview-start.yml +0 -18
- package/.github/workflows/rebase.yml +0 -17
- package/.prettierignore +0 -9
- package/.prettierrc.js +0 -7
- package/CONTRIBUTING.md +0 -77
- package/LICENSE.md +0 -7
- package/README.es-PR.md +0 -199
- package/README.md +0 -203
- package/README.zh-CN.md +0 -203
- package/docs/changelog.en-US.md +0 -1115
- package/docs/changelog.md +0 -1136
- package/docs/components/customization-value-type.tsx +0 -222
- package/docs/components/schema.$tab-api.md +0 -8
- package/docs/components/schema.en-US.md +0 -477
- package/docs/components/schema.md +0 -477
- package/docs/components/valueEnum-map.tsx +0 -45
- package/docs/components/valueType.tsx +0 -299
- package/docs/components.en-US.md +0 -183
- package/docs/components.md +0 -78
- package/docs/docs/faq.en-US.md +0 -75
- package/docs/docs/faq.md +0 -75
- package/docs/docs/index.en-US.md +0 -53
- package/docs/docs/index.md +0 -56
- package/docs/docs/intro.en-US.md +0 -125
- package/docs/docs/intro.md +0 -126
- package/docs/index.en-US.md +0 -87
- package/docs/index.md +0 -56
- package/docs/playground/index.en-US.md +0 -14
- package/docs/playground/index.md +0 -14
- package/docs/playground/pro-descriptions.en-US.md +0 -10
- package/docs/playground/pro-descriptions.md +0 -10
- package/docs/playground/pro-form.en-US.md +0 -18
- package/docs/playground/pro-form.md +0 -19
- package/docs/playground/pro-layout.en-US.md +0 -16
- package/docs/playground/pro-layout.md +0 -17
- package/docs/playground/pro-table.en-US.md +0 -11
- package/docs/playground/pro-table.md +0 -11
- package/lerna.json +0 -21
- package/packages/card/.fatherrc.ts +0 -5
- package/packages/card/CHANGELOG.md +0 -1489
- package/packages/card/README.md +0 -19
- package/packages/card/package.json +0 -61
- package/packages/card/src/ProCard.tsx +0 -29
- package/packages/card/src/components/Actions/index.tsx +0 -40
- package/packages/card/src/components/Actions/style.ts +0 -102
- package/packages/card/src/components/Card/index.tsx +0 -293
- package/packages/card/src/components/Card/style.ts +0 -314
- package/packages/card/src/components/CheckCard/Group.tsx +0 -474
- package/packages/card/src/components/CheckCard/demos/avatar.tsx +0 -16
- package/packages/card/src/components/CheckCard/demos/basic.tsx +0 -18
- package/packages/card/src/components/CheckCard/demos/compose.tsx +0 -28
- package/packages/card/src/components/CheckCard/demos/custom.tsx +0 -9
- package/packages/card/src/components/CheckCard/demos/defaultChecked.tsx +0 -12
- package/packages/card/src/components/CheckCard/demos/description.tsx +0 -35
- package/packages/card/src/components/CheckCard/demos/disabled.tsx +0 -34
- package/packages/card/src/components/CheckCard/demos/extra.tsx +0 -41
- package/packages/card/src/components/CheckCard/demos/form.tsx +0 -58
- package/packages/card/src/components/CheckCard/demos/grid.tsx +0 -30
- package/packages/card/src/components/CheckCard/demos/group.tsx +0 -56
- package/packages/card/src/components/CheckCard/demos/image.tsx +0 -20
- package/packages/card/src/components/CheckCard/demos/list.tsx +0 -83
- package/packages/card/src/components/CheckCard/demos/loading.tsx +0 -3
- package/packages/card/src/components/CheckCard/demos/multiple.tsx +0 -51
- package/packages/card/src/components/CheckCard/demos/single.tsx +0 -23
- package/packages/card/src/components/CheckCard/demos/size.tsx +0 -23
- package/packages/card/src/components/CheckCard/demos/title.tsx +0 -22
- package/packages/card/src/components/CheckCard/index.en-US.md +0 -154
- package/packages/card/src/components/CheckCard/index.md +0 -154
- package/packages/card/src/components/CheckCard/index.tsx +0 -379
- package/packages/card/src/components/CheckCard/style.ts +0 -216
- package/packages/card/src/components/Divider/index.tsx +0 -42
- package/packages/card/src/components/Divider/style.ts +0 -48
- package/packages/card/src/components/Loading/index.tsx +0 -64
- package/packages/card/src/components/Loading/style.ts +0 -55
- package/packages/card/src/components/Operation/index.tsx +0 -38
- package/packages/card/src/components/Operation/style.ts +0 -33
- package/packages/card/src/components/Statistic/index.tsx +0 -129
- package/packages/card/src/components/Statistic/style.ts +0 -110
- package/packages/card/src/components/StatisticCard/demos/basic.tsx +0 -40
- package/packages/card/src/components/StatisticCard/demos/chart.tsx +0 -20
- package/packages/card/src/components/StatisticCard/demos/fomula.tsx +0 -37
- package/packages/card/src/components/StatisticCard/demos/footer.tsx +0 -42
- package/packages/card/src/components/StatisticCard/demos/group-chart.tsx +0 -65
- package/packages/card/src/components/StatisticCard/demos/group.tsx +0 -57
- package/packages/card/src/components/StatisticCard/demos/horizontal-left.tsx +0 -31
- package/packages/card/src/components/StatisticCard/demos/horizontal.tsx +0 -31
- package/packages/card/src/components/StatisticCard/demos/icon.tsx +0 -77
- package/packages/card/src/components/StatisticCard/demos/layout.tsx +0 -90
- package/packages/card/src/components/StatisticCard/demos/status.tsx +0 -46
- package/packages/card/src/components/StatisticCard/demos/tabs-statistic.tsx +0 -55
- package/packages/card/src/components/StatisticCard/demos/tabs.tsx +0 -55
- package/packages/card/src/components/StatisticCard/demos/total-layout.tsx +0 -136
- package/packages/card/src/components/StatisticCard/demos/total.tsx +0 -58
- package/packages/card/src/components/StatisticCard/demos/trend.tsx +0 -15
- package/packages/card/src/components/StatisticCard/index.en-US.md +0 -152
- package/packages/card/src/components/StatisticCard/index.md +0 -152
- package/packages/card/src/components/StatisticCard/index.tsx +0 -107
- package/packages/card/src/components/StatisticCard/style.ts +0 -48
- package/packages/card/src/components/TabPane/index.tsx +0 -94
- package/packages/card/src/components/card.en-US.md +0 -219
- package/packages/card/src/components/card.md +0 -212
- package/packages/card/src/demos/actions.tsx +0 -59
- package/packages/card/src/demos/basic.tsx +0 -54
- package/packages/card/src/demos/bordered.tsx +0 -15
- package/packages/card/src/demos/collapsible.tsx +0 -110
- package/packages/card/src/demos/colspan.tsx +0 -80
- package/packages/card/src/demos/divider.tsx +0 -36
- package/packages/card/src/demos/group.tsx +0 -19
- package/packages/card/src/demos/gutter.tsx +0 -29
- package/packages/card/src/demos/headerBordered.tsx +0 -15
- package/packages/card/src/demos/headless.tsx +0 -5
- package/packages/card/src/demos/hoverable.tsx +0 -11
- package/packages/card/src/demos/inner.tsx +0 -32
- package/packages/card/src/demos/layout.tsx +0 -18
- package/packages/card/src/demos/loading.tsx +0 -28
- package/packages/card/src/demos/multipleLine.tsx +0 -43
- package/packages/card/src/demos/responsive.tsx +0 -72
- package/packages/card/src/demos/split.tsx +0 -46
- package/packages/card/src/demos/split2.tsx +0 -30
- package/packages/card/src/demos/split23.tsx +0 -14
- package/packages/card/src/demos/steps-v.tsx +0 -59
- package/packages/card/src/demos/tabs-card.tsx +0 -18
- package/packages/card/src/demos/tabs.tsx +0 -56
- package/packages/card/src/index.tsx +0 -30
- package/packages/card/src/typing.ts +0 -100
- package/packages/card/tsconfig.json +0 -21
- package/packages/components/.fatherrc.ts +0 -15
- package/packages/components/CHANGELOG.md +0 -841
- package/packages/components/README.md +0 -19
- package/packages/components/package.json +0 -62
- package/packages/components/src/index.tsx +0 -12
- package/packages/components/tsconfig.json +0 -32
- package/packages/descriptions/.fatherrc.ts +0 -5
- package/packages/descriptions/CHANGELOG.md +0 -1740
- package/packages/descriptions/README.md +0 -53
- package/packages/descriptions/package.json +0 -60
- package/packages/descriptions/src/components/descriptions.en-US.md +0 -168
- package/packages/descriptions/src/components/descriptions.md +0 -173
- package/packages/descriptions/src/demos/arrayDataIndex.tsx +0 -66
- package/packages/descriptions/src/demos/base.demo-test.tsx +0 -36
- package/packages/descriptions/src/demos/base.tsx +0 -115
- package/packages/descriptions/src/demos/columns.tsx +0 -127
- package/packages/descriptions/src/demos/customization-value-type.tsx +0 -166
- package/packages/descriptions/src/demos/dynamic-descriptions.tsx +0 -319
- package/packages/descriptions/src/demos/editable.tsx +0 -138
- package/packages/descriptions/src/demos/format.tsx +0 -62
- package/packages/descriptions/src/demos/request.tsx +0 -37
- package/packages/descriptions/src/demos/use-data-source.tsx +0 -78
- package/packages/descriptions/src/index.tsx +0 -676
- package/packages/descriptions/src/useFetchData.tsx +0 -93
- package/packages/descriptions/tsconfig.json +0 -26
- package/packages/field/.fatherrc.ts +0 -5
- package/packages/field/CHANGELOG.md +0 -2017
- package/packages/field/README.md +0 -17
- package/packages/field/package.json +0 -56
- package/packages/field/src/FieldHOC/index.tsx +0 -55
- package/packages/field/src/components/Cascader/index.tsx +0 -167
- package/packages/field/src/components/Checkbox/index.tsx +0 -149
- package/packages/field/src/components/Code/index.tsx +0 -78
- package/packages/field/src/components/ColorPicker/index.tsx +0 -117
- package/packages/field/src/components/ColorPicker/old.tsx +0 -121
- package/packages/field/src/components/DatePicker/index.tsx +0 -143
- package/packages/field/src/components/Digit/index.tsx +0 -93
- package/packages/field/src/components/DigitRange/index.tsx +0 -150
- package/packages/field/src/components/FromNow/index.tsx +0 -67
- package/packages/field/src/components/Image/index.tsx +0 -61
- package/packages/field/src/components/IndexColumn/index.tsx +0 -54
- package/packages/field/src/components/Money/index.tsx +0 -454
- package/packages/field/src/components/Options/index.tsx +0 -89
- package/packages/field/src/components/Password/index.tsx +0 -71
- package/packages/field/src/components/Percent/index.tsx +0 -109
- package/packages/field/src/components/Percent/util.ts +0 -26
- package/packages/field/src/components/Progress/index.tsx +0 -81
- package/packages/field/src/components/Radio/index.tsx +0 -128
- package/packages/field/src/components/RangePicker/index.tsx +0 -166
- package/packages/field/src/components/Rate/index.tsx +0 -36
- package/packages/field/src/components/Second/index.tsx +0 -88
- package/packages/field/src/components/Segmented/index.tsx +0 -93
- package/packages/field/src/components/Select/LightSelect/index.tsx +0 -286
- package/packages/field/src/components/Select/SearchSelect/index.tsx +0 -334
- package/packages/field/src/components/Select/index.tsx +0 -562
- package/packages/field/src/components/Slider/index.tsx +0 -42
- package/packages/field/src/components/Status/index.tsx +0 -47
- package/packages/field/src/components/Switch/index.tsx +0 -77
- package/packages/field/src/components/Text/index.tsx +0 -68
- package/packages/field/src/components/TextArea/index.tsx +0 -53
- package/packages/field/src/components/TextArea/readonly.tsx +0 -46
- package/packages/field/src/components/TimePicker/index.tsx +0 -261
- package/packages/field/src/components/TreeSelect/index.tsx +0 -258
- package/packages/field/src/components/field.md +0 -42
- package/packages/field/src/demos/base.tsx +0 -431
- package/packages/field/src/demos/base_test.tsx +0 -509
- package/packages/field/src/demos/search-value-autoClearSearchValue.tsx +0 -41
- package/packages/field/src/demos/search-value.tsx +0 -96
- package/packages/field/src/demos/select-request.tsx +0 -30
- package/packages/field/src/demos/tree-select-search-value.tsx +0 -151
- package/packages/field/src/index.tsx +0 -678
- package/packages/field/tsconfig.json +0 -22
- package/packages/form/.fatherrc.ts +0 -5
- package/packages/form/CHANGELOG.md +0 -2781
- package/packages/form/README.md +0 -15
- package/packages/form/package.json +0 -70
- package/packages/form/src/BaseForm/BaseForm.tsx +0 -839
- package/packages/form/src/BaseForm/EditOrReadOnlyContext.ts +0 -7
- package/packages/form/src/BaseForm/LightWrapper/index.tsx +0 -159
- package/packages/form/src/BaseForm/LightWrapper/style.ts +0 -31
- package/packages/form/src/BaseForm/createField.tsx +0 -384
- package/packages/form/src/BaseForm/index.ts +0 -3
- package/packages/form/src/FieldContext.tsx +0 -39
- package/packages/form/src/components/Captcha/index.tsx +0 -156
- package/packages/form/src/components/Cascader/index.tsx +0 -36
- package/packages/form/src/components/Checkbox/index.tsx +0 -90
- package/packages/form/src/components/ColorPicker/index.tsx +0 -47
- package/packages/form/src/components/DateMonthRangePicker/index.tsx +0 -38
- package/packages/form/src/components/DatePicker/DatePicker.tsx +0 -35
- package/packages/form/src/components/DatePicker/MonthPicker.tsx +0 -35
- package/packages/form/src/components/DatePicker/QuarterPicker.tsx +0 -35
- package/packages/form/src/components/DatePicker/WeekPicker.tsx +0 -35
- package/packages/form/src/components/DatePicker/YearPicker.tsx +0 -35
- package/packages/form/src/components/DatePicker/index.tsx +0 -22
- package/packages/form/src/components/DateQuarterRangePicker/index.tsx +0 -39
- package/packages/form/src/components/DateRangePicker/index.tsx +0 -39
- package/packages/form/src/components/DateTimePicker/index.tsx +0 -36
- package/packages/form/src/components/DateTimeRangePicker/index.tsx +0 -39
- package/packages/form/src/components/DateWeekRangePicker/index.tsx +0 -38
- package/packages/form/src/components/DateYearRangePicker/index.tsx +0 -38
- package/packages/form/src/components/Dependency/demos/dependency.tsx +0 -112
- package/packages/form/src/components/Dependency/demos/dependency2.tsx +0 -106
- package/packages/form/src/components/Dependency/index.en-US.md +0 -54
- package/packages/form/src/components/Dependency/index.md +0 -52
- package/packages/form/src/components/Dependency/index.tsx +0 -111
- package/packages/form/src/components/Digit/index.tsx +0 -43
- package/packages/form/src/components/DigitRange/index.tsx +0 -51
- package/packages/form/src/components/Field/index.tsx +0 -144
- package/packages/form/src/components/FieldSet/demos/captCha.tsx +0 -67
- package/packages/form/src/components/FieldSet/demos/components-other-readonly.tsx +0 -465
- package/packages/form/src/components/FieldSet/demos/components-other.tsx +0 -336
- package/packages/form/src/components/FieldSet/demos/datatime.tsx +0 -89
- package/packages/form/src/components/FieldSet/demos/fieldSet-light.tsx +0 -58
- package/packages/form/src/components/FieldSet/demos/form-fieldset.tsx +0 -106
- package/packages/form/src/components/FieldSet/demos/pro-form-captCha.tsx +0 -70
- package/packages/form/src/components/FieldSet/demos/search-select.tsx +0 -90
- package/packages/form/src/components/FieldSet/demos/upload.tsx +0 -35
- package/packages/form/src/components/FieldSet/index.en-US.md +0 -529
- package/packages/form/src/components/FieldSet/index.md +0 -680
- package/packages/form/src/components/FieldSet/index.tsx +0 -151
- package/packages/form/src/components/FormItem/index.tsx +0 -445
- package/packages/form/src/components/FormItemRender/index.tsx +0 -219
- package/packages/form/src/components/Group/demos/base-use.tsx +0 -93
- package/packages/form/src/components/Group/demos/countLimit.tsx +0 -57
- package/packages/form/src/components/Group/demos/customize.tsx +0 -294
- package/packages/form/src/components/Group/demos/dependency.tsx +0 -70
- package/packages/form/src/components/Group/demos/horizontal-layout.tsx +0 -73
- package/packages/form/src/components/Group/demos/list-tooltip.tsx +0 -69
- package/packages/form/src/components/Group/demos/list.tsx +0 -127
- package/packages/form/src/components/Group/demos/nested-list.tsx +0 -66
- package/packages/form/src/components/Group/demos/pro-form-list.tsx +0 -126
- package/packages/form/src/components/Group/index.en-US.md +0 -326
- package/packages/form/src/components/Group/index.md +0 -373
- package/packages/form/src/components/Group/index.tsx +0 -182
- package/packages/form/src/components/Group/style.ts +0 -55
- package/packages/form/src/components/List/ListContainer.tsx +0 -187
- package/packages/form/src/components/List/ListItem.tsx +0 -569
- package/packages/form/src/components/List/index.tsx +0 -323
- package/packages/form/src/components/List/style.ts +0 -89
- package/packages/form/src/components/LoginForm/demos/login-form-page.tsx +0 -283
- package/packages/form/src/components/LoginForm/demos/login-form.tsx +0 -190
- package/packages/form/src/components/LoginForm/index.en-US.md +0 -45
- package/packages/form/src/components/LoginForm/index.md +0 -45
- package/packages/form/src/components/ModalForm/demos/drawer-form-nested.tsx +0 -265
- package/packages/form/src/components/ModalForm/demos/drawer-form.tsx +0 -129
- package/packages/form/src/components/ModalForm/demos/modal-form-reset.tsx +0 -112
- package/packages/form/src/components/ModalForm/demos/modal-form-submitter.tsx +0 -143
- package/packages/form/src/components/ModalForm/demos/modal-form.tsx +0 -112
- package/packages/form/src/components/ModalForm/demos/visible-on-visible-change.tsx +0 -187
- package/packages/form/src/components/ModalForm/index.en-US.md +0 -70
- package/packages/form/src/components/ModalForm/index.md +0 -68
- package/packages/form/src/components/Money/index.tsx +0 -47
- package/packages/form/src/components/QueryFilter/demos/light-filter-bordered.tsx +0 -149
- package/packages/form/src/components/QueryFilter/demos/light-filter-collapse.tsx +0 -28
- package/packages/form/src/components/QueryFilter/demos/light-filter-footer.tsx +0 -88
- package/packages/form/src/components/QueryFilter/demos/light-filter-placement.tsx +0 -89
- package/packages/form/src/components/QueryFilter/demos/light-filter-test.tsx +0 -92
- package/packages/form/src/components/QueryFilter/demos/light-filter.tsx +0 -215
- package/packages/form/src/components/QueryFilter/demos/query-filter-collapsed.tsx +0 -18
- package/packages/form/src/components/QueryFilter/demos/query-filter-defaultColsNumber.tsx +0 -18
- package/packages/form/src/components/QueryFilter/demos/query-filter-test.tsx +0 -158
- package/packages/form/src/components/QueryFilter/demos/query-filter-vertical.tsx +0 -44
- package/packages/form/src/components/QueryFilter/demos/query-filter.tsx +0 -31
- package/packages/form/src/components/QueryFilter/demos/search-filter.tsx +0 -126
- package/packages/form/src/components/QueryFilter/index.en-US.md +0 -93
- package/packages/form/src/components/QueryFilter/index.md +0 -90
- package/packages/form/src/components/Radio/index.tsx +0 -89
- package/packages/form/src/components/Rate/index.tsx +0 -28
- package/packages/form/src/components/SchemaForm/demos/ModalAndDrawerForm.tsx +0 -68
- package/packages/form/src/components/SchemaForm/demos/customization-value-type.tsx +0 -174
- package/packages/form/src/components/SchemaForm/demos/dependencies.tsx +0 -125
- package/packages/form/src/components/SchemaForm/demos/dependency.tsx +0 -90
- package/packages/form/src/components/SchemaForm/demos/dynamic-rerender.tsx +0 -127
- package/packages/form/src/components/SchemaForm/demos/embed.tsx +0 -121
- package/packages/form/src/components/SchemaForm/demos/form-list-required.tsx +0 -142
- package/packages/form/src/components/SchemaForm/demos/schema.tsx +0 -311
- package/packages/form/src/components/SchemaForm/demos/steps-form.tsx +0 -203
- package/packages/form/src/components/SchemaForm/demos/valueType.tsx +0 -150
- package/packages/form/src/components/SchemaForm/index.en-US.md +0 -92
- package/packages/form/src/components/SchemaForm/index.md +0 -84
- package/packages/form/src/components/SchemaForm/index.tsx +0 -241
- package/packages/form/src/components/SchemaForm/layoutType/Embed.tsx +0 -3
- package/packages/form/src/components/SchemaForm/layoutType/StepsForm.tsx +0 -54
- package/packages/form/src/components/SchemaForm/layoutType/index.ts +0 -2
- package/packages/form/src/components/SchemaForm/typing.ts +0 -171
- package/packages/form/src/components/SchemaForm/valueType/dependency.tsx +0 -34
- package/packages/form/src/components/SchemaForm/valueType/divider.tsx +0 -13
- package/packages/form/src/components/SchemaForm/valueType/field.tsx +0 -91
- package/packages/form/src/components/SchemaForm/valueType/formList.tsx +0 -27
- package/packages/form/src/components/SchemaForm/valueType/formSet.tsx +0 -27
- package/packages/form/src/components/SchemaForm/valueType/group.tsx +0 -22
- package/packages/form/src/components/SchemaForm/valueType/ignore.tsx +0 -13
- package/packages/form/src/components/SchemaForm/valueType/index.tsx +0 -46
- package/packages/form/src/components/Segmented/index.tsx +0 -36
- package/packages/form/src/components/Select/index.tsx +0 -173
- package/packages/form/src/components/Slider/index.tsx +0 -62
- package/packages/form/src/components/StepsForm/demos/add-or-edit-step-form.tsx +0 -90
- package/packages/form/src/components/StepsForm/demos/customize-steps-from.tsx +0 -176
- package/packages/form/src/components/StepsForm/demos/modal-step-form.tsx +0 -153
- package/packages/form/src/components/StepsForm/demos/multi-card-step-form.tsx +0 -201
- package/packages/form/src/components/StepsForm/demos/steps-form-vertical.tsx +0 -153
- package/packages/form/src/components/StepsForm/demos/steps-from.tsx +0 -157
- package/packages/form/src/components/StepsForm/index.en-US.md +0 -50
- package/packages/form/src/components/StepsForm/index.md +0 -56
- package/packages/form/src/components/Submitter/index.tsx +0 -144
- package/packages/form/src/components/Switch/index.tsx +0 -45
- package/packages/form/src/components/Text/index.tsx +0 -176
- package/packages/form/src/components/TextArea/index.tsx +0 -27
- package/packages/form/src/components/TimePicker/index.tsx +0 -72
- package/packages/form/src/components/TreeSelect/index.tsx +0 -49
- package/packages/form/src/components/UploadButton/index.tsx +0 -133
- package/packages/form/src/components/UploadDragger/index.tsx +0 -134
- package/packages/form/src/components/form.en-US.md +0 -320
- package/packages/form/src/components/form.md +0 -480
- package/packages/form/src/components/index.ts +0 -67
- package/packages/form/src/demos/antd.modify.tsx +0 -62
- package/packages/form/src/demos/antd.nest.tsx +0 -56
- package/packages/form/src/demos/antd.tsx +0 -103
- package/packages/form/src/demos/base-test.tsx +0 -256
- package/packages/form/src/demos/base.tsx +0 -334
- package/packages/form/src/demos/components-test.tsx +0 -64
- package/packages/form/src/demos/config-provider.tsx +0 -67
- package/packages/form/src/demos/dependency.tsx +0 -85
- package/packages/form/src/demos/form-control-render.tsx +0 -81
- package/packages/form/src/demos/form-item-render.tsx +0 -164
- package/packages/form/src/demos/form-layout-grid.tsx +0 -130
- package/packages/form/src/demos/form-layout.tsx +0 -97
- package/packages/form/src/demos/formRef.tsx +0 -98
- package/packages/form/src/demos/label-col.tsx +0 -48
- package/packages/form/src/demos/labelInValue.tsx +0 -34
- package/packages/form/src/demos/layout-change.tsx +0 -347
- package/packages/form/src/demos/layout-footer.tsx +0 -168
- package/packages/form/src/demos/linkage-customization.tsx +0 -179
- package/packages/form/src/demos/modalform-test.tsx +0 -121
- package/packages/form/src/demos/money.tsx +0 -139
- package/packages/form/src/demos/params-formref.tsx +0 -36
- package/packages/form/src/demos/pro-form-dependency.debug.tsx +0 -95
- package/packages/form/src/demos/pro-form-editableTable.tsx +0 -148
- package/packages/form/src/demos/sync-to-url.tsx +0 -68
- package/packages/form/src/demos/typings.d.ts +0 -5
- package/packages/form/src/helpers/grid.tsx +0 -96
- package/packages/form/src/helpers/index.ts +0 -1
- package/packages/form/src/index.tsx +0 -56
- package/packages/form/src/layouts/DrawerForm/index.tsx +0 -386
- package/packages/form/src/layouts/DrawerForm/style.ts +0 -42
- package/packages/form/src/layouts/LightFilter/index.tsx +0 -337
- package/packages/form/src/layouts/LightFilter/style.ts +0 -64
- package/packages/form/src/layouts/LoginForm/index.tsx +0 -153
- package/packages/form/src/layouts/LoginForm/style.ts +0 -89
- package/packages/form/src/layouts/LoginFormPage/index.tsx +0 -231
- package/packages/form/src/layouts/LoginFormPage/style.ts +0 -154
- package/packages/form/src/layouts/ModalForm/index.tsx +0 -296
- package/packages/form/src/layouts/ProForm/index.tsx +0 -44
- package/packages/form/src/layouts/QueryFilter/Actions.tsx +0 -104
- package/packages/form/src/layouts/QueryFilter/index.tsx +0 -624
- package/packages/form/src/layouts/QueryFilter/style.ts +0 -61
- package/packages/form/src/layouts/StepsForm/StepForm.tsx +0 -89
- package/packages/form/src/layouts/StepsForm/index.tsx +0 -569
- package/packages/form/src/layouts/StepsForm/style.ts +0 -43
- package/packages/form/src/layouts/index.ts +0 -19
- package/packages/form/src/typing.ts +0 -178
- package/packages/form/tsconfig.json +0 -24
- package/packages/layout/.fatherrc.ts +0 -5
- package/packages/layout/CHANGELOG.md +0 -2188
- package/packages/layout/README.md +0 -64
- package/packages/layout/package.json +0 -71
- package/packages/layout/src/ProLayout.tsx +0 -918
- package/packages/layout/src/WrapContent.tsx +0 -41
- package/packages/layout/src/assert/Logo.tsx +0 -80
- package/packages/layout/src/components/AppsLogoComponents/AppsLogo.tsx +0 -15
- package/packages/layout/src/components/AppsLogoComponents/DefaultContent.tsx +0 -64
- package/packages/layout/src/components/AppsLogoComponents/SimpleContent.tsx +0 -93
- package/packages/layout/src/components/AppsLogoComponents/index.tsx +0 -132
- package/packages/layout/src/components/AppsLogoComponents/style/default.ts +0 -78
- package/packages/layout/src/components/AppsLogoComponents/style/index.ts +0 -71
- package/packages/layout/src/components/AppsLogoComponents/style/simple.ts +0 -93
- package/packages/layout/src/components/AppsLogoComponents/types.d.ts +0 -10
- package/packages/layout/src/components/CollapsedIcon/index.tsx +0 -20
- package/packages/layout/src/components/CollapsedIcon/style.ts +0 -58
- package/packages/layout/src/components/Footer.tsx +0 -47
- package/packages/layout/src/components/FooterToolbar/index.tsx +0 -123
- package/packages/layout/src/components/FooterToolbar/style/index.ts +0 -56
- package/packages/layout/src/components/FooterToolbar/style/stylish.ts +0 -29
- package/packages/layout/src/components/GlobalFooter/index.tsx +0 -70
- package/packages/layout/src/components/GlobalFooter/style.ts +0 -46
- package/packages/layout/src/components/GlobalHeader/ActionsContent.tsx +0 -150
- package/packages/layout/src/components/GlobalHeader/index.tsx +0 -184
- package/packages/layout/src/components/GlobalHeader/rightContentStyle.ts +0 -74
- package/packages/layout/src/components/GlobalHeader/style.ts +0 -75
- package/packages/layout/src/components/GridContent/index.tsx +0 -54
- package/packages/layout/src/components/GridContent/style.ts +0 -29
- package/packages/layout/src/components/Header/index.tsx +0 -170
- package/packages/layout/src/components/Header/style/header.ts +0 -70
- package/packages/layout/src/components/Header/style/stylish.ts +0 -34
- package/packages/layout/src/components/Help/AsyncContentPanel.tsx +0 -62
- package/packages/layout/src/components/Help/HelpProvide.tsx +0 -187
- package/packages/layout/src/components/Help/ProHelpContentPanel.tsx +0 -162
- package/packages/layout/src/components/Help/ProHelpDrawer.tsx +0 -54
- package/packages/layout/src/components/Help/ProHelpModal.tsx +0 -51
- package/packages/layout/src/components/Help/ProHelpPanel.tsx +0 -310
- package/packages/layout/src/components/Help/ProHelpPopover.tsx +0 -78
- package/packages/layout/src/components/Help/RenderContentPanel.tsx +0 -156
- package/packages/layout/src/components/Help/Search.tsx +0 -172
- package/packages/layout/src/components/Help/index.tsx +0 -78
- package/packages/layout/src/components/Help/style.ts +0 -109
- package/packages/layout/src/components/PageContainer/demos/basic.tsx +0 -96
- package/packages/layout/src/components/PageContainer/demos/fixHeader.tsx +0 -59
- package/packages/layout/src/components/PageContainer/demos/hideBreadMenu.tsx +0 -38
- package/packages/layout/src/components/PageContainer/demos/loading.tsx +0 -144
- package/packages/layout/src/components/PageContainer/demos/token.tsx +0 -71
- package/packages/layout/src/components/PageContainer/index.en-US.md +0 -104
- package/packages/layout/src/components/PageContainer/index.md +0 -125
- package/packages/layout/src/components/PageContainer/index.tsx +0 -506
- package/packages/layout/src/components/PageContainer/style/index.ts +0 -137
- package/packages/layout/src/components/PageContainer/style/stylish.ts +0 -29
- package/packages/layout/src/components/PageHeader/demo/actions.en-US.md +0 -78
- package/packages/layout/src/components/PageHeader/demo/actions.md +0 -78
- package/packages/layout/src/components/PageHeader/demo/basic.en-US.md +0 -30
- package/packages/layout/src/components/PageHeader/demo/basic.md +0 -30
- package/packages/layout/src/components/PageHeader/demo/breadcrumb.en-US.md +0 -39
- package/packages/layout/src/components/PageHeader/demo/breadcrumb.md +0 -39
- package/packages/layout/src/components/PageHeader/demo/content.en-US.md +0 -206
- package/packages/layout/src/components/PageHeader/demo/content.md +0 -206
- package/packages/layout/src/components/PageHeader/demo/ghost.en-US.md +0 -52
- package/packages/layout/src/components/PageHeader/demo/ghost.md +0 -52
- package/packages/layout/src/components/PageHeader/demo/responsive.en-US.md +0 -114
- package/packages/layout/src/components/PageHeader/demo/responsive.md +0 -114
- package/packages/layout/src/components/PageHeader/index.en-US.md +0 -39
- package/packages/layout/src/components/PageHeader/index.md +0 -39
- package/packages/layout/src/components/PageHeader/index.tsx +0 -276
- package/packages/layout/src/components/PageHeader/style/index.ts +0 -180
- package/packages/layout/src/components/PageLoading/index.tsx +0 -18
- package/packages/layout/src/components/SettingDrawer/BlockCheckbox.tsx +0 -60
- package/packages/layout/src/components/SettingDrawer/LayoutChange.tsx +0 -122
- package/packages/layout/src/components/SettingDrawer/RegionalChange.tsx +0 -45
- package/packages/layout/src/components/SettingDrawer/ThemeColor.tsx +0 -68
- package/packages/layout/src/components/SettingDrawer/icon/group.tsx +0 -108
- package/packages/layout/src/components/SettingDrawer/icon/sub.tsx +0 -163
- package/packages/layout/src/components/SettingDrawer/index.tsx +0 -602
- package/packages/layout/src/components/SettingDrawer/style/index.ts +0 -149
- package/packages/layout/src/components/SiderMenu/Arrow.tsx +0 -15
- package/packages/layout/src/components/SiderMenu/BaseMenu.tsx +0 -741
- package/packages/layout/src/components/SiderMenu/SiderMenu.tsx +0 -541
- package/packages/layout/src/components/SiderMenu/index.tsx +0 -101
- package/packages/layout/src/components/SiderMenu/style/index.ts +0 -219
- package/packages/layout/src/components/SiderMenu/style/menu.ts +0 -177
- package/packages/layout/src/components/SiderMenu/style/stylish.ts +0 -33
- package/packages/layout/src/components/TopNavHeader/index.tsx +0 -202
- package/packages/layout/src/components/TopNavHeader/style.ts +0 -88
- package/packages/layout/src/components/WaterMark/demos/custom.tsx +0 -133
- package/packages/layout/src/components/WaterMark/demos/frontend.tsx +0 -135
- package/packages/layout/src/components/WaterMark/demos/image.tsx +0 -40
- package/packages/layout/src/components/WaterMark/demos/text.tsx +0 -8
- package/packages/layout/src/components/WaterMark/demos/textRows.tsx +0 -8
- package/packages/layout/src/components/WaterMark/index.en-US.md +0 -80
- package/packages/layout/src/components/WaterMark/index.md +0 -80
- package/packages/layout/src/components/WaterMark/index.tsx +0 -212
- package/packages/layout/src/components/layout.$tab-api.md +0 -120
- package/packages/layout/src/components/layout.en-US.$tab-api.md +0 -76
- package/packages/layout/src/components/layout.en-US.md +0 -465
- package/packages/layout/src/components/layout.md +0 -474
- package/packages/layout/src/context/RouteContext.tsx +0 -36
- package/packages/layout/src/defaultSettings.ts +0 -143
- package/packages/layout/src/demos/AlwaysDefaultOpenAllMenu.tsx +0 -88
- package/packages/layout/src/demos/BreadcrumbsRepeat.tsx +0 -57
- package/packages/layout/src/demos/DefaultOpenAllMenu.tsx +0 -26
- package/packages/layout/src/demos/IconFont.tsx +0 -39
- package/packages/layout/src/demos/MenuGroup.tsx +0 -24
- package/packages/layout/src/demos/MultipleMenuOnePath.tsx +0 -199
- package/packages/layout/src/demos/Nested.tsx +0 -65
- package/packages/layout/src/demos/TopmenuNested.tsx +0 -35
- package/packages/layout/src/demos/_defaultProps.tsx +0 -152
- package/packages/layout/src/demos/antd@4MenuIconFormServe.tsx +0 -67
- package/packages/layout/src/demos/api.tsx +0 -149
- package/packages/layout/src/demos/appList-group-simple.tsx +0 -104
- package/packages/layout/src/demos/appList-group.tsx +0 -131
- package/packages/layout/src/demos/async-load-help.tsx +0 -336
- package/packages/layout/src/demos/background-context.tsx +0 -146
- package/packages/layout/src/demos/base.tsx +0 -456
- package/packages/layout/src/demos/classicMode.tsx +0 -212
- package/packages/layout/src/demos/collapsedShowTitle.tsx +0 -155
- package/packages/layout/src/demos/complexMenu.ts +0 -101
- package/packages/layout/src/demos/config-provider.tsx +0 -153
- package/packages/layout/src/demos/customMenu.ts +0 -23
- package/packages/layout/src/demos/customSider.tsx +0 -140
- package/packages/layout/src/demos/customize-collapsed.tsx +0 -98
- package/packages/layout/src/demos/customizeMenu.tsx +0 -62
- package/packages/layout/src/demos/dark.tsx +0 -127
- package/packages/layout/src/demos/debug-demo.tsx +0 -154
- package/packages/layout/src/demos/designMenuCss.tsx +0 -204
- package/packages/layout/src/demos/designSiderMenu.tsx +0 -105
- package/packages/layout/src/demos/draggableHelp.tsx +0 -349
- package/packages/layout/src/demos/dynamic-settings.tsx +0 -155
- package/packages/layout/src/demos/dynamicMenu.tsx +0 -71
- package/packages/layout/src/demos/error-boundaries.tsx +0 -156
- package/packages/layout/src/demos/footer-global-tools.tsx +0 -211
- package/packages/layout/src/demos/footer.tsx +0 -31
- package/packages/layout/src/demos/ghost.tsx +0 -51
- package/packages/layout/src/demos/help.tsx +0 -683
- package/packages/layout/src/demos/hideMenu.tsx +0 -29
- package/packages/layout/src/demos/immersive-navigation-top.tsx +0 -106
- package/packages/layout/src/demos/immersive-navigation.tsx +0 -139
- package/packages/layout/src/demos/menu-group.tsx +0 -138
- package/packages/layout/src/demos/mixMode.tsx +0 -148
- package/packages/layout/src/demos/morse_debug.tsx +0 -234
- package/packages/layout/src/demos/pageSimplify.tsx +0 -153
- package/packages/layout/src/demos/proHelpModal.tsx +0 -367
- package/packages/layout/src/demos/searchMenu.tsx +0 -90
- package/packages/layout/src/demos/siderMode.tsx +0 -82
- package/packages/layout/src/demos/siteMenu.tsx +0 -148
- package/packages/layout/src/demos/splitMenus.tsx +0 -123
- package/packages/layout/src/demos/theme.tsx +0 -159
- package/packages/layout/src/demos/top-breadcrumb.tsx +0 -68
- package/packages/layout/src/demos/topMode.tsx +0 -351
- package/packages/layout/src/getPageTitle.ts +0 -138
- package/packages/layout/src/index.tsx +0 -93
- package/packages/layout/src/locales/en-US/settingDrawer.ts +0 -45
- package/packages/layout/src/locales/en-US.ts +0 -5
- package/packages/layout/src/locales/index.ts +0 -33
- package/packages/layout/src/locales/it-IT/settingDrawer.ts +0 -37
- package/packages/layout/src/locales/it-IT.ts +0 -5
- package/packages/layout/src/locales/ko-KR/settingDrawer.ts +0 -41
- package/packages/layout/src/locales/ko-KR.ts +0 -5
- package/packages/layout/src/locales/zh-CN/settingDrawer.ts +0 -45
- package/packages/layout/src/locales/zh-CN.ts +0 -5
- package/packages/layout/src/locales/zh-TW/settingDrawer.ts +0 -37
- package/packages/layout/src/locales/zh-TW.ts +0 -5
- package/packages/layout/src/style/index.ts +0 -280
- package/packages/layout/src/typing.ts +0 -77
- package/packages/layout/src/utils/getBreadcrumbProps.tsx +0 -204
- package/packages/layout/src/utils/getMenuData.ts +0 -42
- package/packages/layout/src/utils/pathTools.ts +0 -10
- package/packages/layout/src/utils/useCurrentMenuLayoutProps.ts +0 -36
- package/packages/layout/src/utils/utils.ts +0 -66
- package/packages/layout/tsconfig.json +0 -23
- package/packages/list/.fatherrc.ts +0 -5
- package/packages/list/CHANGELOG.md +0 -1840
- package/packages/list/README.md +0 -49
- package/packages/list/package.json +0 -62
- package/packages/list/src/Item.tsx +0 -389
- package/packages/list/src/ListView.tsx +0 -327
- package/packages/list/src/components/list.en-US.md +0 -147
- package/packages/list/src/components/list.md +0 -149
- package/packages/list/src/constants.ts +0 -17
- package/packages/list/src/demos/ToolBar.tsx +0 -195
- package/packages/list/src/demos/base.tsx +0 -85
- package/packages/list/src/demos/card-list.tsx +0 -117
- package/packages/list/src/demos/editable.tsx +0 -89
- package/packages/list/src/demos/expand.tsx +0 -92
- package/packages/list/src/demos/filter.tsx +0 -125
- package/packages/list/src/demos/layout.tsx +0 -95
- package/packages/list/src/demos/pagination.tsx +0 -64
- package/packages/list/src/demos/search.tsx +0 -123
- package/packages/list/src/demos/selectedRow.tsx +0 -86
- package/packages/list/src/demos/size.tsx +0 -126
- package/packages/list/src/demos/special.tsx +0 -109
- package/packages/list/src/demos/testConfigProvider.tsx +0 -66
- package/packages/list/src/index.tsx +0 -251
- package/packages/list/src/style/index.ts +0 -283
- package/packages/list/tsconfig.json +0 -33
- package/packages/provider/.fatherrc.ts +0 -5
- package/packages/provider/CHANGELOG.md +0 -824
- package/packages/provider/README.md +0 -19
- package/packages/provider/package.json +0 -58
- package/packages/provider/src/index.tsx +0 -484
- package/packages/provider/src/intl.ts +0 -183
- package/packages/provider/src/locale/ar_EG.tsx +0 -71
- package/packages/provider/src/locale/ca_ES.tsx +0 -71
- package/packages/provider/src/locale/cs_CZ.tsx +0 -74
- package/packages/provider/src/locale/de_DE.tsx +0 -71
- package/packages/provider/src/locale/en_GB.tsx +0 -73
- package/packages/provider/src/locale/en_US.tsx +0 -75
- package/packages/provider/src/locale/es_ES.tsx +0 -71
- package/packages/provider/src/locale/fa_IR.tsx +0 -71
- package/packages/provider/src/locale/fr_FR.tsx +0 -71
- package/packages/provider/src/locale/he_IL.tsx +0 -74
- package/packages/provider/src/locale/hr_HR.tsx +0 -71
- package/packages/provider/src/locale/id_ID.tsx +0 -71
- package/packages/provider/src/locale/it_IT.tsx +0 -71
- package/packages/provider/src/locale/ja_JP.tsx +0 -71
- package/packages/provider/src/locale/ko_KR.tsx +0 -71
- package/packages/provider/src/locale/mn_MN.tsx +0 -71
- package/packages/provider/src/locale/ms_MY.tsx +0 -71
- package/packages/provider/src/locale/nl_NL.tsx +0 -74
- package/packages/provider/src/locale/pl_PL.tsx +0 -71
- package/packages/provider/src/locale/pt_BR.tsx +0 -71
- package/packages/provider/src/locale/ro_RO.tsx +0 -74
- package/packages/provider/src/locale/ru_RU.tsx +0 -71
- package/packages/provider/src/locale/sk_SK.tsx +0 -74
- package/packages/provider/src/locale/sr_RS.tsx +0 -71
- package/packages/provider/src/locale/sv_SE.tsx +0 -74
- package/packages/provider/src/locale/th_TH.tsx +0 -74
- package/packages/provider/src/locale/tr_TR.tsx +0 -71
- package/packages/provider/src/locale/uk_UA.tsx +0 -74
- package/packages/provider/src/locale/uz_UZ.tsx +0 -71
- package/packages/provider/src/locale/vi_VN.tsx +0 -71
- package/packages/provider/src/locale/zh_CN.tsx +0 -74
- package/packages/provider/src/locale/zh_TW.tsx +0 -74
- package/packages/provider/src/typing/layoutToken.ts +0 -175
- package/packages/provider/src/useStyle/index.ts +0 -141
- package/packages/provider/src/useStyle/token.ts +0 -412
- package/packages/provider/src/utils/merge.ts +0 -28
- package/packages/provider/tsconfig.json +0 -18
- package/packages/skeleton/.fatherrc.ts +0 -5
- package/packages/skeleton/CHANGELOG.md +0 -253
- package/packages/skeleton/README.md +0 -19
- package/packages/skeleton/package.json +0 -54
- package/packages/skeleton/src/components/Descriptions/index.tsx +0 -328
- package/packages/skeleton/src/components/List/index.tsx +0 -310
- package/packages/skeleton/src/components/Result/index.tsx +0 -54
- package/packages/skeleton/src/components/skeleton.en-US.md +0 -49
- package/packages/skeleton/src/components/skeleton.md +0 -41
- package/packages/skeleton/src/demos/descriptions.tsx +0 -14
- package/packages/skeleton/src/demos/list.static.tsx +0 -12
- package/packages/skeleton/src/demos/list.tsx +0 -12
- package/packages/skeleton/src/demos/result.tsx +0 -12
- package/packages/skeleton/src/index.tsx +0 -48
- package/packages/skeleton/tsconfig.json +0 -18
- package/packages/table/.fatherrc.ts +0 -5
- package/packages/table/CHANGELOG.md +0 -2622
- package/packages/table/README.md +0 -167
- package/packages/table/package.json +0 -75
- package/packages/table/src/Store/Provide.tsx +0 -261
- package/packages/table/src/Table.tsx +0 -1043
- package/packages/table/src/components/Alert/index.tsx +0 -96
- package/packages/table/src/components/Alert/style.ts +0 -45
- package/packages/table/src/components/ColumnSetting/index.tsx +0 -535
- package/packages/table/src/components/ColumnSetting/style.ts +0 -104
- package/packages/table/src/components/DragSortTable/demos/drag-sort-table.tsx +0 -164
- package/packages/table/src/components/DragSortTable/demos/drag.tsx +0 -74
- package/packages/table/src/components/DragSortTable/index.en-US.md +0 -28
- package/packages/table/src/components/DragSortTable/index.md +0 -26
- package/packages/table/src/components/DragSortTable/index.tsx +0 -112
- package/packages/table/src/components/DragSortTable/style.ts +0 -35
- package/packages/table/src/components/Dropdown/index.tsx +0 -86
- package/packages/table/src/components/EditableTable/CellEditorTable.tsx +0 -67
- package/packages/table/src/components/EditableTable/RowEditorTable.tsx +0 -60
- package/packages/table/src/components/EditableTable/demos/basic.tsx +0 -219
- package/packages/table/src/components/EditableTable/demos/cell-editor-table.tsx +0 -101
- package/packages/table/src/components/EditableTable/demos/children.tsx +0 -202
- package/packages/table/src/components/EditableTable/demos/custom.tsx +0 -257
- package/packages/table/src/components/EditableTable/demos/form-item.tsx +0 -254
- package/packages/table/src/components/EditableTable/demos/form-linkage.tsx +0 -259
- package/packages/table/src/components/EditableTable/demos/real-time-editing.tsx +0 -155
- package/packages/table/src/components/EditableTable/demos/row-editor-table.tsx +0 -100
- package/packages/table/src/components/EditableTable/index.en-US.md +0 -303
- package/packages/table/src/components/EditableTable/index.md +0 -303
- package/packages/table/src/components/EditableTable/index.tsx +0 -562
- package/packages/table/src/components/Form/FormRender.tsx +0 -262
- package/packages/table/src/components/Form/index.tsx +0 -194
- package/packages/table/src/components/ListToolBar/HeaderMenu.tsx +0 -132
- package/packages/table/src/components/ListToolBar/index.tsx +0 -420
- package/packages/table/src/components/ListToolBar/style.ts +0 -127
- package/packages/table/src/components/ToolBar/DensityIcon.tsx +0 -47
- package/packages/table/src/components/ToolBar/FullscreenIcon.tsx +0 -29
- package/packages/table/src/components/ToolBar/index.tsx +0 -419
- package/packages/table/src/components/table.$tab-api.md +0 -243
- package/packages/table/src/components/table.en-US.$tab-api.md +0 -210
- package/packages/table/src/components/table.en-US.md +0 -333
- package/packages/table/src/components/table.md +0 -338
- package/packages/table/src/demos/ListToolBar/basic.tsx +0 -124
- package/packages/table/src/demos/ListToolBar/menu.tsx +0 -148
- package/packages/table/src/demos/ListToolBar/multipleLine.tsx +0 -139
- package/packages/table/src/demos/ListToolBar/no-title.tsx +0 -108
- package/packages/table/src/demos/ListToolBar/tabs.tsx +0 -176
- package/packages/table/src/demos/batchOption.tsx +0 -180
- package/packages/table/src/demos/card-title.tsx +0 -93
- package/packages/table/src/demos/columns-setting-custom-icon.tsx +0 -55
- package/packages/table/src/demos/columnsStateMap.tsx +0 -113
- package/packages/table/src/demos/config-provider.tsx +0 -139
- package/packages/table/src/demos/crud.tsx +0 -168
- package/packages/table/src/demos/customization-value-type.tsx +0 -174
- package/packages/table/src/demos/dataSource.tsx +0 -178
- package/packages/table/src/demos/dateFormatter.tsx +0 -130
- package/packages/table/src/demos/dynamic-columns-state.tsx +0 -151
- package/packages/table/src/demos/dynamic-settings.tsx +0 -723
- package/packages/table/src/demos/edittable-rules.tsx +0 -106
- package/packages/table/src/demos/error-boundaries-false.tsx +0 -81
- package/packages/table/src/demos/error-boundaries.tsx +0 -201
- package/packages/table/src/demos/form.tsx +0 -82
- package/packages/table/src/demos/intl.tsx +0 -119
- package/packages/table/src/demos/lightfilter.tsx +0 -81
- package/packages/table/src/demos/linkage_form.tsx +0 -175
- package/packages/table/src/demos/listToolBar.tsx +0 -184
- package/packages/table/src/demos/no-option.tsx +0 -113
- package/packages/table/src/demos/no-title.tsx +0 -167
- package/packages/table/src/demos/normal.tsx +0 -124
- package/packages/table/src/demos/open-rules.tsx +0 -187
- package/packages/table/src/demos/pollinga.tsx +0 -129
- package/packages/table/src/demos/renderTable.tsx +0 -159
- package/packages/table/src/demos/rtl_table.tsx +0 -137
- package/packages/table/src/demos/search.tsx +0 -46
- package/packages/table/src/demos/search_option.tsx +0 -66
- package/packages/table/src/demos/single-test.tsx +0 -254
- package/packages/table/src/demos/single.tsx +0 -242
- package/packages/table/src/demos/split.tsx +0 -200
- package/packages/table/src/demos/table-nested.tsx +0 -162
- package/packages/table/src/demos/theme.tsx +0 -235
- package/packages/table/src/demos/valueType.tsx +0 -136
- package/packages/table/src/demos/valueTypeDate.tsx +0 -138
- package/packages/table/src/demos/valueTypeNumber.tsx +0 -117
- package/packages/table/src/demos/valueType_select.tsx +0 -188
- package/packages/table/src/index.tsx +0 -96
- package/packages/table/src/style/index.ts +0 -178
- package/packages/table/src/typing.ts +0 -585
- package/packages/table/src/useFetchData.tsx +0 -464
- package/packages/table/src/utils/cellRenderToFromItem.tsx +0 -360
- package/packages/table/src/utils/columnRender.tsx +0 -220
- package/packages/table/src/utils/columnSort.ts +0 -26
- package/packages/table/src/utils/genProColumnToColumn.tsx +0 -192
- package/packages/table/src/utils/index.ts +0 -224
- package/packages/table/src/utils/useDragSort.tsx +0 -210
- package/packages/table/tsconfig.json +0 -26
- package/packages/utils/.fatherrc.ts +0 -5
- package/packages/utils/CHANGELOG.md +0 -1747
- package/packages/utils/README.md +0 -19
- package/packages/utils/package.json +0 -65
- package/packages/utils/src/compareVersions/coverToNewToken.ts +0 -44
- package/packages/utils/src/compareVersions/index.ts +0 -84
- package/packages/utils/src/compareVersions/menuOverlayCompatible.tsx +0 -20
- package/packages/utils/src/compareVersions/openVisibleCompatible.ts +0 -25
- package/packages/utils/src/compatible/compatibleBorder.ts +0 -21
- package/packages/utils/src/components/DropdownFooter/index.tsx +0 -79
- package/packages/utils/src/components/DropdownFooter/style.ts +0 -30
- package/packages/utils/src/components/ErrorBoundary/index.tsx +0 -37
- package/packages/utils/src/components/FieldLabel/index.tsx +0 -222
- package/packages/utils/src/components/FieldLabel/style.ts +0 -121
- package/packages/utils/src/components/FilterDropdown/index.tsx +0 -100
- package/packages/utils/src/components/FilterDropdown/style.ts +0 -28
- package/packages/utils/src/components/InlineErrorFormItem/index.tsx +0 -196
- package/packages/utils/src/components/InlineErrorFormItem/style.ts +0 -76
- package/packages/utils/src/components/LabelIconTip/index.tsx +0 -63
- package/packages/utils/src/components/LabelIconTip/style.ts +0 -49
- package/packages/utils/src/components/ProFormContext/index.tsx +0 -45
- package/packages/utils/src/conversionMomentValue/index.ts +0 -203
- package/packages/utils/src/dateArrayFormatter/index.tsx +0 -60
- package/packages/utils/src/genCopyable/index.tsx +0 -71
- package/packages/utils/src/getFieldPropsOrFormItemProps/index.tsx +0 -22
- package/packages/utils/src/hooks/useDebounceFn/index.ts +0 -47
- package/packages/utils/src/hooks/useDebounceValue/index.ts +0 -32
- package/packages/utils/src/hooks/useDeepCompareEffect/index.ts +0 -42
- package/packages/utils/src/hooks/useDeepCompareMemo/index.ts +0 -22
- package/packages/utils/src/hooks/useDocumentTitle/index.ts +0 -19
- package/packages/utils/src/hooks/useFetchData/index.tsx +0 -60
- package/packages/utils/src/hooks/useForceRender/index.ts +0 -9
- package/packages/utils/src/hooks/useLatest/index.ts +0 -10
- package/packages/utils/src/hooks/usePrevious/index.ts +0 -11
- package/packages/utils/src/hooks/useReactiveRef/index.ts +0 -21
- package/packages/utils/src/hooks/useRefCallback/index.ts +0 -42
- package/packages/utils/src/hooks/useRefFunction/index.ts +0 -11
- package/packages/utils/src/index.tsx +0 -158
- package/packages/utils/src/isBrowser/index.ts +0 -24
- package/packages/utils/src/isDeepEqualReact/index.ts +0 -96
- package/packages/utils/src/isDropdownValueType/index.ts +0 -13
- package/packages/utils/src/isImg/index.ts +0 -4
- package/packages/utils/src/isNil/index.ts +0 -2
- package/packages/utils/src/isUrl/index.ts +0 -17
- package/packages/utils/src/merge/index.ts +0 -38
- package/packages/utils/src/nanoid/index.ts +0 -41
- package/packages/utils/src/omitBoolean/index.ts +0 -11
- package/packages/utils/src/omitUndefined/index.ts +0 -18
- package/packages/utils/src/omitUndefinedAndEmptyArr/index.ts +0 -15
- package/packages/utils/src/parseValueToMoment/index.ts +0 -39
- package/packages/utils/src/pickProFormItemProps/index.tsx +0 -44
- package/packages/utils/src/pickProProps/index.tsx +0 -16
- package/packages/utils/src/proFieldParsingText/index.tsx +0 -142
- package/packages/utils/src/runFunction/index.ts +0 -7
- package/packages/utils/src/stringify/index.ts +0 -13
- package/packages/utils/src/transformKeySubmitValue/index.ts +0 -207
- package/packages/utils/src/typing.ts +0 -767
- package/packages/utils/src/useEditableArray/index.tsx +0 -1134
- package/packages/utils/src/useEditableMap/index.tsx +0 -236
- package/packages/utils/src/useMediaQuery/index.ts +0 -109
- package/packages/utils/src/useMediaQuery/query.ts +0 -19
- package/packages/utils/src/useMountMergeState/index.ts +0 -3
- package/packages/utils/tsconfig.json +0 -21
- package/pnpm-workspace.yaml +0 -2
- package/public/CNAME +0 -1
- package/public/favicon.ico +0 -0
- package/public/icon.png +0 -0
- package/public/sitemap.xml +0 -458
- package/scripts/bootstrap.js +0 -108
- package/scripts/changelogs.js +0 -10
- package/scripts/checkDeps.js +0 -166
- package/scripts/checkPublish.js +0 -10
- package/scripts/createRelease.js +0 -125
- package/scripts/gen_version.js +0 -34
- package/scripts/generateSizeLimit.js +0 -38
- package/scripts/issue.js +0 -91
- package/scripts/preDeploy.js +0 -18
- package/scripts/readApi.mjs +0 -145
- package/scripts/release.js +0 -184
- package/scripts/replaceEs.js +0 -22
- package/scripts/replaceLib.js +0 -22
- package/scripts/replaceLodash.js +0 -21
- package/scripts/syncTNPM.js +0 -19
- package/scripts/utils/exec.js +0 -23
- package/scripts/utils/getPackages.js +0 -8
- package/scripts/utils/isNextVersion.js +0 -7
- package/scripts/verifyCommit.js +0 -28
- package/typings.d.ts +0 -6
- package/vercel.json +0 -7
- package/vitest.config.ts +0 -48
|
@@ -1,2188 +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
|
-
## [7.21.2](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.21.1...@ant-design/pro-layout@7.21.2) (2024-11-14)
|
|
6
|
-
|
|
7
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
8
|
-
|
|
9
|
-
## [7.21.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.21.0...@ant-design/pro-layout@7.21.1) (2024-10-22)
|
|
10
|
-
|
|
11
|
-
### Bug Fixes
|
|
12
|
-
|
|
13
|
-
- **package:** 更新 repository URL 格式为 git+ssh 以确保一致性 ([8882d51](https://github.com/ant-design/pro-components/commit/8882d5164d8b14f8971bf9f34a339d282ac766ba))
|
|
14
|
-
|
|
15
|
-
# [7.21.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.20.2...@ant-design/pro-layout@7.21.0) (2024-10-17)
|
|
16
|
-
|
|
17
|
-
### Bug Fixes
|
|
18
|
-
|
|
19
|
-
- remove clear cache in ProLayout ([#8746](https://github.com/ant-design/pro-components/issues/8746)) ([5f54ed0](https://github.com/ant-design/pro-components/commit/5f54ed0a7988c944244c3d646ba4f503035138db))
|
|
20
|
-
- replace `lodash-es` imports with `lodash` in CJS builds ([#8754](https://github.com/ant-design/pro-components/issues/8754)) ([3ef9283](https://github.com/ant-design/pro-components/commit/3ef9283a4cf52b8106d049af49f41dc37bb448b1))
|
|
21
|
-
|
|
22
|
-
### Features
|
|
23
|
-
|
|
24
|
-
- added exports to support ESM environments such as vitest ([#8738](https://github.com/ant-design/pro-components/issues/8738)) ([71c4be9](https://github.com/ant-design/pro-components/commit/71c4be9c9ca5942154e0473e62be608d784d53fc))
|
|
25
|
-
|
|
26
|
-
## [7.20.2](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.20.1...@ant-design/pro-layout@7.20.2) (2024-09-18)
|
|
27
|
-
|
|
28
|
-
### Bug Fixes
|
|
29
|
-
|
|
30
|
-
- **layout:** downgrade path-to-regexp to version 8.0.0 ([#8732](https://github.com/ant-design/pro-components/issues/8732)) ([fdc555b](https://github.com/ant-design/pro-components/commit/fdc555b0bbc3d5adde5e5fdb0a1973beaf4cae47))
|
|
31
|
-
- **layout:** missing appListRender props ([#8731](https://github.com/ant-design/pro-components/issues/8731)) ([5e04180](https://github.com/ant-design/pro-components/commit/5e041805bcd3decfb34c8d1ee6f7f32694537dc6))
|
|
32
|
-
|
|
33
|
-
## [7.20.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.20.0...@ant-design/pro-layout@7.20.1) (2024-09-12)
|
|
34
|
-
|
|
35
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
36
|
-
|
|
37
|
-
# [7.20.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.19.12...@ant-design/pro-layout@7.20.0) (2024-09-05)
|
|
38
|
-
|
|
39
|
-
### Features
|
|
40
|
-
|
|
41
|
-
- **layout:** add menuTextRender props ([1d65e22](https://github.com/ant-design/pro-components/commit/1d65e22002c8e863f9bf240f500a7b9779de14ca))
|
|
42
|
-
|
|
43
|
-
## [7.19.12](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.19.11...@ant-design/pro-layout@7.19.12) (2024-08-05)
|
|
44
|
-
|
|
45
|
-
### Performance Improvements
|
|
46
|
-
|
|
47
|
-
- lodash => lodash-es ([#8606](https://github.com/ant-design/pro-components/issues/8606)) ([455b4f1](https://github.com/ant-design/pro-components/commit/455b4f1bb1edfd896c04d98c37da6f97fb2428cb))
|
|
48
|
-
|
|
49
|
-
## [7.19.11](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.19.10...@ant-design/pro-layout@7.19.11) (2024-07-18)
|
|
50
|
-
|
|
51
|
-
### Bug Fixes
|
|
52
|
-
|
|
53
|
-
- **layout:** breadcrumbName add warning message ([ce0d4cf](https://github.com/ant-design/pro-components/commit/ce0d4cf2b785f0157521b3d0b7b1e276c308058f))
|
|
54
|
-
- **layout:** defualt use title items ([5d6ad39](https://github.com/ant-design/pro-components/commit/5d6ad39617afe7c6247b373aeeebba64042ed2ef))
|
|
55
|
-
|
|
56
|
-
## [7.19.10](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.19.9...@ant-design/pro-layout@7.19.10) (2024-07-15)
|
|
57
|
-
|
|
58
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
59
|
-
|
|
60
|
-
## [7.19.9](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.19.8...@ant-design/pro-layout@7.19.9) (2024-06-21)
|
|
61
|
-
|
|
62
|
-
### Bug Fixes
|
|
63
|
-
|
|
64
|
-
- **layout:** PageHeader style and breadcrumb.routes prop ([#8491](https://github.com/ant-design/pro-components/issues/8491)) ([c11eb83](https://github.com/ant-design/pro-components/commit/c11eb83d3efe4a8fdeb644f613b25e5a3f2ca301))
|
|
65
|
-
|
|
66
|
-
## [7.19.8](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.19.7...@ant-design/pro-layout@7.19.8) (2024-06-08)
|
|
67
|
-
|
|
68
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
69
|
-
|
|
70
|
-
## [7.19.7](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.19.5...@ant-design/pro-layout@7.19.7) (2024-05-20)
|
|
71
|
-
|
|
72
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
73
|
-
|
|
74
|
-
## [7.19.6](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.19.5...@ant-design/pro-layout@7.19.6) (2024-04-21)
|
|
75
|
-
|
|
76
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
77
|
-
|
|
78
|
-
## [7.19.5](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.19.4...@ant-design/pro-layout@7.19.5) (2024-04-21)
|
|
79
|
-
|
|
80
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
81
|
-
|
|
82
|
-
## [7.19.4](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.19.2...@ant-design/pro-layout@7.19.4) (2024-04-20)
|
|
83
|
-
|
|
84
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
85
|
-
|
|
86
|
-
## [7.19.3](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.19.2...@ant-design/pro-layout@7.19.3) (2024-04-19)
|
|
87
|
-
|
|
88
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
89
|
-
|
|
90
|
-
## [7.19.2](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.19.1...@ant-design/pro-layout@7.19.2) (2024-04-17)
|
|
91
|
-
|
|
92
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
93
|
-
|
|
94
|
-
## [7.19.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.19.0...@ant-design/pro-layout@7.19.1) (2024-04-17)
|
|
95
|
-
|
|
96
|
-
### Bug Fixes
|
|
97
|
-
|
|
98
|
-
- **layout:** slove footerRender types error ([#8280](https://github.com/ant-design/pro-components/issues/8280)) ([7e9ebac](https://github.com/ant-design/pro-components/commit/7e9ebaca88bb3b68b5e2925ad9f4fc75ddcfe7f8))
|
|
99
|
-
|
|
100
|
-
# [7.19.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.18.0...@ant-design/pro-layout@7.19.0) (2024-03-27)
|
|
101
|
-
|
|
102
|
-
### Bug Fixes
|
|
103
|
-
|
|
104
|
-
- typo ([#8248](https://github.com/ant-design/pro-components/issues/8248)) ([12e8a83](https://github.com/ant-design/pro-components/commit/12e8a8376b69f85225335e7774e3bc0d2e8aa3d4))
|
|
105
|
-
|
|
106
|
-
### Features
|
|
107
|
-
|
|
108
|
-
- **card:** ProCard support colStyle ([bfcf8aa](https://github.com/ant-design/pro-components/commit/bfcf8aa8cd3899337a0a6a085f4afedeab558b96))
|
|
109
|
-
|
|
110
|
-
# [7.18.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.17.20...@ant-design/pro-layout@7.18.0) (2024-03-22)
|
|
111
|
-
|
|
112
|
-
### Features
|
|
113
|
-
|
|
114
|
-
- ActionsContent support one dom ([8558d0e](https://github.com/ant-design/pro-components/commit/8558d0ee280595cf1bb39da383bcd3b10da7103b))
|
|
115
|
-
|
|
116
|
-
## [7.17.20](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.17.19...@ant-design/pro-layout@7.17.20) (2024-03-15)
|
|
117
|
-
|
|
118
|
-
### Bug Fixes
|
|
119
|
-
|
|
120
|
-
- **components:** compatible 5.13.0 border ([ddf0c82](https://github.com/ant-design/pro-components/commit/ddf0c82b5a9e55546c1b864e76972621b501769b))
|
|
121
|
-
|
|
122
|
-
## [7.17.19](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.17.18...@ant-design/pro-layout@7.17.19) (2024-01-15)
|
|
123
|
-
|
|
124
|
-
### Bug Fixes
|
|
125
|
-
|
|
126
|
-
- **layout:** fix bgLayout no work error ([4a21fdf](https://github.com/ant-design/pro-components/commit/4a21fdf5ad56aa09a9c06b20063ea27203267913))
|
|
127
|
-
|
|
128
|
-
## [7.17.18](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.17.17...@ant-design/pro-layout@7.17.18) (2024-01-15)
|
|
129
|
-
|
|
130
|
-
### Bug Fixes
|
|
131
|
-
|
|
132
|
-
- **layout:** if bgImgStyleList is null ,no render bg-list dom ([0b26161](https://github.com/ant-design/pro-components/commit/0b2616145aeae60f0bcb9f4d87b86c75e45fafcf))
|
|
133
|
-
|
|
134
|
-
## [7.17.17](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.17.16...@ant-design/pro-layout@7.17.17) (2023-12-12)
|
|
135
|
-
|
|
136
|
-
### Bug Fixes
|
|
137
|
-
|
|
138
|
-
- **layout:** pass SiderProps to avatar render function ([#7963](https://github.com/ant-design/pro-components/issues/7963)) ([627e7bf](https://github.com/ant-design/pro-components/commit/627e7bf67551a479a7473085aec716c910db54a0))
|
|
139
|
-
|
|
140
|
-
## [7.17.16](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.17.15...@ant-design/pro-layout@7.17.16) (2023-11-22)
|
|
141
|
-
|
|
142
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
143
|
-
|
|
144
|
-
## [7.17.15](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.17.14...@ant-design/pro-layout@7.17.15) (2023-11-15)
|
|
145
|
-
|
|
146
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
147
|
-
|
|
148
|
-
## [7.17.14](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.17.13...@ant-design/pro-layout@7.17.14) (2023-11-14)
|
|
149
|
-
|
|
150
|
-
### Bug Fixes
|
|
151
|
-
|
|
152
|
-
- **layout:** \[antd: Drawer] `bodyStyle` is deprecated waring ([#7864](https://github.com/ant-design/pro-components/issues/7864)) ([912c4dd](https://github.com/ant-design/pro-components/commit/912c4ddfec94deda34a99d7c879d4d38b4f0080b))
|
|
153
|
-
- **layout:** fix popupBg no work error ([ea20878](https://github.com/ant-design/pro-components/commit/ea20878c4c239ed9df27f42131a00b691261d73d))
|
|
154
|
-
- **layout:** fix ProLayout did not match error ([cb330f9](https://github.com/ant-design/pro-components/commit/cb330f98d8708dc1320d00ef1190643ecfa25139))
|
|
155
|
-
|
|
156
|
-
## [7.17.13](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.17.12...@ant-design/pro-layout@7.17.13) (2023-11-01)
|
|
157
|
-
|
|
158
|
-
### Bug Fixes
|
|
159
|
-
|
|
160
|
-
- **layout:** 修复 Layout 菜单 submenu 和 grounp 混用的时候收起错误 ([d99a14d](https://github.com/ant-design/pro-components/commit/d99a14dc8b9c37c2c2841840cbe28a93a679e468))
|
|
161
|
-
- **table:** 修复不能单独展示 filter 的问题 ([b77b5d4](https://github.com/ant-design/pro-components/commit/b77b5d4a91aaf6f7e229c80350ea0d6ee656ff30))
|
|
162
|
-
|
|
163
|
-
## [7.17.12](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.17.11...@ant-design/pro-layout@7.17.12) (2023-10-26)
|
|
164
|
-
|
|
165
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
166
|
-
|
|
167
|
-
## [7.17.11](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.17.10...@ant-design/pro-layout@7.17.11) (2023-10-26)
|
|
168
|
-
|
|
169
|
-
### Reverts
|
|
170
|
-
|
|
171
|
-
- **layout:** 回滚 Layout Menu 的获取逻辑 ([#7819](https://github.com/ant-design/pro-components/issues/7819)) ([160faa3](https://github.com/ant-design/pro-components/commit/160faa3906f66f9c8aecd0a64eb4ec2706fe2e08))
|
|
172
|
-
|
|
173
|
-
## [7.17.10](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.17.9...@ant-design/pro-layout@7.17.10) (2023-10-24)
|
|
174
|
-
|
|
175
|
-
### Bug Fixes
|
|
176
|
-
|
|
177
|
-
- **layout:** fix layout menu align error ([24cf799](https://github.com/ant-design/pro-components/commit/24cf79956f5078f5c68320036c2af01f5cb36fe9))
|
|
178
|
-
|
|
179
|
-
## [7.17.9](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.17.8...@ant-design/pro-layout@7.17.9) (2023-10-19)
|
|
180
|
-
|
|
181
|
-
### Bug Fixes
|
|
182
|
-
|
|
183
|
-
- **layout:** add `title` property to `ProHelp` component ([#7795](https://github.com/ant-design/pro-components/issues/7795)) ([bae3348](https://github.com/ant-design/pro-components/commit/bae3348db3a7a17a6f68f358f4f4d2ec04ef59ef))
|
|
184
|
-
- **layout:** Page Contianer 无 Header 边界情况调整 ([#7779](https://github.com/ant-design/pro-components/issues/7779)) ([9764246](https://github.com/ant-design/pro-components/commit/97642468f7b360adb15772828b8c8c56c4e9c0ef))
|
|
185
|
-
|
|
186
|
-
## [7.17.8](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.17.7...@ant-design/pro-layout@7.17.8) (2023-10-13)
|
|
187
|
-
|
|
188
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
189
|
-
|
|
190
|
-
## [7.17.7](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.17.6...@ant-design/pro-layout@7.17.7) (2023-10-11)
|
|
191
|
-
|
|
192
|
-
### Bug Fixes
|
|
193
|
-
|
|
194
|
-
- **layout:** 修复 layout 组件在销毁时,删除了其他不相关的 SWR 缓存 ([#7737](https://github.com/ant-design/pro-components/issues/7737)) ([8f08d3d](https://github.com/ant-design/pro-components/commit/8f08d3d80946e212c921230cba7664a7bed001bc))
|
|
195
|
-
- **types:** breadcrumbProps ([#7757](https://github.com/ant-design/pro-components/issues/7757)) ([704f3de](https://github.com/ant-design/pro-components/commit/704f3de9a55ad7660c754dcc2b4de591007497aa))
|
|
196
|
-
- **types:** breadcrumbProps ([#7760](https://github.com/ant-design/pro-components/issues/7760)) ([fb1090c](https://github.com/ant-design/pro-components/commit/fb1090c50540c35a970a4c112e0832b142cce6ae))
|
|
197
|
-
|
|
198
|
-
## [7.17.6](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.17.5...@ant-design/pro-layout@7.17.6) (2023-09-26)
|
|
199
|
-
|
|
200
|
-
### Bug Fixes
|
|
201
|
-
|
|
202
|
-
- **layou:** 调整 PageContainer 无 Header 的判断规则 ([#7726](https://github.com/ant-design/pro-components/issues/7726)) ([c1830cb](https://github.com/ant-design/pro-components/commit/c1830cb73a1a575b39714bc8adf5b19520aadf7c))
|
|
203
|
-
|
|
204
|
-
## [7.17.5](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.17.4...@ant-design/pro-layout@7.17.5) (2023-09-25)
|
|
205
|
-
|
|
206
|
-
### Bug Fixes
|
|
207
|
-
|
|
208
|
-
- **layout:** fix colorBgMenuElevated no extends colorBgHeader error ([d915ed1](https://github.com/ant-design/pro-components/commit/d915ed1c3a0e0f049e7e35968b393f687de647e6))
|
|
209
|
-
- **layout:** 统一 PageContainer 计算到 styles.ts 中 ([#7699](https://github.com/ant-design/pro-components/issues/7699)) ([ed5c61c](https://github.com/ant-design/pro-components/commit/ed5c61ced2bda9e0f6bab22f3c942792eec682b6))
|
|
210
|
-
|
|
211
|
-
## [7.17.4](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.17.3...@ant-design/pro-layout@7.17.4) (2023-09-20)
|
|
212
|
-
|
|
213
|
-
### Bug Fixes
|
|
214
|
-
|
|
215
|
-
- **layout:** WaterMark support dark theme ([0898061](https://github.com/ant-design/pro-components/commit/089806108fd815b672ea080015cba032c14296f6))
|
|
216
|
-
- **layout:** WaterMark support dark theme ([7a09db5](https://github.com/ant-design/pro-components/commit/7a09db5b0ba5b994579e830c7125fafa8a702343))
|
|
217
|
-
|
|
218
|
-
## [7.17.3](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.17.2...@ant-design/pro-layout@7.17.3) (2023-09-19)
|
|
219
|
-
|
|
220
|
-
### Bug Fixes
|
|
221
|
-
|
|
222
|
-
- **layout:** unuse Tab.TabPanel ([6dd59a2](https://github.com/ant-design/pro-components/commit/6dd59a22b46696aa3d89680b7c2635b75be60aaf))
|
|
223
|
-
|
|
224
|
-
## [7.17.2](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.17.1...@ant-design/pro-layout@7.17.2) (2023-09-18)
|
|
225
|
-
|
|
226
|
-
### Bug Fixes
|
|
227
|
-
|
|
228
|
-
- **layout:** deprecated warning ([#7693](https://github.com/ant-design/pro-components/issues/7693)) ([896c4d6](https://github.com/ant-design/pro-components/commit/896c4d6797345e19a1c9193799fa573a9bfd01ea))
|
|
229
|
-
- **layout:** 默认宽度更改为 1152 ([84cc927](https://github.com/ant-design/pro-components/commit/84cc9274d5a161b171254b2039a78b2a6942b375))
|
|
230
|
-
|
|
231
|
-
## [7.17.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.17.0...@ant-design/pro-layout@7.17.1) (2023-09-18)
|
|
232
|
-
|
|
233
|
-
### Bug Fixes
|
|
234
|
-
|
|
235
|
-
- **layout:** default set contentWidth=Fixed ([065524d](https://github.com/ant-design/pro-components/commit/065524d74c9be77b0889640a2183f7adf0c60290))
|
|
236
|
-
|
|
237
|
-
# [7.17.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.16.13...@ant-design/pro-layout@7.17.0) (2023-09-14)
|
|
238
|
-
|
|
239
|
-
### Bug Fixes
|
|
240
|
-
|
|
241
|
-
- **layout:** 默认宽度更改为 1152 ([8fd2665](https://github.com/ant-design/pro-components/commit/8fd2665f244ab1d3c647ff30cd2d270c7e5def61))
|
|
242
|
-
|
|
243
|
-
### Features
|
|
244
|
-
|
|
245
|
-
- **layout:** 更新 PageContainer Token 样式和计算规则 ([#7645](https://github.com/ant-design/pro-components/issues/7645)) ([f341313](https://github.com/ant-design/pro-components/commit/f341313672562619e443a2d4b8b716da0248da02))
|
|
246
|
-
|
|
247
|
-
## [7.16.13](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.16.12...@ant-design/pro-layout@7.16.13) (2023-09-07)
|
|
248
|
-
|
|
249
|
-
### Bug Fixes
|
|
250
|
-
|
|
251
|
-
- **layout:** fix click url no work error ([9252b14](https://github.com/ant-design/pro-components/commit/9252b14b6b95a0901c16106c3d53d45e501744b4))
|
|
252
|
-
|
|
253
|
-
## [7.16.12](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.16.11...@ant-design/pro-layout@7.16.12) (2023-09-06)
|
|
254
|
-
|
|
255
|
-
### Bug Fixes
|
|
256
|
-
|
|
257
|
-
- **form:** fix formList containerClassName and containerStyle no work error ([7a2c9e0](https://github.com/ant-design/pro-components/commit/7a2c9e0ddeb580b618f87773ff336c382be5f38a))
|
|
258
|
-
- **layout:** appList item click preventDefault and stopPropagation ([9b3cd65](https://github.com/ant-design/pro-components/commit/9b3cd656cacbf9890745161f7dde3531e6090f10))
|
|
259
|
-
- **layout:** fix menu title center error ([904a89f](https://github.com/ant-design/pro-components/commit/904a89f705712007dbf62d134a8cc9d6a090d9ce))
|
|
260
|
-
|
|
261
|
-
## [7.16.11](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.16.10...@ant-design/pro-layout@7.16.11) (2023-08-29)
|
|
262
|
-
|
|
263
|
-
### Bug Fixes
|
|
264
|
-
|
|
265
|
-
- **form:** 解决因 stringify 导致死循环的问题 ([#7599](https://github.com/ant-design/pro-components/issues/7599)) ([d1ab1d1](https://github.com/ant-design/pro-components/commit/d1ab1d1a256cfe41beba7f69abf3588de7dbd446))
|
|
266
|
-
|
|
267
|
-
## [7.16.10](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.16.9...@ant-design/pro-layout@7.16.10) (2023-08-28)
|
|
268
|
-
|
|
269
|
-
### Bug Fixes
|
|
270
|
-
|
|
271
|
-
- **layout:** fix menuItem icon no align error ([62f1bb5](https://github.com/ant-design/pro-components/commit/62f1bb51920fe36692fc577bc29df6c9a84b237f))
|
|
272
|
-
- **layout:** use useBreakpoint utils ([af522ee](https://github.com/ant-design/pro-components/commit/af522ee3912b494a2592036b2435455b44a7d900))
|
|
273
|
-
- **layout:** use useBreakpoint utils ([3a174d1](https://github.com/ant-design/pro-components/commit/3a174d166a422e5db8c21ce67031422007289b2f))
|
|
274
|
-
- **layout:** 修复 sider token 样式问题 ([#7574](https://github.com/ant-design/pro-components/issues/7574)) ([c911dff](https://github.com/ant-design/pro-components/commit/c911dff10749e2278e28505ff08d531ee6e95d56))
|
|
275
|
-
|
|
276
|
-
## [7.16.9](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.16.8...@ant-design/pro-layout@7.16.9) (2023-08-17)
|
|
277
|
-
|
|
278
|
-
### Bug Fixes
|
|
279
|
-
|
|
280
|
-
- **docs:** 修复文档中关于 GridContent 和 RouteContext 重复描述的问题 ([#7536](https://github.com/ant-design/pro-components/issues/7536)) ([7d56c09](https://github.com/ant-design/pro-components/commit/7d56c0941db9696ffce24717aa17272724ee9ad5))
|
|
281
|
-
- **layout:** collapsed use vertical mode ([e82170f](https://github.com/ant-design/pro-components/commit/e82170f4cb2a025aacd4803875aebacbb273604d))
|
|
282
|
-
- **layout:** fix ProFormSelect unsupport title error ([d41b1a7](https://github.com/ant-design/pro-components/commit/d41b1a74233bc6900c0360866c2738bcf62cbcff))
|
|
283
|
-
- **layout:** if src=null, un render avatar ([c721e07](https://github.com/ant-design/pro-components/commit/c721e0776565110378027b403864310a4a57b9d3))
|
|
284
|
-
- **layout:** pageContainer token not work ([#7524](https://github.com/ant-design/pro-components/issues/7524)) ([6fbf24b](https://github.com/ant-design/pro-components/commit/6fbf24b6dbd2f462ba3665c636f5967d46b89bcb))
|
|
285
|
-
|
|
286
|
-
## [7.16.8](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.16.7...@ant-design/pro-layout@7.16.8) (2023-08-10)
|
|
287
|
-
|
|
288
|
-
### Bug Fixes
|
|
289
|
-
|
|
290
|
-
- ProLayout 搜索菜单匹配到父级时带出子菜单 ([#7481](https://github.com/ant-design/pro-components/issues/7481)) ([395afd2](https://github.com/ant-design/pro-components/commit/395afd2779d1b936b36073081b817112277192a3))
|
|
291
|
-
|
|
292
|
-
## [7.16.7](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.16.6...@ant-design/pro-layout@7.16.7) (2023-08-04)
|
|
293
|
-
|
|
294
|
-
### Bug Fixes
|
|
295
|
-
|
|
296
|
-
- **layout:** fix menu item no aligen error ([450a823](https://github.com/ant-design/pro-components/commit/450a823f12b1eac1d866347ef55d6b5d866a011f))
|
|
297
|
-
|
|
298
|
-
## [7.16.6](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.16.5...@ant-design/pro-layout@7.16.6) (2023-07-31)
|
|
299
|
-
|
|
300
|
-
### Bug Fixes
|
|
301
|
-
|
|
302
|
-
- **layout:** fix col size error ([749a303](https://github.com/ant-design/pro-components/commit/749a30309f8bde9cf5050ae28e164118eefce408))
|
|
303
|
-
|
|
304
|
-
## [7.16.5](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.16.4...@ant-design/pro-layout@7.16.5) (2023-07-31)
|
|
305
|
-
|
|
306
|
-
### Bug Fixes
|
|
307
|
-
|
|
308
|
-
- **layout:** fix colorBgMenuItemHover no work error ([3efdd46](https://github.com/ant-design/pro-components/commit/3efdd465447b3cae82ecd43b3be435dfa3a9b55f))
|
|
309
|
-
- **layout:** fix footer links hover no work error ([a2bdb21](https://github.com/ant-design/pro-components/commit/a2bdb21937da6faf31855e0a9ef271ec1ab73c8f))
|
|
310
|
-
- **layout:** fix pop menu style error ([36bfccf](https://github.com/ant-design/pro-components/commit/36bfccf15c687f228c6244276065696d9c535bf7))
|
|
311
|
-
|
|
312
|
-
## [7.16.4](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.16.3...@ant-design/pro-layout@7.16.4) (2023-07-24)
|
|
313
|
-
|
|
314
|
-
### Bug Fixes
|
|
315
|
-
|
|
316
|
-
- **layout:** fix submenu popup text is center error ([7191501](https://github.com/ant-design/pro-components/commit/71915016e6a243af9733981bcb1ff6ec06d01b5c))
|
|
317
|
-
|
|
318
|
-
## [7.16.3](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.16.2...@ant-design/pro-layout@7.16.3) (2023-07-19)
|
|
319
|
-
|
|
320
|
-
### Bug Fixes
|
|
321
|
-
|
|
322
|
-
- **layout:** fix sider collpse no work error ([e17dee6](https://github.com/ant-design/pro-components/commit/e17dee6be22b21563d02775e460a331870ff557e)), closes [/github.com/ant-design/pro-components/issues/7398#issuecomment-1641911484](https://github.com//github.com/ant-design/pro-components/issues/7398/issues/issuecomment-1641911484)
|
|
323
|
-
|
|
324
|
-
## [7.16.2](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.16.1...@ant-design/pro-layout@7.16.2) (2023-07-19)
|
|
325
|
-
|
|
326
|
-
### Bug Fixes
|
|
327
|
-
|
|
328
|
-
- **layout:** disable SiderContext when Sider other dom ([4d53446](https://github.com/ant-design/pro-components/commit/4d53446a608fe91d57aaece6cc7bffe89e387b2a))
|
|
329
|
-
- **layout:** fix FooterToolBar width error ([54d9afe](https://github.com/ant-design/pro-components/commit/54d9afef13b21f3a502048941f787dfcda0d910a))
|
|
330
|
-
- **layout:** Layout siderMenu delete getContainer = false ([ed0c88b](https://github.com/ant-design/pro-components/commit/ed0c88b01cc24a742578d00563ca48b27995e37a))
|
|
331
|
-
- **layout:** menuItem support disableTooltip ([84b79c8](https://github.com/ant-design/pro-components/commit/84b79c85991ce8a34ef047f57849bcafe32e2cf1))
|
|
332
|
-
- **table:** Fix the issue of actionref not being synchronized ([2160fb8](https://github.com/ant-design/pro-components/commit/2160fb846bcfe41809a37dfe6e1cc3fce1d211e7))
|
|
333
|
-
|
|
334
|
-
## [7.16.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.16.0...@ant-design/pro-layout@7.16.1) (2023-07-14)
|
|
335
|
-
|
|
336
|
-
### Bug Fixes
|
|
337
|
-
|
|
338
|
-
- **layout:** fix abnormal animation playback. ([854ce2b](https://github.com/ant-design/pro-components/commit/854ce2b5d012362910ed3683095055b71a9b2fe5))
|
|
339
|
-
- **layout:** Fix the issue of excessively long titles not being truncated. ([0e67775](https://github.com/ant-design/pro-components/commit/0e67775dd8c9e31346b2a309f4b7ce7dd46bf065))
|
|
340
|
-
|
|
341
|
-
# [7.16.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.15.3...@ant-design/pro-layout@7.16.0) (2023-07-04)
|
|
342
|
-
|
|
343
|
-
### Bug Fixes
|
|
344
|
-
|
|
345
|
-
- **layout:** support antd\@5.6.4 ([a6ee785](https://github.com/ant-design/pro-components/commit/a6ee785207603de7965c2a1c6fff6fd1b4311410))
|
|
346
|
-
|
|
347
|
-
### Features
|
|
348
|
-
|
|
349
|
-
- **layout:** 添加 appListRender api ([#7286](https://github.com/ant-design/pro-components/issues/7286)) ([0cb1a4a](https://github.com/ant-design/pro-components/commit/0cb1a4ab13a7987825cf24ac13852feb500a764a))
|
|
350
|
-
|
|
351
|
-
## [7.15.3](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.15.2...@ant-design/pro-layout@7.15.3) (2023-06-30)
|
|
352
|
-
|
|
353
|
-
### Bug Fixes
|
|
354
|
-
|
|
355
|
-
- **layout:** submenu close tooltip ([a550039](https://github.com/ant-design/pro-components/commit/a550039489b76d23d286d00f6d46b8bdb93de2cc))
|
|
356
|
-
|
|
357
|
-
## [7.15.2](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.15.1...@ant-design/pro-layout@7.15.2) (2023-06-19)
|
|
358
|
-
|
|
359
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
360
|
-
|
|
361
|
-
## [7.15.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.15.0...@ant-design/pro-layout@7.15.1) (2023-06-19)
|
|
362
|
-
|
|
363
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
364
|
-
|
|
365
|
-
# [7.15.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.14.8...@ant-design/pro-layout@7.15.0) (2023-06-19)
|
|
366
|
-
|
|
367
|
-
### Features
|
|
368
|
-
|
|
369
|
-
- **field:** LightFilter 中使用 ProFormSelect 的两个 bug 修复 ([#7225](https://github.com/ant-design/pro-components/issues/7225)) ([#7233](https://github.com/ant-design/pro-components/issues/7233)) ([b3050e4](https://github.com/ant-design/pro-components/commit/b3050e4e82db6809ce93f6913e3903a9dd05da15))
|
|
370
|
-
|
|
371
|
-
## [7.14.8](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.14.7...@ant-design/pro-layout@7.14.8) (2023-06-16)
|
|
372
|
-
|
|
373
|
-
### Bug Fixes
|
|
374
|
-
|
|
375
|
-
- **layout:** fix ErrorBoundary types error ([5bb5be1](https://github.com/ant-design/pro-components/commit/5bb5be1b6c289deb4d9a79acd22a5e5c97666ae9))
|
|
376
|
-
|
|
377
|
-
## [7.14.7](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.14.6...@ant-design/pro-layout@7.14.7) (2023-06-14)
|
|
378
|
-
|
|
379
|
-
### Bug Fixes
|
|
380
|
-
|
|
381
|
-
- **form:** fix shouldUpdate no work error ([ff8bbef](https://github.com/ant-design/pro-components/commit/ff8bbefc6b67d83925e83f2559f0016014748323))
|
|
382
|
-
|
|
383
|
-
## [7.14.6](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.14.5...@ant-design/pro-layout@7.14.6) (2023-06-14)
|
|
384
|
-
|
|
385
|
-
### Bug Fixes
|
|
386
|
-
|
|
387
|
-
- **layout:** fix top menu popupmenu bgColor no work error ([fdceeb7](https://github.com/ant-design/pro-components/commit/fdceeb718dbb7d6f967322baaf7f62572838f919))
|
|
388
|
-
- **layout:** tootip use menu name ([e7ac6ab](https://github.com/ant-design/pro-components/commit/e7ac6abe44e007a0f089eee367343d98e1ae9251))
|
|
389
|
-
|
|
390
|
-
## [7.14.5](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.14.4...@ant-design/pro-layout@7.14.5) (2023-06-12)
|
|
391
|
-
|
|
392
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
393
|
-
|
|
394
|
-
## [7.14.4](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.14.3...@ant-design/pro-layout@7.14.4) (2023-06-12)
|
|
395
|
-
|
|
396
|
-
### Bug Fixes
|
|
397
|
-
|
|
398
|
-
- **compoents:** gap use token margin ([#7204](https://github.com/ant-design/pro-components/issues/7204)) ([bd62243](https://github.com/ant-design/pro-components/commit/bd62243f4bc6a3ea6e97ad5e0db977c84394426f))
|
|
399
|
-
- **components:** remove hashid empty ([b46bb80](https://github.com/ant-design/pro-components/commit/b46bb808db287979fe7d2d5afe115185860422c9))
|
|
400
|
-
- **layout:** support antd\@5.6 token ([28291fe](https://github.com/ant-design/pro-components/commit/28291fea2ab1417640f79534d132b5e3db228d2c))
|
|
401
|
-
|
|
402
|
-
## [7.14.3](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.14.2...@ant-design/pro-layout@7.14.3) (2023-05-31)
|
|
403
|
-
|
|
404
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
405
|
-
|
|
406
|
-
## [7.14.2](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.14.1...@ant-design/pro-layout@7.14.2) (2023-05-30)
|
|
407
|
-
|
|
408
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
409
|
-
|
|
410
|
-
## [7.14.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.14.0...@ant-design/pro-layout@7.14.1) (2023-05-30)
|
|
411
|
-
|
|
412
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
413
|
-
|
|
414
|
-
# [7.14.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.13.5...@ant-design/pro-layout@7.14.0) (2023-05-29)
|
|
415
|
-
|
|
416
|
-
### Bug Fixes
|
|
417
|
-
|
|
418
|
-
- **form:** 解决 ProFormList 多重嵌套 ProFormList 下的表单组件未调用 transform 方法问题 ([#7138](https://github.com/ant-design/pro-components/issues/7138)) ([2e83b18](https://github.com/ant-design/pro-components/commit/2e83b184fae0f68013c0c1db39837981f70d1ec3))
|
|
419
|
-
- fix test case ([68500fc](https://github.com/ant-design/pro-components/commit/68500fc78165c55fb53da4e805136aace859bb5b))
|
|
420
|
-
- update lock file and fix test case ([d991d5d](https://github.com/ant-design/pro-components/commit/d991d5d6e1d19fa721d9c25ef0318a0c0e134e7e))
|
|
421
|
-
- **layout:** 修复 collapsedShowTitle 样式错误问题 ([#7098](https://github.com/ant-design/pro-components/issues/7098)) ([d6ba262](https://github.com/ant-design/pro-components/commit/d6ba262410cc2afe04ac788f1bae6fa2ea29cad1))
|
|
422
|
-
|
|
423
|
-
### Features
|
|
424
|
-
|
|
425
|
-
- **table:** use [@dnd-kit](https://github.com/dnd-kit) ([#7131](https://github.com/ant-design/pro-components/issues/7131)) ([26b6aa6](https://github.com/ant-design/pro-components/commit/26b6aa611a0c5d88232cda88ca7cec893ee2160b))
|
|
426
|
-
|
|
427
|
-
## [7.13.5](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.13.4...@ant-design/pro-layout@7.13.5) (2023-05-18)
|
|
428
|
-
|
|
429
|
-
### Bug Fixes
|
|
430
|
-
|
|
431
|
-
- **layout:** 修复因为 menu 不存在 icon 时候,收起的 tooltip 会多展示一个字的问题 ([#7083](https://github.com/ant-design/pro-components/issues/7083)) ([6a0ab90](https://github.com/ant-design/pro-components/commit/6a0ab90960c3372d8076ace89bb2ff638a8884d2))
|
|
432
|
-
|
|
433
|
-
## [7.13.4](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.13.3...@ant-design/pro-layout@7.13.4) (2023-05-15)
|
|
434
|
-
|
|
435
|
-
### Bug Fixes
|
|
436
|
-
|
|
437
|
-
- **layout:** set layout headermenu height to 40 ([f50cfd2](https://github.com/ant-design/pro-components/commit/f50cfd2f7c4c620c45e6618527e133d1ffa637d9))
|
|
438
|
-
- **layout:** support fix header scroll use new color ([#7071](https://github.com/ant-design/pro-components/issues/7071)) ([55f15da](https://github.com/ant-design/pro-components/commit/55f15da73f35c705ab408654498e74fe6241aabe))
|
|
439
|
-
|
|
440
|
-
## [7.13.3](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.13.2...@ant-design/pro-layout@7.13.3) (2023-05-08)
|
|
441
|
-
|
|
442
|
-
### Bug Fixes
|
|
443
|
-
|
|
444
|
-
- **layout:** fix menu classname no work error ([c64e81c](https://github.com/ant-design/pro-components/commit/c64e81cb0669a7fe42c235c2f46cc0b743b5e213))
|
|
445
|
-
|
|
446
|
-
## [7.13.2](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.13.1...@ant-design/pro-layout@7.13.2) (2023-05-08)
|
|
447
|
-
|
|
448
|
-
### Bug Fixes
|
|
449
|
-
|
|
450
|
-
- **layout:** use best className slove token error ([8090248](https://github.com/ant-design/pro-components/commit/80902487e865f37ce362e28c429ee7fc6368ef8e))
|
|
451
|
-
- **table:** table should support dependencies ([#7019](https://github.com/ant-design/pro-components/issues/7019)) ([7addd50](https://github.com/ant-design/pro-components/commit/7addd5031c68720b809bbdd292e828f7b04bfd04))
|
|
452
|
-
|
|
453
|
-
## [7.13.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.13.0...@ant-design/pro-layout@7.13.1) (2023-05-04)
|
|
454
|
-
|
|
455
|
-
### Bug Fixes
|
|
456
|
-
|
|
457
|
-
- **layout:** fix token no work error ([1d47c30](https://github.com/ant-design/pro-components/commit/1d47c308a3fc8cfeaca7e965540c5c78c67d71ad))
|
|
458
|
-
- **layout:** support controlHeightLG token ([c2841b3](https://github.com/ant-design/pro-components/commit/c2841b310d375ffbde18f9aca6cd027affe9251c))
|
|
459
|
-
|
|
460
|
-
# [7.13.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.12.4...@ant-design/pro-layout@7.13.0) (2023-05-04)
|
|
461
|
-
|
|
462
|
-
### Bug Fixes
|
|
463
|
-
|
|
464
|
-
- **layout:** paddingBlockStart set value=8 ([6eac5b6](https://github.com/ant-design/pro-components/commit/6eac5b64a7eda3ae87ed14ea1642fa19a510317c))
|
|
465
|
-
- support antd new version ([c90977c](https://github.com/ant-design/pro-components/commit/c90977c00ed524155a21de647216a54b0efd6332))
|
|
466
|
-
|
|
467
|
-
### Features
|
|
468
|
-
|
|
469
|
-
- **layout:** help add extraRender api ([#6982](https://github.com/ant-design/pro-components/issues/6982)) ([6453b2d](https://github.com/ant-design/pro-components/commit/6453b2d3df5097ec46be5bb68be0ea52f8549f07))
|
|
470
|
-
|
|
471
|
-
## [7.12.4](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.12.3...@ant-design/pro-layout@7.12.4) (2023-04-26)
|
|
472
|
-
|
|
473
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
474
|
-
|
|
475
|
-
## [7.12.3](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.12.2...@ant-design/pro-layout@7.12.3) (2023-04-26)
|
|
476
|
-
|
|
477
|
-
### Bug Fixes
|
|
478
|
-
|
|
479
|
-
- **layout:** up layout mix css level ([18e8157](https://github.com/ant-design/pro-components/commit/18e8157b02be7e4d9adb5aeee6ffa1b1f7a24084))
|
|
480
|
-
|
|
481
|
-
## [7.12.2](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.12.1...@ant-design/pro-layout@7.12.2) (2023-04-25)
|
|
482
|
-
|
|
483
|
-
### Bug Fixes
|
|
484
|
-
|
|
485
|
-
- **provide:** unuse process.env.NODE_ENV === 'TEST' ([0d9cba1](https://github.com/ant-design/pro-components/commit/0d9cba1a7fe74a87c6daf93a36f768801059f42d))
|
|
486
|
-
|
|
487
|
-
## [7.12.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.12.0...@ant-design/pro-layout@7.12.1) (2023-04-25)
|
|
488
|
-
|
|
489
|
-
### Bug Fixes
|
|
490
|
-
|
|
491
|
-
- **layout:** fix colorBgMenuItemHover no work error ([3bfa45a](https://github.com/ant-design/pro-components/commit/3bfa45ad054d22e5ea2dfcf405e7a5279e8a4d39))
|
|
492
|
-
|
|
493
|
-
# [7.12.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.11.0...@ant-design/pro-layout@7.12.0) (2023-04-25)
|
|
494
|
-
|
|
495
|
-
### Features
|
|
496
|
-
|
|
497
|
-
- **layout:** ProHelp support hashid ([e704713](https://github.com/ant-design/pro-components/commit/e704713726f29058d63103512f20aeda42f6fde3))
|
|
498
|
-
|
|
499
|
-
# [7.11.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.10.3...@ant-design/pro-layout@7.11.0) (2023-04-25)
|
|
500
|
-
|
|
501
|
-
### Features
|
|
502
|
-
|
|
503
|
-
- **layout:** ProHelp support more feature ([#6970](https://github.com/ant-design/pro-components/issues/6970)) ([b445d0b](https://github.com/ant-design/pro-components/commit/b445d0bb350389ac96f6e711a4fc6a86ace56fb9))
|
|
504
|
-
- **layout:** ProHelp support navigationSwitch ([2406457](https://github.com/ant-design/pro-components/commit/240645705a52addbbd1d07cf64386583a5f919c4))
|
|
505
|
-
|
|
506
|
-
## [7.10.3](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.10.2...@ant-design/pro-layout@7.10.3) (2023-03-27)
|
|
507
|
-
|
|
508
|
-
### Bug Fixes
|
|
509
|
-
|
|
510
|
-
- **layout:** Provide a hack method to bypass the breadcrumb error check of antd and remove the error message. ([bcb32b9](https://github.com/ant-design/pro-components/commit/bcb32b99149408b90746e21ddd250894468a35d5))
|
|
511
|
-
- **layout:** remove ProLayout defaultProps ([7d1891f](https://github.com/ant-design/pro-components/commit/7d1891fad58b83f32c296f0dc7176f5cdce20cab))
|
|
512
|
-
- **layout:** slove menu content inlineflex & child not 100% problem ([#6819](https://github.com/ant-design/pro-components/issues/6819)) ([75e1c27](https://github.com/ant-design/pro-components/commit/75e1c2708078965e86f96a3a5fdd2a0c7d1839d1))
|
|
513
|
-
- iframe slove footer ([#6781](https://github.com/ant-design/pro-components/issues/6781)) ([8ce8812](https://github.com/ant-design/pro-components/commit/8ce8812a59e0c525944a4f7164be64bcfa0fa089))
|
|
514
|
-
|
|
515
|
-
## [7.10.2](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.10.1...@ant-design/pro-layout@7.10.2) (2023-03-14)
|
|
516
|
-
|
|
517
|
-
### Bug Fixes
|
|
518
|
-
|
|
519
|
-
- **compoments:** remove .ant-pro dom ([403319f](https://github.com/ant-design/pro-components/commit/403319f2b80489d04101f51d65c3cb4dcbe4595d))
|
|
520
|
-
- **form:** fix AdvancedSearch demo no work error ([226fbac](https://github.com/ant-design/pro-components/commit/226fbac4e214a912a84973f69ccdd1183ffd34f0))
|
|
521
|
-
|
|
522
|
-
## [7.10.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.10.0...@ant-design/pro-layout@7.10.1) (2023-03-13)
|
|
523
|
-
|
|
524
|
-
### Bug Fixes
|
|
525
|
-
|
|
526
|
-
- **layout:** fix sider menu height ([e8963cc](https://github.com/ant-design/pro-components/commit/e8963cc28a7434ac8476e3d8321a9a74101a8ff4))
|
|
527
|
-
- **layout:** remove procard use antd card ([02e1830](https://github.com/ant-design/pro-components/commit/02e1830aba699516898038adfb75b32ae68a5c53))
|
|
528
|
-
|
|
529
|
-
# [7.10.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.9.0...@ant-design/pro-layout@7.10.0) (2023-03-09)
|
|
530
|
-
|
|
531
|
-
### Bug Fixes
|
|
532
|
-
|
|
533
|
-
- **layout:** fix menu item icon style error ([#6745](https://github.com/ant-design/pro-components/issues/6745)) ([87f9656](https://github.com/ant-design/pro-components/commit/87f965682e81d9ce166d140dd418a37a6020abcf))
|
|
534
|
-
- **layout:** fix sider menu Drawer onCollapse no work error ([7d638f4](https://github.com/ant-design/pro-components/commit/7d638f4c519c412503b021e07848243e940f1145))
|
|
535
|
-
|
|
536
|
-
# [7.9.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.8.3...@ant-design/pro-layout@7.9.0) (2023-03-08)
|
|
537
|
-
|
|
538
|
-
### Bug Fixes
|
|
539
|
-
|
|
540
|
-
- **layout:** avatarProps not work when actionsRender is falsy ([#6695](https://github.com/ant-design/pro-components/issues/6695)) ([63a0829](https://github.com/ant-design/pro-components/commit/63a082931195efe60894178b72adbd7261de665b))
|
|
541
|
-
- **layout:** siderMenu 中的 subMenu 在 dark 模式下显示不正常 ([#6721](https://github.com/ant-design/pro-components/issues/6721)) ([a10a6a1](https://github.com/ant-design/pro-components/commit/a10a6a1135dca8bfe6a7e31acd92dae94031fb45))
|
|
542
|
-
|
|
543
|
-
### Features
|
|
544
|
-
|
|
545
|
-
- **components:** support antd\@5.4.0 ([#6730](https://github.com/ant-design/pro-components/issues/6730)) ([1ac506f](https://github.com/ant-design/pro-components/commit/1ac506f8e46a30089437cdfe58a5f96447c39f7a))
|
|
546
|
-
- **layout:** add ProHelp components ([#6654](https://github.com/ant-design/pro-components/issues/6654)) ([b1a175c](https://github.com/ant-design/pro-components/commit/b1a175c9ecbdf24a26f1cf34e10a92da05ab2b9c)), closes [#6671](https://github.com/ant-design/pro-components/issues/6671) [#6676](https://github.com/ant-design/pro-components/issues/6676)
|
|
547
|
-
|
|
548
|
-
## [7.8.3](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.8.2...@ant-design/pro-layout@7.8.3) (2023-02-28)
|
|
549
|
-
|
|
550
|
-
### Bug Fixes
|
|
551
|
-
|
|
552
|
-
- **layout:** if layout's avatarProps doesn't exist, the actionsRender props should also take effect ([#6642](https://github.com/ant-design/pro-components/issues/6642)) ([180c5a1](https://github.com/ant-design/pro-components/commit/180c5a1f606a114671bba91d818fdd0632bd5daf))
|
|
553
|
-
- **layout:** menuHeaderRender not work ([#6676](https://github.com/ant-design/pro-components/issues/6676)) ([8ef9590](https://github.com/ant-design/pro-components/commit/8ef959083037d6a5e7e5c59f990aa37bf761ca04))
|
|
554
|
-
|
|
555
|
-
## [7.8.2](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.8.1...@ant-design/pro-layout@7.8.2) (2023-02-17)
|
|
556
|
-
|
|
557
|
-
### Bug Fixes
|
|
558
|
-
|
|
559
|
-
- **layout:** fix rightContentRender alway work error ([796ab12](https://github.com/ant-design/pro-components/commit/796ab1241844b533cf4066062887f676facb0704))
|
|
560
|
-
|
|
561
|
-
## [7.8.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.8.0...@ant-design/pro-layout@7.8.1) (2023-02-17)
|
|
562
|
-
|
|
563
|
-
### Bug Fixes
|
|
564
|
-
|
|
565
|
-
- **components:** src alway use es path ([4a13142](https://github.com/ant-design/pro-components/commit/4a1314225c08a60c5cef9d51f061cdf15a69ca13))
|
|
566
|
-
|
|
567
|
-
# [7.8.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.7.1...@ant-design/pro-layout@7.8.0) (2023-02-17)
|
|
568
|
-
|
|
569
|
-
### Bug Fixes
|
|
570
|
-
|
|
571
|
-
- **layout:** alway use actionsRender ([2e62234](https://github.com/ant-design/pro-components/commit/2e62234323edcb720bfad1b34baf3c0ac460970a))
|
|
572
|
-
- **layout:** remove `title` attribute ([#6604](https://github.com/ant-design/pro-components/issues/6604)) ([10820a6](https://github.com/ant-design/pro-components/commit/10820a628c731afe8d98d0f6ba74cf9e35d0aa2f))
|
|
573
|
-
|
|
574
|
-
### Features
|
|
575
|
-
|
|
576
|
-
- **components:** remove unstate-next for protable ([f284e66](https://github.com/ant-design/pro-components/commit/f284e6620c0afd818ff8d6f41c5cd83d5e28c7a8))
|
|
577
|
-
- **layout:** layout avatarProps support render funtion ([1dd7900](https://github.com/ant-design/pro-components/commit/1dd790089cad44c937be3647a0cbb3666030fc5f))
|
|
578
|
-
|
|
579
|
-
## [7.7.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.7.0...@ant-design/pro-layout@7.7.1) (2023-02-10)
|
|
580
|
-
|
|
581
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
582
|
-
|
|
583
|
-
# [7.7.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.6.1...@ant-design/pro-layout@7.7.0) (2023-02-08)
|
|
584
|
-
|
|
585
|
-
### Bug Fixes
|
|
586
|
-
|
|
587
|
-
- **layout:** Group-list demo fix ([#6512](https://github.com/ant-design/pro-components/issues/6512)) ([c068983](https://github.com/ant-design/pro-components/commit/c0689839f7eff1a746a135e3d9ee421928a5b943))
|
|
588
|
-
- **layout:** ItemClick 自定义点击事件,回传触发 Popover 元素 ref ([#6504](https://github.com/ant-design/pro-components/issues/6504)) ([8755111](https://github.com/ant-design/pro-components/commit/87551111c6a15bcec90b5c69fd22a87dffc0406b))
|
|
589
|
-
- **layout:** use logical properties and values instead margin ([a3c1b31](https://github.com/ant-design/pro-components/commit/a3c1b3168c54af7a3a80cd09d908495d491ddd30))
|
|
590
|
-
- **layout:** 修复因为 Sider 折叠导致菜单展开状态丢失的 bug ([#6472](https://github.com/ant-design/pro-components/issues/6472)) ([a10703c](https://github.com/ant-design/pro-components/commit/a10703c41700dd485963034ce276f83f5c7d1c2e))
|
|
591
|
-
|
|
592
|
-
### Features
|
|
593
|
-
|
|
594
|
-
- **layout:** pro-layout top 模式下支持 headerTitleRender ([#6560](https://github.com/ant-design/pro-components/issues/6560)) ([5e0bb96](https://github.com/ant-design/pro-components/commit/5e0bb96e1f733a182023542beaae81b49ee6dcc7))
|
|
595
|
-
|
|
596
|
-
## [7.6.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.6.0...@ant-design/pro-layout@7.6.1) (2023-01-10)
|
|
597
|
-
|
|
598
|
-
### Bug Fixes
|
|
599
|
-
|
|
600
|
-
- **form:** fix formref no work error in BetaSchemaForm ([7b9bbdd](https://github.com/ant-design/pro-components/commit/7b9bbddbd7e1f51cca9490170ec24fc4817a1620))
|
|
601
|
-
- **layout:** fix ProLayout pageTitleRender not overriding document title ([#6492](https://github.com/ant-design/pro-components/issues/6492)) ([fda493c](https://github.com/ant-design/pro-components/commit/fda493c9ffd1a2e6d9bc7bcd51ffb57f75cfe518))
|
|
602
|
-
- **layout:** open sider from right on rtl direction ([#6491](https://github.com/ant-design/pro-components/issues/6491)) ([3675950](https://github.com/ant-design/pro-components/commit/36759508767f92a3dc3c7374b1a0092a6c3dab1d))
|
|
603
|
-
- **layout:** replace marginTop to marigin-block-start ([5d0f58f](https://github.com/ant-design/pro-components/commit/5d0f58fea713d4eead7d0c6f76c09a60f96fda2b))
|
|
604
|
-
- **layout:** support click mask close ([06a8920](https://github.com/ant-design/pro-components/commit/06a8920933a7a956df0895bf8b2922499ae1075a))
|
|
605
|
-
- **layout:** 调整菜单收缩时 margin 与展开时 一致 ([#6481](https://github.com/ant-design/pro-components/issues/6481)) ([7229fcf](https://github.com/ant-design/pro-components/commit/7229fcfa861fc9d01a8cbbde22d003d9a497c027))
|
|
606
|
-
|
|
607
|
-
# [7.6.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.5.2...@ant-design/pro-layout@7.6.0) (2023-01-06)
|
|
608
|
-
|
|
609
|
-
### Features
|
|
610
|
-
|
|
611
|
-
- **layout:** remove unuse deps ([9cac437](https://github.com/ant-design/pro-components/commit/9cac43772b9bea76d167a101626a3fdc247e238f))
|
|
612
|
-
- **layout:** 修复 prolayout 传入自定义 prefixCls 时样式异常 ([#6464](https://github.com/ant-design/pro-components/issues/6464)) ([fda307d](https://github.com/ant-design/pro-components/commit/fda307d11c849a02c9d30e1c5a876588f532609d))
|
|
613
|
-
|
|
614
|
-
## [7.5.2](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.5.1...@ant-design/pro-layout@7.5.2) (2023-01-04)
|
|
615
|
-
|
|
616
|
-
### Bug Fixes
|
|
617
|
-
|
|
618
|
-
- **layout:** fix colorBgMenuItemCollapsedElevated no work error ([6aa0d2c](https://github.com/ant-design/pro-components/commit/6aa0d2ceb77dc55aad17babd447716eb3db94652))
|
|
619
|
-
- **layout:** Layout 分组逻辑调整 ([#6451](https://github.com/ant-design/pro-components/issues/6451)) ([24f1659](https://github.com/ant-design/pro-components/commit/24f1659c71b3888e7421ebd690d311bfc8cfc616))
|
|
620
|
-
|
|
621
|
-
## [7.5.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.5.0...@ant-design/pro-layout@7.5.1) (2022-12-29)
|
|
622
|
-
|
|
623
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
624
|
-
|
|
625
|
-
# [7.5.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.4.0...@ant-design/pro-layout@7.5.0) (2022-12-29)
|
|
626
|
-
|
|
627
|
-
### Bug Fixes
|
|
628
|
-
|
|
629
|
-
- **layout:** 修复 extraContent 在 md 尺寸不位于 content 右侧的 bug ([#6389](https://github.com/ant-design/pro-components/issues/6389)) ([8227d25](https://github.com/ant-design/pro-components/commit/8227d256504fe50bd634369021e01582113f663e)), closes [#6388](https://github.com/ant-design/pro-components/issues/6388)
|
|
630
|
-
|
|
631
|
-
### Features
|
|
632
|
-
|
|
633
|
-
- **layout:** Layout 新增 跨站点导航 分组形式 ([#6431](https://github.com/ant-design/pro-components/issues/6431)) ([9dd0c44](https://github.com/ant-design/pro-components/commit/9dd0c440fd5fe89095941b188cfddbe4030cf06e))
|
|
634
|
-
- **layout:** sider token 增加 colorBgElevated ([#6384](https://github.com/ant-design/pro-components/issues/6384)) ([045d4c8](https://github.com/ant-design/pro-components/commit/045d4c8a76cef7a7a61ee7378cbdd3ab63323111))
|
|
635
|
-
- **provide:** clear up import and support containerDomRef ([#6394](https://github.com/ant-design/pro-components/issues/6394)) ([ca6e054](https://github.com/ant-design/pro-components/commit/ca6e0547eb653af863e47d57847836db8cb6dea8))
|
|
636
|
-
|
|
637
|
-
# [7.4.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.3.9...@ant-design/pro-layout@7.4.0) (2022-12-13)
|
|
638
|
-
|
|
639
|
-
### Features
|
|
640
|
-
|
|
641
|
-
- **components:** bump swr from 1.x to 2.x ([#6367](https://github.com/ant-design/pro-components/issues/6367)) ([d7a5206](https://github.com/ant-design/pro-components/commit/d7a52068b9c70d40ecf68a065ed470573daade72))
|
|
642
|
-
|
|
643
|
-
## [7.3.9](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.3.8...@ant-design/pro-layout@7.3.9) (2022-12-09)
|
|
644
|
-
|
|
645
|
-
### Bug Fixes
|
|
646
|
-
|
|
647
|
-
- **layout:** fix colorHeaderTitle no work error ([11cc87c](https://github.com/ant-design/pro-components/commit/11cc87c17fda2a4bcd13d9deff1843ea7d800639))
|
|
648
|
-
|
|
649
|
-
## [7.3.8](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.3.7...@ant-design/pro-layout@7.3.8) (2022-12-09)
|
|
650
|
-
|
|
651
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
652
|
-
|
|
653
|
-
## [7.3.7](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.3.6...@ant-design/pro-layout@7.3.7) (2022-12-08)
|
|
654
|
-
|
|
655
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
656
|
-
|
|
657
|
-
## [7.3.6](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.3.5...@ant-design/pro-layout@7.3.6) (2022-12-08)
|
|
658
|
-
|
|
659
|
-
### Bug Fixes
|
|
660
|
-
|
|
661
|
-
- **layout:** no set default colorPrimary ([f85103e](https://github.com/ant-design/pro-components/commit/f85103e35c7f74fb7aa579b3d30d3e45afb07875))
|
|
662
|
-
|
|
663
|
-
## [7.3.5](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.3.4...@ant-design/pro-layout@7.3.5) (2022-12-08)
|
|
664
|
-
|
|
665
|
-
### Bug Fixes
|
|
666
|
-
|
|
667
|
-
- **layout:** support configprovide darkAlgorithm ([dabf05e](https://github.com/ant-design/pro-components/commit/dabf05edc5f0ef3edd58f69ecdab43981f02e044))
|
|
668
|
-
|
|
669
|
-
## [7.3.4](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.3.3...@ant-design/pro-layout@7.3.4) (2022-12-05)
|
|
670
|
-
|
|
671
|
-
### Bug Fixes
|
|
672
|
-
|
|
673
|
-
- **layout:** fix bgColor token no work error ([bad0f2f](https://github.com/ant-design/pro-components/commit/bad0f2f22547af097562dddf1c6249a21eca8dc9))
|
|
674
|
-
- **layout:** 修复 PageContainer 设置为 fixedHeader,内容滚动的时候 Title 抖动问题 ([#6330](https://github.com/ant-design/pro-components/issues/6330)) ([1d63b00](https://github.com/ant-design/pro-components/commit/1d63b00828b9854187dbe7f01ed1a7dab7276896))
|
|
675
|
-
|
|
676
|
-
## [7.3.3](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.3.2...@ant-design/pro-layout@7.3.3) (2022-12-01)
|
|
677
|
-
|
|
678
|
-
### Bug Fixes
|
|
679
|
-
|
|
680
|
-
- **layout:** fix collpse style error ([8929030](https://github.com/ant-design/pro-components/commit/89290300d6decf76941ea4beb2ec8eeedfb0d37b))
|
|
681
|
-
|
|
682
|
-
## [7.3.2](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.3.1...@ant-design/pro-layout@7.3.2) (2022-12-01)
|
|
683
|
-
|
|
684
|
-
### Bug Fixes
|
|
685
|
-
|
|
686
|
-
- **layout:** remove minwidth and pageheader padding ([62d3657](https://github.com/ant-design/pro-components/commit/62d36571257db87b839c3e1390d2f0c8056871e0))
|
|
687
|
-
|
|
688
|
-
## [7.3.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.3.0...@ant-design/pro-layout@7.3.1) (2022-12-01)
|
|
689
|
-
|
|
690
|
-
### Bug Fixes
|
|
691
|
-
|
|
692
|
-
- **table:** fix table style error ([3fbfddd](https://github.com/ant-design/pro-components/commit/3fbfddd4dc04090610e90dcbe2bd35cffe3e0644))
|
|
693
|
-
|
|
694
|
-
# [7.3.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.2.6...@ant-design/pro-layout@7.3.0) (2022-11-30)
|
|
695
|
-
|
|
696
|
-
### Bug Fixes
|
|
697
|
-
|
|
698
|
-
- **layout:** better theme gen style ([fcbc182](https://github.com/ant-design/pro-components/commit/fcbc182f4995b30d75b20bdfd96db300602ac739))
|
|
699
|
-
- **layout:** fix collapsedshowtitle style error ([e4dc580](https://github.com/ant-design/pro-components/commit/e4dc58064c716840e2905f45935685ff67ce8d87))
|
|
700
|
-
- **layout:** update drawer style ([eb7ace8](https://github.com/ant-design/pro-components/commit/eb7ace881dd3e55244e4f44c3de1562a409135fa))
|
|
701
|
-
|
|
702
|
-
### Features
|
|
703
|
-
|
|
704
|
-
- **layout:** fix dark style no work error ([3e06527](https://github.com/ant-design/pro-components/commit/3e0652738e6993973aba34af118ffd8a9af5815c))
|
|
705
|
-
- **layout:** support stylish ([60c0b54](https://github.com/ant-design/pro-components/commit/60c0b547bed047434962d6e61c34037e849331de))
|
|
706
|
-
|
|
707
|
-
## [7.2.6](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.2.5...@ant-design/pro-layout@7.2.6) (2022-11-22)
|
|
708
|
-
|
|
709
|
-
### Bug Fixes
|
|
710
|
-
|
|
711
|
-
- **layout:** export WaterMarkProps ([c32d989](https://github.com/ant-design/pro-components/commit/c32d9892fb27c9ce9611a2aef2555977781f1954))
|
|
712
|
-
|
|
713
|
-
## [7.2.5](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.2.4...@ant-design/pro-layout@7.2.5) (2022-11-17)
|
|
714
|
-
|
|
715
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
716
|
-
|
|
717
|
-
## [7.2.4](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.2.3...@ant-design/pro-layout@7.2.4) (2022-11-15)
|
|
718
|
-
|
|
719
|
-
### Bug Fixes
|
|
720
|
-
|
|
721
|
-
- **Descriptions:** fix ellipsis type error ([d051be5](https://github.com/ant-design/pro-components/commit/d051be53c40b49cffe7531bd622003dfeda60b10))
|
|
722
|
-
- **table:** change css cache error ([a5bc4cb](https://github.com/ant-design/pro-components/commit/a5bc4cb4172fa9468ef70a1672033c34a09de3ba))
|
|
723
|
-
|
|
724
|
-
## [7.2.3](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.2.2...@ant-design/pro-layout@7.2.3) (2022-11-14)
|
|
725
|
-
|
|
726
|
-
### Bug Fixes
|
|
727
|
-
|
|
728
|
-
- **provide:** support hasded ([e8a8501](https://github.com/ant-design/pro-components/commit/e8a85018c442a6dea700923f6cada5a196ae3446))
|
|
729
|
-
|
|
730
|
-
## [7.2.2](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.2.1...@ant-design/pro-layout@7.2.2) (2022-11-14)
|
|
731
|
-
|
|
732
|
-
### Bug Fixes
|
|
733
|
-
|
|
734
|
-
- **layout:** 在内容定宽下,TopNavHeader 的样式问题 ([#6182](https://github.com/ant-design/pro-components/issues/6182)) ([666a1e8](https://github.com/ant-design/pro-components/commit/666a1e830fe34e355661828aed5d920c264a7f45))
|
|
735
|
-
- **table:** column not working correctly after reset ([#6159](https://github.com/ant-design/pro-components/issues/6159)) ([6ec0307](https://github.com/ant-design/pro-components/commit/6ec0307041a7a439075af56c3a9a80809afb956f))
|
|
736
|
-
- **WaterMark:** fontSize 过大导致多行文字重叠 ([#6198](https://github.com/ant-design/pro-components/issues/6198)) ([7cf5dea](https://github.com/ant-design/pro-components/commit/7cf5dead9deb93afe6bfd3301a3642e0774f368d))
|
|
737
|
-
|
|
738
|
-
## [7.2.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.2.0...@ant-design/pro-layout@7.2.1) (2022-11-08)
|
|
739
|
-
|
|
740
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
741
|
-
|
|
742
|
-
# [7.2.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.1.16...@ant-design/pro-layout@7.2.0) (2022-11-07)
|
|
743
|
-
|
|
744
|
-
### Features
|
|
745
|
-
|
|
746
|
-
- **SettingDrawer:** 支持 colorList 传 title 属性作为 tooltip ([#6167](https://github.com/ant-design/pro-components/issues/6167)) ([bd973a0](https://github.com/ant-design/pro-components/commit/bd973a045a565e7d934cab13763d1efd21ee6980))
|
|
747
|
-
|
|
748
|
-
## [7.1.16](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.1.15...@ant-design/pro-layout@7.1.16) (2022-11-03)
|
|
749
|
-
|
|
750
|
-
### Bug Fixes
|
|
751
|
-
|
|
752
|
-
- **layout:** fix sub menu paddig style ([324e083](https://github.com/ant-design/pro-components/commit/324e083462a9d9261f9f95a0478ccdd9304aaa4b))
|
|
753
|
-
- **layout:** PageContainer support childrenContentStyle ([2a487cf](https://github.com/ant-design/pro-components/commit/2a487cf44243c7afddde0eddcfae392b842cc6e3))
|
|
754
|
-
|
|
755
|
-
## [7.1.15](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.1.14...@ant-design/pro-layout@7.1.15) (2022-10-28)
|
|
756
|
-
|
|
757
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
758
|
-
|
|
759
|
-
## [7.1.14](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.1.13...@ant-design/pro-layout@7.1.14) (2022-10-27)
|
|
760
|
-
|
|
761
|
-
### Bug Fixes
|
|
762
|
-
|
|
763
|
-
- **layout:** better footer animation ([ca73417](https://github.com/ant-design/pro-components/commit/ca73417d52c60e4e6bc8de5edad2226113e5a85e))
|
|
764
|
-
- **layout:** fix prefix classname no work error ([67ba351](https://github.com/ant-design/pro-components/commit/67ba351310ef15e8d7599eff58bf01007e6c42c9))
|
|
765
|
-
- **layout:** layout sider menu add text hover color ([#6135](https://github.com/ant-design/pro-components/issues/6135)) ([832bf3f](https://github.com/ant-design/pro-components/commit/832bf3f72c2b0dea91e2f1b011cab042f2f1ae70))
|
|
766
|
-
- **layout:** Move the footer placeholder to the very bottom of the page ([0af8b88](https://github.com/ant-design/pro-components/commit/0af8b887877206c4f9a4a69d7da0d880836e8bae))
|
|
767
|
-
- **layout:** 修复 CSS-in-js 中的 animation 警告 ([#6122](https://github.com/ant-design/pro-components/issues/6122)) ([eb25214](https://github.com/ant-design/pro-components/commit/eb25214465c9a6e705e91b084d1003f4401c88ff))
|
|
768
|
-
- **provide:** fix token no extends error ([6a6abfb](https://github.com/ant-design/pro-components/commit/6a6abfb9b0ff96b3630883d29d1b07244c021ed0))
|
|
769
|
-
|
|
770
|
-
## [7.1.13](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.1.12...@ant-design/pro-layout@7.1.13) (2022-10-25)
|
|
771
|
-
|
|
772
|
-
### Bug Fixes
|
|
773
|
-
|
|
774
|
-
- **layout:** fix layout style no work ([cc10838](https://github.com/ant-design/pro-components/commit/cc1083882dfcf9ea45334b167a996beab18d3c48))
|
|
775
|
-
|
|
776
|
-
## [7.1.12](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.1.11...@ant-design/pro-layout@7.1.12) (2022-10-24)
|
|
777
|
-
|
|
778
|
-
### Bug Fixes
|
|
779
|
-
|
|
780
|
-
- **table:** auto open hashid ([#6114](https://github.com/ant-design/pro-components/issues/6114)) ([3f72792](https://github.com/ant-design/pro-components/commit/3f72792762ae1c9d51b34f608352e776b645b3b0))
|
|
781
|
-
|
|
782
|
-
## [7.1.11](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.1.10...@ant-design/pro-layout@7.1.11) (2022-10-21)
|
|
783
|
-
|
|
784
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
785
|
-
|
|
786
|
-
## [7.1.10](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.1.9...@ant-design/pro-layout@7.1.10) (2022-10-21)
|
|
787
|
-
|
|
788
|
-
### Bug Fixes
|
|
789
|
-
|
|
790
|
-
- **layout:** support dynamic token set ([#6106](https://github.com/ant-design/pro-components/issues/6106)) ([b57b7b1](https://github.com/ant-design/pro-components/commit/b57b7b10bf073c58f547071db4433b8f024c096a))
|
|
791
|
-
- **layout:** 默认开启 hash ([47f30c9](https://github.com/ant-design/pro-components/commit/47f30c9de2d3bd78df09e716e1ae38bd821cf8f1))
|
|
792
|
-
|
|
793
|
-
## [7.1.9](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.1.8...@ant-design/pro-layout@7.1.9) (2022-10-19)
|
|
794
|
-
|
|
795
|
-
### Bug Fixes
|
|
796
|
-
|
|
797
|
-
- **form:** 金额格式化支持负数形式展示 ([#6080](https://github.com/ant-design/pro-components/issues/6080)) ([b0b153b](https://github.com/ant-design/pro-components/commit/b0b153b7ddf651e99b2ab65faf8288e7ec2831e2))
|
|
798
|
-
- **layout:** add ghost classname ([7df07ba](https://github.com/ant-design/pro-components/commit/7df07baf790d13f850c4ef94b0cfadd2c9d831f9))
|
|
799
|
-
- **layout:** alway set pageheader is ghost ([e06d908](https://github.com/ant-design/pro-components/commit/e06d908435e78e4fbdad643facfc21f54652ac6b))
|
|
800
|
-
- **Layout:** 修复 PageContainer 设置 fixedHeader 属性后,样式 ant-pro-page-container-warp 未生效问题 ([#6078](https://github.com/ant-design/pro-components/issues/6078)) ([0bf30ba](https://github.com/ant-design/pro-components/commit/0bf30baa16ad05a71004dd73e4cbfa31caf83f2a))
|
|
801
|
-
|
|
802
|
-
## [7.1.8](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.1.7...@ant-design/pro-layout@7.1.8) (2022-10-14)
|
|
803
|
-
|
|
804
|
-
### Bug Fixes
|
|
805
|
-
|
|
806
|
-
- **layout:** submenu unneed hover bgColor ([e23d874](https://github.com/ant-design/pro-components/commit/e23d874098670b679ec862502f713406993bfd04))
|
|
807
|
-
|
|
808
|
-
## [7.1.7](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.1.6...@ant-design/pro-layout@7.1.7) (2022-10-14)
|
|
809
|
-
|
|
810
|
-
### Bug Fixes
|
|
811
|
-
|
|
812
|
-
- **layout:** AppsLogo stopPropagation ([2235842](https://github.com/ant-design/pro-components/commit/223584287306661f1fb75bb00b8fe19d11db01f9))
|
|
813
|
-
- **layout:** Support for multiple PageContainers to be used together ([7a9aad7](https://github.com/ant-design/pro-components/commit/7a9aad7c397cc7526e45e8f643cfff532b6ec812))
|
|
814
|
-
- **layout:** support hover token ([8eb4545](https://github.com/ant-design/pro-components/commit/8eb4545de1cdf012d29b5fc92d8a3b9140c7e7f2))
|
|
815
|
-
- **layout:** use img height ([224b573](https://github.com/ant-design/pro-components/commit/224b573f9115d524ab49223b588b0719edf3db7c))
|
|
816
|
-
|
|
817
|
-
## [7.1.6](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.1.5...@ant-design/pro-layout@7.1.6) (2022-10-13)
|
|
818
|
-
|
|
819
|
-
### Bug Fixes
|
|
820
|
-
|
|
821
|
-
- **layout:** use inline style ([827349d](https://github.com/ant-design/pro-components/commit/827349dc9ba93d84645259b0da2794606c6038b1))
|
|
822
|
-
- **layout:** 优化页面滑动的问题 ([367c667](https://github.com/ant-design/pro-components/commit/367c667a0cabc01f612c1b6d4208c33d6004b907))
|
|
823
|
-
|
|
824
|
-
## [7.1.5](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.1.4...@ant-design/pro-layout@7.1.5) (2022-10-11)
|
|
825
|
-
|
|
826
|
-
### Bug Fixes
|
|
827
|
-
|
|
828
|
-
- **layout:** fix PageContainer token no rerender error ([5611a16](https://github.com/ant-design/pro-components/commit/5611a16b8314de5207c3149c4053521bba9563fb))
|
|
829
|
-
|
|
830
|
-
## [7.1.4](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.1.3...@ant-design/pro-layout@7.1.4) (2022-10-10)
|
|
831
|
-
|
|
832
|
-
### Bug Fixes
|
|
833
|
-
|
|
834
|
-
- **layout:** fix back icon style error ([1ecdad4](https://github.com/ant-design/pro-components/commit/1ecdad4c006bfc7b7c2fe9fba63731fcb64cb4c3))
|
|
835
|
-
- **layout:** fix layout margin style error ([3f9e8b5](https://github.com/ant-design/pro-components/commit/3f9e8b5915bf7996a77242df52b2865ce794c2e9))
|
|
836
|
-
- **layout:** fix pageheader style overwrite ([5b1a774](https://github.com/ant-design/pro-components/commit/5b1a774a31a6ffb31c7a2f5c72950431b290e5da))
|
|
837
|
-
- **layout:** support pageContainer.token ([0abcbd4](https://github.com/ant-design/pro-components/commit/0abcbd42c52e57a679f323e44a001e16399ea27e))
|
|
838
|
-
- **layout:** support pageContainer.token ([bd6e110](https://github.com/ant-design/pro-components/commit/bd6e110e3f2bfea7fb4f5cad1983b1cb2411b2b3))
|
|
839
|
-
|
|
840
|
-
## [7.1.3](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.1.2...@ant-design/pro-layout@7.1.3) (2022-09-28)
|
|
841
|
-
|
|
842
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
843
|
-
|
|
844
|
-
## [7.1.2](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.1.1...@ant-design/pro-layout@7.1.2) (2022-09-22)
|
|
845
|
-
|
|
846
|
-
### Bug Fixes
|
|
847
|
-
|
|
848
|
-
- **layout:** awlay use route.children ([44b6fe1](https://github.com/ant-design/pro-components/commit/44b6fe150a64c0f5cd5070944907fcfff95e4bfb))
|
|
849
|
-
|
|
850
|
-
## [7.1.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.1.0...@ant-design/pro-layout@7.1.1) (2022-09-21)
|
|
851
|
-
|
|
852
|
-
### Bug Fixes
|
|
853
|
-
|
|
854
|
-
- **layout:** fix menu error style ([101b5bc](https://github.com/ant-design/pro-components/commit/101b5bc6de53c4595968957f9f86d6ea00da7532))
|
|
855
|
-
|
|
856
|
-
# [7.1.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.0.7...@ant-design/pro-layout@7.1.0) (2022-09-21)
|
|
857
|
-
|
|
858
|
-
### Bug Fixes
|
|
859
|
-
|
|
860
|
-
- **layout:** fix colorPrimary change no rerender style error ([be6ab65](https://github.com/ant-design/pro-components/commit/be6ab651cb1832c96cb0a1e1bafa1668795a0ceb))
|
|
861
|
-
|
|
862
|
-
### Features
|
|
863
|
-
|
|
864
|
-
- **layout:** remove routers types ([6c54c7e](https://github.com/ant-design/pro-components/commit/6c54c7ec42fd4ae1cab7b990386eb80e2c4273b4))
|
|
865
|
-
|
|
866
|
-
## [7.0.7](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.0.6...@ant-design/pro-layout@7.0.7) (2022-09-16)
|
|
867
|
-
|
|
868
|
-
### Bug Fixes
|
|
869
|
-
|
|
870
|
-
- **from:** update snapshot ([3479278](https://github.com/ant-design/pro-components/commit/3479278eff837e64e33472c845c7451b50e4136e))
|
|
871
|
-
|
|
872
|
-
## [7.0.6](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.0.5...@ant-design/pro-layout@7.0.6) (2022-09-14)
|
|
873
|
-
|
|
874
|
-
### Bug Fixes
|
|
875
|
-
|
|
876
|
-
- **layout:** custom header padding ([#5912](https://github.com/ant-design/pro-components/issues/5912)) ([88254c3](https://github.com/ant-design/pro-components/commit/88254c3cdfd1a553400728a64d1f50ceee7c9d05))
|
|
877
|
-
- **layout:** fix colorBgPageContainer ([#5911](https://github.com/ant-design/pro-components/issues/5911)) ([6693f56](https://github.com/ant-design/pro-components/commit/6693f56c62fcb43d69fc2330eabfb36d97d044b3))
|
|
878
|
-
|
|
879
|
-
## [7.0.5](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.0.4...@ant-design/pro-layout@7.0.5) (2022-09-09)
|
|
880
|
-
|
|
881
|
-
### Bug Fixes
|
|
882
|
-
|
|
883
|
-
- **components:** fix compareVersions error ([9751208](https://github.com/ant-design/pro-components/commit/9751208a9ecb9a4120b7d4c8291b8df8a5da9144))
|
|
884
|
-
- **layout:** fix image rerender error ([62c7c87](https://github.com/ant-design/pro-components/commit/62c7c87b8753cd0045e71faa2e72a570f70b2858))
|
|
885
|
-
- **layout:** header add `colorHeaderTitle` token ([#5899](https://github.com/ant-design/pro-components/issues/5899)) ([bea3cbc](https://github.com/ant-design/pro-components/commit/bea3cbc619f888bfcbf5ed300bbaddc57743b77d))
|
|
886
|
-
- **layout:** rm rc-util/lib ([d7f7aa1](https://github.com/ant-design/pro-components/commit/d7f7aa18581a198bd48282e3e38cd227d3b53bda))
|
|
887
|
-
- **layout:** submenu support token `layout=top` ([#5900](https://github.com/ant-design/pro-components/issues/5900)) ([4deb747](https://github.com/ant-design/pro-components/commit/4deb7478fe2af462e43fa87be05d965f6db5abd3))
|
|
888
|
-
- **layout:** support icon is a img ([e1b9700](https://github.com/ant-design/pro-components/commit/e1b9700b396eb8f54a87054849a18b992c3417c6))
|
|
889
|
-
|
|
890
|
-
## [7.0.4](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.0.3...@ant-design/pro-layout@7.0.4) (2022-09-08)
|
|
891
|
-
|
|
892
|
-
### Bug Fixes
|
|
893
|
-
|
|
894
|
-
- **components:** fix css var error ([bd5d3bf](https://github.com/ant-design/pro-components/commit/bd5d3bf37f3bb89ea62b021a818690ca04994a49))
|
|
895
|
-
- **components:** fix open props warning ([77703c8](https://github.com/ant-design/pro-components/commit/77703c82140d46c4fb9ad82e77d561d313e0436e))
|
|
896
|
-
- **form:** fix ts error ([a399cd1](https://github.com/ant-design/pro-components/commit/a399cd1f49e8d955f59b033cbc1a286957678473))
|
|
897
|
-
- **layout:** global header collapsed button support token ([#5889](https://github.com/ant-design/pro-components/issues/5889)) ([8c12481](https://github.com/ant-design/pro-components/commit/8c124810748a44477291ba6eac5963aedd75c2de))
|
|
898
|
-
|
|
899
|
-
## [7.0.3](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.0.2...@ant-design/pro-layout@7.0.3) (2022-09-05)
|
|
900
|
-
|
|
901
|
-
### Bug Fixes
|
|
902
|
-
|
|
903
|
-
- **Card:** slove card & checkcard loading problem ([#5856](https://github.com/ant-design/pro-components/issues/5856)) ([c8c6321](https://github.com/ant-design/pro-components/commit/c8c6321375bf6c6013d7ad60068eb3b3c195a1e1))
|
|
904
|
-
- **layout:** 面包屑最后一个默认禁止点击 ([#5812](https://github.com/ant-design/pro-components/issues/5812)) ([1346350](https://github.com/ant-design/pro-components/commit/134635071126226c917875761a3b31d8437050e2))
|
|
905
|
-
- 拆分多语言文档解决官网首页搜索异常问题 ([#5855](https://github.com/ant-design/pro-components/issues/5855)) ([5023a1f](https://github.com/ant-design/pro-components/commit/5023a1f6a365cfa5d87d79571b20cf355f844529))
|
|
906
|
-
|
|
907
|
-
## [7.0.2](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.38.22...@ant-design/pro-layout@7.0.2) (2022-09-02)
|
|
908
|
-
|
|
909
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
910
|
-
|
|
911
|
-
## [7.0.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.0.0-experimental.36...@ant-design/pro-layout@7.0.1) (2022-09-01)
|
|
912
|
-
|
|
913
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
914
|
-
|
|
915
|
-
# [7.0.0-experimental.36](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.38.22...@ant-design/pro-layout@7.0.0-experimental.36) (2022-08-30)
|
|
916
|
-
|
|
917
|
-
### Bug Fixes
|
|
918
|
-
|
|
919
|
-
- update snapshot ([4db1605](https://github.com/ant-design/pro-components/commit/4db1605937c3b0cf22d22ad398ef4c11e21883cd))
|
|
920
|
-
- **layout:** alway open new window ([5555ff2](https://github.com/ant-design/pro-components/commit/5555ff20f16da25be07f3a216cc760e0652e9d1f))
|
|
921
|
-
- **layout:** update code ([a503e3a](https://github.com/ant-design/pro-components/commit/a503e3a44f325d0e170e99958ebfc8ab7f0cbca7))
|
|
922
|
-
- **layout:** 部分浏览器下避免不必要的 http 请求 ([#5418](https://github.com/ant-design/pro-components/issues/5418)) ([#5419](https://github.com/ant-design/pro-components/issues/5419)) ([1c9d01e](https://github.com/ant-design/pro-components/commit/1c9d01e5589926d51be92f2224db0878e16ba8f7))
|
|
923
|
-
- conflic ([0c4c36a](https://github.com/ant-design/pro-components/commit/0c4c36a3c511de435cd7f8a78c16e53e68e95378))
|
|
924
|
-
- **pro-layout:** Merge branch 'new-layout' of github.com:ant-design/pro-components into new-layout ([3329e6c](https://github.com/ant-design/pro-components/commit/3329e6c1f7c9e290e5c29a74c63f71de898b434a))
|
|
925
|
-
- console error ([3d6b111](https://github.com/ant-design/pro-components/commit/3d6b11130f702f881a9252ef5df081f058146bc4))
|
|
926
|
-
|
|
927
|
-
### Features
|
|
928
|
-
|
|
929
|
-
- **layout:** add appList url target ([#5448](https://github.com/ant-design/pro-components/issues/5448)) ([1fbb886](https://github.com/ant-design/pro-components/commit/1fbb8863f4c04d0cd360a442e9622ae31d6e974b))
|
|
930
|
-
- **layout:** layout support simple app list ([#5501](https://github.com/ant-design/pro-components/issues/5501)) ([2fe76ed](https://github.com/ant-design/pro-components/commit/2fe76edea9acd07d1f167762ebd52f6fe7a163a2))
|
|
931
|
-
|
|
932
|
-
# [7.0.0-experimental.35](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.0.0-experimental.34...@ant-design/pro-layout@7.0.0-experimental.35) (2022-08-29)
|
|
933
|
-
|
|
934
|
-
### Bug Fixes
|
|
935
|
-
|
|
936
|
-
- update snapshot ([4db1605](https://github.com/ant-design/pro-components/commit/4db1605937c3b0cf22d22ad398ef4c11e21883cd))
|
|
937
|
-
|
|
938
|
-
# [7.0.0-experimental.34](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.38.21...@ant-design/pro-layout@7.0.0-experimental.34) (2022-08-26)
|
|
939
|
-
|
|
940
|
-
### Bug Fixes
|
|
941
|
-
|
|
942
|
-
- **layout:** alway open new window ([5555ff2](https://github.com/ant-design/pro-components/commit/5555ff20f16da25be07f3a216cc760e0652e9d1f))
|
|
943
|
-
- **layout:** update code ([a503e3a](https://github.com/ant-design/pro-components/commit/a503e3a44f325d0e170e99958ebfc8ab7f0cbca7))
|
|
944
|
-
- **layout:** 部分浏览器下避免不必要的 http 请求 ([#5418](https://github.com/ant-design/pro-components/issues/5418)) ([#5419](https://github.com/ant-design/pro-components/issues/5419)) ([1c9d01e](https://github.com/ant-design/pro-components/commit/1c9d01e5589926d51be92f2224db0878e16ba8f7))
|
|
945
|
-
- conflic ([0c4c36a](https://github.com/ant-design/pro-components/commit/0c4c36a3c511de435cd7f8a78c16e53e68e95378))
|
|
946
|
-
- **pro-layout:** Merge branch 'new-layout' of github.com:ant-design/pro-components into new-layout ([3329e6c](https://github.com/ant-design/pro-components/commit/3329e6c1f7c9e290e5c29a74c63f71de898b434a))
|
|
947
|
-
- console error ([3d6b111](https://github.com/ant-design/pro-components/commit/3d6b11130f702f881a9252ef5df081f058146bc4))
|
|
948
|
-
|
|
949
|
-
### Features
|
|
950
|
-
|
|
951
|
-
- **layout:** add appList url target ([#5448](https://github.com/ant-design/pro-components/issues/5448)) ([1fbb886](https://github.com/ant-design/pro-components/commit/1fbb8863f4c04d0cd360a442e9622ae31d6e974b))
|
|
952
|
-
- **layout:** layout support simple app list ([#5501](https://github.com/ant-design/pro-components/issues/5501)) ([2fe76ed](https://github.com/ant-design/pro-components/commit/2fe76edea9acd07d1f167762ebd52f6fe7a163a2))
|
|
953
|
-
|
|
954
|
-
# [7.0.0-experimental.33](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.0.0-experimental.32...@ant-design/pro-layout@7.0.0-experimental.33) (2022-08-25)
|
|
955
|
-
|
|
956
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
957
|
-
|
|
958
|
-
# [7.0.0-experimental.32](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.0.0-experimental.31...@ant-design/pro-layout@7.0.0-experimental.32) (2022-08-25)
|
|
959
|
-
|
|
960
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
961
|
-
|
|
962
|
-
# [7.0.0-experimental.31](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.38.20...@ant-design/pro-layout@7.0.0-experimental.31) (2022-08-25)
|
|
963
|
-
|
|
964
|
-
### Bug Fixes
|
|
965
|
-
|
|
966
|
-
- **layout:** alway open new window ([5555ff2](https://github.com/ant-design/pro-components/commit/5555ff20f16da25be07f3a216cc760e0652e9d1f))
|
|
967
|
-
- **layout:** update code ([a503e3a](https://github.com/ant-design/pro-components/commit/a503e3a44f325d0e170e99958ebfc8ab7f0cbca7))
|
|
968
|
-
- **layout:** 部分浏览器下避免不必要的 http 请求 ([#5418](https://github.com/ant-design/pro-components/issues/5418)) ([#5419](https://github.com/ant-design/pro-components/issues/5419)) ([1c9d01e](https://github.com/ant-design/pro-components/commit/1c9d01e5589926d51be92f2224db0878e16ba8f7))
|
|
969
|
-
- conflic ([0c4c36a](https://github.com/ant-design/pro-components/commit/0c4c36a3c511de435cd7f8a78c16e53e68e95378))
|
|
970
|
-
- **pro-layout:** Merge branch 'new-layout' of github.com:ant-design/pro-components into new-layout ([3329e6c](https://github.com/ant-design/pro-components/commit/3329e6c1f7c9e290e5c29a74c63f71de898b434a))
|
|
971
|
-
- console error ([3d6b111](https://github.com/ant-design/pro-components/commit/3d6b11130f702f881a9252ef5df081f058146bc4))
|
|
972
|
-
|
|
973
|
-
### Features
|
|
974
|
-
|
|
975
|
-
- **layout:** add appList url target ([#5448](https://github.com/ant-design/pro-components/issues/5448)) ([1fbb886](https://github.com/ant-design/pro-components/commit/1fbb8863f4c04d0cd360a442e9622ae31d6e974b))
|
|
976
|
-
- **layout:** layout support simple app list ([#5501](https://github.com/ant-design/pro-components/issues/5501)) ([2fe76ed](https://github.com/ant-design/pro-components/commit/2fe76edea9acd07d1f167762ebd52f6fe7a163a2))
|
|
977
|
-
|
|
978
|
-
# [7.0.0-experimental.30](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.0.0-experimental.29...@ant-design/pro-layout@7.0.0-experimental.30) (2022-08-24)
|
|
979
|
-
|
|
980
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
981
|
-
|
|
982
|
-
# [7.0.0-experimental.29](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.0.0-experimental.28...@ant-design/pro-layout@7.0.0-experimental.29) (2022-08-24)
|
|
983
|
-
|
|
984
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
985
|
-
|
|
986
|
-
# [7.0.0-experimental.28](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.0.0-experimental.27...@ant-design/pro-layout@7.0.0-experimental.28) (2022-08-24)
|
|
987
|
-
|
|
988
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
989
|
-
|
|
990
|
-
# [7.0.0-experimental.27](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.0.0-experimental.26...@ant-design/pro-layout@7.0.0-experimental.27) (2022-08-23)
|
|
991
|
-
|
|
992
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
993
|
-
|
|
994
|
-
# [7.0.0-experimental.26](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.0.0-experimental.25...@ant-design/pro-layout@7.0.0-experimental.26) (2022-08-23)
|
|
995
|
-
|
|
996
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
997
|
-
|
|
998
|
-
# [7.0.0-experimental.25](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.0.0-experimental.24...@ant-design/pro-layout@7.0.0-experimental.25) (2022-08-23)
|
|
999
|
-
|
|
1000
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1001
|
-
|
|
1002
|
-
# [7.0.0-experimental.24](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.0.0-experimental.23...@ant-design/pro-layout@7.0.0-experimental.24) (2022-08-23)
|
|
1003
|
-
|
|
1004
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1005
|
-
|
|
1006
|
-
# [7.0.0-experimental.23](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.0.0-experimental.22...@ant-design/pro-layout@7.0.0-experimental.23) (2022-08-23)
|
|
1007
|
-
|
|
1008
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1009
|
-
|
|
1010
|
-
# [7.0.0-experimental.22](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.0.0-experimental.21...@ant-design/pro-layout@7.0.0-experimental.22) (2022-08-23)
|
|
1011
|
-
|
|
1012
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1013
|
-
|
|
1014
|
-
# [7.0.0-experimental.21](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.0.0-experimental.20...@ant-design/pro-layout@7.0.0-experimental.21) (2022-08-23)
|
|
1015
|
-
|
|
1016
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1017
|
-
|
|
1018
|
-
# [7.0.0-experimental.20](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.0.0-experimental.19...@ant-design/pro-layout@7.0.0-experimental.20) (2022-08-23)
|
|
1019
|
-
|
|
1020
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1021
|
-
|
|
1022
|
-
# [7.0.0-experimental.19](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.0.0-experimental.18...@ant-design/pro-layout@7.0.0-experimental.19) (2022-08-23)
|
|
1023
|
-
|
|
1024
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1025
|
-
|
|
1026
|
-
## [6.38.18](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.38.17...@ant-design/pro-layout@6.38.18) (2022-08-15)
|
|
1027
|
-
|
|
1028
|
-
### Bug Fixes
|
|
1029
|
-
|
|
1030
|
-
- **layout:** 水印导致页面发起 404 请求 ([#5712](https://github.com/ant-design/pro-components/issues/5712)) ([7f0eba2](https://github.com/ant-design/pro-components/commit/7f0eba2f9710994e6bc4f5941fa314b8275a8618))
|
|
1031
|
-
|
|
1032
|
-
# [7.0.0-experimental.11](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.0.0-experimental.10...@ant-design/pro-layout@7.0.0-experimental.11) (2022-08-12)
|
|
1033
|
-
|
|
1034
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1035
|
-
|
|
1036
|
-
# [7.0.0-experimental.10](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.0.0-experimental.9...@ant-design/pro-layout@7.0.0-experimental.10) (2022-08-10)
|
|
1037
|
-
|
|
1038
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1039
|
-
|
|
1040
|
-
# [7.0.0-experimental.9](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.0.0-experimental.8...@ant-design/pro-layout@7.0.0-experimental.9) (2022-08-10)
|
|
1041
|
-
|
|
1042
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1043
|
-
|
|
1044
|
-
# [7.0.0-experimental.8](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.38.17...@ant-design/pro-layout@7.0.0-experimental.8) (2022-08-05)
|
|
1045
|
-
|
|
1046
|
-
### Bug Fixes
|
|
1047
|
-
|
|
1048
|
-
- **layout:** alway open new window ([5555ff2](https://github.com/ant-design/pro-components/commit/5555ff20f16da25be07f3a216cc760e0652e9d1f))
|
|
1049
|
-
- **layout:** update code ([a503e3a](https://github.com/ant-design/pro-components/commit/a503e3a44f325d0e170e99958ebfc8ab7f0cbca7))
|
|
1050
|
-
- **layout:** 部分浏览器下避免不必要的 http 请求 ([#5418](https://github.com/ant-design/pro-components/issues/5418)) ([#5419](https://github.com/ant-design/pro-components/issues/5419)) ([1c9d01e](https://github.com/ant-design/pro-components/commit/1c9d01e5589926d51be92f2224db0878e16ba8f7))
|
|
1051
|
-
- conflic ([0c4c36a](https://github.com/ant-design/pro-components/commit/0c4c36a3c511de435cd7f8a78c16e53e68e95378))
|
|
1052
|
-
- **pro-layout:** Merge branch 'new-layout' of github.com:ant-design/pro-components into new-layout ([3329e6c](https://github.com/ant-design/pro-components/commit/3329e6c1f7c9e290e5c29a74c63f71de898b434a))
|
|
1053
|
-
- console error ([3d6b111](https://github.com/ant-design/pro-components/commit/3d6b11130f702f881a9252ef5df081f058146bc4))
|
|
1054
|
-
|
|
1055
|
-
### Features
|
|
1056
|
-
|
|
1057
|
-
- **layout:** add appList url target ([#5448](https://github.com/ant-design/pro-components/issues/5448)) ([1fbb886](https://github.com/ant-design/pro-components/commit/1fbb8863f4c04d0cd360a442e9622ae31d6e974b))
|
|
1058
|
-
- **layout:** layout support simple app list ([#5501](https://github.com/ant-design/pro-components/issues/5501)) ([2fe76ed](https://github.com/ant-design/pro-components/commit/2fe76edea9acd07d1f167762ebd52f6fe7a163a2))
|
|
1059
|
-
|
|
1060
|
-
# [7.0.0-experimental.7](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.0.0-experimental.6...@ant-design/pro-layout@7.0.0-experimental.7) (2022-08-01)
|
|
1061
|
-
|
|
1062
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1063
|
-
|
|
1064
|
-
# [7.0.0-experimental.6](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.0.0-experimental.5...@ant-design/pro-layout@7.0.0-experimental.6) (2022-08-01)
|
|
1065
|
-
|
|
1066
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1067
|
-
|
|
1068
|
-
# [7.0.0-experimental.5](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.0.0-experimental.4...@ant-design/pro-layout@7.0.0-experimental.5) (2022-08-01)
|
|
1069
|
-
|
|
1070
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1071
|
-
|
|
1072
|
-
# [7.0.0-experimental.4](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.0.0-experimental.3...@ant-design/pro-layout@7.0.0-experimental.4) (2022-08-01)
|
|
1073
|
-
|
|
1074
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1075
|
-
|
|
1076
|
-
# [7.0.0-experimental.3](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.0.0-experimental.2...@ant-design/pro-layout@7.0.0-experimental.3) (2022-08-01)
|
|
1077
|
-
|
|
1078
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1079
|
-
|
|
1080
|
-
# [7.0.0-experimental.2](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.38.16...@ant-design/pro-layout@7.0.0-experimental.2) (2022-08-01)
|
|
1081
|
-
|
|
1082
|
-
### Bug Fixes
|
|
1083
|
-
|
|
1084
|
-
- **layout:** 部分浏览器下避免不必要的 http 请求 ([#5418](https://github.com/ant-design/pro-components/issues/5418)) ([#5419](https://github.com/ant-design/pro-components/issues/5419)) ([1c9d01e](https://github.com/ant-design/pro-components/commit/1c9d01e5589926d51be92f2224db0878e16ba8f7))
|
|
1085
|
-
- **layout:** alway open new window ([5555ff2](https://github.com/ant-design/pro-components/commit/5555ff20f16da25be07f3a216cc760e0652e9d1f))
|
|
1086
|
-
- **layout:** update code ([a503e3a](https://github.com/ant-design/pro-components/commit/a503e3a44f325d0e170e99958ebfc8ab7f0cbca7))
|
|
1087
|
-
- conflic ([0c4c36a](https://github.com/ant-design/pro-components/commit/0c4c36a3c511de435cd7f8a78c16e53e68e95378))
|
|
1088
|
-
- **pro-layout:** Merge branch 'new-layout' of github.com:ant-design/pro-components into new-layout ([3329e6c](https://github.com/ant-design/pro-components/commit/3329e6c1f7c9e290e5c29a74c63f71de898b434a))
|
|
1089
|
-
- console error ([3d6b111](https://github.com/ant-design/pro-components/commit/3d6b11130f702f881a9252ef5df081f058146bc4))
|
|
1090
|
-
|
|
1091
|
-
### Features
|
|
1092
|
-
|
|
1093
|
-
- **layout:** add appList url target ([#5448](https://github.com/ant-design/pro-components/issues/5448)) ([1fbb886](https://github.com/ant-design/pro-components/commit/1fbb8863f4c04d0cd360a442e9622ae31d6e974b))
|
|
1094
|
-
- **layout:** layout support simple app list ([#5501](https://github.com/ant-design/pro-components/issues/5501)) ([2fe76ed](https://github.com/ant-design/pro-components/commit/2fe76edea9acd07d1f167762ebd52f6fe7a163a2))
|
|
1095
|
-
|
|
1096
|
-
## [6.38.16](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.38.15...@ant-design/pro-layout@6.38.16) (2022-07-22)
|
|
1097
|
-
|
|
1098
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1099
|
-
|
|
1100
|
-
## [6.38.15](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.38.14...@ant-design/pro-layout@6.38.15) (2022-07-21)
|
|
1101
|
-
|
|
1102
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1103
|
-
|
|
1104
|
-
## [6.38.14](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.38.13...@ant-design/pro-layout@6.38.14) (2022-07-21)
|
|
1105
|
-
|
|
1106
|
-
### Bug Fixes
|
|
1107
|
-
|
|
1108
|
-
- **layout:** fix PageContainer loading style error [#5568](https://github.com/ant-design/pro-components/issues/5568) ([#5571](https://github.com/ant-design/pro-components/issues/5571)) ([3f62f82](https://github.com/ant-design/pro-components/commit/3f62f82664eb1e52980ebe2c30978ff120220aab))
|
|
1109
|
-
|
|
1110
|
-
## [6.38.13](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.38.12...@ant-design/pro-layout@6.38.13) (2022-07-14)
|
|
1111
|
-
|
|
1112
|
-
### Bug Fixes
|
|
1113
|
-
|
|
1114
|
-
- **layout:** defaultCollapsed should use useAntdMediaQuery ([cdf584a](https://github.com/ant-design/pro-components/commit/cdf584aae41d3633f3686de01aaaee76081e0189))
|
|
1115
|
-
- **layout:** 支持多行文字水印 ([#5524](https://github.com/ant-design/pro-components/issues/5524)) ([4c7b7d0](https://github.com/ant-design/pro-components/commit/4c7b7d0355b5bf940cccf1924179ced053d09e8f))
|
|
1116
|
-
|
|
1117
|
-
## [6.38.12](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.38.11...@ant-design/pro-layout@6.38.12) (2022-07-11)
|
|
1118
|
-
|
|
1119
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1120
|
-
|
|
1121
|
-
## [6.38.11](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.38.10...@ant-design/pro-layout@6.38.11) (2022-07-06)
|
|
1122
|
-
|
|
1123
|
-
### Bug Fixes
|
|
1124
|
-
|
|
1125
|
-
- **layout:** alway open new window ([bb03d5e](https://github.com/ant-design/pro-components/commit/bb03d5ef763a66da05a62a642071af4017027dad))
|
|
1126
|
-
|
|
1127
|
-
## [6.38.10](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.38.9...@ant-design/pro-layout@6.38.10) (2022-06-30)
|
|
1128
|
-
|
|
1129
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1130
|
-
|
|
1131
|
-
## [6.38.9](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.38.8...@ant-design/pro-layout@6.38.9) (2022-06-16)
|
|
1132
|
-
|
|
1133
|
-
### Bug Fixes
|
|
1134
|
-
|
|
1135
|
-
- **layout:** add ProLayout props ([f741437](https://github.com/ant-design/pro-components/commit/f741437c0a5c6a905f231fb960359f904cfcff11))
|
|
1136
|
-
- **layout:** proLayout 中 menuItemRender 的 menuProps 定义问题 ([#5217](https://github.com/ant-design/pro-components/issues/5217)) ([991dcd7](https://github.com/ant-design/pro-components/commit/991dcd7195db0fe03502a98cb9c30ec14571b8f1))
|
|
1137
|
-
|
|
1138
|
-
## [6.38.8](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.38.7...@ant-design/pro-layout@6.38.8) (2022-06-02)
|
|
1139
|
-
|
|
1140
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1141
|
-
|
|
1142
|
-
## [6.38.7](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.38.6...@ant-design/pro-layout@6.38.7) (2022-06-02)
|
|
1143
|
-
|
|
1144
|
-
### Bug Fixes
|
|
1145
|
-
|
|
1146
|
-
- **layout:** subMenuItemRender support menu props ([1ac52fb](https://github.com/ant-design/pro-components/commit/1ac52fb2f5e6ee08aa39d951a02e6511eeb05d4b))
|
|
1147
|
-
- [#5273](https://github.com/ant-design/pro-components/issues/5273) for all components ([#5314](https://github.com/ant-design/pro-components/issues/5314)) ([d25e87c](https://github.com/ant-design/pro-components/commit/d25e87c68db8e3c8d120ffc4cc7cd95e33ce6c24))
|
|
1148
|
-
|
|
1149
|
-
## [6.38.6](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.38.5...@ant-design/pro-layout@6.38.6) (2022-05-27)
|
|
1150
|
-
|
|
1151
|
-
### Bug Fixes
|
|
1152
|
-
|
|
1153
|
-
- **layout:** add pro-layout export ([7233890](https://github.com/ant-design/pro-components/commit/7233890d1d3291f9ce5b804fe813f2fa82e7bfb3))
|
|
1154
|
-
|
|
1155
|
-
## [6.38.5](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.38.4...@ant-design/pro-layout@6.38.5) (2022-05-26)
|
|
1156
|
-
|
|
1157
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1158
|
-
|
|
1159
|
-
## [6.38.4](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.38.3...@ant-design/pro-layout@6.38.4) (2022-05-20)
|
|
1160
|
-
|
|
1161
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1162
|
-
|
|
1163
|
-
## [6.38.3](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.38.2...@ant-design/pro-layout@6.38.3) (2022-05-20)
|
|
1164
|
-
|
|
1165
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1166
|
-
|
|
1167
|
-
## [6.38.2](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.38.1...@ant-design/pro-layout@6.38.2) (2022-05-12)
|
|
1168
|
-
|
|
1169
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1170
|
-
|
|
1171
|
-
## [6.38.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.38.0...@ant-design/pro-layout@6.38.1) (2022-05-12)
|
|
1172
|
-
|
|
1173
|
-
### Bug Fixes
|
|
1174
|
-
|
|
1175
|
-
- **table:** use menu.items render menu.item ([6f32179](https://github.com/ant-design/pro-components/commit/6f32179c6f411ac77fb743294d9d7838fa4bfc04))
|
|
1176
|
-
|
|
1177
|
-
# [6.38.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.36.1...@ant-design/pro-layout@6.38.0) (2022-05-07)
|
|
1178
|
-
|
|
1179
|
-
### Features
|
|
1180
|
-
|
|
1181
|
-
- **layout:** use menu items ([e7606ff](https://github.com/ant-design/pro-components/commit/e7606ff2990719402b14d7bc1c2b32c2113ccfac))
|
|
1182
|
-
|
|
1183
|
-
# [6.37.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.36.1...@ant-design/pro-layout@6.37.0) (2022-04-29)
|
|
1184
|
-
|
|
1185
|
-
### Features
|
|
1186
|
-
|
|
1187
|
-
- **layout:** use menu items ([e7606ff](https://github.com/ant-design/pro-components/commit/e7606ff2990719402b14d7bc1c2b32c2113ccfac))
|
|
1188
|
-
|
|
1189
|
-
## [6.36.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.36.0...@ant-design/pro-layout@6.36.1) (2022-04-25)
|
|
1190
|
-
|
|
1191
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1192
|
-
|
|
1193
|
-
# [6.36.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.35.1...@ant-design/pro-layout@6.36.0) (2022-04-24)
|
|
1194
|
-
|
|
1195
|
-
### Features
|
|
1196
|
-
|
|
1197
|
-
- **layout:** default use children ([1170c6c](https://github.com/ant-design/pro-components/commit/1170c6c22911a7c39ca6dc4fca2c13c5eaf57961))
|
|
1198
|
-
|
|
1199
|
-
## [6.35.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.35.0...@ant-design/pro-layout@6.35.1) (2022-04-18)
|
|
1200
|
-
|
|
1201
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1202
|
-
|
|
1203
|
-
# [6.35.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.34.11...@ant-design/pro-layout@6.35.0) (2022-04-14)
|
|
1204
|
-
|
|
1205
|
-
### Features
|
|
1206
|
-
|
|
1207
|
-
- **layout:** update swr cache clear solution ([#5048](https://github.com/ant-design/pro-components/issues/5048)) ([4d45c4c](https://github.com/ant-design/pro-components/commit/4d45c4c442d88c0aff439706d23048be8021fb86))
|
|
1208
|
-
|
|
1209
|
-
## [6.34.11](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.34.10...@ant-design/pro-layout@6.34.11) (2022-04-13)
|
|
1210
|
-
|
|
1211
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1212
|
-
|
|
1213
|
-
## [6.34.10](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.34.9...@ant-design/pro-layout@6.34.10) (2022-04-12)
|
|
1214
|
-
|
|
1215
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1216
|
-
|
|
1217
|
-
## [6.34.9](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.34.8...@ant-design/pro-layout@6.34.9) (2022-04-06)
|
|
1218
|
-
|
|
1219
|
-
### Bug Fixes
|
|
1220
|
-
|
|
1221
|
-
- fix use DarkReader ([#4966](https://github.com/ant-design/pro-components/issues/4966)) ([fddd629](https://github.com/ant-design/pro-components/commit/fddd629e9a82889993951f67e164b6f65705363b))
|
|
1222
|
-
- **layout:** color variables ([#4943](https://github.com/ant-design/pro-components/issues/4943)) ([abecd72](https://github.com/ant-design/pro-components/commit/abecd7216a4ad5d3bd9653c7dc0d10f1113516a5))
|
|
1223
|
-
|
|
1224
|
-
## [6.34.8](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.34.7...@ant-design/pro-layout@6.34.8) (2022-03-28)
|
|
1225
|
-
|
|
1226
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1227
|
-
|
|
1228
|
-
## [6.34.7](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.34.6...@ant-design/pro-layout@6.34.7) (2022-03-25)
|
|
1229
|
-
|
|
1230
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1231
|
-
|
|
1232
|
-
## [6.34.6](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.34.5...@ant-design/pro-layout@6.34.6) (2022-03-22)
|
|
1233
|
-
|
|
1234
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1235
|
-
|
|
1236
|
-
## [6.34.5](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.34.4...@ant-design/pro-layout@6.34.5) (2022-03-18)
|
|
1237
|
-
|
|
1238
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1239
|
-
|
|
1240
|
-
## [6.34.4](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.34.3...@ant-design/pro-layout@6.34.4) (2022-03-16)
|
|
1241
|
-
|
|
1242
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1243
|
-
|
|
1244
|
-
## [6.34.3](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.34.2...@ant-design/pro-layout@6.34.3) (2022-03-15)
|
|
1245
|
-
|
|
1246
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1247
|
-
|
|
1248
|
-
## [6.34.2](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.34.1...@ant-design/pro-layout@6.34.2) (2022-03-14)
|
|
1249
|
-
|
|
1250
|
-
### Bug Fixes
|
|
1251
|
-
|
|
1252
|
-
- **layout:** 完善 GlobalHeader RTL 支持 ([#4816](https://github.com/ant-design/pro-components/issues/4816)) ([3607a1b](https://github.com/ant-design/pro-components/commit/3607a1b2c70e458318a15adb22757c7716661a46))
|
|
1253
|
-
|
|
1254
|
-
## [6.34.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.34.0...@ant-design/pro-layout@6.34.1) (2022-03-08)
|
|
1255
|
-
|
|
1256
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1257
|
-
|
|
1258
|
-
# [6.34.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.33.0...@ant-design/pro-layout@6.34.0) (2022-03-04)
|
|
1259
|
-
|
|
1260
|
-
### Bug Fixes
|
|
1261
|
-
|
|
1262
|
-
- fix test error ([dcf76eb](https://github.com/ant-design/pro-components/commit/dcf76eb470192e65e9ac1381babdc25d6d917b21))
|
|
1263
|
-
- **PageContainer:** fix the logic of `WaterMark` props ([#4733](https://github.com/ant-design/pro-components/issues/4733)) ([b47446e](https://github.com/ant-design/pro-components/commit/b47446e475df95a89a42222ab1d82ac2559f454a))
|
|
1264
|
-
|
|
1265
|
-
### Features
|
|
1266
|
-
|
|
1267
|
-
- **layout:** mix support headerContent render ([d9bffe8](https://github.com/ant-design/pro-components/commit/d9bffe8075696640f3cf8c4b250d6906a08313e9))
|
|
1268
|
-
|
|
1269
|
-
## [6.33.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.33.0...@ant-design/pro-layout@6.33.1) (2022-03-02)
|
|
1270
|
-
|
|
1271
|
-
### Bug Fixes
|
|
1272
|
-
|
|
1273
|
-
- **PageContainer:** fix the logic of `WaterMark` props ([#4733](https://github.com/ant-design/pro-components/issues/4733)) ([b47446e](https://github.com/ant-design/pro-components/commit/b47446e475df95a89a42222ab1d82ac2559f454a))
|
|
1274
|
-
|
|
1275
|
-
# [6.33.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.32.14...@ant-design/pro-layout@6.33.0) (2022-02-21)
|
|
1276
|
-
|
|
1277
|
-
### Features
|
|
1278
|
-
|
|
1279
|
-
- **form,table,utils:** form 和 table 的 dateFormatter 支持函数 ([#4657](https://github.com/ant-design/pro-components/issues/4657)) ([bdbbae4](https://github.com/ant-design/pro-components/commit/bdbbae4212fede8bf230f9577feae853ce6bf287))
|
|
1280
|
-
|
|
1281
|
-
## [6.32.14](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.32.13...@ant-design/pro-layout@6.32.14) (2022-02-15)
|
|
1282
|
-
|
|
1283
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1284
|
-
|
|
1285
|
-
## [6.32.13](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.32.12...@ant-design/pro-layout@6.32.13) (2022-02-14)
|
|
1286
|
-
|
|
1287
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1288
|
-
|
|
1289
|
-
## [6.32.12](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.32.11...@ant-design/pro-layout@6.32.12) (2022-02-14)
|
|
1290
|
-
|
|
1291
|
-
### Bug Fixes
|
|
1292
|
-
|
|
1293
|
-
- **field:** setting debounceTime results in repeated requests ([#4609](https://github.com/ant-design/pro-components/issues/4609)) ([51d2441](https://github.com/ant-design/pro-components/commit/51d2441b080c7060fe083803e8a89c4db3ec0a67))
|
|
1294
|
-
|
|
1295
|
-
## [6.32.11](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.32.10...@ant-design/pro-layout@6.32.11) (2022-02-11)
|
|
1296
|
-
|
|
1297
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1298
|
-
|
|
1299
|
-
## [6.32.10](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.32.9...@ant-design/pro-layout@6.32.10) (2022-02-10)
|
|
1300
|
-
|
|
1301
|
-
### Bug Fixes
|
|
1302
|
-
|
|
1303
|
-
- **layout:** change less loader to reference ([6f2f87d](https://github.com/ant-design/pro-components/commit/6f2f87d846219258c1fcd23f4c042b3209bf8f5c))
|
|
1304
|
-
|
|
1305
|
-
## [6.32.9](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.32.8...@ant-design/pro-layout@6.32.9) (2022-02-10)
|
|
1306
|
-
|
|
1307
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1308
|
-
|
|
1309
|
-
## [6.32.8](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.32.7...@ant-design/pro-layout@6.32.8) (2022-02-08)
|
|
1310
|
-
|
|
1311
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1312
|
-
|
|
1313
|
-
## [6.32.7](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.32.6...@ant-design/pro-layout@6.32.7) (2022-01-25)
|
|
1314
|
-
|
|
1315
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1316
|
-
|
|
1317
|
-
## [6.32.6](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.32.5...@ant-design/pro-layout@6.32.6) (2022-01-21)
|
|
1318
|
-
|
|
1319
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1320
|
-
|
|
1321
|
-
## [6.32.5](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.32.4...@ant-design/pro-layout@6.32.5) (2022-01-17)
|
|
1322
|
-
|
|
1323
|
-
### Bug Fixes
|
|
1324
|
-
|
|
1325
|
-
- **layout:** SettingDrawer omit url params ([4937fee](https://github.com/ant-design/pro-components/commit/4937feeec51632fc6b752104f5055c60f6aacb49))
|
|
1326
|
-
|
|
1327
|
-
## [6.32.4](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.32.3...@ant-design/pro-layout@6.32.4) (2022-01-11)
|
|
1328
|
-
|
|
1329
|
-
### Bug Fixes
|
|
1330
|
-
|
|
1331
|
-
- fix ts error ([dbd357a](https://github.com/ant-design/pro-components/commit/dbd357afbb7cbb0dabe2b44324e9c9e6265ec862))
|
|
1332
|
-
|
|
1333
|
-
## [6.32.3](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.32.2...@ant-design/pro-layout@6.32.3) (2022-01-07)
|
|
1334
|
-
|
|
1335
|
-
### Bug Fixes
|
|
1336
|
-
|
|
1337
|
-
- **layout:** fix breadcrumbRender =false no work error ([efa9023](https://github.com/ant-design/pro-components/commit/efa9023407236616f17e84315fdb04a51fe0cdb2))
|
|
1338
|
-
- **layout:** PageContainer attr affixProps typing ([#4416](https://github.com/ant-design/pro-components/issues/4416)) ([80d69ab](https://github.com/ant-design/pro-components/commit/80d69ab02dc0b3b63c278b19d90ca7049c141754))
|
|
1339
|
-
- **layout:** remove default Copyright, fix[#3841](https://github.com/ant-design/pro-components/issues/3841) ([#4409](https://github.com/ant-design/pro-components/issues/4409)) ([e8a2f2a](https://github.com/ant-design/pro-components/commit/e8a2f2a4b68c5910760ff1f3300e32f3fce33f9d))
|
|
1340
|
-
|
|
1341
|
-
## [6.32.2](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.32.1...@ant-design/pro-layout@6.32.2) (2022-01-05)
|
|
1342
|
-
|
|
1343
|
-
### Bug Fixes
|
|
1344
|
-
|
|
1345
|
-
- **layout:** breadcrumbRender is not working in PageContainer's header🐛\[BUG] ([#4385](https://github.com/ant-design/pro-components/issues/4385)) ([8e5fb7f](https://github.com/ant-design/pro-components/commit/8e5fb7f1c0a027c68465406ed915d90f33267b07))
|
|
1346
|
-
|
|
1347
|
-
## [6.32.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.32.0-beta.8...@ant-design/pro-layout@6.32.1) (2021-12-28)
|
|
1348
|
-
|
|
1349
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1350
|
-
|
|
1351
|
-
# [6.32.0-beta.8](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.32.0-beta.7...@ant-design/pro-layout@6.32.0-beta.8) (2021-12-24)
|
|
1352
|
-
|
|
1353
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1354
|
-
|
|
1355
|
-
# [6.32.0-beta.7](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.32.0-beta.6...@ant-design/pro-layout@6.32.0-beta.7) (2021-12-23)
|
|
1356
|
-
|
|
1357
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1358
|
-
|
|
1359
|
-
# [6.32.0-beta.6](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.32.0-beta.5...@ant-design/pro-layout@6.32.0-beta.6) (2021-12-22)
|
|
1360
|
-
|
|
1361
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1362
|
-
|
|
1363
|
-
# [6.32.0-beta.5](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.32.0-beta.4...@ant-design/pro-layout@6.32.0-beta.5) (2021-12-22)
|
|
1364
|
-
|
|
1365
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1366
|
-
|
|
1367
|
-
# [6.32.0-beta.4](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.32.0-beta.3...@ant-design/pro-layout@6.32.0-beta.4) (2021-12-20)
|
|
1368
|
-
|
|
1369
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1370
|
-
|
|
1371
|
-
# [6.32.0-beta.3](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.32.0-beta.2...@ant-design/pro-layout@6.32.0-beta.3) (2021-12-20)
|
|
1372
|
-
|
|
1373
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1374
|
-
|
|
1375
|
-
# [6.32.0-beta.2](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.32.0-beta.1...@ant-design/pro-layout@6.32.0-beta.2) (2021-12-17)
|
|
1376
|
-
|
|
1377
|
-
### Bug Fixes
|
|
1378
|
-
|
|
1379
|
-
- **layout:** alway has a Provide ([#4261](https://github.com/ant-design/pro-components/issues/4261)) ([5c0ad5c](https://github.com/ant-design/pro-components/commit/5c0ad5cffd2983e1b963a249a0208ba3175c4433))
|
|
1380
|
-
- **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))
|
|
1381
|
-
|
|
1382
|
-
### Features
|
|
1383
|
-
|
|
1384
|
-
- disable default error boundary ([#4276](https://github.com/ant-design/pro-components/issues/4276)) ([094942f](https://github.com/ant-design/pro-components/commit/094942fb96f4465e6e883c9ffb629ed7b228e9ce))
|
|
1385
|
-
|
|
1386
|
-
# [6.32.0-beta.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.31.7...@ant-design/pro-layout@6.32.0-beta.1) (2021-12-13)
|
|
1387
|
-
|
|
1388
|
-
### Bug Fixes
|
|
1389
|
-
|
|
1390
|
-
- **layout:** remove defaultLinks ([#4228](https://github.com/ant-design/pro-components/issues/4228)) ([a48c616](https://github.com/ant-design/pro-components/commit/a48c6168e99d3f1c30fc71c1f547b0db1393d6a0))
|
|
1391
|
-
|
|
1392
|
-
### Features
|
|
1393
|
-
|
|
1394
|
-
- **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))
|
|
1395
|
-
|
|
1396
|
-
## [6.31.7](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.31.6...@ant-design/pro-layout@6.31.7) (2021-12-10)
|
|
1397
|
-
|
|
1398
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1399
|
-
|
|
1400
|
-
## [6.31.6](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.31.5...@ant-design/pro-layout@6.31.6) (2021-12-10)
|
|
1401
|
-
|
|
1402
|
-
### Bug Fixes
|
|
1403
|
-
|
|
1404
|
-
- **provide:** close auto clean cache ([#4243](https://github.com/ant-design/pro-components/issues/4243)) ([e638cb5](https://github.com/ant-design/pro-components/commit/e638cb5ff7830793020c94328ef2833c20f352f7))
|
|
1405
|
-
|
|
1406
|
-
## [6.31.5](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.31.4...@ant-design/pro-layout@6.31.5) (2021-12-08)
|
|
1407
|
-
|
|
1408
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1409
|
-
|
|
1410
|
-
## [6.31.4](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.31.3...@ant-design/pro-layout@6.31.4) (2021-12-07)
|
|
1411
|
-
|
|
1412
|
-
### Bug Fixes
|
|
1413
|
-
|
|
1414
|
-
- simplify swr usage ([#4181](https://github.com/ant-design/pro-components/issues/4181)) ([ed66732](https://github.com/ant-design/pro-components/commit/ed6673272882af09287eb87457df2a8ca9daf7f1))
|
|
1415
|
-
|
|
1416
|
-
## [6.31.3](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.31.2...@ant-design/pro-layout@6.31.3) (2021-11-30)
|
|
1417
|
-
|
|
1418
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1419
|
-
|
|
1420
|
-
## [6.31.2](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.31.1...@ant-design/pro-layout@6.31.2) (2021-11-23)
|
|
1421
|
-
|
|
1422
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1423
|
-
|
|
1424
|
-
## [6.31.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.31.0...@ant-design/pro-layout@6.31.1) (2021-11-23)
|
|
1425
|
-
|
|
1426
|
-
### Bug Fixes
|
|
1427
|
-
|
|
1428
|
-
- **card:** add more var ([3caad81](https://github.com/ant-design/pro-components/commit/3caad8138bcf65c2163e72e7788c2d8fa0e3f70a))
|
|
1429
|
-
- **form:** default close render params to url ([cd4f0ab](https://github.com/ant-design/pro-components/commit/cd4f0abab77cc212a53f549ea16faafa70d00a15))
|
|
1430
|
-
- **layout:** no set topmenu font weight ([#4097](https://github.com/ant-design/pro-components/issues/4097)) ([234037f](https://github.com/ant-design/pro-components/commit/234037f80c41d28635796874953871e49dcdf61e))
|
|
1431
|
-
|
|
1432
|
-
# [6.31.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.30.1...@ant-design/pro-layout@6.31.0) (2021-11-22)
|
|
1433
|
-
|
|
1434
|
-
### Features
|
|
1435
|
-
|
|
1436
|
-
- pro-layout 已支持传入 props 到 breadcrumbProps,但文档中没有体现 ([#4075](https://github.com/ant-design/pro-components/issues/4075)) ([3a60dec](https://github.com/ant-design/pro-components/commit/3a60dec2cc106a37b2d42395642e06add5ab8b55))
|
|
1437
|
-
|
|
1438
|
-
## [6.30.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.30.0...@ant-design/pro-layout@6.30.1) (2021-11-18)
|
|
1439
|
-
|
|
1440
|
-
### Bug Fixes
|
|
1441
|
-
|
|
1442
|
-
- **layout:** fix style error ([973fa79](https://github.com/ant-design/pro-components/commit/973fa79759a06fefb5b19582b1f3cb9cf4464051))
|
|
1443
|
-
|
|
1444
|
-
# [6.30.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.29.1...@ant-design/pro-layout@6.30.0) (2021-11-18)
|
|
1445
|
-
|
|
1446
|
-
### Bug Fixes
|
|
1447
|
-
|
|
1448
|
-
- **layout:** support more token ([#4066](https://github.com/ant-design/pro-components/issues/4066)) ([a064cae](https://github.com/ant-design/pro-components/commit/a064caeae9e0d2d99ec5574a235f5d1e2b92149c))
|
|
1449
|
-
|
|
1450
|
-
### Features
|
|
1451
|
-
|
|
1452
|
-
- **list:** support list.itemCardProps ([#4061](https://github.com/ant-design/pro-components/issues/4061)) ([71c0138](https://github.com/ant-design/pro-components/commit/71c013877e318129d004ea299bbc6da8c349ea35))
|
|
1453
|
-
|
|
1454
|
-
## [6.29.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.29.0...@ant-design/pro-layout@6.29.1) (2021-11-16)
|
|
1455
|
-
|
|
1456
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1457
|
-
|
|
1458
|
-
# [6.29.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.28.1...@ant-design/pro-layout@6.29.0) (2021-11-15)
|
|
1459
|
-
|
|
1460
|
-
### Features
|
|
1461
|
-
|
|
1462
|
-
- **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)
|
|
1463
|
-
|
|
1464
|
-
## [6.28.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.28.0...@ant-design/pro-layout@6.28.1) (2021-11-13)
|
|
1465
|
-
|
|
1466
|
-
### Bug Fixes
|
|
1467
|
-
|
|
1468
|
-
- **layout:** fix splitMenus no work error ([a5e5856](https://github.com/ant-design/pro-components/commit/a5e585649a9ee9bcdd9184a73027374520d03346))
|
|
1469
|
-
|
|
1470
|
-
# [6.28.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.27.2...@ant-design/pro-layout@6.28.0) (2021-11-12)
|
|
1471
|
-
|
|
1472
|
-
### Bug Fixes
|
|
1473
|
-
|
|
1474
|
-
- **form:** fix onchange rechange error ([#4022](https://github.com/ant-design/pro-components/issues/4022)) ([69b4335](https://github.com/ant-design/pro-components/commit/69b433533db8a6df71dec2de05a4a8c4e6a480fc))
|
|
1475
|
-
- **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))
|
|
1476
|
-
- **layout:** Improve performance ([#4020](https://github.com/ant-design/pro-components/issues/4020)) ([f1f2502](https://github.com/ant-design/pro-components/commit/f1f25024589e86c3d6e0fc1efc9b1e9dd8cea534))
|
|
1477
|
-
|
|
1478
|
-
### Features
|
|
1479
|
-
|
|
1480
|
-
- **layout:** support remove default title ([#4013](https://github.com/ant-design/pro-components/issues/4013)) ([e0ffad0](https://github.com/ant-design/pro-components/commit/e0ffad0561a144113caab2d40cae10b7ba78bbed))
|
|
1481
|
-
|
|
1482
|
-
## [6.27.2](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.27.1...@ant-design/pro-layout@6.27.2) (2021-11-02)
|
|
1483
|
-
|
|
1484
|
-
### Bug Fixes
|
|
1485
|
-
|
|
1486
|
-
- **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))
|
|
1487
|
-
|
|
1488
|
-
## [6.27.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.27.0...@ant-design/pro-layout@6.27.1) (2021-10-27)
|
|
1489
|
-
|
|
1490
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1491
|
-
|
|
1492
|
-
# [6.27.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.26.6...@ant-design/pro-layout@6.27.0) (2021-10-26)
|
|
1493
|
-
|
|
1494
|
-
### Features
|
|
1495
|
-
|
|
1496
|
-
- support ssr server ([69773c9](https://github.com/ant-design/pro-components/commit/69773c9dbaccd342d86312032c7b09958cdaed7c))
|
|
1497
|
-
|
|
1498
|
-
## [6.26.6](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.26.5...@ant-design/pro-layout@6.26.6) (2021-10-19)
|
|
1499
|
-
|
|
1500
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1501
|
-
|
|
1502
|
-
## [6.26.5](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.26.4...@ant-design/pro-layout@6.26.5) (2021-10-18)
|
|
1503
|
-
|
|
1504
|
-
### Reverts
|
|
1505
|
-
|
|
1506
|
-
- Revert "fix (layout): 优化 PageContainer 头部和内容之间的间距 (#3812)" (#3848) ([f6d8767](https://github.com/ant-design/pro-components/commit/f6d87676d8bab6573147d83a04a3c6e23bfd9ddb)), closes [#3812](https://github.com/ant-design/pro-components/issues/3812) [#3848](https://github.com/ant-design/pro-components/issues/3848)
|
|
1507
|
-
|
|
1508
|
-
## [6.26.4](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.26.3...@ant-design/pro-layout@6.26.4) (2021-10-15)
|
|
1509
|
-
|
|
1510
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1511
|
-
|
|
1512
|
-
## [6.26.3](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.26.2...@ant-design/pro-layout@6.26.3) (2021-10-12)
|
|
1513
|
-
|
|
1514
|
-
### Bug Fixes
|
|
1515
|
-
|
|
1516
|
-
- **card:** fix card ehen theme change no change color error ([#3804](https://github.com/ant-design/pro-components/issues/3804)) ([083ec08](https://github.com/ant-design/pro-components/commit/083ec08794ab555615d5eb2304c3ef2e4660e77f))
|
|
1517
|
-
- **layout:** 优化 PageContainer 头部和内容之间的间距 ([#3812](https://github.com/ant-design/pro-components/issues/3812)) ([9b080b1](https://github.com/ant-design/pro-components/commit/9b080b16e46fe1d96041c54a4fa0be4f6c73f94a))
|
|
1518
|
-
|
|
1519
|
-
## [6.26.2](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.26.1...@ant-design/pro-layout@6.26.2) (2021-10-08)
|
|
1520
|
-
|
|
1521
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1522
|
-
|
|
1523
|
-
## [6.26.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.26.0...@ant-design/pro-layout@6.26.1) (2021-10-08)
|
|
1524
|
-
|
|
1525
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1526
|
-
|
|
1527
|
-
# [6.26.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.25.7...@ant-design/pro-layout@6.26.0) (2021-09-24)
|
|
1528
|
-
|
|
1529
|
-
### Features
|
|
1530
|
-
|
|
1531
|
-
- **layout:** PageContainer 的 loading 属性支持传输自定义元素方式自定义 loading ([#3702](https://github.com/ant-design/pro-components/issues/3702)) ([5395140](https://github.com/ant-design/pro-components/commit/5395140b9be18e360a0f84a226142c42f73ca086)), closes [#3620](https://github.com/ant-design/pro-components/issues/3620)
|
|
1532
|
-
|
|
1533
|
-
## [6.25.7](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.25.6...@ant-design/pro-layout@6.25.7) (2021-09-18)
|
|
1534
|
-
|
|
1535
|
-
### Bug Fixes
|
|
1536
|
-
|
|
1537
|
-
- **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))
|
|
1538
|
-
|
|
1539
|
-
## [6.25.6](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.25.5...@ant-design/pro-layout@6.25.6) (2021-09-17)
|
|
1540
|
-
|
|
1541
|
-
### Bug Fixes
|
|
1542
|
-
|
|
1543
|
-
- **list:** title blank placeholder of card ([#3680](https://github.com/ant-design/pro-components/issues/3680)) ([e3e383f](https://github.com/ant-design/pro-components/commit/e3e383fed07565952fea7da9b3a5af5eebc14f47))
|
|
1544
|
-
|
|
1545
|
-
## [6.25.5](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.25.4...@ant-design/pro-layout@6.25.5) (2021-09-16)
|
|
1546
|
-
|
|
1547
|
-
### Bug Fixes
|
|
1548
|
-
|
|
1549
|
-
- [#3651](https://github.com/ant-design/pro-components/issues/3651) 修复金额输入组件设置 width 无效的问题 ([#3654](https://github.com/ant-design/pro-components/issues/3654)) ([ef72dba](https://github.com/ant-design/pro-components/commit/ef72dbae77a77a5831a6056d4194ac3524f7afe8))
|
|
1550
|
-
- **ProLayout:** headerContentRender example function. ([#3645](https://github.com/ant-design/pro-components/issues/3645)) ([5702344](https://github.com/ant-design/pro-components/commit/570234447da415dd582fb25c7257763812f9d1a5))
|
|
1551
|
-
|
|
1552
|
-
## [6.25.4](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.25.3...@ant-design/pro-layout@6.25.4) (2021-09-10)
|
|
1553
|
-
|
|
1554
|
-
### Bug Fixes
|
|
1555
|
-
|
|
1556
|
-
- **layout:** remove extra dom node ([#3631](https://github.com/ant-design/pro-components/issues/3631)) ([d89667e](https://github.com/ant-design/pro-components/commit/d89667e3408475acf3c76ccbf0968ef603790053))
|
|
1557
|
-
|
|
1558
|
-
## [6.25.3](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.25.2...@ant-design/pro-layout@6.25.3) (2021-09-09)
|
|
1559
|
-
|
|
1560
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1561
|
-
|
|
1562
|
-
## [6.25.2](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.25.1...@ant-design/pro-layout@6.25.2) (2021-09-07)
|
|
1563
|
-
|
|
1564
|
-
### Bug Fixes
|
|
1565
|
-
|
|
1566
|
-
- **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))
|
|
1567
|
-
|
|
1568
|
-
## [6.25.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.25.0...@ant-design/pro-layout@6.25.1) (2021-08-30)
|
|
1569
|
-
|
|
1570
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1571
|
-
|
|
1572
|
-
# [6.25.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.24.3...@ant-design/pro-layout@6.25.0) (2021-08-30)
|
|
1573
|
-
|
|
1574
|
-
### Features
|
|
1575
|
-
|
|
1576
|
-
- **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))
|
|
1577
|
-
|
|
1578
|
-
## [6.24.3](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.24.2...@ant-design/pro-layout@6.24.3) (2021-08-26)
|
|
1579
|
-
|
|
1580
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1581
|
-
|
|
1582
|
-
## [6.24.2](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.24.1...@ant-design/pro-layout@6.24.2) (2021-08-24)
|
|
1583
|
-
|
|
1584
|
-
### Bug Fixes
|
|
1585
|
-
|
|
1586
|
-
- **PageContainer:** className prop should not be passed to its page header, fix [#3493](https://github.com/ant-design/pro-components/issues/3493) ([#3496](https://github.com/ant-design/pro-components/issues/3496)) ([819d134](https://github.com/ant-design/pro-components/commit/819d134ff0716081ab5801f1d7bc5d4a4214cb13))
|
|
1587
|
-
|
|
1588
|
-
## [6.24.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.24.0...@ant-design/pro-layout@6.24.1) (2021-08-19)
|
|
1589
|
-
|
|
1590
|
-
### Bug Fixes
|
|
1591
|
-
|
|
1592
|
-
- **layout:** 解决侧边栏菜单折叠按钮切换之后,defaultOpenAll 失效 ([#3460](https://github.com/ant-design/pro-components/issues/3460)) ([1cc744b](https://github.com/ant-design/pro-components/commit/1cc744b860d8a3c1999a315dd6e78197928784a9))
|
|
1593
|
-
|
|
1594
|
-
# [6.24.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.23.4...@ant-design/pro-layout@6.24.0) (2021-08-09)
|
|
1595
|
-
|
|
1596
|
-
### Features
|
|
1597
|
-
|
|
1598
|
-
- **form:** FormItem support FilterDropdown ([#3381](https://github.com/ant-design/pro-components/issues/3381)) ([f5f7dbb](https://github.com/ant-design/pro-components/commit/f5f7dbb2730496a836d684840462c08715caff62))
|
|
1599
|
-
|
|
1600
|
-
## [6.23.4](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.23.3...@ant-design/pro-layout@6.23.4) (2021-08-05)
|
|
1601
|
-
|
|
1602
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1603
|
-
|
|
1604
|
-
## [6.23.3](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.23.2...@ant-design/pro-layout@6.23.3) (2021-08-03)
|
|
1605
|
-
|
|
1606
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1607
|
-
|
|
1608
|
-
## [6.23.2](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.23.1...@ant-design/pro-layout@6.23.2) (2021-07-30)
|
|
1609
|
-
|
|
1610
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1611
|
-
|
|
1612
|
-
## [6.23.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.23.0...@ant-design/pro-layout@6.23.1) (2021-07-30)
|
|
1613
|
-
|
|
1614
|
-
### Bug Fixes
|
|
1615
|
-
|
|
1616
|
-
- **layout:** no use cdn img ([#3331](https://github.com/ant-design/pro-components/issues/3331)) ([16b1f5d](https://github.com/ant-design/pro-components/commit/16b1f5d101dfd4266846534780ff419fee065fdb))
|
|
1617
|
-
|
|
1618
|
-
# [6.23.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.22.1...@ant-design/pro-layout@6.23.0) (2021-07-26)
|
|
1619
|
-
|
|
1620
|
-
### Features
|
|
1621
|
-
|
|
1622
|
-
- **layout:** Add .ant-pro-page-container-with-footer className when footer exists ([#3275](https://github.com/ant-design/pro-components/issues/3275)) ([25d6a95](https://github.com/ant-design/pro-components/commit/25d6a95713040652d9b99bad9b50e855d6f947d2))
|
|
1623
|
-
|
|
1624
|
-
## [6.22.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.22.0...@ant-design/pro-layout@6.22.1) (2021-07-20)
|
|
1625
|
-
|
|
1626
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1627
|
-
|
|
1628
|
-
# [6.22.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.21.1...@ant-design/pro-layout@6.22.0) (2021-07-19)
|
|
1629
|
-
|
|
1630
|
-
### Features
|
|
1631
|
-
|
|
1632
|
-
- **layout:** add ProBreadcrumb ([#3257](https://github.com/ant-design/pro-components/issues/3257)) ([481c80e](https://github.com/ant-design/pro-components/commit/481c80e4f66b4f6ecf223d1be09af4f2ba517803))
|
|
1633
|
-
- **layout:** support breadcrumbProps.minLength to set breadcrumb length ([#3263](https://github.com/ant-design/pro-components/issues/3263)) ([ea400d0](https://github.com/ant-design/pro-components/commit/ea400d0c65fa684faf7ae9b0d869baa1e3a46139))
|
|
1634
|
-
|
|
1635
|
-
## [6.21.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.21.0...@ant-design/pro-layout@6.21.1) (2021-07-06)
|
|
1636
|
-
|
|
1637
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1638
|
-
|
|
1639
|
-
# [6.21.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.20.0...@ant-design/pro-layout@6.21.0) (2021-07-01)
|
|
1640
|
-
|
|
1641
|
-
### Bug Fixes
|
|
1642
|
-
|
|
1643
|
-
- **layout:** swr should effect for params ([#3121](https://github.com/ant-design/pro-components/issues/3121)) ([54da344](https://github.com/ant-design/pro-components/commit/54da344a8240ff8afaa33bd8f1d7bf0956b26aa8))
|
|
1644
|
-
|
|
1645
|
-
### Features
|
|
1646
|
-
|
|
1647
|
-
- **layout:** add WaterMark demo ([#3114](https://github.com/ant-design/pro-components/issues/3114)) ([959620d](https://github.com/ant-design/pro-components/commit/959620dbc6c842682ded3d2b159dc6587e8b240a))
|
|
1648
|
-
|
|
1649
|
-
# [6.20.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.19.7...@ant-design/pro-layout@6.20.0) (2021-06-28)
|
|
1650
|
-
|
|
1651
|
-
### Bug Fixes
|
|
1652
|
-
|
|
1653
|
-
- **layout:** defaultSettings do not set menu locale ([#3105](https://github.com/ant-design/pro-components/issues/3105)) ([3da4bfa](https://github.com/ant-design/pro-components/commit/3da4bfa826fe2a3f788718f6331ea7a791d9aa4c))
|
|
1654
|
-
|
|
1655
|
-
### Features
|
|
1656
|
-
|
|
1657
|
-
- **layout:** 给 menuItemRender 添加参数 ([#3081](https://github.com/ant-design/pro-components/issues/3081)) ([40b7ab2](https://github.com/ant-design/pro-components/commit/40b7ab2a67603f5199690c75897f5dddc70e6518))
|
|
1658
|
-
|
|
1659
|
-
## [6.19.7](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.19.6...@ant-design/pro-layout@6.19.7) (2021-06-18)
|
|
1660
|
-
|
|
1661
|
-
### Reverts
|
|
1662
|
-
|
|
1663
|
-
- Revert "fix(layout) : menu icon use antd code style (#2983)" (#3047) ([f313ac0](https://github.com/ant-design/pro-components/commit/f313ac06ccfe8eceed4048d7b18f3778de0137dd)), closes [#2983](https://github.com/ant-design/pro-components/issues/2983) [#3047](https://github.com/ant-design/pro-components/issues/3047)
|
|
1664
|
-
|
|
1665
|
-
## [6.19.6](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.19.5...@ant-design/pro-layout@6.19.6) (2021-06-17)
|
|
1666
|
-
|
|
1667
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1668
|
-
|
|
1669
|
-
## [6.19.5](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.19.4...@ant-design/pro-layout@6.19.5) (2021-06-15)
|
|
1670
|
-
|
|
1671
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1672
|
-
|
|
1673
|
-
## [6.19.4](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.19.3...@ant-design/pro-layout@6.19.4) (2021-06-08)
|
|
1674
|
-
|
|
1675
|
-
### Bug Fixes
|
|
1676
|
-
|
|
1677
|
-
- **form:** hideInForm is invalid ([#2889](https://github.com/ant-design/pro-components/issues/2889)) ([361941d](https://github.com/ant-design/pro-components/commit/361941d1cca0d7b6289a484b3366b3993fbec643))
|
|
1678
|
-
- **layout:** fix layout fast load error ([#2933](https://github.com/ant-design/pro-components/issues/2933)) ([0c1264e](https://github.com/ant-design/pro-components/commit/0c1264ea2e1c66b39c9335f32640f88ff56bcae6))
|
|
1679
|
-
- **layout:** fix menu params alway run error ([#2931](https://github.com/ant-design/pro-components/issues/2931)) ([0b1539e](https://github.com/ant-design/pro-components/commit/0b1539ea3f997ecde5e9dd6629fbd692437f6850))
|
|
1680
|
-
- **layout:** if have menuDataRender, alway render layout ([#2920](https://github.com/ant-design/pro-components/issues/2920)) ([5282fae](https://github.com/ant-design/pro-components/commit/5282faefd090c3a7faf83824a14b762f85047568))
|
|
1681
|
-
|
|
1682
|
-
## [6.19.3](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.19.2...@ant-design/pro-layout@6.19.3) (2021-05-31)
|
|
1683
|
-
|
|
1684
|
-
### Bug Fixes
|
|
1685
|
-
|
|
1686
|
-
- **form:** fix abnormal gap ([#2883](https://github.com/ant-design/pro-components/issues/2883)) ([6aa13f0](https://github.com/ant-design/pro-components/commit/6aa13f0ac1416d11e501f0be9c71f80137c0be82))
|
|
1687
|
-
|
|
1688
|
-
## [6.19.2](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.19.1...@ant-design/pro-layout@6.19.2) (2021-05-28)
|
|
1689
|
-
|
|
1690
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1691
|
-
|
|
1692
|
-
## [6.19.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.19.0...@ant-design/pro-layout@6.19.1) (2021-05-25)
|
|
1693
|
-
|
|
1694
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1695
|
-
|
|
1696
|
-
# [6.19.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.18.2...@ant-design/pro-layout@6.19.0) (2021-05-24)
|
|
1697
|
-
|
|
1698
|
-
### Features
|
|
1699
|
-
|
|
1700
|
-
- **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))
|
|
1701
|
-
|
|
1702
|
-
## [6.18.2](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.18.1...@ant-design/pro-layout@6.18.2) (2021-05-21)
|
|
1703
|
-
|
|
1704
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1705
|
-
|
|
1706
|
-
## [6.18.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.18.0...@ant-design/pro-layout@6.18.1) (2021-05-18)
|
|
1707
|
-
|
|
1708
|
-
### Bug Fixes
|
|
1709
|
-
|
|
1710
|
-
- **layout:** do not use base ([#2734](https://github.com/ant-design/pro-components/issues/2734)) ([69971e3](https://github.com/ant-design/pro-components/commit/69971e35850681bdd5a0bc1f3c0d193fb78e12a4))
|
|
1711
|
-
- **layout:** use [@component-background](https://github.com/component-background) for background-color ([49deb6a](https://github.com/ant-design/pro-components/commit/49deb6a00682d655ba301aae37e8ce3be43beea2))
|
|
1712
|
-
|
|
1713
|
-
# [6.18.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.17.1...@ant-design/pro-layout@6.18.0) (2021-05-11)
|
|
1714
|
-
|
|
1715
|
-
### Bug Fixes
|
|
1716
|
-
|
|
1717
|
-
- typo ([#2683](https://github.com/ant-design/pro-components/issues/2683)) ([6b4c8b2](https://github.com/ant-design/pro-components/commit/6b4c8b21a1ade0d875616f5fc80a023a25e0867d))
|
|
1718
|
-
- **table:** fix the style problem of the fixed new button ([#2661](https://github.com/ant-design/pro-components/issues/2661)) ([b80c99f](https://github.com/ant-design/pro-components/commit/b80c99fa298152adc9d4ef39ecfc2c2ac5e4c21f))
|
|
1719
|
-
|
|
1720
|
-
### Features
|
|
1721
|
-
|
|
1722
|
-
- **layout:** support for all parameters of the Spin component ([#2704](https://github.com/ant-design/pro-components/issues/2704)) ([e2e0232](https://github.com/ant-design/pro-components/commit/e2e0232adda8d94b5cf0d40497dee01cebf2af73))
|
|
1723
|
-
|
|
1724
|
-
## [6.17.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.17.0...@ant-design/pro-layout@6.17.1) (2021-04-29)
|
|
1725
|
-
|
|
1726
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1727
|
-
|
|
1728
|
-
# [6.17.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.16.6...@ant-design/pro-layout@6.17.0) (2021-04-22)
|
|
1729
|
-
|
|
1730
|
-
### Bug Fixes
|
|
1731
|
-
|
|
1732
|
-
- **layout:** routes change should reload menu ([#2573](https://github.com/ant-design/pro-components/issues/2573)) ([2862886](https://github.com/ant-design/pro-components/commit/2862886b588bd0c10432b9a7ca139c0650f4551f))
|
|
1733
|
-
|
|
1734
|
-
### Features
|
|
1735
|
-
|
|
1736
|
-
- **layout:** layout support params ([#2545](https://github.com/ant-design/pro-components/issues/2545)) ([d4cbda4](https://github.com/ant-design/pro-components/commit/d4cbda4c62bd1326623604a00a501b5af4f79f49))
|
|
1737
|
-
|
|
1738
|
-
## [6.16.6](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.16.5...@ant-design/pro-layout@6.16.6) (2021-04-19)
|
|
1739
|
-
|
|
1740
|
-
### Bug Fixes
|
|
1741
|
-
|
|
1742
|
-
- **layout:** fix error loading style ([#2541](https://github.com/ant-design/pro-components/issues/2541)) ([45090b9](https://github.com/ant-design/pro-components/commit/45090b99ac5e1bf1a7831ca609da414eaa82e249))
|
|
1743
|
-
|
|
1744
|
-
## [6.16.5](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.16.4...@ant-design/pro-layout@6.16.5) (2021-04-19)
|
|
1745
|
-
|
|
1746
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1747
|
-
|
|
1748
|
-
## [6.16.4](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.16.3...@ant-design/pro-layout@6.16.4) (2021-04-19)
|
|
1749
|
-
|
|
1750
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1751
|
-
|
|
1752
|
-
## [6.16.3](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.16.2...@ant-design/pro-layout@6.16.3) (2021-04-15)
|
|
1753
|
-
|
|
1754
|
-
### Bug Fixes
|
|
1755
|
-
|
|
1756
|
-
- **layout:** fix headerTheme no work error when layotu=mix ([#2500](https://github.com/ant-design/pro-components/issues/2500)) ([66998bb](https://github.com/ant-design/pro-components/commit/66998bbc04e6277cfa642d4b7f885fc2ee186cf9))
|
|
1757
|
-
- **layout:** use better loading ([#2507](https://github.com/ant-design/pro-components/issues/2507)) ([3edb80f](https://github.com/ant-design/pro-components/commit/3edb80f38bfe214652ec88aed44c004a93cf2bf6))
|
|
1758
|
-
|
|
1759
|
-
## [6.16.2](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.16.1...@ant-design/pro-layout@6.16.2) (2021-04-15)
|
|
1760
|
-
|
|
1761
|
-
### Bug Fixes
|
|
1762
|
-
|
|
1763
|
-
- **layout:** default remove copyright ([#2484](https://github.com/ant-design/pro-components/issues/2484)) ([196be00](https://github.com/ant-design/pro-components/commit/196be00f5dd99d01dd02c170eb3d6d4100bad907))
|
|
1764
|
-
- **layout:** fix openkeys=false, splitMenu no work error ([#2491](https://github.com/ant-design/pro-components/issues/2491)) ([430fb9e](https://github.com/ant-design/pro-components/commit/430fb9e7c90e6b8c9e2ecc5bfd7317bc2ca9dd73))
|
|
1765
|
-
|
|
1766
|
-
## [6.16.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.16.0...@ant-design/pro-layout@6.16.1) (2021-04-06)
|
|
1767
|
-
|
|
1768
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1769
|
-
|
|
1770
|
-
# [6.16.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.15.5...@ant-design/pro-layout@6.16.0) (2021-03-31)
|
|
1771
|
-
|
|
1772
|
-
### Features
|
|
1773
|
-
|
|
1774
|
-
- **layout:** layout support request ([#2363](https://github.com/ant-design/pro-components/issues/2363)) ([9ede7b9](https://github.com/ant-design/pro-components/commit/9ede7b9a7f2ba44ce429e42a1b816daf7b53d1d7))
|
|
1775
|
-
|
|
1776
|
-
## [6.15.5](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.15.4...@ant-design/pro-layout@6.15.5) (2021-03-29)
|
|
1777
|
-
|
|
1778
|
-
### Bug Fixes
|
|
1779
|
-
|
|
1780
|
-
- **layout:** layout add pro-header-light classname ([00e4d0c](https://github.com/ant-design/pro-components/commit/00e4d0cb0d2289a1c72bffd6a1c7dda353db2524))
|
|
1781
|
-
- **layout:** 修复了 pro-layout 数组扩展操作问题 ([#2289](https://github.com/ant-design/pro-components/issues/2289)) ([9f7a60c](https://github.com/ant-design/pro-components/commit/9f7a60cd5cf7aefbd301ddca2d20c5521bdff80e))
|
|
1782
|
-
|
|
1783
|
-
## [6.15.4](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.15.3...@ant-design/pro-layout@6.15.4) (2021-03-18)
|
|
1784
|
-
|
|
1785
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1786
|
-
|
|
1787
|
-
## [6.15.3](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.15.2...@ant-design/pro-layout@6.15.3) (2021-03-16)
|
|
1788
|
-
|
|
1789
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1790
|
-
|
|
1791
|
-
## [6.15.2](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.15.1...@ant-design/pro-layout@6.15.2) (2021-03-11)
|
|
1792
|
-
|
|
1793
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1794
|
-
|
|
1795
|
-
## [6.15.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.15.0...@ant-design/pro-layout@6.15.1) (2021-03-11)
|
|
1796
|
-
|
|
1797
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1798
|
-
|
|
1799
|
-
# [6.15.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.14.5...@ant-design/pro-layout@6.15.0) (2021-03-08)
|
|
1800
|
-
|
|
1801
|
-
### Features
|
|
1802
|
-
|
|
1803
|
-
- **field:** add color pick ([#2089](https://github.com/ant-design/pro-components/issues/2089)) ([e83c2ee](https://github.com/ant-design/pro-components/commit/e83c2ee36f67b66070074562f80f248cbfc1a6e3))
|
|
1804
|
-
- **layout:** layout support WaterMark ([#2086](https://github.com/ant-design/pro-components/issues/2086)) ([7413eee](https://github.com/ant-design/pro-components/commit/7413eee8f0f31e5911284ea1bd98941900de6d32))
|
|
1805
|
-
- **layout:** SettingDrawer support disableUrlParams ([#2115](https://github.com/ant-design/pro-components/issues/2115)) ([b110101](https://github.com/ant-design/pro-components/commit/b11010160bb99df83f85e54bb4da91f3f4edb5f7))
|
|
1806
|
-
|
|
1807
|
-
## [6.14.5](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.14.4...@ant-design/pro-layout@6.14.5) (2021-02-28)
|
|
1808
|
-
|
|
1809
|
-
### Bug Fixes
|
|
1810
|
-
|
|
1811
|
-
- **layout:** fix layout animation error ([#2027](https://github.com/ant-design/pro-components/issues/2027)) ([df95952](https://github.com/ant-design/pro-components/commit/df95952c9bc4eb3e22f9b43bbebe6a6a97f6755c))
|
|
1812
|
-
|
|
1813
|
-
## [6.14.4](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.14.3...@ant-design/pro-layout@6.14.4) (2021-02-25)
|
|
1814
|
-
|
|
1815
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1816
|
-
|
|
1817
|
-
## [6.14.3](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.14.2...@ant-design/pro-layout@6.14.3) (2021-02-23)
|
|
1818
|
-
|
|
1819
|
-
### Bug Fixes
|
|
1820
|
-
|
|
1821
|
-
- **layout:** layout sync url diff params ([#1956](https://github.com/ant-design/pro-components/issues/1956)) ([d68c401](https://github.com/ant-design/pro-components/commit/d68c401dbecf744106dda402e53fdeda0c2fc4d7))
|
|
1822
|
-
- **layout:** menu item add title config ([#1944](https://github.com/ant-design/pro-components/issues/1944)) ([5ae3ca1](https://github.com/ant-design/pro-components/commit/5ae3ca1ad0b000097da0fadca1ae9bcf0eac6b98))
|
|
1823
|
-
|
|
1824
|
-
## [6.14.2](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.14.1...@ant-design/pro-layout@6.14.2) (2021-02-22)
|
|
1825
|
-
|
|
1826
|
-
### Bug Fixes
|
|
1827
|
-
|
|
1828
|
-
- **layout:** delete basiclayout.less unnecessary semicolon ([#1877](https://github.com/ant-design/pro-components/issues/1877)) ([b6031f2](https://github.com/ant-design/pro-components/commit/b6031f2347c0a3aa4cbd3e24b4ef812a5b812d9a))
|
|
1829
|
-
- **layout:** use @umijs/use-params ([#1895](https://github.com/ant-design/pro-components/issues/1895)) ([80aac76](https://github.com/ant-design/pro-components/commit/80aac7665115c8f884c473d78c2fcc12ac042bb3))
|
|
1830
|
-
|
|
1831
|
-
## [6.14.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.14.0...@ant-design/pro-layout@6.14.1) (2021-02-04)
|
|
1832
|
-
|
|
1833
|
-
### Bug Fixes
|
|
1834
|
-
|
|
1835
|
-
- **layout:** container add width:100% ([#1845](https://github.com/ant-design/pro-components/issues/1845)) ([e3d9f32](https://github.com/ant-design/pro-components/commit/e3d9f32d33607e84a6b80772d6b805cdd7f0b41c))
|
|
1836
|
-
|
|
1837
|
-
# [6.14.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.13.0...@ant-design/pro-layout@6.14.0) (2021-02-02)
|
|
1838
|
-
|
|
1839
|
-
### Bug Fixes
|
|
1840
|
-
|
|
1841
|
-
- **layout:** footer use div ([#1816](https://github.com/ant-design/pro-components/issues/1816)) ([49ad6d7](https://github.com/ant-design/pro-components/commit/49ad6d7bb92356de0e63e52884379a2e6970702b))
|
|
1842
|
-
|
|
1843
|
-
### Features
|
|
1844
|
-
|
|
1845
|
-
- **layout:** support menu.autoClose ([#1815](https://github.com/ant-design/pro-components/issues/1815)) ([433d20c](https://github.com/ant-design/pro-components/commit/433d20c4ec62ff9d8d2f23792370fd6ff9bdef58))
|
|
1846
|
-
|
|
1847
|
-
# [6.13.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.12.0...@ant-design/pro-layout@6.13.0) (2021-01-25)
|
|
1848
|
-
|
|
1849
|
-
### Features
|
|
1850
|
-
|
|
1851
|
-
- **layout:** ProLayout support breadcrumbProps ([#1757](https://github.com/ant-design/pro-components/issues/1757)) ([f15bba8](https://github.com/ant-design/pro-components/commit/f15bba862ff43b349cd91bf2906e29dddf8637f0))
|
|
1852
|
-
- **layout:** prolayout support iconPrefixes ([#1750](https://github.com/ant-design/pro-components/issues/1750)) ([b5357a6](https://github.com/ant-design/pro-components/commit/b5357a6c9145792884a131a2ed893661a87ee08a))
|
|
1853
|
-
|
|
1854
|
-
# [6.12.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.11.1...@ant-design/pro-layout@6.12.0) (2021-01-21)
|
|
1855
|
-
|
|
1856
|
-
### Features
|
|
1857
|
-
|
|
1858
|
-
- **table:** proTable supports polling ([#1694](https://github.com/ant-design/pro-components/issues/1694)) ([b37fe69](https://github.com/ant-design/pro-components/commit/b37fe69c53363acfc431900e01d6c5512fdae118))
|
|
1859
|
-
|
|
1860
|
-
## [6.11.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.11.0...@ant-design/pro-layout@6.11.1) (2021-01-18)
|
|
1861
|
-
|
|
1862
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1863
|
-
|
|
1864
|
-
# [6.11.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.10.9...@ant-design/pro-layout@6.11.0) (2021-01-18)
|
|
1865
|
-
|
|
1866
|
-
### Bug Fixes
|
|
1867
|
-
|
|
1868
|
-
- **layout:** use use-url-search-params hooks sync url ([#1648](https://github.com/ant-design/pro-components/issues/1648)) ([e00fb5c](https://github.com/ant-design/pro-components/commit/e00fb5cbdc83a5ed830522d88b5b1f28671877df))
|
|
1869
|
-
|
|
1870
|
-
### Features
|
|
1871
|
-
|
|
1872
|
-
- **form:** support sync url ([#1650](https://github.com/ant-design/pro-components/issues/1650)) ([df6a8ec](https://github.com/ant-design/pro-components/commit/df6a8ec7340891691334ab4acc1c7d8679f649d7))
|
|
1873
|
-
|
|
1874
|
-
## [6.10.9](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.10.8...@ant-design/pro-layout@6.10.9) (2021-01-13)
|
|
1875
|
-
|
|
1876
|
-
### Bug Fixes
|
|
1877
|
-
|
|
1878
|
-
- **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))
|
|
1879
|
-
|
|
1880
|
-
## [6.10.8](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.10.7...@ant-design/pro-layout@6.10.8) (2021-01-13)
|
|
1881
|
-
|
|
1882
|
-
### Bug Fixes
|
|
1883
|
-
|
|
1884
|
-
- **layout:** layout return null when content has ([#1598](https://github.com/ant-design/pro-components/issues/1598)) ([eac6819](https://github.com/ant-design/pro-components/commit/eac6819476546b944d38ca324e1bf84db2e2b63e))
|
|
1885
|
-
|
|
1886
|
-
## [6.10.7](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.10.6...@ant-design/pro-layout@6.10.7) (2021-01-12)
|
|
1887
|
-
|
|
1888
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1889
|
-
|
|
1890
|
-
## [6.10.6](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.10.5...@ant-design/pro-layout@6.10.6) (2021-01-11)
|
|
1891
|
-
|
|
1892
|
-
### Bug Fixes
|
|
1893
|
-
|
|
1894
|
-
- **layout:** fix layout headerTitleRender props type error ([#1570](https://github.com/ant-design/pro-components/issues/1570)) ([e366905](https://github.com/ant-design/pro-components/commit/e36690588613683a69d4eeb309f28758ddb1f8a8))
|
|
1895
|
-
|
|
1896
|
-
## [6.10.5](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.10.4...@ant-design/pro-layout@6.10.5) (2021-01-08)
|
|
1897
|
-
|
|
1898
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1899
|
-
|
|
1900
|
-
## [6.10.4](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.10.3...@ant-design/pro-layout@6.10.4) (2021-01-07)
|
|
1901
|
-
|
|
1902
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1903
|
-
|
|
1904
|
-
## [6.10.3](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.10.2...@ant-design/pro-layout@6.10.3) (2021-01-05)
|
|
1905
|
-
|
|
1906
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1907
|
-
|
|
1908
|
-
## [6.10.2](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.10.1...@ant-design/pro-layout@6.10.2) (2021-01-05)
|
|
1909
|
-
|
|
1910
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1911
|
-
|
|
1912
|
-
## [6.10.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.10.0...@ant-design/pro-layout@6.10.1) (2021-01-04)
|
|
1913
|
-
|
|
1914
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1915
|
-
|
|
1916
|
-
# [6.10.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.9.7...@ant-design/pro-layout@6.10.0) (2021-01-01)
|
|
1917
|
-
|
|
1918
|
-
### Features
|
|
1919
|
-
|
|
1920
|
-
- **table:** support customization valueType ([#1456](https://github.com/ant-design/pro-components/issues/1456)) ([cbce5ba](https://github.com/ant-design/pro-components/commit/cbce5baf9ae456a1ab32a748e7ac86ee592b4344))
|
|
1921
|
-
|
|
1922
|
-
## [6.9.7](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.9.6...@ant-design/pro-layout@6.9.7) (2020-12-31)
|
|
1923
|
-
|
|
1924
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1925
|
-
|
|
1926
|
-
## [6.9.6](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.9.5...@ant-design/pro-layout@6.9.6) (2020-12-31)
|
|
1927
|
-
|
|
1928
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1929
|
-
|
|
1930
|
-
## [6.9.5](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.9.4...@ant-design/pro-layout@6.9.5) (2020-12-28)
|
|
1931
|
-
|
|
1932
|
-
### Bug Fixes
|
|
1933
|
-
|
|
1934
|
-
- **layout:** not use important ([babf934](https://github.com/ant-design/pro-components/commit/babf9340678e7b82f75752db113dbb11330295d6))
|
|
1935
|
-
|
|
1936
|
-
## [6.9.4](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.9.3...@ant-design/pro-layout@6.9.4) (2020-12-28)
|
|
1937
|
-
|
|
1938
|
-
### Bug Fixes
|
|
1939
|
-
|
|
1940
|
-
- **layout:** fix props is null, no render pageheader ([#1432](https://github.com/ant-design/pro-components/issues/1432)) ([e0574ce](https://github.com/ant-design/pro-components/commit/e0574ce2f97c8848dfc1fa549a0751d7b855a652))
|
|
1941
|
-
|
|
1942
|
-
## [6.9.3](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.9.2...@ant-design/pro-layout@6.9.3) (2020-12-28)
|
|
1943
|
-
|
|
1944
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1945
|
-
|
|
1946
|
-
## [6.9.2](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.9.1...@ant-design/pro-layout@6.9.2) (2020-12-25)
|
|
1947
|
-
|
|
1948
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1949
|
-
|
|
1950
|
-
## [6.9.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.9.0...@ant-design/pro-layout@6.9.1) (2020-12-25)
|
|
1951
|
-
|
|
1952
|
-
### Bug Fixes
|
|
1953
|
-
|
|
1954
|
-
- **layout:** add PageLoading ([0153505](https://github.com/ant-design/pro-components/commit/0153505ccf6e009137d2e75d41f80830c709174d))
|
|
1955
|
-
- **layout:** export PageContainerProps ([f8e7c67](https://github.com/ant-design/pro-components/commit/f8e7c672a0a295630471efb61438b25fda361ca4))
|
|
1956
|
-
|
|
1957
|
-
# [6.9.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.8.0...@ant-design/pro-layout@6.9.0) (2020-12-24)
|
|
1958
|
-
|
|
1959
|
-
### Features
|
|
1960
|
-
|
|
1961
|
-
- **chore:** adjust information structure ([#1383](https://github.com/ant-design/pro-components/issues/1383)) ([76b3f29](https://github.com/ant-design/pro-components/commit/76b3f2929c5a5dcd4ed78e723b2a01e3a5cdfbf5)), closes [#1376](https://github.com/ant-design/pro-components/issues/1376) [#1380](https://github.com/ant-design/pro-components/issues/1380)
|
|
1962
|
-
|
|
1963
|
-
# [6.8.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.7.0...@ant-design/pro-layout@6.8.0) (2020-12-21)
|
|
1964
|
-
|
|
1965
|
-
### Features
|
|
1966
|
-
|
|
1967
|
-
- **descriptions:** descriptions support loading and onLoadinChange ([#1344](https://github.com/ant-design/pro-components/issues/1344)) ([b5afe9e](https://github.com/ant-design/pro-components/commit/b5afe9e6fd9dc1b06ef0e76b63aa6c7ab05bc3eb))
|
|
1968
|
-
|
|
1969
|
-
# [6.7.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.6.4...@ant-design/pro-layout@6.7.0) (2020-12-17)
|
|
1970
|
-
|
|
1971
|
-
### Features
|
|
1972
|
-
|
|
1973
|
-
- **layout:** support menu type group ([#1316](https://github.com/ant-design/pro-components/issues/1316)) ([e759256](https://github.com/ant-design/pro-components/commit/e75925644e35c876950ec21339fb0f9fd88168d6))
|
|
1974
|
-
|
|
1975
|
-
## [6.6.4](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.6.3...@ant-design/pro-layout@6.6.4) (2020-12-15)
|
|
1976
|
-
|
|
1977
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1978
|
-
|
|
1979
|
-
## [6.6.3](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.6.2...@ant-design/pro-layout@6.6.3) (2020-12-14)
|
|
1980
|
-
|
|
1981
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
1982
|
-
|
|
1983
|
-
## [6.6.2](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.6.1...@ant-design/pro-layout@6.6.2) (2020-12-14)
|
|
1984
|
-
|
|
1985
|
-
### Bug Fixes
|
|
1986
|
-
|
|
1987
|
-
- **layout:** Recalculate menu when pathname is changed ([#1288](https://github.com/ant-design/pro-components/issues/1288)) ([4062725](https://github.com/ant-design/pro-components/commit/406272522cb9d19fbe1ce68e100c200724c37d4f))
|
|
1988
|
-
|
|
1989
|
-
## [6.6.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.6.0...@ant-design/pro-layout@6.6.1) (2020-12-10)
|
|
1990
|
-
|
|
1991
|
-
### Bug Fixes
|
|
1992
|
-
|
|
1993
|
-
- **layout:** use ant class name ([#1252](https://github.com/ant-design/pro-components/issues/1252)) ([310e8ae](https://github.com/ant-design/pro-components/commit/310e8aecf40bada8ce27091d87429efe31f403a0))
|
|
1994
|
-
|
|
1995
|
-
# [6.6.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.5.19...@ant-design/pro-layout@6.6.0) (2020-12-09)
|
|
1996
|
-
|
|
1997
|
-
### Features
|
|
1998
|
-
|
|
1999
|
-
- **layout:** no use section dom ([#1239](https://github.com/ant-design/pro-components/issues/1239)) ([5f6dc2d](https://github.com/ant-design/pro-components/commit/5f6dc2d0c31a9cfa34b0bfe6fb53b432c437c4bd))
|
|
2000
|
-
|
|
2001
|
-
## [6.5.19](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.5.18...@ant-design/pro-layout@6.5.19) (2020-12-08)
|
|
2002
|
-
|
|
2003
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
2004
|
-
|
|
2005
|
-
## [6.5.18](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.5.17...@ant-design/pro-layout@6.5.18) (2020-12-07)
|
|
2006
|
-
|
|
2007
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
2008
|
-
|
|
2009
|
-
## [6.5.17](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.5.16...@ant-design/pro-layout@6.5.17) (2020-12-02)
|
|
2010
|
-
|
|
2011
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
2012
|
-
|
|
2013
|
-
## [6.5.16](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.5.15...@ant-design/pro-layout@6.5.16) (2020-11-27)
|
|
2014
|
-
|
|
2015
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
2016
|
-
|
|
2017
|
-
## [6.5.15](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.5.14...@ant-design/pro-layout@6.5.15) (2020-11-17)
|
|
2018
|
-
|
|
2019
|
-
### Bug Fixes
|
|
2020
|
-
|
|
2021
|
-
- **layout:** Feat/pagecontainer ghost ([#989](https://github.com/ant-design/pro-components/issues/989)) ([428b5a3](https://github.com/ant-design/pro-components/commit/428b5a3583843fcee870ab1fecdea0bfb74223c6))
|
|
2022
|
-
- **layout:** 修复 mix 模式下,顶部导航渲染 bug ([#975](https://github.com/ant-design/pro-components/issues/975)) ([0487e2b](https://github.com/ant-design/pro-components/commit/0487e2be21111ac42f78a62cd45c3ca300ffcef7))
|
|
2023
|
-
|
|
2024
|
-
## [6.5.14](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.5.13...@ant-design/pro-layout@6.5.14) (2020-11-10)
|
|
2025
|
-
|
|
2026
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
2027
|
-
|
|
2028
|
-
## [6.5.13](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.5.12...@ant-design/pro-layout@6.5.13) (2020-11-09)
|
|
2029
|
-
|
|
2030
|
-
### Bug Fixes
|
|
2031
|
-
|
|
2032
|
-
- **SettingDrawer:** 修复主题色 Tooltip 无提示信息问题 ([#920](https://github.com/ant-design/pro-components/issues/920)) ([a1e94ab](https://github.com/ant-design/pro-components/commit/a1e94ab81613ed47dbd70e92862f5b0227c73e5b))
|
|
2033
|
-
|
|
2034
|
-
## [6.5.12](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.5.11...@ant-design/pro-layout@6.5.12) (2020-11-04)
|
|
2035
|
-
|
|
2036
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
2037
|
-
|
|
2038
|
-
## [6.5.11](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.5.10...@ant-design/pro-layout@6.5.11) (2020-11-02)
|
|
2039
|
-
|
|
2040
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
2041
|
-
|
|
2042
|
-
## [6.5.10](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.5.9...@ant-design/pro-layout@6.5.10) (2020-10-29)
|
|
2043
|
-
|
|
2044
|
-
### Bug Fixes
|
|
2045
|
-
|
|
2046
|
-
- **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))
|
|
2047
|
-
|
|
2048
|
-
## [6.5.9](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.5.8...@ant-design/pro-layout@6.5.9) (2020-10-26)
|
|
2049
|
-
|
|
2050
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
2051
|
-
|
|
2052
|
-
## [6.5.8](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.5.7...@ant-design/pro-layout@6.5.8) (2020-10-22)
|
|
2053
|
-
|
|
2054
|
-
### Bug Fixes
|
|
2055
|
-
|
|
2056
|
-
- **layout:** fix PageContainer header ts definition ([#817](https://github.com/ant-design/pro-components/issues/817)) ([80e5b60](https://github.com/ant-design/pro-components/commit/80e5b605f2dd7c69ea2bc5607d41087926394262))
|
|
2057
|
-
|
|
2058
|
-
## [6.5.7](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.5.6...@ant-design/pro-layout@6.5.7) (2020-10-22)
|
|
2059
|
-
|
|
2060
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
2061
|
-
|
|
2062
|
-
## [6.5.6](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.5.5...@ant-design/pro-layout@6.5.6) (2020-10-21)
|
|
2063
|
-
|
|
2064
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
2065
|
-
|
|
2066
|
-
## [6.5.5](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.5.4...@ant-design/pro-layout@6.5.5) (2020-10-19)
|
|
2067
|
-
|
|
2068
|
-
### Bug Fixes
|
|
2069
|
-
|
|
2070
|
-
- **layout:** mix layout hideInMenue bug ([#767](https://github.com/ant-design/pro-components/issues/767)) ([c99b048](https://github.com/ant-design/pro-components/commit/c99b0486a218329a87424847de7cf7b7dcf5f9b7))
|
|
2071
|
-
|
|
2072
|
-
## [6.5.4](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.5.3...@ant-design/pro-layout@6.5.4) (2020-10-16)
|
|
2073
|
-
|
|
2074
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
2075
|
-
|
|
2076
|
-
## [6.5.3](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.5.2...@ant-design/pro-layout@6.5.3) (2020-10-15)
|
|
2077
|
-
|
|
2078
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
2079
|
-
|
|
2080
|
-
## [6.5.2](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.5.1...@ant-design/pro-layout@6.5.2) (2020-10-15)
|
|
2081
|
-
|
|
2082
|
-
### Bug Fixes
|
|
2083
|
-
|
|
2084
|
-
- **layout:** fixedHeader=false, offsetTop should is 0 ([#737](https://github.com/ant-design/pro-components/issues/737)) ([af2cb90](https://github.com/ant-design/pro-components/commit/af2cb908ed2a5affd8b6aae01fab90222cdea486))
|
|
2085
|
-
|
|
2086
|
-
## [6.5.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.5.0...@ant-design/pro-layout@6.5.1) (2020-10-12)
|
|
2087
|
-
|
|
2088
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
2089
|
-
|
|
2090
|
-
# [6.5.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.4.19...@ant-design/pro-layout@6.5.0) (2020-09-29)
|
|
2091
|
-
|
|
2092
|
-
### Features
|
|
2093
|
-
|
|
2094
|
-
- support get layout config from router ([#612](https://github.com/ant-design/pro-components/issues/612)) ([442096c](https://github.com/ant-design/pro-components/commit/442096c0d664c47cf82189707aa4fd0b05e61444))
|
|
2095
|
-
|
|
2096
|
-
## [6.4.19](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.4.18...@ant-design/pro-layout@6.4.19) (2020-09-22)
|
|
2097
|
-
|
|
2098
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
2099
|
-
|
|
2100
|
-
## [6.4.18](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.4.17...@ant-design/pro-layout@6.4.18) (2020-09-14)
|
|
2101
|
-
|
|
2102
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
2103
|
-
|
|
2104
|
-
## [6.4.17](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.4.16...@ant-design/pro-layout@6.4.17) (2020-09-14)
|
|
2105
|
-
|
|
2106
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
2107
|
-
|
|
2108
|
-
## [6.4.16](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.4.15...@ant-design/pro-layout@6.4.16) (2020-09-10)
|
|
2109
|
-
|
|
2110
|
-
### Bug Fixes
|
|
2111
|
-
|
|
2112
|
-
- **layout:** support using GlobalHeader prefixCls ([#411](https://github.com/ant-design/pro-components/issues/411)) ([d820fa3](https://github.com/ant-design/pro-components/commit/d820fa3aa75385b2262fe3e70101ab3664eea44f))
|
|
2113
|
-
|
|
2114
|
-
## [6.4.15](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.4.14...@ant-design/pro-layout@6.4.15) (2020-09-07)
|
|
2115
|
-
|
|
2116
|
-
### Bug Fixes
|
|
2117
|
-
|
|
2118
|
-
- **layout:** TopNavHeader 支持 less ant-prefix ([#401](https://github.com/ant-design/pro-components/issues/401)) ([4a74e59](https://github.com/ant-design/pro-components/commit/4a74e59488be7639ced85ca2deaf02eedad7838e))
|
|
2119
|
-
|
|
2120
|
-
## [6.4.14](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.4.13...@ant-design/pro-layout@6.4.14) (2020-08-31)
|
|
2121
|
-
|
|
2122
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
2123
|
-
|
|
2124
|
-
## [6.4.13](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.4.12...@ant-design/pro-layout@6.4.13) (2020-08-28)
|
|
2125
|
-
|
|
2126
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
2127
|
-
|
|
2128
|
-
## [6.4.12](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.4.11...@ant-design/pro-layout@6.4.12) (2020-08-26)
|
|
2129
|
-
|
|
2130
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
2131
|
-
|
|
2132
|
-
## [6.4.11](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.4.10...@ant-design/pro-layout@6.4.11) (2020-08-25)
|
|
2133
|
-
|
|
2134
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
2135
|
-
|
|
2136
|
-
## [6.4.10](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.4.9...@ant-design/pro-layout@6.4.10) (2020-08-24)
|
|
2137
|
-
|
|
2138
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
2139
|
-
|
|
2140
|
-
## [6.4.9](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.4.8...@ant-design/pro-layout@6.4.9) (2020-08-19)
|
|
2141
|
-
|
|
2142
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
2143
|
-
|
|
2144
|
-
## [6.4.8](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.4.7...@ant-design/pro-layout@6.4.8) (2020-08-17)
|
|
2145
|
-
|
|
2146
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
2147
|
-
|
|
2148
|
-
## [6.4.7](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.4.6...@ant-design/pro-layout@6.4.7) (2020-08-17)
|
|
2149
|
-
|
|
2150
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
2151
|
-
|
|
2152
|
-
## [6.4.6](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.4.5...@ant-design/pro-layout@6.4.6) (2020-08-14)
|
|
2153
|
-
|
|
2154
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
2155
|
-
|
|
2156
|
-
## [6.4.5](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.4.4...@ant-design/pro-layout@6.4.5) (2020-08-14)
|
|
2157
|
-
|
|
2158
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
2159
|
-
|
|
2160
|
-
## [6.4.4](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.4.3...@ant-design/pro-layout@6.4.4) (2020-08-12)
|
|
2161
|
-
|
|
2162
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
2163
|
-
|
|
2164
|
-
## [6.4.3](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.4.2...@ant-design/pro-layout@6.4.3) (2020-08-12)
|
|
2165
|
-
|
|
2166
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
2167
|
-
|
|
2168
|
-
## [6.4.2](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.4.1...@ant-design/pro-layout@6.4.2) (2020-08-12)
|
|
2169
|
-
|
|
2170
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
2171
|
-
|
|
2172
|
-
## [6.4.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.4.0-beta.1...@ant-design/pro-layout@6.4.1) (2020-08-10)
|
|
2173
|
-
|
|
2174
|
-
### Bug Fixes
|
|
2175
|
-
|
|
2176
|
-
- **layout:** optimize the style of layout ([#140](https://github.com/ant-design/pro-components/issues/140)) ([9266d7b](https://github.com/ant-design/pro-components/commit/9266d7b50c5ced934d173bf4dc5523f128c5bf02))
|
|
2177
|
-
|
|
2178
|
-
# [6.4.0-beta.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@1.0.0-beta.3...@ant-design/pro-layout@6.4.0-beta.1) (2020-07-30)
|
|
2179
|
-
|
|
2180
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
2181
|
-
|
|
2182
|
-
# [1.0.0-beta.3](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@1.0.0-beta.2...@ant-design/pro-layout@1.0.0-beta.3) (2020-07-25)
|
|
2183
|
-
|
|
2184
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|
|
2185
|
-
|
|
2186
|
-
# 1.0.0-beta.2 (2020-07-09)
|
|
2187
|
-
|
|
2188
|
-
**Note:** Version bump only for package @ant-design/pro-layout
|