Commit Graph

769 Commits

Author SHA1 Message Date
麦谷
67bf8903fb
docs: Update use-in-typescript.zh-CN.md (#33434)
这里有点不对
/* src/App.ts */
应该是
/* src/App.tsx */
执行npx create-react-app my-project-name --template typescript后也只有App.tsx文件
2021-12-28 10:52:16 +08:00
zombiej
6ed4d855b1 Merge remote-tracking branch 'origin/master' into feature-merge-master 2021-12-27 10:45:42 +08:00
Nmaxwiver
73ac1b1aaa
docs: Update practical-projects.zh-CN.md (#33419) 2021-12-27 10:03:17 +08:00
Curly Brackets
bcf4f1d5e8
docs(faq): correct 'Ant Design Mobile' (#33341) 2021-12-17 20:41:24 +08:00
zombiej
42bc6dcdef Merge remote-tracking branch 'origin/master' into feature-merge-master 2021-12-16 10:40:55 +08:00
谭真
678cf4948b
docs: update customize-theme-variable.md (#33272) 2021-12-12 21:37:14 +08:00
xrkffgg
a04a4efc8b
Merge pull request #33163 from ant-design/master
chore: merge master into feature
2021-12-05 15:22:48 +08:00
afc163
ef8179e6b5 chore: remove react-virtualized from demo 2021-12-04 00:01:20 +08:00
zombiej
24ec3ba662 chore: merge master 2021-11-26 10:15:39 +08:00
VIREAK KEOSOKVIBOL
f0c8402d65
feat: Add km_KH locale to component (#32853)
* Add km_KH locale to component

* Add test and docs

* Fix typo

* Add test snapshot
2021-11-20 15:02:28 +08:00
Sunny Luo
47d480b58f
docs: Update customize-theme-variable document (#32930)
* Update customize-theme-variable.zh-CN.md

* Update customize-theme-variable.en-US.md

* Update customize-theme-variable.zh-CN.md

* Update customize-theme-variable.en-US.md
2021-11-19 22:39:38 +08:00
afc163
43569b9354
docs: update customize-theme-variable.zh-CN.md 2021-11-11 21:27:40 +08:00
二货机器人
f88bd4d2af
refactor: Move part mixins less to theme instead (#32763)
* refactor: Move theme related variables

* chore: move rest motion

* chore: trigger CI

* chore: steps by steps

* chore: back order

* docs: Update docs
2021-11-05 17:22:41 +08:00
afc163
4d26556a27 docs: use light theme for codesandbox demo 2021-10-22 13:47:11 +08:00
afc163
21d6d10af6
docs: improve alert loop demo (#32488)
* docs: improve alert loop demo

- react-text-loop => react-text-loop-next
- adding demo of react-fast-marquee

* update snapshot
2021-10-14 15:48:33 +08:00
afc163
8cafb114a7
docs: react-infinite-scroller => react-infinite-scroll-component (#32469)
* docs: react-infinite-scroller => react-infinite-scroll-component

close #32388

* update

* replace recommendataion

* update snapshot
2021-10-13 18:59:17 +08:00
damon.chen
e7f5030f2b
fix: change Ok to OK (#32259)
* 修复AutoComplete组件allowClear属性的说明有歧义的问题

* fix: change Ok to OK

* update jest snapshot

Co-authored-by: chj_damon <chjdamon@gmail.com>
2021-09-23 22:13:05 +08:00
Neo Tan
5445fba50d
docs: setup development environment for windows (#32230) 2021-09-22 12:15:43 +08:00
MD. Ariful Alam
9f2560fe00
docs: fix typo (#32121) 2021-09-11 19:52:32 +08:00
Primlx
371d1421c6
feat: Georgian translation (#32106)
* parent 18cd401678
author Primlx <primulax@live.com> 1628778277 +0400
committer primulax <primulax@live.com> 1631181358 +0400

Add files via upload

add georgian translation

Create ka_GE.tsx

Create ka_GE

Rename ka_GE to ka_GE.tsx

Create ka_GE.tsx

Update ka_GE.tsx

Update ka_GE.tsx

Create ka_GE.tsx

update rc-picker version

Create ka_GE.tsx

Create ka_GE

Rename ka_GE to ka_GE.tsx

Update ka_GE.tsx

Update ka_GE.tsx

Create ka_GE.tsx

update rc-picker version

* Update package.json

Co-authored-by: Amumu <yoyo837@hotmail.com>

* test case

* add language option in markdown

* test

* Update components/calendar/locale/ka_GE.tsx

Co-authored-by: Amumu <yoyo837@hotmail.com>

* Update components/calendar/locale/ka_GE.tsx

Co-authored-by: Amumu <yoyo837@hotmail.com>

Co-authored-by: Amumu <yoyo837@hotmail.com>
2021-09-09 19:40:26 +08:00
二货机器人
93dd93bf45
docs: add 4.17.0-alpha.0 changelog (#31987)
* chore: 4.17.0 changelog

* chore: Update emoji

* docs: Update changelog

* docs: dynamic theme ref

* chore: bump version

* docs: Update content

* docs: Add ref

* docs: Add rc changelog

* chore: bump version

* test: Update snapshot
2021-09-01 15:39:09 +08:00
二货机器人
36bcaaef85
Add variable.less to support css variable (#31496)
* chore: use varaible.less

* chore: basic primary varaible

* chore: Move to variable

* chore: align active color

* chore: global fix of css variable

* chore: primary colors

* chore: button danger

* chore: btn default error color

* chore: button series

* chore: More examples

* chore: More components

* chore: Form demo

* chore: form style

* fix: Tag & Alert variable

* chore: update footer

* chore: rm tmp code

* chore: transfer

* fix: picker column active color

* chore: Adjust active bg color

* chore: table hover color

* chore: all css variables

* chore: Global using variables

* chore: Test case

* chore: Update test logic

* chore: back of default less

* chore: entry of site use proxy style

* chore: update entry

* chore: split of variables

* refactor: quick dist speed

* fix: site use variable version

* chore: Update less config

* chore: add mv script

* chore: Update repalcement script

* chore: Add inject variables

* chore: Update script

* fix: script path

* chore: Move to component instead

* chore: fix condition

* chore: update config

* chore: Update in less transform

* chore: Modify logic

* chore: change to variables

* chore: Update name

* fix: script name

* chore: do inject

* revert: back of path

* chore: 2 way of generate

* bump tools

* chore: Add auto replacement script

* chore: auto genrate less file

* chore: fix test

* test: More test case

* chore: Update limit config

* test: coverage

* docs: Update doc
2021-09-01 10:56:50 +08:00
afc163
8416e31821 chore: resolve conflict between master and feature 2021-08-23 17:48:23 +08:00
afc163
96b196d8b3
Update recommendation.zh-CN.md 2021-08-17 10:53:34 +08:00
afc163
eae27a6624 docs: fix recommandation 2021-08-16 19:16:59 +08:00
afc163
91b7710848 docs: update recommendation libs 2021-08-16 18:40:48 +08:00
afc163
b56f6110fa merge feature into master 2021-08-16 14:42:04 +08:00
Zuobin Wang
7f16838631
chore(all): delete useless Omit define (#31661) 2021-08-04 20:07:28 +08:00
afc163
85935e18c0 chore: merge feature into master 2021-08-02 18:36:27 +08:00
Jabir K.H
b3c4cebd96
feat: Malayalam(ml_IN) translation (#31521)
*  added ml_IN locale

*  malayalam localization - rc-packages updated

* ml_IN test cases added

Review comments integrated

* ml_IN translation - en doc updated

PR review comments integrated

* ml_IN translation zh doc updated

PR review comment integrated

* ❇️ changes after running npm test locally

* 🚀 npm test after removing and reinstalling node modules and package-lock
2021-07-27 10:56:41 +08:00
afc163
7f899310f2 docs: add dnd-kit in recommendation 2021-07-21 15:13:43 +08:00
github-actions[bot]
563ebe1982
chore: auto merge branchs (#31454)
chore: merge master into feature
2021-07-20 07:32:16 +00:00
John Carlo
d34f40affb
docs: update replace-moment.en-US.md
I improved the grammar of the documentation.
2021-07-19 11:38:08 +08:00
afc163
fe2604ba36 docs: update recommendation libs 2021-07-16 12:40:55 +08:00
Mohammad Anas
24e416437e
feat: add urdu language intl (#31346)
* feat: add urdu language intl

* feat: update test snapshot
2021-07-13 10:02:21 +08:00
github-actions[bot]
442ef88a91
chore: auto merge branchs (#31308)
chore: sync master into feature
2021-07-08 05:42:19 +00:00
TravisChen
6b53552bad
docs(migration): onChange will also trigger when pageSize value changed (#31270)
* doc(migration): onChange will also trigger when pageSize value changed

* fix(migration): onChange will also trigger when pageSize value changed
2021-07-06 10:53:30 +08:00
Aminul Islam
6196bf01e9
feat: Added bn_BD Bangla language (#31257)
* feat: Added bn_BD Bangla language

* fix: added missing provider

* changed to bn-bd

* added test

* updated test snap

* update i18n docs
2021-07-05 10:58:48 +08:00
Ikko Ashimine
fc519ff8a8
docs: fix typo in faq.en-US.md (#30994)
indepent -> independent
2021-06-16 11:47:57 +08:00
afc163
b9733aa1f5
docs: correct install command (#30956)
close #30918
close #30913
2021-06-11 08:34:16 +08:00
林煌东
1358252779
docs: fix the problem of import errors in Rollup (#30823) 2021-06-02 15:29:42 +08:00
afc163
e07fe384ae docs: add pro form into recommendation 2021-04-21 12:12:54 +08:00
Xi Ming
328e2b6252
fix: typo fix in contribution chapter of react (#30230)
Hi there, while I was reading through the document, I found a tiny typo out there,
` you are a active contributor--> you are an active contributor.`

So I request a PR for this, hope it can help. 

Cheers.
2021-04-20 17:29:16 +08:00
afc163
fb3d3c923d docs: fix custom theme page overflow link
https://twitter.com/Thevenicelive/status/1382329985638166533
2021-04-14 22:33:21 +08:00
Janry
1794a245a6
docs: add react form library recommendation resources (#30122) 2021-04-13 13:07:58 +08:00
Tom Xu
ceec88a789 docs: fix customize theme umi link 2021-03-18 16:18:20 +08:00
Amumu
e2eb810ed3
feat: add fr_CA locale (#29748) 2021-03-14 16:47:32 +08:00
Rick Zhou
719d076b83
chore: add rc-dock to recommendation pages (#29721)
* add rc-dock to recommendation pages

* chore: add rc-dock to recommendation pages

* move rc-dock recommendation to Layout

* move rc-dock's position in recommendation page
2021-03-11 17:02:32 +08:00
Tom Xu
17f5ce78f0
docs: improve faq (#29712) 2021-03-11 09:48:40 +08:00
Tom Xu
cbb469db78
docs: improve faq (#29694) 2021-03-10 19:32:07 +08:00