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

chore: Merge master branch into feature branch #23607

Merged
merged 57 commits into from
Apr 26, 2020
Merged

Conversation

dengfuping
Copy link
Contributor

@dengfuping dengfuping commented Apr 26, 2020

🤔 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

Language Changelog
🇺🇸 English Merge master branch into feature branch.
🇨🇳 Chinese 将 master 分支代码合并到 feature 分支。

☑️ Self Check before Merge

⚠️ Please check all items below before review. ⚠️

  • 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 components/config-provider/demo/size.md
View rendered components/config-provider/index.en-US.md
View rendered components/config-provider/index.zh-CN.md
View rendered components/divider/demo/customize-style.md
View rendered components/divider/demo/horizontal.md
View rendered components/divider/demo/plain.md
View rendered components/divider/demo/vertical.md
View rendered components/divider/demo/with-text.md
View rendered components/divider/index.en-US.md
View rendered components/divider/index.zh-CN.md
View rendered components/form/index.en-US.md
View rendered components/form/index.zh-CN.md

hengkx and others added 30 commits April 22, 2020 10:59
* refactor(tag): rewrite with hook

* fix lint
* chore: Replace domhook with jest.spyon

* use mockreturn value when possible

* Update tests/shared/focusTest.js
* fix: include tests in type check

* Do lint *.md

* Improve types in tests
* refactor(slider): rewrite with hook

* improve test

* Revert "improve test"

This reverts commit 48cd83d.

* improve test

* improve test 2
* Update migration-v4.zh-CN.md

* Update migration-v4.en-US.md
…CTION_INVERT (#23462)

* fix:selections type when use SELECTION_ALL | SELECTION_INVERT

* fix: Table selections type when use Table.SELECTION_ALL or Table.SELECTION_INVERT

* fix: Table selections type when use Table.SELECTION_ALL or Table.SELECTION_INVERT

* Update useSelection.tsx

* Update type.test.tsx

Co-authored-by: 二货机器人 <smith3816@gmail.com>
* style: optimize alert rtl tyle

* fix dark
* 🎬 improve Input demo code

* style: fix Input.Search height stretched by suffix

close #23523

* fix react key warning

* ✅ fix demo snapshot
* refactor(comment): rewrite with hook

* improve comment code
* Add flex on steps to fix ie11

* Ordering
* 🎬 optimize Table demo code

* ✅ fix demo snapshot

* 🐛 Fix Table warning when pageSize is changed

close #23554

* remove console.log

* optimize demo code
* Add navigation for domestic mirror sites

* use A tag
* Update data-display.zh-CN.md

* Update data-display.en-US.md
afc163 and others added 4 commits April 26, 2020 11:00
* update docs for less-loader@6

* Revert "update docs for less-loader@6"

This reverts commit 5be1a42.

* update

* update

* update

* in line
Copy link

@tests-checker tests-checker bot left a comment

Choose a reason for hiding this comment

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

Could you please add tests to make sure this change works as expected?

@ant-design-bot
Copy link
Contributor

ant-design-bot commented Apr 26, 2020

@afc163
Copy link
Member

afc163 commented Apr 26, 2020

分支错了,应该是合并到 feature 分支。

@dengfuping dengfuping changed the base branch from master to feature April 26, 2020 05:55
@codesandbox-ci
Copy link

codesandbox-ci bot commented Apr 26, 2020

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 a400014:

Sandbox Source
antd reproduction template Configuration

@afc163
Copy link
Member

afc163 commented Apr 26, 2020

好像有 lint 错误。

* fix: anchor regexp (#23577)

* test: fix anchor complete href scrollTo test

* test: anchor sharp matcher regexp

* test: Anchor render perfectly for complete href - hash router
@afc163
Copy link
Member

afc163 commented Apr 26, 2020

merge-master 分支可以再合并一下 master,上面有新东西了。

@codecov
Copy link

codecov bot commented Apr 26, 2020

Codecov Report

Merging #23607 into feature will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           feature   #23607   +/-   ##
========================================
  Coverage    98.51%   98.51%           
========================================
  Files          363      363           
  Lines         7254     7254           
  Branches      2009     2009           
========================================
  Hits          7146     7146           
  Misses         108      108           

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

@dengfuping dengfuping merged commit 8d4ede4 into feature Apr 26, 2020
@dengfuping dengfuping deleted the merge-master branch April 26, 2020 09:49
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