Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโ€™ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump antd from 3.19.3 to 3.20.1 #42

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps antd from 3.19.3 to 3.20.1.

Release notes

Sourced from antd's releases.

3.20.1

  • ๐Ÿ’„ Optimize TimePicker focus style. #17447
  • ๐Ÿ’„ Optimize DatePicker arrow style for resolve messy when not use utf-8. #17480
  • ๐Ÿž Remove useless props which Drawer pass to rc-drawer for avoid error. #17390
  • ๐Ÿž Fix Tabs disabled tab and next icon style. #17500
  • ๐Ÿž Fix Result's problem that the className is empty and the class name is wrong. #17389
  • ๐Ÿž Fix DatePicker's input box is obscured on safari. #17421
  • ๐Ÿž Fix typo icon name colum-height to column-height. #17458
  • TypeScript

  • ๐Ÿ’„ ไผ˜ๅŒ– TimePicker ่š็„ฆ็Šถๆ€็š„ๆ ทๅผใ€‚#17447
  • ๐Ÿ’„ ไผ˜ๅŒ– DatePicker ็ฎญๅคดๆ ทๅผ๏ผŒ่งฃๅ†ณ้ž utf-8 ็ผ–็ ไธ‹็ฎญๅคดๆ ทๅผไนฑ็ ็š„้—ฎ้ข˜ใ€‚#17480
  • ๐Ÿž ๅˆ ้™ค Drawer ไธญไผ ็ป™ rc-drawer ็š„ไธๅฟ…่ฆ็š„ๅฑžๆ€ง้ฟๅ…ๆŠฅ้”™ใ€‚#17390
  • ๐Ÿž ไฟฎๅค Tabs ๅฝ“ๅ‰ๅคฑๆ•ˆ้กต็ญพๆ ทๅผไปฅๅŠๅˆ‡ๆขๅ›พๆ ‡้”™ไฝ 2px ็š„้—ฎ้ข˜ใ€‚#17500
  • ๐Ÿž ไฟฎๅค Result ็ป„ไปถ className ไธบ็ฉบ้€ ๆˆ็ฑปๅ้”™่ฏฏ็š„้—ฎ้ข˜ใ€‚#17389
  • ๐Ÿž ไฟฎๅค safari ๆต่งˆๅ™จ DatePicker ็ป„ไปถ่พ“ๅ…ฅๆก†่ขซ้ฎๆŒก็š„้—ฎ้ข˜ใ€‚#17421
  • ๐Ÿž ไฟฎๅคๅ›พๆ ‡ๅ colum-height ไธบ column-heightใ€‚#17458
  • TypeScript
    • ๐Ÿž ไฟฎๅค Form onSubmit TypeScript ๅฎšไน‰ใ€‚#17412
    • ๐Ÿž ไฟฎๅค AutoComplete ๅคšไฝ™็š„ loading ๅฑžๆ€ง TypeScript ๅฎšไน‰ใ€‚#17433
    • ๐Ÿž ไฟฎๅค Switch ็š„ onClick ็š„ TypeScript ๅฎšไน‰ใ€‚#17502 @โ€‹DiamondYuan

3.20.0

  • ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ Add Result Used to feed back the results of a series of operational tasks.
  • ๐Ÿ”ฅ Descriptions support vertical layout. #17330 @โ€‹hengkx
  • ๐Ÿ”ฅ Progress.Circle support gradient line color. #17315 @โ€‹hengkx
    Progress
  • ๐Ÿ”ฅ Optimize PageHeader className naming. #17321
  • ๐Ÿž Drawer fixes maskCloseble to false, keyboard ESC closes invalid. #17316
  • ๐Ÿž Fixed an issue where Drawer closes not calling afterVisibleChange in Edge. #17311
  • ๐ŸŒŸ Drawer adds keyboard to allow opening and closing of responses to keyboard events. #17316
  • ๐ŸŒŸ Popconfirm adds the disabled props to control whether the click child element pops up. #16985 @โ€‹lhyt
  • โŒจ๏ธ Improve TimePicker accessibility. #17099
  • ๐Ÿ’„ Fix Tooltip arrow shadow style. #17264
  • ๐Ÿž Fix Descriptions.Item not support className. #17280
  • ๐Ÿž Fixing Descriptions.Item does not set a label and will also display the : question. #17337
  • ๐Ÿž Fixed the incorrect color of the placeholder of the Mentions. #17317
  • ๐Ÿž Fixed incorrect line-height for Mentions. #17347
  • ๐Ÿ’„ Fixed small Table header background to white according to design spec. #17351
  • ๐ŸŒŸ The CheckboxGrouponChange value keeps the order of the options. #17342 @โ€‹yoyo837
  • ๐Ÿž Fix Tooltip not work correctly on disabled Switch. #17372
  • ๐Ÿ’„ add variables #16843 #17031 #16996 @โ€‹alxkosov:
    • @dropdown-line-height
... (truncated)
Changelog

Sourced from antd's changelog.

3.20.1

  • ๐Ÿ’„ Optimize TimePicker focus style. #17447
  • ๐Ÿ’„ Optimize DatePicker arrow style for resolve messy when not use utf-8. #17480
  • ๐Ÿž Remove useless props which Drawer pass to rc-drawer for avoid error. #17390
  • ๐Ÿž Fix Tabs disabled tab and next icon style. #17500
  • ๐Ÿž Fix Result's problem that the className is empty and the class name is wrong. #17389
  • ๐Ÿž Fix DatePicker's input box is obscured on safari. #17421
  • ๐Ÿž Fix typo icon name colum-height to column-height. #17458
  • TypeScript

3.20.0

  • ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ Add Result Used to feed back the results of a series of operational tasks.
  • ๐Ÿ”ฅ Descriptions support vertical layout. #17330 @โ€‹hengkx
  • ๐Ÿ”ฅ Progress.Circle support gradient line color. #17315 @โ€‹hengkx
Progress
  • ๐Ÿ”ฅ Optimize PageHeader className naming. #17321
  • ๐Ÿž Drawer fixes maskCloseble to false, keyboard ESC closes invalid. #17316
  • ๐Ÿž Fixed an issue where Drawer closes not calling afterVisibleChange in Edge. #17311
  • ๐ŸŒŸ Drawer adds keyboard to allow opening and closing of responses to keyboard events. #17316
  • ๐ŸŒŸ Popconfirm adds the disabled props to control whether the click child element pops up. #16985 @โ€‹lhyt
  • โŒจ๏ธ Improve TimePicker accessibility. #17099
  • ๐Ÿ’„ Fix Tooltip arrow shadow style. #17264
  • ๐Ÿž Fix Descriptions.Item not support className. #17280
  • ๐Ÿž Fixing Descriptions.Item does not set a label and will also display the : question. #17337
  • ๐Ÿž Fixed the incorrect color of the placeholder of the Mentions. #17317
  • ๐Ÿž Fixed incorrect line-height for Mentions. #17347
  • ๐Ÿ’„ Fixed small Table header background to white according to design spec. #17351
  • ๐ŸŒŸ The CheckboxGrouponChange value keeps the order of the options. #17342 @โ€‹yoyo837
  • ๐Ÿž Fix Tooltip not work correctly on disabled Switch. #17372
  • ๐Ÿ’„ Add variables #16843 #17031 #16996 @โ€‹alxkosov:
    • @dropdown-line-height
    • @dropdown-font-size
    • @dropdown-vertical-padding
    • @collapse-panel-border-radius
    • @table-body-selected-sort-bg
    • @table-selected-row-hover-bg
  • TypeScript
    • ๐ŸŒŸ Improve the type definition of the Switch. #17331
    • ๐Ÿž Skeleton AvatarProps size supports number. #17331
  • ๐Ÿ“ Updated several documents. #17336 #17345 #17355

3.19.8

... (truncated)
Commits
  • bc6c0f1 chore: changelog for 3.20.1 (#17499)
  • 1d2bc07 fix: some tabs style (#17500)
  • 47b85c9 lock @babel/plugin-transform-typescript to ~7.4.5
  • 4d1fe60 lock @babel/plugin-transform-typescript again
  • e9b370d ๐Ÿ“ Add documentation for LocaleProvider and List
  • 0f6b8c8 ๐Ÿ†™ upgrade react-dnd
  • b9ffa8a Merge pull request #17502 from ant-design/fix/fix-switch-type
  • 6b7ad10 fix: fix type of SwitchProps
  • c484fdf โšก Remove @babel/plugin-transform-typescript dep
  • 5375bf0 Merge pull request #17480 from ant-design/change-date-picker-arrow
  • Additional commits viewable in compare view

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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it
  • @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:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [antd](https://github.com/ant-design/ant-design) from 3.19.3 to 3.20.1.
- [Release notes](https://github.com/ant-design/ant-design/releases)
- [Changelog](https://github.com/ant-design/ant-design/blob/master/CHANGELOG.en-US.md)
- [Commits](ant-design/ant-design@3.19.3...3.20.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants