instantusername / instant-username-search

⚡ Instantly search for the availability of your username on more than 100 social media sites.
https://instantusername.com
GNU General Public License v3.0
202 stars 30 forks source link

Bump antd from 3.12.1 to 3.24.2 #22

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps antd from 3.12.1 to 3.24.2.

Release notes *Sourced from [antd's releases](https://github.com/ant-design/ant-design/releases).* > ## 3.24.2 > - 🐞 修复 Table `scroll.x` 设置 `max-content` 无效导致横向滚动消失的问题。[#19284](https://github-redirect.dependabot.com/ant-design/ant-design/pull/19284) > - 🐞 修复 Table 将 `column.filterDropdown` 作为新属性设置时报错的问题。[#19302](https://github-redirect.dependabot.com/ant-design/ant-design/pull/19302) > - 🐞 Fix Upload 点击下载按钮会触发预览的问题。[#19268](https://github-redirect.dependabot.com/ant-design/ant-design/pull/19268) [@​qq645381995](https://github.com/qq645381995) > - 🐞 修复 Comment 长作者名在小屏幕上破坏布局的问题。[#19272](https://github-redirect.dependabot.com/ant-design/ant-design/pull/19272) [@​rayronvictor](https://github.com/rayronvictor) > - Typescript > - 🐞 优化 RangePicker `value` 属性定义。[#19300](https://github-redirect.dependabot.com/ant-design/ant-design/pull/19300) [@​neung123](https://github.com/neung123) > - 🐞 优化 Select `mode` 属性定义。[#19286](https://github-redirect.dependabot.com/ant-design/ant-design/pull/19286) [@​wleven](https://github.com/wleven) > - 🐞 优化 Upload `customRequest` 属性定义。[#19278](https://github-redirect.dependabot.com/ant-design/ant-design/pull/19278) [@​broder](https://github.com/broder) > > > --- > > > - 🐞 Fix Table scroll={{ x: 'max-content' }} rendered without scrollbar problem in Chrome. [#19284](https://github-redirect.dependabot.com/ant-design/ant-design/pull/19284) > - 🐞 Fix Table crash when passing `column.filterDropdown` as new prop. [#19302](https://github-redirect.dependabot.com/ant-design/ant-design/pull/19302) > - 🐞 Fix Upload `download` button trigger preview unexpectedly. [#19268](https://github-redirect.dependabot.com/ant-design/ant-design/pull/19268) [@​qq645381995](https://github.com/qq645381995) > - 🐞 Fix Comment long author name breaks on small screen. [#19272](https://github-redirect.dependabot.com/ant-design/ant-design/pull/19272) [@​rayronvictor](https://github.com/rayronvictor) > - Typescript > - 🐞 Improve RangePicker `value` types. [#19300](https://github-redirect.dependabot.com/ant-design/ant-design/pull/19300) [@​neung123](https://github.com/neung123) > - 🐞 Improve Select `mode` types. [#19286](https://github-redirect.dependabot.com/ant-design/ant-design/pull/19286) [@​wleven](https://github.com/wleven) > - 🐞 Improve Upload `customRequest` types. [#19278](https://github-redirect.dependabot.com/ant-design/ant-design/pull/19278) [@​broder](https://github.com/broder) > > ## 3.24.1 > - 🐞 Fix Table throw `React.createRef is not a function error` in old version of React . [#19262](https://github-redirect.dependabot.com/ant-design/ant-design/pull/19262) > - 🐞 Fix Table TypeScript definition missing Column and ColumnGroup. [#19251](https://github-redirect.dependabot.com/ant-design/ant-design/pull/19251) > > > --- > > > - 🐞 修复 Table 在旧版 React 会报 `React.createRef is not a function` 的错误信息。[#19262](https://github-redirect.dependabot.com/ant-design/ant-design/pull/19262) > - 🐞 修复 Table TypeScript 定义丢失 Column 和 ColumnGroup 的问题。[#19251](https://github-redirect.dependabot.com/ant-design/ant-design/pull/19251) > > ## 3.24.0 > - 🔥 Promote [Yuque](https://www.yuque.com/?chInfo=ch_antd) on home page. > - Table > - 🌟 Added `tableLayout` property for `table-layout` attribute. And using `tableLayout="fixed"` by default in scroll table to resolve align issue caused by cell content. [#17284](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17284) > - 🌟 Added `column.ellipsis` to ellipsize cell content. > - 🌟 Added the `scroll.scrollToFirstRowOnChange` property to set whether to scroll to the top of the table after page changing. [#18726](https://github-redirect.dependabot.com/ant-design/ant-design/pull/18726) > - 🌟 `filterDropdown` added a `visible` parameter to get the display state of the dropdown box. [#17614](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17614) [@​sedx](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17614) > - 🌟 `title` added a `sortColumn` parameter to get the currently sorted column. [#19012](https://github-redirect.dependabot.com/ant-design/ant-design/pull/19012) [@​swillis12](https://github.com/swillis12) > - 🌟 The `sorter` parameter of `onChange` will always contain `column` information when sorting. [#19226](https://github-redirect.dependabot.com/ant-design/ant-design/pull/19226) > - 🐞 Fix Table filter submenu checkbox margin. [#e1a4f28](https://github.com/ant-design/ant-design/commit/e1a4f2891e3c35ae26495432bd2d288d4d81064a) > - 🌟 Anchor added a `onChange` attribute to listen for changes to anchor links. [#18715](https://github-redirect.dependabot.com/ant-design/ant-design/pull/18715) > - Upload > - 🌟 Added `showDownloadIcon` attribute to display download icon. [#18664](https://github-redirect.dependabot.com/ant-design/ant-design/pull/18664) [@​qq645381995](https://github.com/qq645381995) > - 🌟 Support for `onRemove` control of upload interrupts. [#18937](https://github-redirect.dependabot.com/ant-design/ant-design/pull/18937) [@​ladjzero](https://github.com/ladjzero) > - 🌟 Input.Search added a `loading` property to show the state in the load. [#18771](https://github-redirect.dependabot.com/ant-design/ant-design/pull/18771) > - 🌟 Grid's `gutter` property added support for vertical spacing. Now you can set an array for `gutter` and the second value of the array for vertical spacing. [#18979](https://github-redirect.dependabot.com/ant-design/ant-design/pull/18979) > ... (truncated)
Changelog *Sourced from [antd's changelog](https://github.com/ant-design/ant-design/blob/master/CHANGELOG.en-US.md).* > ## 3.24.2 > > `2019-10-19` > > - 🐞 Fix Table `scroll={{ x: 'max-content' }}` rendered without scrollbar problem in Chrome. [#19284](https://github-redirect.dependabot.com/ant-design/ant-design/pull/19284) > - 🐞 Fix Table crash when passing `column.filterDropdown` as new prop. [#19302](https://github-redirect.dependabot.com/ant-design/ant-design/pull/19302) > - 🐞 Fix Upload `download` button trigger preview unexpectedly. [#19268](https://github-redirect.dependabot.com/ant-design/ant-design/pull/19268) [@​qq645381995](https://github.com/qq645381995) > - 🐞 Fix Comment long author name breaks on small screen. [#19272](https://github-redirect.dependabot.com/ant-design/ant-design/pull/19272) [@​rayronvictor](https://github.com/rayronvictor) > - Typescript > - 🐞 Improve RangePicker `value` types. [#19300](https://github-redirect.dependabot.com/ant-design/ant-design/pull/19300) [@​neung123](https://github.com/neung123) > - 🐞 Improve Select `mode` types. [#19286](https://github-redirect.dependabot.com/ant-design/ant-design/pull/19286) [@​wleven](https://github.com/wleven) > - 🐞 Improve Upload `customRequest` types. [#19278](https://github-redirect.dependabot.com/ant-design/ant-design/pull/19278) [@​broder](https://github.com/broder) > > ## 3.24.1 > > `2019-10-17` > > - 🐞 Fix Table throw `React.createRef is not a function error` in old version of React . [#19262](https://github-redirect.dependabot.com/ant-design/ant-design/pull/19262) > - 🐞 Fix Table TypeScript definition missing Column and ColumnGroup. [#19251](https://github-redirect.dependabot.com/ant-design/ant-design/pull/19251) > > ## 3.24.0 > > `2019-10-16` > > - 🔥 Promote [Yuque](https://www.yuque.com/?chInfo=ch_antd) on home page. > - Table > - 🌟 Added `tableLayout` property for `table-layout` attribute. And using `tableLayout="fixed"` by default in scroll table to resolve align issue caused by cell content. [#17284](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17284) > - 🌟 Added `column.ellipsis` to ellipsize cell content. > - 🌟 Added the `scroll.scrollToFirstRowOnChange` property to set whether to scroll to the top of the table after page changing. [#18726](https://github-redirect.dependabot.com/ant-design/ant-design/pull/18726) > - 🌟 `filterDropdown` added a `visible` parameter to get the display state of the dropdown box. [#17614](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17614) [@​sedx](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17614) > - 🌟 `title` added a `sortColumn` parameter to get the currently sorted column. [#19012](https://github-redirect.dependabot.com/ant-design/ant-design/pull/19012) [@​swillis12](https://github.com/swillis12) > - 🌟 The `sorter` parameter of `onChange` will always contain `column` information when sorting. [#19226](https://github-redirect.dependabot.com/ant-design/ant-design/pull/19226) > - 🐞 Fix Table filter submenu checkbox margin. [#e1a4f28](https://github.com/ant-design/ant-design/commit/e1a4f2891e3c35ae26495432bd2d288d4d81064a) > - 🌟 Anchor added a `onChange` attribute to listen for changes to anchor links. [#18715](https://github-redirect.dependabot.com/ant-design/ant-design/pull/18715) > - Upload > - 🌟 Added `showDownloadIcon` attribute to display download icon. [#18664](https://github-redirect.dependabot.com/ant-design/ant-design/pull/18664) [@​qq645381995](https://github.com/qq645381995) > - 🌟 Support for `onRemove` control of upload interrupts. [#18937](https://github-redirect.dependabot.com/ant-design/ant-design/pull/18937) [@​ladjzero](https://github.com/ladjzero) > - 🌟 Input.Search added a `loading` property to show the state in the load. [#18771](https://github-redirect.dependabot.com/ant-design/ant-design/pull/18771) > - 🌟 Grid's `gutter` property added support for vertical spacing. Now you can set an array for `gutter` and the second value of the array for vertical spacing. [#18979](https://github-redirect.dependabot.com/ant-design/ant-design/pull/18979) > - 🌟 message added support for updating content with a unique key. [#18678](https://github-redirect.dependabot.com/ant-design/ant-design/pull/18678) > - 🌟 Layout added a `zeroWidthTriggerStyle` property to control the style of the special `trigger` that appears when `collapsedWidth` is `0`. [#19079](https://github-redirect.dependabot.com/ant-design/ant-design/pull/19079) > - 🌟 Drawer added the `drawerStyle` and `headerStyle` properties. [#19109](https://github-redirect.dependabot.com/ant-design/ant-design/pull/19109) > - PageHeader > - 💄 Redesigned. [#19100](https://github-redirect.dependabot.com/ant-design/ant-design/pull/19100) > - 🌟 Added `ghost` property to set whether white background is needed. [#19100](https://github-redirect.dependabot.com/ant-design/ant-design/pull/19100) > - ConfigProvider > - 🌟 Added `pageHeader` to globally control the style of PageHeader. [#19100](https://github-redirect.dependabot.com/ant-design/ant-design/pull/19100) > - 🐞 Fixed the issue that `moment` can't be tree-shark. [#19115](https://github-redirect.dependabot.com/ant-design/ant-design/pull/19115) > - 🐞 Fixed the issue that the `removeIcon` and `clearIcon` properties of TreeSelect didn't work. [#18949](https://github-redirect.dependabot.com/ant-design/ant-design/pull/18949) > - 🐞 Fixed the issue that the `switcherIcon` does not take effect after the Tree setting `showLine`. [#18829](https://github-redirect.dependabot.com/ant-design/ant-design/pull/18829) [@​MrHeer](https://github.com/MrHeer) > ... (truncated)
Commits - [`ee6f2d3`](https://github.com/ant-design/ant-design/commit/ee6f2d34dd569eb057d54bbb3439c214d3bdb9d5) :sparkles: release 3.24.2 - [`b9b239e`](https://github.com/ant-design/ant-design/commit/b9b239ec08565879c2a85140ea6caa409e4d86cc) test: add test case for ref test ([#19302](https://github-redirect.dependabot.com/ant-design/ant-design/issues/19302)) - [`e7ebf85`](https://github.com/ant-design/ant-design/commit/e7ebf857bd000020dacb367ccd92c153efa11f87) fix([#18280](https://github-redirect.dependabot.com/ant-design/ant-design/issues/18280)): add type [Moment.moment, undefined] to RangePickerValue ([#19300](https://github-redirect.dependabot.com/ant-design/ant-design/issues/19300)) - [`cd6ff75`](https://github.com/ant-design/ant-design/commit/cd6ff75ab2848d515b05c33b21e395c896d98242) test: official site checker before publish ([#19247](https://github-redirect.dependabot.com/ant-design/ant-design/issues/19247)) - [`8a715d0`](https://github.com/ant-design/ant-design/commit/8a715d09918eae41d52e84748bed037c2d0b6e42) :memo: :clapper: improve grid demo and documentaion - [`13d219c`](https://github.com/ant-design/ant-design/commit/13d219c439b4cb43fb04fdb1ef34827f0130cd18) :bug: Fix Table scroll.x max-content not working - [`63feb68`](https://github.com/ant-design/ant-design/commit/63feb6860a7c1ca59357b5bead2267371436e9f7) Fix Select Mode Type - [`9cfc151`](https://github.com/ant-design/ant-design/commit/9cfc151813dacb32170cf70a309ceed9c99c004e) Fix Select Mode Type - [`53c55ce`](https://github.com/ant-design/ant-design/commit/53c55ceaadb78add76b553183f3de28a24e36d96) Fix Select Mode Type - [`59ec7f3`](https://github.com/ant-design/ant-design/commit/59ec7f3b8f7f912d639d5d0dd64804f18b58e126) corrected the typographical error of word 'case' to 'care' ([#19290](https://github-redirect.dependabot.com/ant-design/ant-design/issues/19290)) - Additional commits viewable in [compare view](https://github.com/ant-design/ant-design/compare/3.12.1...3.24.2)


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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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) - 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 #30.