偏右
50087b22d8
📦 Remove DatePicker legacy cell className ( #21589 )
2020-02-25 19:41:43 +08:00
zombiej
3f8d6cd4f0
merge feature
2020-02-24 13:10:29 +08:00
afc163
2a48ea0be3
:docs: update browsers support
2020-02-20 21:11:15 +08:00
Tannmay S Gupta
1394e0a651
docs: In Chinese and doesn't prompt an auto translate ( #21428 )
...
* In Chinese and doesn't prompt an auto translate
All the pages on the website are in English, whereas this page is in Chinese. Creating an abrupt experience.
The work with us page is not prompting the auto-translate feature on chrome or Edge Beta, or a person unfamiliar with the language it might be annoying to figure out which one it is
* Apply suggestions from code review
The new email looks like a real id
Co-Authored-By: 偏右 <afc163@gmail.com>
Co-authored-by: 偏右 <afc163@gmail.com>
2020-02-20 10:29:23 +08:00
二货机器人
18d2f04c30
docs: Remove optionLabelProp
in AutoComplete doc ( #21469 )
...
* update doc
* fix doc
2020-02-19 17:58:52 +08:00
砖家
2bb0aaf5d4
feat: add umi hooks ( #21460 )
2020-02-19 16:21:26 +08:00
二货机器人
5d2bbdd67f
feat: onPanelChange will also trigger by panel value change ( #21455 )
2020-02-19 13:51:45 +08:00
zombiej
9eab33e09b
merge master
2020-02-19 13:20:43 +08:00
二货机器人
034113d876
Update migration-v4.en-US.md ( #21450 )
2020-02-19 10:05:51 +08:00
二货机器人
71a3575f49
Update migration-v4.zh-CN.md
2020-02-19 10:02:12 +08:00
二货机器人
8738e1a623
docs: Update migration-v4 doc ( #21429 )
...
* Update migration-v4.zh-CN.md
* Update migration-v4.en-US.md
* Update migration-v4.zh-CN.md
* Update migration-v4.zh-CN.md
* Update migration-v4.en-US.md
* Update migration-v4.en-US.md
* Update migration-v4.zh-CN.md
* Update migration-v4.en-US.md
* Update migration-v4.zh-CN.md
* Update migration-v4.en-US.md
* Update migration-v4.zh-CN.md
* Update migration-v4.zh-CN.md
* Update migration-v4.en-US.md
* Update migration-v4.zh-CN.md
Co-authored-by: 偏右 <afc163@gmail.com>
2020-02-18 17:27:13 +08:00
Amumu
ed53a4665c
improve i18n docs ( #21394 )
2020-02-16 18:18:01 +08:00
Amumu
7771c1b3df
fix link name in en docs ( #21300 )
2020-02-09 18:00:49 +08:00
诸岳
5ea2a2c187
docs: Add the changelog of 4.0.0-rc.4 ( #21297 )
2020-02-09 13:56:45 +08:00
Amumu
48671b5f2b
fix link name ( #21298 )
2020-02-09 12:39:58 +08:00
ubuntugod
cdf9673d04
Corrected Grammatical Mistake ( #21296 )
2020-02-09 11:45:38 +08:00
Jiahao
2415d54950
Update font-awesome link ( #21293 )
2020-02-09 10:47:00 +08:00
偏右
d23c550976
💄 new tabs style ( #21256 )
...
smaller bar width
2020-02-07 11:08:16 +08:00
信鑫-King
fa559d125d
docs: dark color tool ( #21101 )
...
* docs: dark color tool
* tweak: locale
* fix: lint
* fix: dark
* fix: color unset
* fix: style
* fix: primary minSaturation
* fix: lint
* fix: padding
* fix: height
* fix: colors
2020-02-04 21:14:31 +08:00
myeunhyuk
7715657cf1
Update dark.md ( #21184 )
...
* Update dark.md
* Update dark.md
Co-authored-by: 偏右 <afc163@gmail.com>
2020-02-03 11:14:40 +08:00
二货机器人
fd498a7da5
docs: Design doc ( #20754 )
...
* docs: Design doc
* update overview & init data-format
* update data-format doc
* update buttons page
* replace imags
* add data-list doc
* add visualization docs
* update detail
* Update visualization-page.md
* Update detail-page.md
* Update buttons.md (#20843 )
* Update data-list.md (#20844 )
* data list
* update details
* Update MorePage.tsx (#20965 )
* Update MorePage.tsx
* Update visualization-page.md (#20977 )
* Update data-list.md (#20980 )
* Update detail-page.md (#20981 )
* chore: Update RecommendPage.tsx (#20989 )
* Update RecommendPage.tsx
* Update RecommendPage.tsx
* Update buttons.md (#21003 )
Co-authored-by: yingxirz <inseeing@gmail.com>
* Update buttons.md (#21004 )
Co-authored-by: yingxirz <inseeing@gmail.com>
* rm inner link
* hide docs tmp
* fix typo
* adjust doc
Co-authored-by: myeunhyuk <39618466+myeunhyuk@users.noreply.github.com>
Co-authored-by: linye <59957450+ionshaw@users.noreply.github.com>
Co-authored-by: yingxirz <inseeing@gmail.com>
2020-01-20 17:21:29 +08:00
Wei Zhu
d0126e4931
Revert "docs: fix contributing docs"
2020-01-17 14:30:48 +08:00
cjmafei
6044bcbc56
fix contributing docs
2020-01-17 14:07:38 +08:00
linye
4c9535d0f0
Update article.zh-CN.md ( #20966 )
2020-01-17 12:08:39 +08:00
二货机器人
d231d24300
update docs & table version ( #20892 )
2020-01-14 16:23:47 +08:00
afc163
f1290fbb83
📝 update FAQ
2020-01-13 14:07:41 +08:00
afc163
07c3aaa058
📝 update replace moment doc order
2020-01-13 13:47:03 +08:00
二货机器人
05ebf0f8cc
chore: Not block input when Input value is undefined
( #20783 )
...
* chore: Input should not block input when `value` is undefined
* add test casw
* Fix test case & add breaking change in changelog
* fix prevValue logic
* patch change log
2020-01-09 11:13:07 +08:00
偏右
90d819fc6f
docs: 📝 update title to Replace Moment.js ( #20730 )
...
* 📝 update title to Replace Moment.js
* Update and rename generate-picker.zh-CN.md to replace-moment.zh-CN.md
* 🔗 fix links
2020-01-08 11:29:37 +08:00
偏右
66e2a3ccc0
🔤 Tweak font family, same as tailwindcss ( #20747 )
...
https://tailwindcss.com/docs/font-family/#app
2020-01-08 11:29:15 +08:00
myeunhyuk
7d95365183
Update illustration.md ( #20696 )
2020-01-06 17:26:07 +08:00
zombiej
70c49cd367
fix: migrate doc typo
2020-01-06 15:25:07 +08:00
zombiej
ad4ebed77c
docs: Adjust changelog with more descriptions
2020-01-06 10:58:56 +08:00
vagusX
0ac1c47ee0
docs: add codemod running gif ( #20671 )
2020-01-05 21:10:07 +08:00
zombiej
743fd825a9
docs: Fix HiTu typo
2020-01-04 11:57:34 +08:00
zombiej
597befbc88
docs: Fix typo
2020-01-04 10:33:03 +08:00
偏右
22e9ec6eec
docs: 📝 Add more detail in migration-v4 ( #20558 )
...
* 📝 more detail in migration-v4
* add link
* add v3 removed api
* components change
* update link
* add todo marker
* remove v2 doc
* docs: update icons part
* update docs for mssing content
* add color update
* docs: Add Table style breaking change
* Update migration-v4.zh-CN.md
* Update migration-v4.zh-CN.md
* Update migration-v4.zh-CN.md
* adjust data of gzipped
* update desc
* docs: Add english version
* Update docs/react/migration-v4.zh-CN.md
Co-Authored-By: 偏右 <afc163@gmail.com>
* more adjust
* clean up changelog
* use value intead of px
* Add form warning
* Add cn changelog
* update docs
* Update docs/react/migration-v4.zh-CN.md
Co-Authored-By: 偏右 <afc163@gmail.com>
* update quota
* re-order changelog
* add english version
* docs: add some images for codemod
* update version
Co-authored-by: 二货机器人 <smith3816@gmail.com>
Co-authored-by: vagusX <vagusX@users.noreply.github.com>
2020-01-04 07:06:13 +08:00
myeunhyuk
fdf8abd587
docs: Update illustration.md ( #20654 )
2020-01-03 20:17:58 +08:00
信鑫-King
cb528da8ed
fix: dark theme in 4.0 ( #20642 )
...
* fix: rtl direction bug
* 📝 dark theme usage docs
* fix: sketch download
* fix: theme dark
* 📝 empty image
* fix: dark form with mixture components like picker, input
* 📝 update sketch release download
* fix: remove inline-menu sub shadow
2020-01-03 19:00:01 +08:00
myeunhyuk
619fc44b8c
Update colors.zh-CN.md ( #20650 )
2020-01-03 18:09:18 +08:00
zombiej
dafc5a2f1d
docs: Update Home site
2020-01-03 15:20:10 +08:00
afc163
08f3643272
✅ resolve merge conflict
2020-01-03 12:09:35 +08:00
myeunhyuk
0b14632f5b
Update colors.zh-CN.md ( #20621 )
2020-01-03 11:04:20 +08:00
myeunhyuk
a658dd71bb
Update colors.en-US.md ( #20622 )
2020-01-03 11:04:08 +08:00
zombiej
9aedd62e50
docs: fix english typo
2020-01-02 20:30:06 +08:00
myeunhyuk
37ca4f7884
docs: customize-theme.en-US.md ( #20605 )
2020-01-02 18:26:45 +08:00
myeunhyuk
bbfb491782
Update customize-theme.zh-CN.md ( #20603 )
2020-01-02 18:26:18 +08:00
myeunhyuk
08187e229d
Update colors.en-US.md ( #20608 )
2020-01-02 18:22:13 +08:00
二货机器人
2f7c895675
Revert "Update colors.en-US.md ( #20606 )" ( #20607 )
...
This reverts commit c513296849
.
2020-01-02 18:18:39 +08:00
myeunhyuk
c513296849
Update colors.en-US.md ( #20606 )
2020-01-02 18:17:52 +08:00