Commit Graph

476 Commits

Author SHA1 Message Date
ycjcl868
cc2b5ddca7 fix: icon, dropdown style 2019-12-25 15:44:58 +08:00
ycjcl868
5dbfe42159 fix: Icon dark theme 2019-12-25 14:42:15 +08:00
ycjcl868
fb44177f2f fix: dark theme fixed 2019-12-25 11:02:45 +08:00
ycjcl868
6c6037905e fix: switch fixed icon 2019-12-25 00:14:17 +08:00
ycjcl868
c10a6f029c fix: demo style 2019-12-24 20:58:42 +08:00
ycjcl868
52e9c20b10 Merge origin/4.0-prepare into feat-dark-palette 2019-12-24 10:42:07 +08:00
ycjcl868
3a38cfaa01 fix: card, form site dark theme 2019-12-23 20:07:56 +08:00
偏右
8501b708ea refactor: 📦 smaller bundlesize limit (#20356)
* 📦 samller bundlesize limit

* 🗑️ remove React static PropTypes

* 🗑️ remove react-lifecycles-compat

* 🗑️ remove matchMedia polyfill

* 🗑️ remove Transfer buggy lazy prop

* 🗑️ remove enquire.js dep

* 🗑️ remove Transfer lazy related code and fix ci

* 🗑️ remove used dom-closest

*  replace dom-scroll-into-view to scroll-into-view for bundle size

*  fix eslint

* 🆙 upgrade browserslist

*  fix test cases

* 🗑️ remove @ant-design/create-react-context

* 🆙 upgrade @ant-design/bisheng-plugin

* 🆙 upgrade rc-slider

*  fix ci

* 🆙 upgrade rc-tabs and rc-mentions

* 📦 scroll-into-view -> scroll-into-view-if-needed

* remove unused devDep

* docs: 📝 update instruction about IE9/10

* 📦 reduce css bundle size by drop IE9/10 support

* 🆙 upgrade rc-upload

* 🗑️ drop unused swing motion css

*  update upload snapshots

* 📦 lift css bundlesize limit to 55kb
2019-12-23 18:33:08 +08:00
ycjcl868
27ce7012e7 fix: border-color 2019-12-23 18:08:15 +08:00
ycjcl868
f4e198c465 fix: switch dark 2019-12-23 17:58:59 +08:00
ycjcl868
30b372020a fix: token 2019-12-23 17:45:14 +08:00
ycjcl868
60eca31754 fix: localStorage 2019-12-23 17:41:55 +08:00
ycjcl868
7acab87a03 Merge origin/4.0-prepare into feat-dark-palette 2019-12-23 17:31:31 +08:00
afc163
97f9cba482 💄 tweak site menu font weight 2019-12-23 17:22:46 +08:00
ycjcl868
6477b46fa8 fix: data-theme 2019-12-23 17:16:26 +08:00
ycjcl868
31234f1c75 fix: conflict 2019-12-23 16:39:58 +08:00
ycjcl868
194bf3603f fix: site code action icon 2019-12-23 16:36:40 +08:00
chenshuai2144
74d035de01 update logo text 2019-12-23 16:30:32 +08:00
chenshuai2144
cbfc052d0d dark theme sync 2019-12-23 16:02:09 +08:00
ycjcl868
5163b240c2 feat: code block dark theme 2019-12-23 15:36:07 +08:00
ycjcl868
242f5739fc fix: theme demo 2019-12-23 15:17:54 +08:00
ycjcl868
0f445dded5 fix: code style 2019-12-23 14:55:33 +08:00
ycjcl868
5d0aa4a231 fix: grid 2019-12-23 14:49:45 +08:00
ycjcl868
7fe921454f fix: icon 2019-12-23 12:15:22 +08:00
ycjcl868
4895c3d2a9 fix: dark theme 2019-12-23 11:46:40 +08:00
ycjcl868
d60b736762 Merge origin/4.0-prepare into feat-dark-palette 2019-12-21 15:51:05 +08:00
afc163
18568be7de
🐛 fix side menu border
935e4fd1c4 (r360345135)
2019-12-21 12:09:29 +08:00
ycjcl868
6a96299010 Merge 4.0-prepare into feat-dark-palette 2019-12-20 16:38:33 +08:00
偏右
4ca79ffc07 docs: components and documentation in two pages (#20330)
* 📝 Add documentation in header nav

* site: fix header active item and menu items

* 💄 better components menu group style

* 💄 more details of site menu style

*  fix eslint error
2019-12-19 14:47:12 +08:00
ycjcl868
9630712b51 fix: demo style 2019-12-18 23:41:38 +08:00
ycjcl868
2aa9ab6791 chore: use dark-vars.js 2019-12-18 22:42:09 +08:00
ycjcl868
13928fbcd7 fix: bg 2019-12-18 21:32:15 +08:00
ycjcl868
f20c746482 fix: change dark theme 2019-12-18 21:31:23 +08:00
ycjcl868
47608776b5 feat: dark theme change 2019-12-18 20:06:36 +08:00
ycjcl868
8ffcbe468a feat: change theme 2019-12-18 18:45:05 +08:00
ycjcl868
e53a05cf53 tmp: not merge 2019-12-18 15:28:36 +08:00
zombiej
d76283f2b9 merge master 2019-12-01 21:46:17 +08:00
afc163
53eee985f0 🐛 docs: fix scrollama error
https://github.com/russellgoldenberg/scrollama/pull/106
2019-11-29 10:13:38 +08:00
zombiej
b37b317b69 chore: merge master 2019-11-25 15:16:59 +08:00
二货机器人
efd3b35830
feat: Col support flex prop (#16635)
* feat: Col support `flex` prop

* update snapshot

* update doc

* row component use flex type by default

* revert grid flex layout doc

* remove float style

* remove doc old FAQ

* revert .make-row

* col style use flex and max-width

* remove useless Col style and imorove base doc for a single Col

* update snapshots

* fix flex mode pseudo

* update snapshots

* back to old flex mode demo gray background color

* set default col flex => 1 auto

* change grid about flex mode description

* update snapshots

* improve grid introduce and fix with gutter bug

* update snapshots

* remove version
2019-11-20 11:13:24 +08:00
ycjcl868
ffd4371ab5 fix: remove @border-radius-sm 2019-11-15 10:01:35 +08:00
ycjcl868
e3c0703ed6 tweak: divider color 2019-11-13 20:31:23 +08:00
叶枫
dfe7fd3231 feat: code add stackblitz (#19714)
* feat: code add stackblitz

* fix: style

* Update site/theme/static/demo.less

Co-Authored-By: 偏右 <afc163@gmail.com>
2019-11-13 17:29:46 +08:00
zombiej
3c26ac9a54 chore: merge master 2019-11-06 10:34:53 +08:00
afc163
48763bfa7c 🐛 fix Menu styles inside Dropdown 2019-11-05 20:18:48 +08:00
zombiej
7a12b2b1ae merge master 2019-10-30 16:28:28 +08:00
afc163
78a1427ec0
📝 fix home page animation 2019-10-20 15:00:50 +08:00
afc163
8a715d0991 📝 🎬 improve grid demo and documentaion 2019-10-18 18:50:33 +08:00
zombiej
c75bbbd13d merge master 2019-10-16 10:44:56 +08:00
Wei Zhu
a72f43b2c1
Merge pull request #19206 from ant-design/feature
Merge features
2019-10-15 14:36:41 +08:00