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: feature merge master #39003

Merged
merged 51 commits into from Nov 25, 2022
Merged

chore: feature merge master #39003

merged 51 commits into from Nov 25, 2022

Conversation

MadCcc
Copy link
Member

@MadCcc MadCcc commented Nov 25, 2022

[中文版模板 / 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

💡 Background and solution

📝 Changelog

Language Changelog
🇺🇸 English
🇨🇳 Chinese

☑️ Self-Check before Merge

⚠️ Please check all items below before requesting a reviewing. ⚠️

  • 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

MadCcc and others added 30 commits November 22, 2022 17:00
* docs: theme switch

* chore: code clean

* fix: conflict with theme editor

* docs: use own theme in theme editor

* chore: code clean
* docs: fix TextArea showCount demo

* chore: update snapshot
* chore: update style

* docs(badge): add debug demo

* test: update snapshot

* test: offset solution

ref: #38828

* chore: update style

* Revert "test: offset solution"

This reverts commit aacf9c3.

* Revert "docs(badge): add debug demo"

This reverts commit 52b0dab.

* test: update snapshot
…8860)

Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 44.0.2 to 45.0.0.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](sindresorhus/eslint-plugin-unicorn@v44.0.2...v45.0.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-unicorn
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update size.tsx

* chore: update snapshot
* fix: context issues for Space.Compact

* test: update snapshots
* bugfix(DisabledContextProvider): fix disabled logic

* test: add test for ConfigProvider componentDisabled

Co-authored-by: dian.li <dian.li@yunzhanghu.com>
* refactor: Optimize theme export and add docs

* chore: fix lint

* chore: fix lint

* chore: fix lint
* chore: use translate3d for performance optimization

* test: fix

* revert
* docs: tip for legacy browser

* Update .dumi/theme/slots/Footer/AdditionalInfo.tsx

Co-authored-by: afc163 <afc163@gmail.com>

* Update .dumi/theme/slots/Footer/AdditionalInfo.tsx

Co-authored-by: afc163 <afc163@gmail.com>

* docs: sample

* chore: tmp adjust script

Co-authored-by: afc163 <afc163@gmail.com>
* Fix broken sub-menu docs

* Update components/menu/index.en-US.md

Co-authored-by: afc163 <afc163@gmail.com>
* fix: Space.Compact when wrapping a single child component

* fix: css selector priority
li-jia-nan and others added 21 commits November 24, 2022 14:59
…#38763)

* type: delete visible & code optimization

* add PureBackTop

* fix: update snap

* fix: cov

* fix: add istanbul ignore

* fix

* feat: use visibilityHeight=0 replace visible=true

* snap

* cov

* test case

* test case

* fix

* fix cov

* fix test

* simplify code

* rename function
* fix: form missing motion validate

* test: Update snapshot
* Update index.en-US.md

* Update index.zh-CN.md

* Apply suggestions from code review

Co-authored-by: afc163 <afc163@gmail.com>
#38967)

* test(badge): add case

* fix(badge): fix `Badge` and `showZero` can't be used with custom color

issue: #38965

* test: update snapshots

* docs(badge): update demos

* test: update snapshot
Co-authored-by: mengfei.v <mengfei.wei@upai.com>
* chore: update

* chore: improve-site

* chore(site): fix the address bar of switching writing mode Error problem

* chore: format

accept suggestion

Co-authored-by: MadCcc <1075746765@qq.com>

* Revert "chore: update"

This reverts commit cb7e74d.

Co-authored-by: MadCcc <1075746765@qq.com>
* feat: fix support options

* feat: update package
* fix: error palette

* chore: update doc

* chore: update

* fix: button danger border color
* fix: incorrect select text for dark theme

* Update components/select/style/index.tsx

Co-authored-by: afc163 <afc163@gmail.com>

* fix: same

Co-authored-by: afc163 <afc163@gmail.com>
* chore: token doc

* docs: token meta

* chore: code clean

* chore: code clean

* chore: json

* chore: rename

* chore: style
* fix(table): fix filter state when reset columns

* fix(table): Fix the problem that the old filter state still takes effect when the list filter column changes

* test: add test case
* docs: update demo use Space

* update snap
@github-actions
Copy link
Contributor

github-actions bot commented Nov 25, 2022

@github-actions
Copy link
Contributor

Size Change: +507 B (0%)

Total Size: 901 kB

Filename Size Change
./dist/antd-with-locales.min.js 479 kB +362 B (0%)
./dist/antd.min.js 422 kB +145 B (0%)

compressed-size-action

@codecov
Copy link

codecov bot commented Nov 25, 2022

Codecov Report

Base: 100.00% // Head: 100.00% // No change to project coverage 👍

Coverage data is based on head (c224855) compared to base (ce5d71d).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff            @@
##           feature    #39003   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          544       545    +1     
  Lines         9355      9360    +5     
  Branches      2653      2654    +1     
=========================================
+ Hits          9355      9360    +5     
Impacted Files Coverage Δ
components/_util/wave/style.ts 100.00% <ø> (ø)
components/button/button-group.tsx 100.00% <ø> (ø)
components/button/style/group.tsx 100.00% <ø> (ø)
components/config-provider/hooks/useTheme.ts 100.00% <ø> (ø)
components/config-provider/index.tsx 100.00% <ø> (ø)
components/drawer/style/motion.tsx 100.00% <ø> (ø)
components/dropdown/dropdown-button.tsx 100.00% <ø> (ø)
components/dropdown/dropdown.tsx 100.00% <ø> (ø)
components/dropdown/style/button.tsx 100.00% <ø> (ø)
components/dropdown/style/status.tsx 100.00% <ø> (ø)
... and 69 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@github-actions github-actions bot merged commit 5bb2479 into feature Nov 25, 2022
@github-actions github-actions bot deleted the feature-merge-master branch November 25, 2022 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet