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

Add changelog of 3.10.1 #12615

Merged
merged 9 commits into from
Oct 12, 2018
Merged

Add changelog of 3.10.1 #12615

merged 9 commits into from
Oct 12, 2018

Conversation

afc163
Copy link
Member

@afc163 afc163 commented Oct 12, 2018

  • 🎉 Ant Design Mobile of Angular(NG-ZORRO-Mobile)发布!
  • 📝 更新 项目实战 文档为最新的 umi 技术栈。
  • Table
    • 🐞 修复未指定排序的列头点击时也会触发排序的问题。#12515
    • 🐞 修复列头多余的排序 title 提示。#12613
    • 🐞 修复排序和右对齐的列样式错位的问题。#12552
    • 🐞 修复一个 columns 定义在 render 内时排序失效的问题。#12571
    • 🐞 修复小号表格下排序列的列头背景色。
    • 🐞 修复 Table 的选择器在 chrome 下选中样式的重影问题。5bef1aa
    • 🐞 修复 FormItem 内的 Table 分页样式。#12554
  • DatePicker
    • 🐞 调整意大利国际化文案。#12413 @yp
    • 🐞 修复选择完成后选择框没有获取焦点的问题。#12475
    • 🐞 修复在 Input.Group 内使用时日期图标消失的问题。#12536
  • 🐞 修复 Anchor 中文字边缘被切割的问题。#12520
  • 🐞 修复 Drawer 设置无遮罩时依然挡住了页面元素的问题。#12401
  • 🐞 修复 AutoComplete 下使用自定义 Input.TextArea 下失效样式丢失的问题。#12594
  • 🐞 修复 Modal.confirm 的 prefixCls 属性没有透传给 mask 的问题,并调整了默认的 prefixCls 的值为 ant-model-confirm#12546
  • 🐞 修复 Input.Group 在 safari 下的一个对齐问题。#12493
  • 🐞 修复独自使用 <Badge /> 时的垂直对齐。#12419
  • 🐞 修复 Tree.DirectoryTree 点击切换图标和点击文本时 onExpand 参数不一致的问题。#12567
  • 🐞 修复在 IE11 下错误聚焦到表单状态图标的问题。#12524 @siyu77
  • 🐞 修复多选 Select 多次点击输入框时会反复触发 onFocusonBlur 的问题。#12281 @Frezc
  • TypeScript
    • 🐞 补充 Steps 的 labelPlacement 属性定义。#12575 @yueyes
    • 🐞 补充 Select.Option 的 style 属性定义。#12609 @dimitropoulos
    • 🐞 修复 form.validateFields 的定义重载问题。#12538 @TomIsion
    • 🐞 补充 AutoComponent 的 onFocus onBlur 定义。#12498

- 🐞 修复独自使用 `<Badge />` 时的垂直对齐。[#12419](https://github.com/ant-design/ant-design/issues/12419)
- 🐞 修复 Tree.DirectoryTree 点击切换图标和点击文本时 `onExpand` 参数不一致的问题。[#12567](https://github.com/ant-design/ant-design/issues/12567)
- 🐞 修复在 IE11 下错误聚焦到表单状态图标的问题。[#12524](https://github.com/ant-design/ant-design/pull/12524) [@siyu77](https://github.com/siyu77)
- 🐞 修复 Table 里的 Checkbox 在 chrome 下选中样式的重影问题。[5bef1aa](https://github.com/ant-design/ant-design/commit/5bef1aa6c2e792180ef8d53a1f1489376b8e35db)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

可以跟上面的 Table 写到一起

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个其实是 Checkbox 问题。

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

好像也是 Table.rowSelection 问题。

@codecov
Copy link

codecov bot commented Oct 12, 2018

Codecov Report

Merging #12615 into master will decrease coverage by 0.05%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #12615      +/-   ##
==========================================
- Coverage   92.33%   92.28%   -0.06%     
==========================================
  Files         211      211              
  Lines        5548     5548              
  Branches     1559     1559              
==========================================
- Hits         5123     5120       -3     
- Misses        421      424       +3     
  Partials        4        4
Impacted Files Coverage Δ
components/carousel/index.tsx 92.3% <0%> (-7.7%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 436cbee...dca3152. Read the comment docs.

@afc163 afc163 changed the title [WIP] Add changelog of 3.10.1 Add changelog of 3.10.1 Oct 12, 2018
@afc163 afc163 merged commit 139a348 into master Oct 12, 2018
@afc163 afc163 deleted the changelog-3.10.1 branch October 12, 2018 11:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants