react-component / form

React High Order Form Component(web & react-native)
http://react-component.github.io/form/
MIT License
1.81k stars 295 forks source link

build(deps-dev): bump antd from 3.26.14 to 4.1.0 #379

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps antd from 3.26.14 to 4.1.0.

Release notes

Sourced from antd's releases.

4.1.0

  • 🔥 Support compact mode theme. #22126 @AshoneA
  • 🔥 New Space component to resolve inline component margin style. #22363
  • 🔥 DatePicker support quarter picker. #22468
  • 🆕 Tree/TreeSelect/Select support virtual prop to disable virtual scroll. #21955
  • 🆕 Improve Pagination switch experience. #22711
    • Pagination will show size changer when total > 50.
    • Unify Pagination items to fixed length.
    • Change default size options to 10, 20, 50, 100.
  • Table
    • 🆕 Table pagination position add more option. #22647 @hengkx
    • 🆕 Table selection column support renderCell. #21711
    • 🆕 Table sorter adding hint tooltip and a new prop showSorterTooltip. #21631 @AshoneA
  • 🆕 Tag component support icon prop. #22418 @vtsybulin
  • 🆕 Grid add useBreakpoint hook. #22226
  • 🆕 Card support tabProps. #22207
  • 🆕 Pagination add autoResize prop. #21959 @wendellhu95
  • 🆕 Add render props support for Popover/Popconfirm. #22034 @nossbigg
  • 🆕 TimePicker.RangePicker support order prop. #21948
  • 🆕 Carousel dots support object to pass className. #21848
  • 🆕 Form validateMessages support ${label} variable. #21835
  • 🆕 Expose all Dropdown props in Breadcrumb.Item. #20763 @paranoidjk
  • ⌨️ Improve Tabs Accessibility. #22287
    • Add Tabs keyboard prop.
    • Tabs extraContent don't trigger keyboard navigation now.
  • 🛠 Warning Form.Item with defaultValue when it's controlled. #22571
  • 🛠 Menu.Item Tooltip could be hidden by falsy title prop. #22202
  • 🛠 Typography onExpand function support event parameter. #22092 @BlazPocrnja
  • 🛠 Simplify Popconfirm and Popover dom structure. #22052
  • 🐞 Fix Autocomplete display null when value is null. #21955
  • 🐞 Adjust Drawer close button without title style to avoid overlap with scroll bar. #22710
  • 🐞 Fix Calendar style details. #22676
  • Table
    • 🐞 Fix Table fixed column shadow style in Safari. #22680
    • 🐞 Fix Table style affect nest table element. #22643
    • 🐞 Fix Table emptyText is not centered and show pagination when empty data. #22548 @hengkx
    • 🐞 Fix Table rowSelection event bubbling with onRow. #22566 @hengkx
  • 🐞 Fix Input with suffix only align style issue. #22603
  • 🐞 Fix Alert cannot work with Tooltip/Popover. #22594
  • 🐞 Fix nest dynamic Form.Item get react unmounted update warning. #22575
  • 💄 Adjust Tag processing status color. #22303
  • 💄 Remove Select dropdown group title mouse click style. #22581
  • 💄 Redesign Table filter menu buttons and fix Dropdown edge padding style. #22072
  • 💄 Move @form-item-label-height from form styles to theme variables. #22600 @slavakam
  • 💄 Add less variables @link-focus-decoration and @link-focus-outline. #22511
  • 💄 add separator cursor disabled of DatePicker. #22563
  • RTL
    • 💄 Optimize Checkbox inner RTL style issue. #22627
    • 🐞 Optimize Upload picture-card RTL style issue. #22630
    • 🐞 Fix Badge RTL number style issue. #22665
... (truncated)
Changelog

Sourced from antd's changelog.

4.1.0

2020-03-29

  • 🔥 Support compact mode theme. #22126 @AshoneA
  • 🔥 New Space component to resolve inline component margin style. #22363
  • 🔥 DatePicker support quarter picker. #22468
  • 🆕 Tree/TreeSelect/Select support virtual prop to disable virtual scroll. #21955
  • 🆕 Improve Pagination switch experience. #22711
    • Pagination will show size changer when total > 50.
    • Unify Pagination items to fixed length.
    • Change default size options to 10, 20, 50, 100.
  • Table
    • 🆕 Table pagination position add more option. #22647 @hengkx
    • 🆕 Table selection column support renderCell. #21711
    • 🆕 Table sorter adding hint tooltip and a new prop showSorterTooltip. #21631 @AshoneA
  • 🆕 Tag component support icon prop. #22418 @vtsybulin
  • 🆕 Grid add useBreakpoint hook. #22226
  • 🆕 Card support tabProps. #22207
  • 🆕 Pagination add autoResize prop. #21959 @wendellhu95
  • 🆕 Add render props support for Popover/Popconfirm. #22034 @nossbigg
  • 🆕 TimePicker.RangePicker support order prop. #21948
  • 🆕 Carousel dots support object to pass className. #21848
  • 🆕 Form validateMessages support ${label} variable. #21835
  • 🆕 Expose all Dropdown props in Breadcrumb.Item. #20763 @paranoidjk
  • ⌨️ Improve Tabs Accessibility. #22287
    • Add Tabs keyboard prop.
    • Tabs extraContent don't trigger keyboard navigation now.
  • 🛠 Warning Form.Item with defaultValue when it's controlled. #22571
  • 🛠 Menu.Item Tooltip could be hidden by falsy title prop. #22202
  • 🛠 Typography onExpand function support event parameter. #22092 @BlazPocrnja
  • 🛠 Simplify Popconfirm and Popover dom structure. #22052
  • 🐞 Fix Autocomplete display null when value is null. #21955
  • 🐞 Adjust Drawer close button without title style to avoid overlap with scroll bar. #22710
  • 🐞 Fix Calendar style details. #22676
  • Table
    • 🐞 Fix Table fixed column shadow style in Safari. #22680
    • 🐞 Fix Table style affect nest table element. #22643
    • 🐞 Fix Table emptyText is not centered and show pagination when empty data. #22548 @hengkx
    • 🐞 Fix Table rowSelection event bubbling with onRow. #22566 @hengkx
  • 🐞 Fix Input with suffix only align style issue. #22603
  • 🐞 Fix Alert cannot work with Tooltip/Popover. #22594
  • 🐞 Fix nest dynamic Form.Item get react unmounted update warning. #22575
  • 💄 Adjust Tag processing status color. #22303
  • 💄 Remove Select dropdown group title mouse click style. #22581
  • 💄 Redesign Table filter menu buttons and fix Dropdown edge padding style. #22072
  • 💄 Move @form-item-label-height from form styles to theme variables. #22600 @slavakam
  • 💄 Add less variables @link-focus-decoration and @link-focus-outline. #22511
  • 💄 add separator cursor disabled of DatePicker. #22563
  • RTL
... (truncated)
Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

Superseded by #383.