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 4.11.0 #29007

Merged
merged 2 commits into from
Jan 24, 2021
Merged

docs(✨): changelog for 4.11.0 #29007

merged 2 commits into from
Jan 24, 2021

Conversation

afc163
Copy link
Member

@afc163 afc163 commented Jan 24, 2021

  • 💄 Layout inline sub menu now has grey background. #28842
  • 🆕 PageHeader supports breadcrumbRender. #28999
  • 🆕 Typography ellipsis support tooltip to customize tooltip when ellipsis. #28821
  • 🆕 Image support preview.maskClassName. #28681
  • ConfigProvider
    • 🆕 ConfigProvider supports iconPrefixCls. #28924
    • ⚡️ Optimize ConfigProvider props updating perfermance. #28792 @zxc0328
  • 💄 Tweak TreeSelect filter highlight color. #28984
  • 💄 Fix Select item align style with custom tagRender. #28962
  • Form
    • 🐞 Fix Form.Item can not clear nested noStyle error message. #28918
    • 🐞 Form.Item with preserve=false will reset value to initialValues when removed. #28908
  • 🐞 Fix Button click effect style not working in shadow root. #28995 @rinick
  • 🐞 Fix Table custom filter menu cannot close bug. #28688 @alekye
  • Less
    • 💄 Add @menu-inline-submenu-bg less variable and rename @menu-dark-submenu-bg to @menu-dark-inline-submenu-bg. #28842
    • 💄 Add less variable @drawer-footer-padding-horizontal. #28975 @yuxuan
  • RTL
  • TypeScript
    • 🤖 Expose interfaces and types from default entry of antd. #28963
    • 🤖 Improve Input/Skeleton style definition. #28966 @yingpengsha

4.11.0

2021-01-24

  • 💄 Layout 内联子表单添加背景颜色以更好的区分层级。#28842
  • 🆕 PageHeader 支持 breadcrumbRender 属性。#28999
  • 🆕 Typography ellipsis 属性添加 tooltip 支持以自定义收缩时的提示信息。#28821
  • 🆕 Image 支持配置 preview.maskClassName#28681
  • ConfigProvider
    • 🆕 ConfigProvider 支持 iconPrefixCls 修改图标样式前缀。#28924
    • ⚡️ 优化 ConfigProvider 切换属性的性能。#28792 @zxc0328
  • 💄 调整 TreeSelect 搜索高亮条目的颜色。#28984
  • 💄 修复 Select 自定义 tagRender 时不对齐的问题。#28962
  • Form
    • 🐞 修复 Form.Item 无法正确清理嵌套的 noStyle 错误信息问题。#28918
    • 🐞 Form.Item 配置 preserve=false 时,移除该字段将自动重置对应值为 initialValues#28908
  • 🐞 修复 Button 点击效果在 Shadow Root 下不生效的问题。#28995 @rinick
  • 🐞 修复 Table 自定义筛选器时未正确关闭菜单的问题。#28688 @alekye
  • Less
    • 💄 新增 less 变量 @drawer-footer-padding-horizontal#28975 @yuxuan
    • 💄 新增 @menu-inline-submenu-bg 变量,且 @menu-dark-submenu-bg 改名为 @menu-dark-inline-submenu-bg#28842
  • RTL
    • 💄 修复 Card 按钮在 RTL 模式下的样式问题。#28915 @Aghosey
  • TypeScript
    • 🤖 从 antd 默认入口中直接暴露 TypeScript 定义。#28963
    • 🤖 优化 Input/Skeleton 组件的 style 定义。#28966 @yingpengsha

@afc163
Copy link
Member Author

afc163 commented Jan 24, 2021

就等 #28963 上车了。@chenshuai2144

@ant-design-bot
Copy link
Contributor

ant-design-bot commented Jan 24, 2021

@afc163 afc163 changed the title docs(✨): changelog for 4.11.0 ccf78fc docs(✨): changelog for 4.11.0 Jan 24, 2021
@codesandbox-ci
Copy link

codesandbox-ci bot commented Jan 24, 2021

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit f0b61d2:

Sandbox Source
antd reproduction template Configuration

@codecov
Copy link

codecov bot commented Jan 24, 2021

Codecov Report

Merging #29007 (f0b61d2) into master (abd31cc) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master    #29007   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          393       393           
  Lines         7465      7472    +7     
  Branches      2152      2152           
=========================================
+ Hits          7465      7472    +7     
Impacted Files Coverage Δ
components/config-provider/index.tsx 100.00% <0.00%> (ø)

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 abd31cc...f0b61d2. Read the comment docs.

@github-actions
Copy link
Contributor

github-actions bot commented Jan 24, 2021

Size Change: +15 B (0%)

Total Size: 834 kB

Filename Size Change
./dist/antd-with-locales.min.js 336 kB -1 B (0%)
./dist/antd.compact.min.css 66.9 kB -1 B (0%)
./dist/antd.min.js 296 kB +17 B (0%)
ℹ️ View Unchanged
Filename Size Change
./dist/antd.dark.min.css 68.2 kB 0 B
./dist/antd.min.css 66.9 kB 0 B

compressed-size-action

@yoyo837
Copy link
Contributor

yoyo837 commented Jan 24, 2021

不再等一周minor吗

@afc163
Copy link
Member Author

afc163 commented Jan 24, 2021

业务上有需求,提前发。

@afc163 afc163 merged commit b3aba57 into master Jan 24, 2021
@afc163 afc163 deleted the changelog-4.11.0 branch January 24, 2021 15:57
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.

4 participants