afc163
2285b5e87e
docs: update changelog and add timeout for test case ( #43642 )
1 year ago
lijianan
38474628fd
feat: prepend use-client directive for with Next.js App Router ( #43573 )
* fix: prepend use-client directive for with Next.js App Router
* Update components/affix/index.tsx
Co-authored-by: MadCcc <1075746765@qq.com>
Signed-off-by: lijianan <574980606@qq.com>
* Update components/badge/index.tsx
Co-authored-by: MadCcc <1075746765@qq.com>
Signed-off-by: lijianan <574980606@qq.com>
* Update components/divider/index.tsx
Co-authored-by: MadCcc <1075746765@qq.com>
Signed-off-by: lijianan <574980606@qq.com>
* Update components/cascader/index.tsx
Signed-off-by: lijianan <574980606@qq.com>
* Update components/list/index.tsx
Signed-off-by: lijianan <574980606@qq.com>
* Update components/mentions/index.tsx
Signed-off-by: lijianan <574980606@qq.com>
* Update components/mentions/index.tsx
Signed-off-by: lijianan <574980606@qq.com>
* Update components/mentions/index.tsx
Signed-off-by: lijianan <574980606@qq.com>
* Update components/mentions/index.tsx
Signed-off-by: lijianan <574980606@qq.com>
* Update components/qrcode/index.tsx
Signed-off-by: lijianan <574980606@qq.com>
* Update components/spin/index.tsx
Signed-off-by: lijianan <574980606@qq.com>
* Update components/select/index.tsx
Signed-off-by: lijianan <574980606@qq.com>
* Update components/spin/index.tsx
Signed-off-by: lijianan <574980606@qq.com>
* Update components/spin/index.tsx
Signed-off-by: lijianan <574980606@qq.com>
* Update components/steps/index.tsx
Signed-off-by: lijianan <574980606@qq.com>
* Update components/time-picker/index.tsx
Signed-off-by: lijianan <574980606@qq.com>
* Update components/transfer/index.tsx
Signed-off-by: lijianan <574980606@qq.com>
* Update components/tree-select/index.tsx
Signed-off-by: lijianan <574980606@qq.com>
---------
Signed-off-by: lijianan <574980606@qq.com>
Co-authored-by: MadCcc <1075746765@qq.com>
1 year ago
MadCcc
7322aa6f5f
Revert "chore: migrate to vitest ( #42506 )" ( #42900 )
This reverts commit 6759887c44
.
1 year ago
Dunqing
6759887c44
chore: migrate to vitest ( #42506 )
* chore: migrate to vitest
* chore: update ci
* fix: test correctly
* test: support puppeteer
* chore: update coverage
* chore: update include/exclude
* chore: update config
* test: update incorrect tests
* chore: update script
* chore: update
* fix: should close browser at the ended
* chore: improve
* fix: test cause tsc error
* fix: eslint error
* chore: exclude correctly
* test: update snap and fix some tests
* chore: update test config
* fix: countup.js
* fix: incorrect test
* chore: update reference
* test: update
* fix: countup.js
* fix: timeout
* chore: update site test
* fix: fixed countup version
* chore: remove unsed code
* test: update
* test: update demo timeout
* test: update timeout
* chore: update image test
* chore: update threads
* fix: image/svg+xml test failed
* chore: limits threads
* test: update test coverage include
* chore: remove jest files
* chore: rename jest to vi
* chore: update document
* chore: fix missing @types/jsdom
* chore: update coverage
* chore: update snap
* fix:watermark test cases are incorrect
* feat: update ignore comment
* test: fix test case
* test: reset body scrollTop
* test: clean up
* test: use vi
* test: update snapshot
* test: update snapshot
* test: fix dropdown test failed
* fix: toHaveStyle cause test fail
* test: improve test case
* test: fix
* fix: color failed, refer to https://github.com/jsdom/jsdom/pull/3560
* test: fix
* test: fix
* test: fix circular import
* test: revert
* ci: coverage failed
* test: fix c8 ignore comment
* chore: incorrect config
* chore: fix ignore ci
* test: revert svg+xml
* test: fix realTimers
* feat: rc-trigger should be remove
* test: fix some failed test
* chore: remove unused deps and configure eslint-plugin-vitest
* test: update snap
* chore: remove jest
* test: fix lint error
---------
Co-authored-by: 二货机器人 <smith3816@gmail.com>
Co-authored-by: afc163 <afc163@gmail.com>
1 year ago
afc163
6e52b6f0f9
refactor: use rc-util/lib/pickAttrs and upgrade rc-rate and rc-pagination ( #42688 )
* refactor: use rc-util/lib/pickAttrs
* chore: upgrade rc-pagination
* chore: upgrade rc-rate
* type: fix ref type
* test: update pagination snapshot
* Update package.json
2 years ago
Digital-512
a4876c6476
chore: Update Lithuanian locale ( #42664 )
* Update lt_LT.ts
What has been changed:
- Missing translations added
- Several translation errors corrected and minor improvements
* Update lt_LT.ts
Added missing translation rangeQuarterPlaceholder: ['Pradžios ketvirtis', 'Pabaigos ketvirtis']
2 years ago
afc163
8fb97df92c
feat: Pagination size change select component is searchable ( #42608 )
* feat: Paginaition size change select enable search
close https://github.com/ant-design/ant-design/issues/27684
* test: update snapshot
* test: update snapshot
2 years ago
Ariunbat Ulambayar
91c16381be
fix: add missing translation in mn_MN.ts ( #42512 )
* Update mn_MN.ts
added OK text translation in MN
added OK text translation in MN
Revert "added OK text translation in MN"
This reverts commit 7958ac3d4ea190160fadef04ad54328d90a198ef.
* updated locale test
2 years ago
afc163
7271b7cb91
fix: Popconfirm margin problem when icon is null ( #42433 )
* fix: Popconfirm margin issue when icon is null
* test: update snapshot
* demo: update snapshot
* chore: improve code
* demo: update snapshot
* refactor: remove used css
* demo: update snapshot
2 years ago
红果汁
b95d5674fa
feat: new component ColorPicker ( #41990 )
* feat: color picker
* chore: improve component logic
* test: update snapshots
* test: update snapshots
* fix: remove unuse code
* fix: adjusting the UI
* fix: hairy edge in dark mode
* fix: demo case
* chore: rollback file
* fix: improve code logic
* perf: improve code
* test: add test case
* refactor: trigger use Popover instead
* test: add test case
* refactor: improve code logic
* test: update snapshots
* refactor: improve code
* docs: add overview img
* feat: style
* chore: update snapshot
* chore: code clean
* chore: code clean
* chore: fix lint
* chore: update snapshot
* feat: color block
* chore: pure render
* refactor: hex input number reduced to 6 digits
* fix: rename React to react
* refactor: trigger demo
* docs: remove disabled demo
---------
Co-authored-by: MadCcc <1075746765@qq.com>
2 years ago
二货爱吃白萝卜
f4858ff581
chore: align motion follow popup point ( #42225 )
* chore: align motion follow popup point
* test: update snapshot
2 years ago
tangzixuan
9d52c5810e
feat: add form i18n about bg language ( #42203 )
2 years ago
lijianan
ac5a06027e
revert: "chore: unified import method ( #42149 )" ( #42180 )
This reverts commit ea8ed28209
.
2 years ago
lijianan
ea8ed28209
chore: unified import method ( #42149 )
* chore: unified import method
* fix lint
2 years ago
aaarichter
816e250c8f
fix: typo in deDE ( #41780 )
Co-authored-by: Andreas Richter <andreas.richter2@qbeyond.de>
2 years ago
Eldar Mirzabekov
e36dfde87d
fix: add missing translations for de_DE ( #41747 )
2 years ago
黑雨
41ed9bd430
feat: Button semantic dom ( #41456 )
* feat: add semantic doc
* 🔀 feat: rebase feature
* feat: update for code reviewer
* feat: update snap
* feat: update snap
* 🐛 bug: update for cov
* Message
* bug: update snap
* 💄 style: update style
* 💄 style: update style
* 💄 style: update style
* 💄 style: update style
* 💄 style: update style
* 💄 style: update style
* ♻️ feat: ref code
* 🩺 feat: update for review
* 💄 style: update style
* 📝 doc: update doc
* 💄 style: update style
* 💄 style: update style
* 💄 style: update style
* 💄 style: update style
* 💄 style: update style
* 💄 style: update style
* 💄 style: update style
* 📸 feat:update snap
* 🚧 feat: clean up
* 🚧 feat: clean up
* feat: icon wrapper
* test: update snapshot
* chore: code clean
* fix: icon only font size
* chore: rollback unexpected commit
---------
Co-authored-by: MadCcc <1075746765@qq.com>
2 years ago
Chinnawat Chimdee
09430623b5
fix: add missing Thai locale config ( #41697 )
2 years ago
二货机器人
d6a73f3c6b
chore: feature merge master
2 years ago
Denys Halenok
a41fba22c5
fix: add missing translations for sv_SE ( #41424 )
2 years ago
lijianan
f6c235462e
chore: Remove locale-provider ( #41289 )
* chore: rm locale-receiver
* chore: export useLocale in locale
* chore: comment
* chore: rm locale-provider dir
* docs: rm locale-provider in migration document
* chore: fix regexp
---------
Co-authored-by: MadCcc <1075746765@qq.com>
2 years ago
左耳咚
2ece2c6b63
Feature: Burmese translation ( #41366 )
* feat: ✨ Burmese translation
* fix: fix Burmese - MYANMAR locale typo
* Update components/locale/my_MM.ts
Co-authored-by: Amumu <yoyo837@hotmail.com>
* fix: 🐞 modify package version
* fix: 🐞 add locale snap
* docs: 📃 update docs
---------
Co-authored-by: Amumu <yoyo837@hotmail.com>
2 years ago
Tai Nguyen Trong
f06220d756
fix(locale): add missing vietnamese translation ( #41320 )
2 years ago
lamvananh
b896d0ede9
Update locale vi_VN adding Vietnamese translation for Form component validation ( #40992 )
* add vietnamese form translate
* Update vi_VN.ts
add vietnamese form translate 2
2 years ago
lijianan
412fe13d0c
refactoring: rewrite useLocale return value ( #40884 )
* refactoring: rewrite useLocale return
* rename
* revert name
2 years ago
Majid Sadr
01a6da37a9
Add missing translations for fa_IR ( #40895 )
2 years ago
lijianan
288b10bd10
refactoring: use hook replace LocaleReceiver ( #40870 )
* chore: rename useLocaleReceiver => useLocale
* refactoring: use hook replace LocaleReceiver
* fix
* update snap
* fix
* update snap
* fix
* rename
2 years ago
红果汁
c4f83649ae
fix: add Tour french locale ( #40750 )
2 years ago
Jung Min O
2c694258d2
Update ko_KR.ts ( #40716 )
2 years ago
Eldar Mirzabekov
31cbbce825
fix: add missing translations for ru_RU and uk_UA ( #40656 )
2 years ago
Rafael Carvalho
e13c8ad877
fix: missing translation for Brazilian Portuguese ( #40270 )
Add translation for filterCheckall, filterSearchPlaceholder and Tour
2 years ago
lijianan
8501adbd84
fix: add displayName ( #40092 )
* fix: add displayName
* rerun ci
* rerun ci
2 years ago
Kirubashankar K
154c03bf5c
feat: add missing ta_IN translations ( #39936 )
Co-authored-by: kirubashankar <kirubashankar@ghoshak.com>
2 years ago
lijianan
3ed7ec906e
chore: remove useless tsx support ( #39890 )
* chore: remove useless tsx support
* add
* add
* style
* fix lint
* fix lint
* fix lint
* update locale entry
* update locale entry
* update locale entry
* delete useless style
2 years ago
Kirubashankar K
d66b2f5a65
feat: add missing ta_IN translations ( #39936 )
Co-authored-by: kirubashankar <kirubashankar@ghoshak.com>
2 years ago
lijianan
9aec72c395
chore: remove useless tsx support ( #39890 )
* chore: remove useless tsx support
* add
* add
* style
* fix lint
* fix lint
* fix lint
* update locale entry
* update locale entry
* update locale entry
* delete useless style
2 years ago
Gabriel Schneider
753172b0df
fix(QRCode): improve en_US locale ( #39751 )
2 years ago
azro352
a50b4dc189
feat: Update fr_BE internationalization ( #39415 )
* Add missing fr_BE internationalization
* Fix snapshot due to correction
2 years ago
Amumu
d689c7b855
feat: Remove locale-provider ( #39373 )
* feat: remove locale-provider
* chore: fix lint
* Empty-Commit
* test: remove test
* Revert "test: remove test"
This reverts commit 4f6b59883f6bf078f21a10898ef913c9e2adb913.
* chore: 阶段性兼容
* fix lint
* fix: fix lint
* fix: add index
* docs: update docs
* docs: update
* docs: update
* docs: update
2 years ago
azro352
221e8bd804
feat: add missing fr_CA internationalization ( #39416 )
2 years ago
Ian-Inizias
c2afa97ca1
feat: Basque (eu-ES) translation ( #39371 )
* Added basque (eu-ES) translation
* Update components/locale/eu_ES.tsx
Co-authored-by: Amumu <yoyo837@hotmail.com>
* Update docs/react/i18n.zh-CN.md
Co-authored-by: Amumu <yoyo837@hotmail.com>
* added test cases
Co-authored-by: Amumu <yoyo837@hotmail.com>
2 years ago
Nghiệp
cadab499e1
chore: fix vietnamese typos ( #39279 )
* chore: fix vietnamese typos
* Update snapshots
2 years ago
Ran Sagy
cfc3aae452
fixed he-il mistakes ( #39280 )
2 years ago
lijianan
240210a281
feat: New Component QRCode ( #38948 )
* feat: qrcode
* chore: code clean
* feat: New Component Qr-Code (#38891 )
* feat: QrCode
* fix
* fix
* fix: fix bug
* fix: fix bug
* fix
* fix
* fix
* delete
* delete
* test case
* fix lint
* bundlesize
* demo
* fix: fix test
* remove dep
* update snap
* en docs
* refactor: rename tests dir
* Update components/qr-code/demo/base.md
Co-authored-by: MadCcc <1075746765@qq.com>
* Update components/qr-code/demo/base.md
Co-authored-by: MadCcc <1075746765@qq.com>
* Update components/qr-code/demo/download.md
Co-authored-by: MadCcc <1075746765@qq.com>
* Update components/qr-code/demo/download.md
Co-authored-by: MadCcc <1075746765@qq.com>
* Update components/qr-code/demo/download.tsx
Co-authored-by: MadCcc <1075746765@qq.com>
* Update components/qr-code/demo/logo.md
Co-authored-by: MadCcc <1075746765@qq.com>
* Update components/qr-code/index.tsx
Co-authored-by: MadCcc <1075746765@qq.com>
* Update components/qr-code/style/index.ts
Co-authored-by: MadCcc <1075746765@qq.com>
* Update components/qr-code/style/index.ts
Co-authored-by: MadCcc <1075746765@qq.com>
* Update components/qr-code/demo/logo.md
Co-authored-by: MadCcc <1075746765@qq.com>
* rename
* fix
* adjust text
* rename
* fix title
* rename
* rename
* fix: snap
* fix
* bundlesize
* update demo
* update docs
* add demo
* add docs
* add docs
* test: add warning
* update demo
* bundlesize
* update test case
* update demo
* feat: add onRefresh、add status
* fix: fix demo
* fix: fix demo
* add locale
* add locale
* add test case
* update snap
* fix demo
* update demo
* update demo
* update demo
* Update components/qrcode/style/index.ts
Co-authored-by: MadCcc <1075746765@qq.com>
* Update components/qrcode/style/index.ts
Co-authored-by: MadCcc <1075746765@qq.com>
* Update components/qrcode/style/index.ts
Co-authored-by: MadCcc <1075746765@qq.com>
* Update components/qrcode/style/index.ts
Co-authored-by: MadCcc <1075746765@qq.com>
* Update components/qrcode/style/index.ts
Co-authored-by: MadCcc <1075746765@qq.com>
* Update components/qrcode/interface.ts
Co-authored-by: MadCcc <1075746765@qq.com>
* Update components/qrcode/style/index.ts
Co-authored-by: MadCcc <1075746765@qq.com>
* fix
* Update components/qrcode/index.tsx
Co-authored-by: MadCcc <1075746765@qq.com>
* fix
* fix
* fix
* add decs
* fix
* fix
* fix type
* fix
* fix demo
* fix lint
* fix lint
* add test case for bordered
* prettier-ignore
Co-authored-by: MadCcc <1075746765@qq.com>
Co-authored-by: 栗嘉男 <lijianan@lijianandeMacBook-Pro.local>
2 years ago
黑雨
b0850139f2
[new component] Next tour ( #37867 )
* feat: init
* feat: update
* feat: upate
* feat: update
* feat: update
* feat: init
* feat: init
* feat: init
* feat: update
* feat: update
* feat: update
* feat: update rc-tour
* feat: init component
* feat: init component
* chore: update pck
* doc: update doc
* doc: update reviewer
* doc: update reviewer
* doc: update reviewer
* feat: update reviewer
* feat: update reviewer
* feat: update doc
* feat: update deme
* feat: update demo doc
* feat: update demo
* feat: update demo
* feat: update style
* feat: update dom & style
* feat: update dome
* feat: update dome
* docs: update demo
* feat: update doc
* feat: update dome
* feat: add locale
* doc: update locale
* doc: add test
* feat: add test case
* feat: add test case
* feat: update package
* feat: update ts
* feat: update ts
* feat: update snapshots
* feat: update demo
* feat: update demo
* feat: update demo
* feat: edit maxSize
* feat: edit maxSize
* feat: update lint
* feat: update lint
* feat: update style reviewer
* feat: update style
* feat: merge next
* feat: add locale
* feat: reset bundleSize
* feat: change maxSize
* feat: update test coverage
* feat: update test coverage
* feat: add type
* chore: simplify en locale
* feat: update
* feat: update test snap
* docs: demo update
* chore: adjust style
* chore: adjust style
* chore: bump rc-tour
* Update package.json
* feat: update package
* feat: update package
* feat: update cover
* docs: update api
* docs: update overview snap
* feat: update token
* feat: delete repeat ts
* feat: remove finishButtonProps
* chore: update demo
* feat: tour style
* test: fix lint
* chore: code clean
Co-authored-by: lijianan <574980606@qq.com>
Co-authored-by: 二货机器人 <smith3816@gmail.com>
Co-authored-by: MadCcc <1075746765@qq.com>
2 years ago
Bojack
892ef7e925
fix: The text should read "No data" ( #38127 )
2 years ago
Chuns Chen
cc5c4fed51
refactor: locale files reference path ( #38194 )
* chore: add locale files to npm pkg
* docs: locale files reference path
* docs: fix locale path
* chore: bump @ant-design/tools
* refactor: default locale file
* chore: add site wepack alias
* chore: bump @ant-design/tools
* fix: site theme locale reference path
* chore: add locale files to eslint ignore
* fix: markdown demo unable to resolve path to module antd/locale
2 years ago
kiner-tang(文辉)
80ad128aeb
fix: add titles for transer in locale ( #38168 )
Co-authored-by: tangwenhui <tangwenhui@rd.netease.com>
2 years ago
Ernest Folch
09ab844a3a
feat: add missing it_IT translations ( #38108 )
Co-authored-by: Ernest Folch <efolch@ctaima.com>
2 years ago
Ju/Smwhr
3ba31acf2e
add missing french translation + improve it ( #38072 )
2 years ago