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
Add position config for List pagination #10581
Add position config for List pagination #10581
Conversation
Deploy preview for ant-design ready! Built with commit 473779d |
@afc163 Can we update the test snapshots by sync master to feature-3.6.0 branch? The dependency packages updated and caused the snapshot tests failing. |
done |
You don't need to close PR, just rebase |
@afc163 I'm cleaning another same name branch |
Codecov Report
@@ Coverage Diff @@
## feature-3.6.0 #10581 +/- ##
=================================================
- Coverage 86.51% 86.44% -0.07%
=================================================
Files 196 196
Lines 4798 4803 +5
Branches 1340 1344 +4
=================================================
+ Hits 4151 4152 +1
- Misses 644 648 +4
Partials 3 3
Continue to review full report at Codecov.
|
177: Update dependency antd to v3.6.1 r=rehandalal a=renovate[bot] This Pull Request updates dependency [antd](https://github.com/ant-design/ant-design) from `v3.5.4` to `v3.6.1` <details> <summary>Release Notes</summary> ### [`v3.6.1`](https://github.com/ant-design/ant-design/releases/3.6.1) [Compare Source](ant-design/ant-design@3.6.0...3.6.1) *🐞 修复一个 Typescript 的编译错误。 --- *🐞 Fixing a Typescript compilation error. --- ### [`v3.6.0`](https://github.com/ant-design/ant-design/releases/3.6.0) [Compare Source](ant-design/ant-design@3.5.4...3.6.0) *🌟 `Form`'s error message now can be customized with ReactNode. [#​10136](`ant-design/ant-design#10136) [@​lovekonakona] *🌟 `List` support customized configuration for position of pagination. [#​10581](`ant-design/ant-design#10581) [@​zheeeng] *🌟 `Layout.Sider` now can be configured with `light` or `dark` theme. [#​10142](`ant-design/ant-design#10142) [@​pd4d10] *🌟 Ant Design official site now supports offline mode. [#​10625](`ant-design/ant-design#10625) *🌟 `Transfer` adding `style` and `operationStyle` props for further customization. [@​eduludi] *🌟 `Message` adds a promisfied interface to handle callback. [#​10421](`ant-design/ant-design#10421) [@​zhujinxuan] *🐞 Fix compilation issue with typescript@​v2.9.1 . [#​10729](`ant-design/ant-design#10729) [@​karol-majewski] *🐞 Fix a bug in `Menu` where outer menu item not highlighting while inner item is selected. [#​8666](`ant-design/ant-design#8666) [@​stonehank] *🐞 Affix `offsetBottom` not working. [#​10674](`ant-design/ant-design#10674) --- *🌟 `Form` 表单错误信息展示支持传入 ReactNode。 [#​10136](`ant-design/ant-design#10136) [@​lovekonakona] *🌟 `List` 组件支持指定分页器的位置。 [#​10581](`ant-design/ant-design#10581) [@​zheeeng] *🌟 `Layout.Sider` 支持 dark/light 主题定制。 [#​10142](`ant-design/ant-design#10142) [@​pd4d10] *🌟 支持 Ant Design 站点的离线模式。 [#​10625](`ant-design/ant-design#10625) *🌟 `Transfer` 新增 `style` 以及 `operationStyle` 属性配置样式。 [@​eduludi] *🌟 `Message` 增加 promise 化的回调接口。 [#​10421](`ant-design/ant-design#10421) [@​zhujinxuan] *🐞 修复编译时 typescript v2.9.1兼容性问题。 [#​10729](`ant-design/ant-design#10729) [@​karol-majewski] *🐞 修复 `Menu` 嵌套超过两层时选中最里层后对应最外层没有亮起问题。 [#​8666](`ant-design/ant-design#8666) [@​stonehank] *🐞 修复 `Affix` 组件 offsetBottom 无效问题。 [#​10674](`ant-design/ant-design#10674) --- </details> --- This PR has been generated by [Renovate Bot](https://renovatebot.com). Co-authored-by: Renovate Bot <bot@renovateapp.com>
First of all, thank you for your contribution! :-)
Please makes sure that these checkboxes are checked before submitting your PR, thank you!
master
, feature for latest active branchfeature-x.x
.npm run lint
and fix those errors before submitting in order to keep consistent code style.Extra checklist:
if isBugFix :
elif isNewFeature :