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

โœจ 3.13.6 #15018

Merged
merged 2 commits into from
Feb 23, 2019
Merged

โœจ 3.13.6 #15018

merged 2 commits into from
Feb 23, 2019

Conversation

afc163
Copy link
Member

@afc163 afc163 commented Feb 23, 2019

  • Form
    • ๐Ÿž Use new method to repair align issue of Form.Item with valiate message. #14946
    • ๐Ÿž Improved warning message logic of generating Form.Item help and validateStatus. #14911
  • ๐Ÿž Fixed extra space at the bottom of Table header in chrome. #14926
  • ๐Ÿž Fixed that Select check icon is not aligned center. #15016
  • ๐Ÿž Fixed Input.Search addonBefore or addonAfter style issue. #14959
  • ๐Ÿž Fixed growing space of Tree nodes. #14958 @Yangzhedi
  • ๐Ÿž Improved accessibility of Icon when type is falsy. #14970
  • ๐Ÿž Fixed Dropdown subMenu disabled cursor style. #14952
  • ๐Ÿ‡ฎ๐Ÿ‡ฉ Updated locale to be more natural for Indonesian. #15013 @kamalmahmudi

  • Form
    • ๐Ÿž ไฝฟ็”จๆ–ฐ็š„ๆ–นๅผไฟฎๅค Form.Item ๅœจๆœ‰้”™่ฏฏๆ็คบๆ—ถ็š„ๅธƒๅฑ€ๅฏน้ฝ้—ฎ้ข˜ใ€‚#14946
    • ๐Ÿž ไผ˜ๅŒ– Form.Item ่‡ชๅŠจ็”Ÿๆˆ help ๅ’Œ validateStatus ็š„่ญฆๅ‘Šไฟกๆฏใ€‚#14911
  • ๐Ÿž ไฟฎๅค chrome ไธ‹ Table ๅˆ—ๅคดๆœ‰ไธ€็‚น้ขๅค–็ฉบ็™ฝ็š„ๆ ทๅผ้—ฎ้ข˜ใ€‚#14926
  • ๐Ÿž ไฟฎๅค Select ้€‰ไธญๅ›พๆ ‡ไฝ็ฝฎๅไธ‹็š„้—ฎ้ข˜ใ€‚#15016
  • ๐Ÿž ไฟฎๅค Input.Search ๅขžๅŠ  addonBefore ๆˆ– addonAfter ๆ—ถ็š„ๆ ทๅผ้—ฎ้ข˜ใ€‚#14959
  • ๐Ÿž ไฟฎๅค Tree ่Š‚็‚นๅ†…ๅบ•้ƒจ่พน่ทๅ ๅŠ ็š„้—ฎ้ข˜ใ€‚#14958 @Yangzhedi
  • ๐Ÿž ไผ˜ๅŒ– Icon ็š„ type ไธบ็ฉบๆ—ถ็š„ๅฏ่ฎฟ้—ฎๆ€ง้—ฎ้ข˜ใ€‚#14970
  • ๐Ÿž ไฟฎๅค Dropdown ็š„่œๅ•ๅคฑๆ•ˆๆ ทๅผใ€‚#14952
  • ๐Ÿ‡ฎ๐Ÿ‡ฉ ไผ˜ๅŒ–ๅฐๅบฆๅฐผ่ฅฟไบšๅ›ฝ้™…ๅŒ–ๆ–‡ๆกˆใ€‚#15013 @kamalmahmudi

@afc163 afc163 changed the title โšก 3.13.6 โœจ 3.13.6 Feb 23, 2019
@netlify
Copy link

netlify bot commented Feb 23, 2019

Deploy preview for ant-design ready!

Built with commit ce26063b4c19498f4fa735210148f95976a396ff

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

@codecov
Copy link

codecov bot commented Feb 23, 2019

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #15018      +/-   ##
==========================================
- Coverage   92.75%   92.74%   -0.02%     
==========================================
  Files         236      236              
  Lines        6242     6242              
  Branches     1867     1839      -28     
==========================================
- Hits         5790     5789       -1     
- Misses        449      452       +3     
+ Partials        3        1       -2
Impacted Files Coverage ฮ”
components/carousel/index.tsx 85.71% <0%> (-9.53%) โฌ‡๏ธ
components/transfer/index.tsx 85.43% <0%> (รธ) โฌ†๏ธ
components/time-picker/index.tsx 82.85% <0%> (รธ) โฌ†๏ธ
components/_util/wave.tsx 87.5% <0%> (+2.88%) โฌ†๏ธ

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 efafa63...d5ccf9e. Read the comment docs.

`2019-02-23`

- Form
- ๐Ÿž Use new method to repair align issue of Form.Item with valiate message. [#14946](https://github.com/ant-design/ant-design/issues/14946)
Copy link
Contributor

Choose a reason for hiding this comment

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

valiate => validate

- ๐Ÿž Fixed that Select check icon is not aligned center. [#15016](https://github.com/ant-design/ant-design/issues/15016)
- ๐Ÿž Fixed Input.Search `addonBefore` or `addonAfter` style issue. [#14959](https://github.com/ant-design/ant-design/issues/14959)
- ๐Ÿž Fixed growing space of Tree nodes. [#14958](https://github.com/ant-design/ant-design/issues/14958) [@Yangzhedi](https://github.com/Yangzhedi)
- ๐Ÿž Improved accessibility of Icon when `type` is falsy. [#14970](https://github.com/ant-design/ant-design/issues/14970)
Copy link
Contributor

Choose a reason for hiding this comment

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

falsy?

Copy link
Member Author

Choose a reason for hiding this comment

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

@netlify
Copy link

netlify bot commented Feb 23, 2019

Deploy preview for ant-design ready!

Built with commit d5ccf9e

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

@afc163 afc163 merged commit a73cbe9 into master Feb 23, 2019
@delete-merged-branch delete-merged-branch bot deleted the changelog-3.13.6 branch February 23, 2019 10:12
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