Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

Commit

Permalink
Merge #163
Browse files Browse the repository at this point in the history
163: Update dependency antd to v3.5.3 r=rehandalal a=renovate[bot]

This Pull Request updates dependency [antd](https://github.com/ant-design/ant-design) from `v3.5.2` to `v3.5.3`



<details>
<summary>Release Notes</summary>

### [`v3.5.3`](https://github.com/ant-design/ant-design/releases/3.5.3)
[Compare Source](ant-design/ant-design@3.5.2...3.5.3)
- 🐞 Fix `Affix` with offsetTop === 0, value becomes `undefined` problem [#&#8203;10566](`https://github.com/ant-design/ant-design/pull/10566`)
- 🐞 Fixed issue with shaded `Input.Group` component shadows[#&#8203;10230](`https://github.com/ant-design/ant-design/issues/10230`)
- 🐞 Fixed issue where the `Transfer` component checkbox event fired twice [#&#8203;10480](`https://github.com/ant-design/ant-design/issues/10480`)
- 💄 Unifying the name of the variable [12d3046](ant-design/ant-design@12d3046)
- 💄 Fine-tuned the style of `Dropdown` [8e2f72f](ant-design/ant-design@8e2f72f)
- 💄 The components of the Chinese document will now be demonstrated using Chinese language packages. [9b17a94](ant-design/ant-design@9b17a94)
- 💄 The main theme switch was changed to `antd-theme-generato`, thanks to the work of [@&#8203;mzohaibqc].
- TypeScript
  - 🐞 Fixed an issue with the type of gutter attribute in `Row` [b7d508e](ant-design/ant-design@b7d508e)
  - 💄 Improved the `Form` component type [#&#8203;10564](`https://github.com/ant-design/ant-design/pull/10564`)
  - 💄 Improved the `Button` and `Tag` types[1ed9fed](ant-design/ant-design@1ed9fed)


---


- 🐞 修复了 `Affix` 当 `offsetTop === 0`, 值将变为 `undefined` 的问题 [#&#8203;10566](`https://github.com/ant-design/ant-design/pull/10566`)
- 🐞 修复了 `Menu` item 中的高亮链接颜色问题 [09d5e36](ant-design/ant-design@09d5e36)
- 🐞 修复了 `Input.Group` 组件阴影被遮盖的问题 [#&#8203;10230](`https://github.com/ant-design/ant-design/issues/10230`)
- 🐞 修复了 `Transfer` 组件 checkbox 事件触发两次的问题 [`#10480`](`https://github.com/ant-design/ant-design/issues/10480`)
- 💄 统一 less 的变量命名 [12d3046](ant-design/ant-design@12d3046)
- 💄 微调了 `Dropdown` 的样式 [8e2f72f](ant-design/ant-design@8e2f72f)
- 💄 现在中文文档的组件会用中文语言包进行演示。[9b17a94](ant-design/ant-design@9b17a94)
- 💄 主站主题切换 修改为 `antd-theme-generato` ,感谢 [@&#8203;mzohaibqc] 的工作.
- TypeScript
  - 🐞 修复了 `Row` 中 gutter 属性的类型问题 [b7d508e](ant-design/ant-design@b7d508e)
  - 💄 改进了 `Form` 组件类型 [#&#8203;10564](`https://github.com/ant-design/ant-design/pull/10564`)
  - 💄 改进了 `Button` 和 `Tag` 类型 [1ed9fed](ant-design/ant-design@1ed9fed)

---

</details>




---

This PR has been generated by [Renovate Bot](https://renovatebot.com).

Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
bors[bot] and renovate-bot committed May 21, 2018
2 parents 2747a05 + 68c11cf commit a628350
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"homepage": "/",
"dependencies": {
"antd": "3.5.2",
"antd": "3.5.3",
"auth0-js": "9.5.1",
"autobind-decorator": "2.1.0",
"enzyme-adapter-react-16": "1.1.1",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,9 @@ [email protected]:
shallowequal "^1.0.1"
warning "~3.0.0"

[email protected].2:
version "3.5.2"
resolved "https://registry.yarnpkg.com/antd/-/antd-3.5.2.tgz#f27356289788dbe463103f0ab715345ac7ca8cee"
[email protected].3:
version "3.5.3"
resolved "https://registry.yarnpkg.com/antd/-/antd-3.5.3.tgz#92249afbb1d0f90b4ea2832362b371a24cb5e3bd"
dependencies:
array-tree-filter "^2.0.0"
babel-runtime "6.x"
Expand Down

0 comments on commit a628350

Please sign in to comment.