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

feat: InputNumber support bordered prop #29105

Merged
merged 2 commits into from
Feb 1, 2021
Merged

feat: InputNumber support bordered prop #29105

merged 2 commits into from
Feb 1, 2021

Conversation

xrkffgg
Copy link
Member

@xrkffgg xrkffgg commented Jan 29, 2021

[中文版模板 / Chinese template]

🤔 This is a ...

  • New feature
  • Bug fix
  • Site / documentation update
  • Demo update
  • Component style update
  • TypeScript definition update
  • Bundle size optimization
  • Performance optimization
  • Enhancement feature
  • Internationalization
  • Refactoring
  • Code style optimization
  • Test Case
  • Branch merge
  • Other (about what?)

🔗 Related issue link

resolve #29026

💡 Background and solution

📝 Changelog

Language Changelog
🇺🇸 English InputNumber support bordered prop.
🇨🇳 Chinese InputNumber 支持 bordered 属性。

☑️ 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/input-number/demo/borderless.md
View rendered components/input-number/index.en-US.md
View rendered components/input-number/index.zh-CN.md

@ant-design-bot
Copy link
Contributor

ant-design-bot commented Jan 29, 2021

@codesandbox-ci
Copy link

codesandbox-ci bot commented Jan 29, 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 0396695:

Sandbox Source
antd reproduction template Configuration
antd reproduction template (forked) Issue #29026

@codecov
Copy link

codecov bot commented Jan 29, 2021

Codecov Report

Merging #29105 (0396695) into feature (074f222) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##           feature    #29105   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          393       393           
  Lines         7495      7496    +1     
  Branches      2153      2154    +1     
=========================================
+ Hits          7495      7496    +1     
Impacted Files Coverage Δ
components/input-number/index.tsx 100.00% <100.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 074f222...0396695. Read the comment docs.

@github-actions
Copy link
Contributor

github-actions bot commented Jan 29, 2021

Size Change: +184 B (0%)

Total Size: 835 kB

Filename Size Change
./dist/antd-with-locales.min.js 336 kB +31 B (0%)
./dist/antd.compact.min.css 67.2 kB +42 B (0%)
./dist/antd.dark.min.css 68.5 kB +43 B (0%)
./dist/antd.min.css 67.2 kB +41 B (0%)
./dist/antd.min.js 296 kB +27 B (0%)

compressed-size-action

@xrkffgg xrkffgg linked an issue Jan 29, 2021 that may be closed by this pull request
1 task
@zombieJ
Copy link
Member

zombieJ commented Jan 29, 2021

截屏2021-01-29 下午5 38 43

这条线也可以删掉~~

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.

InputNumber bordered missing
4 participants