Commit Graph

24579 Commits

Author SHA1 Message Date
lijianan
c53330d90e
feat: App support style props (#40708)
* feat: App support style props and export props type

* test: add test case

* Conflicting
2023-02-15 18:32:40 +08:00
luo3house
9f98fc243e
feat(App): add message & notification options (#40456) (#40458)
* feat(App): add message & notification options

* chore: test

* docs: App docs

* feat: config inherit in nest app

* feat: provide & consume config context internally

* docs(App): property literal

* fix(App): repect config from props in priority

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

* Update components/app/index.zh-CN.md

---------

Co-authored-by: MadCcc <1075746765@qq.com>
2023-02-15 15:05:21 +08:00
二货爱吃白萝卜
5c1162a140
docs: update demo (#40732)
* docs: update demo

* test: update snapshot

* test: update snapshot

* chore: fix lint
2023-02-15 14:56:22 +08:00
二货爱吃白萝卜
86b5c50cb4
refactor: Tooltip support auto arrow & auto shift (#40632)
* chore: adjust doc

* chore: simplify arrow offset

* chore: auto adjust shift

* docs: adjust demo

* chore: update snapshot

* chore: provide ref

* test: prepare

* chore: update deps

* test: fix part test

* test: fix part test

* test: fix part test

* test: fix part test

* test: fix part test

* test: update snapshot

* fix: missing pure render

* fix: Popover pure panel

* test: update snapshot

* test: update tour snapshot

* chore: bump trigger ver

* test: fix render ssr logic

* test: skip unnecessary case

* test: fix test case

* test: update snapshot

* test: update snapshot

* test: update snapshot

* test: update snapshot

* test: update snapshot

* test: fix test case

* test: fix test case

* chore: clean up useless warning

* test: add check for placement

* chore: ignore default
2023-02-15 10:21:28 +08:00
github-actions[bot]
75c8451f7d
chore: auto merge branches (#40726)
chore: feature merge master
2023-02-14 13:37:53 +00:00
MadCcc
185c276c01 Merge branch 'master' into feature-merge-master 2023-02-14 21:15:39 +08:00
Wade
213efa2cf1
demo: lose input focus when add new tag in animation demo (#40722)
Co-authored-by: wen-wei-feng <wen-wei.feng@hp.com>
2023-02-14 17:43:53 +08:00
xliez
0d67bde239
feat: add useConfig hook to ConfigProvider (#40215)
* feat: add useConfig hook to ConfigProvider

* docs: format config-provide markdown

* doc: add available version

* test: add useConfig test

* docs: add debug

* chore: fix lint error

* fix: getter dead loop

* test: promote useConfig test coverage

* docs(ConfigProvider): update available version
2023-02-14 17:39:35 +08:00
lijianan
4c6f7c12ee
docs: update migration-v5 (#40709)
* update migration-v5

* update docs

* update docs

* update docs
2023-02-14 14:33:33 +08:00
lyn
d823f60edf
docs: fix docs error (#40714) 2023-02-14 10:15:30 +08:00
Jung Min O
2c694258d2
Update ko_KR.ts (#40716) 2023-02-14 09:20:45 +08:00
Arnaud Benhamdine
f7232ebeb5
docs: fix typos in us changelog 5.2.1 (#40712) 2023-02-13 21:24:52 +08:00
vagusX
0fed01f47b
docs: changelog v5.2.1 (#40693)
Co-authored-by: lijianan <574980606@qq.com>
Co-authored-by: Amumu <yoyo837@hotmail.com>
Co-authored-by: MadCcc <1075746765@qq.com>
2023-02-13 16:21:14 +08:00
@linhf2023
fb5305d4c6
fix(TimeLine): Correct className (#40700)
Co-authored-by: WB780012 <wb-lhf780012@antgroup.com>
2023-02-13 15:41:47 +08:00
lijianan
c885a42e3b
refactor: rewrite panelRender function to funtion component (#40670)
* fix: Indicators support number 0

* fix

* fix

* fix

* fix

* fix

* refactoring: rewrite panelRender function to funtion component

* restart ci

* fix

* fix

* fix

* Update index.test.tsx

* Update index.en-US.md

* Update components/tour/panelRender.tsx

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

* raname

---------

Co-authored-by: MadCcc <1075746765@qq.com>
2023-02-13 14:30:08 +08:00
renovate[bot]
14c5d685c1
chore(deps): update dependency stylelint to v15 (#40687)
* chore(deps): update dependency stylelint to v15

* Update package.json

* test: remove stylelint-config-prettier

* test: remove stylelint-config-prettier

* stylelint@15

* json to js

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: afc163 <afc163@gmail.com>
Co-authored-by: yoyo837 <yoyo837@hotmail.com>
2023-02-13 13:37:22 +08:00
Amumu
9d9eca7a9d
chore: update rc-tabs (#40698) 2023-02-13 11:43:24 +08:00
MadCcc
34c63ca41b chore: add release notification target 2023-02-13 11:35:55 +08:00
Long Hao (龙濠)
4299a0b28b
fix: 修复滑动条中 dot 的触发范围异常 (#40679) 2023-02-13 10:58:11 +08:00
RamonEspinosa
9632b36b04
type: fix drag sorting demo typos (#40697) 2023-02-13 10:49:44 +08:00
JiaQi
f646ba9c3a
fix(DatePicker): Fixed incorrect cursor when Picker of DatePicker is month and quarter (#40607)
Co-authored-by: Yuiai01 <dujiaqi@kezaihui.com>
2023-02-13 10:42:05 +08:00
linxianxi
c48c712371
demo: remove react-dnd, use dnd-kit (#40674)
* demo: remove react-dnd, use dnd-kit

* change type
2023-02-13 10:29:12 +08:00
lijianan
774bd8e6aa
fix: Indicators support number 0、null、undefined (#40631)
* fix: Indicators support number 0

* fix

* fix

* fix

* fix

* fix

* Update components/tour/__tests__/index.test.tsx

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

* test: add test

* Update index.zh-CN.md

* Update index.en-US.md

* fix: update test

* test case

* Update components/tour/__tests__/index.test.tsx

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

* Update components/tour/style/index.ts

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

* fix style

---------

Co-authored-by: MadCcc <1075746765@qq.com>
2023-02-13 10:21:45 +08:00
藤原托漆
766e7f8f6b
docs: fix docs file name error (#40683) 2023-02-10 23:15:54 +08:00
MadCcc
c5dc6a4b92
fix: steps custom icon size (#40672) 2023-02-10 17:31:30 +08:00
Sunny-117
3cd756a514
chore(test): replace toEqual with toBe for boolean results (#40673) 2023-02-10 16:15:16 +08:00
lijianan
2c6d9eaaf6
lint: fix master eslint error (#40671)
* lint: fix master eslint error

* lint: fix master eslint error

* lint: fix master eslint error
2023-02-10 11:55:46 +08:00
二货机器人
35094551c1 docs: Fix footer zhihu columns link 2023-02-10 11:06:10 +08:00
afc163
3449ff0825 chore: ignore husky config file
- Ensure `.husky/prepare-commit-msg` is ignored in `.gitignore`

[.gitignore]
- Add a `.husky/prepare-commit-msg` file to the `.gitignore`
2023-02-10 10:06:09 +08:00
afc163
8d291ed3ee docs: Update README-zh_CN.md with badges
- Add dumi and Renovate badges to README-zh_CN.md
- Update FOSSA status badge to dumi badge

[README-zh_CN.md]
- Replace FOSSA status badge with dumi badge
- Change Renovate badge location
- Add Renovate badge
- Add Issues Helper badge
2023-02-10 10:03:06 +08:00
afc163
e11ef765a1
feat: Image support flip function and fix fallback (#40660)
* bump rc-image 5.15.1

* add flix support

* chore: update snapshot
2023-02-10 00:12:18 +08:00
MadCcc
40e77c40d3
docs: overview dark cover (#40666)
* docs: add dark overview

* docs: show dark cover in dark theme

* docs: update cover
2023-02-09 22:17:31 +08:00
dependabot[bot]
3669d8e226
chore(deps-dev): bump esbuild-loader from 2.21.0 to 3.0.0 (#40663)
* chore(deps-dev): bump esbuild-loader from 2.21.0 to 3.0.0

Bumps [esbuild-loader](https://github.com/esbuild-kit/esbuild-loader) from 2.21.0 to 3.0.0.
- [Release notes](https://github.com/esbuild-kit/esbuild-loader/releases)
- [Commits](https://github.com/esbuild-kit/esbuild-loader/compare/v2.21.0...v3.0.0)

---
updated-dependencies:
- dependency-name: esbuild-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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

* chore: rename to EsbuildPlugin

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: afc163 <afc163@gmail.com>
2023-02-09 22:10:22 +08:00
MadCcc
d39765ba50
Merge pull request #40659 from ant-design/master
chore: merge master into feature
2023-02-09 17:54:04 +08:00
Eldar Mirzabekov
31cbbce825
fix: add missing translations for ru_RU and uk_UA (#40656) 2023-02-09 16:41:22 +08:00
afc163
6be7aa5eef
Update README.md 2023-02-09 14:08:48 +08:00
afc163
2cd53e0ec5
Update README.md 2023-02-09 14:08:11 +08:00
Wuxh
654897e151
docs(date-pciker): update demo docs (#40653) 2023-02-09 12:59:30 +08:00
KuangPengfei
b0ea26bf64
docs: website SearchBar support dark theme (#40652) 2023-02-09 12:59:10 +08:00
lijianan
8ecb4cdc60
docs: update 5.2.0 changelog (#40649)
* update changelog

* update changelog

* update changelog

* Update components/timeline/index.zh-CN.md

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

* Update CHANGELOG.en-US.md

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

* Update CHANGELOG.zh-CN.md

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

* Update components/timeline/index.zh-CN.md

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

---------

Co-authored-by: MadCcc <1075746765@qq.com>
2023-02-09 11:37:40 +08:00
dependabot[bot]
a76c2f4d07
chore(deps-dev): bump eslint-plugin-compat from 4.0.2 to 4.1.1 (#40641)
* chore(deps-dev): bump eslint-plugin-compat from 4.0.2 to 4.1.0

Bumps [eslint-plugin-compat](https://github.com/amilajack/eslint-plugin-compat) from 4.0.2 to 4.1.0.
- [Release notes](https://github.com/amilajack/eslint-plugin-compat/releases)
- [Changelog](https://github.com/amilajack/eslint-plugin-compat/blob/main/CHANGELOG.md)
- [Commits](https://github.com/amilajack/eslint-plugin-compat/compare/v4.0.2...v4.1.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-compat
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

* Update package.json

* Update package.json

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Amumu <yoyo837@hotmail.com>
2023-02-09 10:52:32 +08:00
lijianan
9ad1a8e091
docs: fix docs error (#40645) 2023-02-09 00:19:08 +08:00
MadCcc
0e974511ad docs: fix page h1 2023-02-08 22:54:21 +08:00
MadCcc
10f78a916a docs: update box-shadow 2023-02-08 21:51:06 +08:00
MadCcc
650f0e5473 docs: fix pre-render 2023-02-08 20:59:23 +08:00
Riyad Elberkawy
21da39ae33
type: update upload UploadFile type (#40634) 2023-02-08 19:00:25 +08:00
xrkffgg
8d8d93249c
docs: fix typo (#40630)
* docs: fix typo

* Update CHANGELOG.en-US.md
2023-02-08 15:36:29 +08:00
lijianan
9fd6159772
lint: fix eslint error (#40629) 2023-02-08 15:04:32 +08:00
xrkffgg
3c977948ba
docs: add 5.2.0 changelog (#40612)
* docs: add 5.2.0 changelog

* docs: update

* docs: update

* docs: update

* docs: update
2023-02-08 14:12:59 +08:00
lijianan
57d0fdde8e
fix: deleted margin of the last indicator (#40624) 2023-02-08 10:46:38 +08:00