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

docs: changelog for 3.24.3 #19436

Merged
merged 3 commits into from Oct 27, 2019
Merged

docs: changelog for 3.24.3 #19436

merged 3 commits into from Oct 27, 2019

Conversation

chenshuai2144
Copy link
Contributor

@chenshuai2144 chenshuai2144 commented Oct 26, 2019

🤔 This is a ...

  • New feature
  • Bug fix
  • Site / document update
  • Component style update
  • TypeScript definition update
  • Refactoring
  • Code style optimization
  • Test Case
  • Branch merge
  • Other (about what?)

🔗 Related issue link

💡 Background and solution

changelog for 3.24.3

📝 Changelog

3.24.3

2019-10-26

  • 🐞 修复 Table columns 在 render 中会导致排序失效的问题。#19404
  • 🐞 修复 Grid 响应式 gutter 失效的问题。#19308
  • 🐞 修复小号 Table 边框样式问题。#19312 #19342
  • 🐞 修复 Dropdown 中的 Menu 在 SubMenu 选中后父级菜单未高亮的问题。#19313
  • 🐞 修复 Typography & Drawer & Statistic 中的 moment.js 无法被 tree-shaking 的问题。#19317
  • 🐞 修复 Input.Search 出现 non-boolean attributeunique key 警告信息。#19357
  • 🐞 修复 Modal 没有标题时,图标没能对齐的问题。#19419
  • 💄 修复 Checkbox 在被禁用时,光标仍为可选状态的问题。#19403
  • 💄 新增 @modal-header-color 变量。#19385
  • 🛠 多处 TypeScript 的定义更新。#19377 #19343 #19333

  • 🐞 Fix Table sort not working when columns inside render. #19404
  • 🐞 Fix Grid responsive gutter not working. #19308
  • 🐞 Fix small Table border style. #19312 #19342
  • 🐞 Fix the problem that Menu in Dropdown is not highlighted when SubMenu is selected. #19313
  • 🐞 Fix the problem that moment.js in Typography & Drawer & Statistic can't be tree-shaking. #19317
  • 🐞 Fix Input.Search react warnings of non-boolean attribute and unique key. #19357
  • 🐞 Fix Modal icon position when not use title. #19419
  • 💄 Fix a problem with the mouse pointer error when Checkbox is disabled. #19403
  • 💄 Add @modal-header-color variable. #19385
  • 🛠 Improved some TypeScript definitions. #19377 #19343 #19333

☑️ Self Check before Merge

  • Doc is updated/provided or not needed
  • Demo is updated/provided or not needed
  • TypeScript definition is updated/provided or not needed
  • Changelog is provided or not needed

View rendered CHANGELOG.en-US.md
View rendered CHANGELOG.zh-CN.md

@netlify
Copy link

netlify bot commented Oct 26, 2019

Deploy preview for ant-design ready!

Built with commit 22bc10c

https://deploy-preview-19436--ant-design.netlify.com

@codecov
Copy link

codecov bot commented Oct 26, 2019

Codecov Report

Merging #19436 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #19436   +/-   ##
=======================================
  Coverage   97.79%   97.79%           
=======================================
  Files         282      282           
  Lines        7635     7635           
  Branches     2152     2152           
=======================================
  Hits         7467     7467           
  Misses        168      168

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 802a4a1...22bc10c. Read the comment docs.

CHANGELOG.zh-CN.md Outdated Show resolved Hide resolved
CHANGELOG.zh-CN.md Outdated Show resolved Hide resolved
CHANGELOG.zh-CN.md Outdated Show resolved Hide resolved
CHANGELOG.zh-CN.md Outdated Show resolved Hide resolved
CHANGELOG.zh-CN.md Outdated Show resolved Hide resolved
CHANGELOG.en-US.md Outdated Show resolved Hide resolved
CHANGELOG.zh-CN.md Outdated Show resolved Hide resolved
CHANGELOG.en-US.md Outdated Show resolved Hide resolved
CHANGELOG.en-US.md Outdated Show resolved Hide resolved
@afc163
Copy link
Member

afc163 commented Oct 26, 2019

#19404

@afc163 afc163 changed the title changelog for 3.24.3 docs: changelog for 3.24.3 Oct 26, 2019
CHANGELOG.zh-CN.md Outdated Show resolved Hide resolved
- 🐞 Fix Modal icon position when not use title. [#19419](https://github.com/ant-design/ant-design/pull/19419)
- 💄 Fix a problem with the mouse pointer error when Checkbox is disabled. [#19403](https://github.com/ant-design/ant-design/pull/19403)
- 💄 Add `@modal-header-color` variable. [#19385](https://github.com/ant-design/ant-design/pull/19385)
- 🛠 Improved some TypeScript definitions. [#19377](https://github.com/ant-design/ant-design/pull/19377) [#19343](https://github.com/ant-design/ant-design/pull/19343) [#19333](https://github.com/ant-design/ant-design/pull/19333)
Copy link
Member

Choose a reason for hiding this comment

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

@afc163 这样写感觉没什么意义, 最好表明更新了哪些定义, 至少我看库的 changelog 都是 Cmd + F 直接搜的

Copy link
Contributor Author

Choose a reason for hiding this comment

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

大部分人不关注ts 的类型更新的。
比较小的改动

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

4 participants