Commit Graph

826 Commits

Author SHA1 Message Date
二货机器人
2b309341cd
fix: Select empty style & default width (#20232)
* fix empty style

* update select deps

* fix arrow position & group style

* add missing hover color

* form style update

* fix form style
2019-12-20 18:29:39 +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
d80d65f3a4 fix: lint 2019-12-18 23:05:37 +08:00
ycjcl868
2aa9ab6791 chore: use dark-vars.js 2019-12-18 22:42:09 +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
afc163
ab5cab02f1 chore: 🗑️ remove unused prop 2019-12-18 15:00:10 +08:00
afc163
aa0b1c5378 chore: 🗑️ remove unused prop 2019-12-18 14:56:23 +08:00
afc163
cc8ab225cc fix eslint errors 2019-12-17 18:00:38 +08:00
陈帅
b03e93d061 docs: Add contributors list in each documentation (#20135)
* site: add contributors list

* style: change ContributorsList to end

* style: change spin to Skeleton

* 💄 optimize contributors list UI
2019-12-17 17:58:58 +08:00
afc163
7743c2b326 📝 fix target _blank typo 2019-12-17 17:49:16 +08:00
二货机器人
c008f15885
fixed reproduce logic (#20234) 2019-12-13 15:49:52 +08:00
偏右
05c2f92b69 ⚠️ Add Alert.ErrorBoundary (#19923)
 support ErrorBoundary message and description
2019-12-11 14:15:45 +08:00
xiaohuoni
dd63f15b15 open codesandbox always use jsx 2019-12-10 15:04:11 +08:00
afc163
14619bc1d8
📝 fix github url 2019-12-04 21:58:41 +08:00
叶枫
400ca638b3 feat: add visible debug demo (#20018)
* add debug

* 添加隐藏显示逻辑

* fix demo

* add en

* clean up

* clean up

* you see see

* Update site/theme/zh-CN.js

Co-Authored-By: 偏右 <afc163@gmail.com>

* Update site/theme/zh-CN.js

Co-Authored-By: 偏右 <afc163@gmail.com>

* fix css

* remove css
2019-12-02 15:21:56 +08:00
zombiej
d76283f2b9 merge master 2019-12-01 21:46:17 +08:00
afc163
815d52558b
📝 change home page promote url 2019-11-30 00:03:16 +08:00
二货机器人
64b905e9bd
chore: Update @ant-design/icons deps (#19979)
* update icons deps

* update all icon ref

* fix lint

* update snapshot
2019-11-28 12:34:33 +08:00
zombiej
b37b317b69 chore: merge master 2019-11-25 15:16:59 +08:00
afc163
958bc51629
docs: 🔗 fix antv.alipay.com to new antv.vision 2019-11-24 13:09:33 +08:00
afc163
fb66bce007
docs: fix promote link 2019-11-23 23:28:18 +08:00
afc163
be30d4bfa4 docs: 🔥 announce brand new antv.vision 2019-11-23 20:01:40 +08:00
afc163
5ecd32a83f site: 📝 Add GA event for opening in stackblitz 2019-11-16 16:15:00 +08:00
二货机器人
72a7ba618f
New Table (#19678)
* chore: update rc-table

* add basic table style

* checked all logic

* checkbox support disabled

* selection style

* selection support radio

* add selections support

* selection extra style

* select all locale

* sorter logic

* add more desc

* init Filter hooks

* init filter hooks

* update style

* filter style

* filter style

* fix filter

* sort control

* ajax it

* add expandedable css

* expandable view style

* fixed style

* border style

* empty style

* fix pagination style

* add fixed demo

* un-comment

* clean up

* fix filter check logic

* fix overflow & ellipsis conflict

* fix tes

* adjust scroll shadow

* fix border fixed style

* add part of test case

* add filter test part

* more test case

* issue related test

* filter test

* adjust pagination logic

* fix pagination test case

* all selection test case

* table sorter test case

* table basic test

* fix test case

* update faq

* update expandable doc

* add v4 doc

* add summary docs

* more demo

* fix selection

* update snapshot

* update test case

* fix ff styling

* update rc-table

* update snapshot

* update snapshot

* fix lint

* fix style lint

* fix style

* update snapshot

* update desc

* fix missing icon
2019-11-15 14:35:25 +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
2ba81538d8 chore: Merge master 2019-11-13 11:48:20 +08:00
ycjcl868
d402582598 fix: react-helmet-async title ssr 2019-11-11 14:30:11 +08:00
afc163
499494caa4 chore: react-helmet => react-helmet-async
fix SideEffect(NullComponent) warning

https://github.com/readium/readium-desktop/issues/596
https://github.com/nfl/react-helmet/issues/465
https://github.com/nfl/react-helmet/issues/426
2019-11-09 18:24:37 +08:00
afc163
94c3978208 📝 fix English translation missing of site footer 2019-11-08 16:25:08 +08:00
zombiej
7a12b2b1ae merge master 2019-10-30 16:28:28 +08:00
lewis liu
f1bf9eb3bc docs:Use tensorflow.js to predict icon (#19411)
* docs:use tfjs to predict icon

* style:Expected blank line between class members

* bugfix: remove useless isMounted

* style:Get patch fixes within a minor version
2019-10-25 11:30:55 +08:00
afc163
78a1427ec0
📝 fix home page animation 2019-10-20 15:00:50 +08:00
zombiej
5a19463e4b docs: Fix landing page 2019-10-16 11:03:16 +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
afc163
51f9b95c1b 📝 Add remax to Footer 2019-10-14 17:51:15 +08:00
zombiej
218798cfb4 merge master 2019-10-14 17:21:22 +08:00
afc163
cfcdf2fd5f 📝 Add promote link in home page 2019-10-14 16:10:32 +08:00
zombiej
04a27deb2b merge master 2019-10-14 10:53:35 +08:00
偏右
f7c37e5509
💄 menu inlineIndent should be number 2019-10-12 12:01:38 +08:00
afc163
fb5d709ccd 📝 fix scaffold.ant.design link typo 2019-10-11 12:22:59 +08:00
zombiej
28a6358439 merge master 2019-10-11 11:51:55 +08:00
afc163
16572711a3 📝 update apple-touch-icon-precomposed 2019-10-10 10:47:05 +08:00
afc163
75d97c8bf1
📝 update apple touch icon 2019-10-09 21:20:20 +08:00
afc163
535d4afc2d
📝 improve site details 2019-10-09 20:57:00 +08:00
zombiej
e129e8dc7e merge master 2019-10-08 15:04:00 +08:00
afc163
47dee4c7d7 fix eslint problems 2019-10-05 18:02:16 +08:00
zombiej
9051c7baee merge master 2019-09-23 10:08:32 +08:00
ycjcl868
1e90eb1264 fix: site specialChar encoding 2019-09-20 17:05:13 +08:00
afc163
fa880907dd 💄 footer style details 2019-09-19 15:55:22 +08:00
afc163
d9b058248d 🎨 color picker in footer 2019-09-19 15:55:22 +08:00
afc163
16dff49e46 💄 transfer footer to rc-footer 2019-09-19 15:55:22 +08:00
ycjcl868
bcbc1e2ac2 restore: react-intl intl polyfill 2019-09-18 20:55:00 +08:00
ycjcl868
0d7bf848c3 Merge master into upd-antd-version 2019-09-18 20:06:55 +08:00
ycjcl868
33afa7462c 📝 comment 2019-09-18 19:09:21 +08:00
ycjcl868
9515cef21d fix: site ssr react-intl 2019-09-18 19:07:17 +08:00
zombiej
fa8ddb4104 merge master 2019-09-16 11:23:26 +08:00
zombiej
f8f7ccb709 fix lint 2019-09-11 22:21:41 +08:00
afc163
c3ac7308dc
📝 update description 2019-09-08 16:29:04 +08:00
ycjcl868
ff3225fcbb fix: rm comment 2019-09-08 16:14:43 +08:00
ycjcl868
161801cd78 fix: desc [object] bug 2019-09-08 16:14:43 +08:00
ycjcl868
e98afc5145 📝 description 2019-09-08 16:14:43 +08:00
ycjcl868
a93fe5238e fix: default seo title and description 2019-09-08 16:14:43 +08:00
ycjcl868
796d2aa000 fix: better slice description 2019-09-08 15:15:51 +08:00
ycjcl868
e1ab352547 fix: content 2019-09-08 15:15:51 +08:00
ycjcl868
50606289d7 fix: find p tag content 2019-09-08 15:15:51 +08:00
ycjcl868
35c537ee2d fix: desc 2019-09-08 15:15:51 +08:00
ycjcl868
15f0841606 fix: lint 2019-09-08 15:15:51 +08:00
ycjcl868
30dd9a3b0e feat: helmet seo 2019-09-08 15:15:51 +08:00
ycjcl868
4490ee8483 refactor: seo use react-helmet 2019-09-08 15:15:51 +08:00
zombiej
428f3bbe0d fix: Icon search should work 2019-09-03 12:15:43 +08:00
愚道
2f5537a65b Merge branch 'master' into chore/mergemaster 2019-09-02 10:47:32 +08:00
zombiej
1e359b0309 fix lint 2019-08-30 00:06:35 +08:00
zombiej
3d8a4f3612 merge master 2019-08-29 23:41:46 +08:00
afc163
67cebf6da6 💄 fix eslint error 2019-08-28 12:03:26 +08:00
afc163
7458a9abcd
📝 add search icon to ga event 2019-08-27 20:44:29 +08:00
Nova Courtois
817f3c231f replace instances of typo 'collpse' with collapse (#18488) 2019-08-27 12:31:53 +08:00
天可
8a1d184d8b 500->503 2019-08-23 16:52:33 +08:00
天可
4b3179cef5 使用 Result 组件显示服务端错误信息 2019-08-23 16:42:50 +08:00
天可
df3539026b 上传前压缩图片为300px以内,防止超时报错 2019-08-23 16:33:17 +08:00
天可
5d5b001d48 修复localstorage在ssr过程中的报错 2019-08-23 14:49:11 +08:00
天可
382882247b 兼容不支持 localstorage 的浏览器 2019-08-23 14:16:30 +08:00
天可
2d96dc4124 bugfix: localStorage not defined 2019-08-23 14:03:52 +08:00
天可
2cf0577e4f 提供一个关闭功能,点击后 localStorage 存一下就不弹了 2019-08-23 13:27:04 +08:00
天可
a04794261c 文案修改,弹窗移除 footer 2019-08-23 11:08:12 +08:00
天可
3ac8f090c7 添加匹配度等相关文案 2019-08-22 22:07:02 +08:00
天可
94250484f4 remove popoverVisible 2019-08-22 21:14:50 +08:00
天可
d447781c4e 添加更显眼的介绍 2019-08-22 21:14:39 +08:00
天可
e912048168 服务不可用提示 2019-08-22 21:14:29 +08:00
天可
31821e51e6 通过 tooltip 外化 type 2019-08-22 21:14:17 +08:00
天可
b15032a597 完成国际化 2019-08-22 21:14:05 +08:00
天可
7be5b1c083 添加点击拷贝功能 2019-08-22 21:13:53 +08:00
天可
49b4bfdaa5 基本样式完成 2019-08-22 21:08:07 +08:00
afc163
62aeb5aff2 📝 Add lang attribute to html 2019-08-19 11:08:20 +08:00
afc163
760853e239 💄 eslint for all 2019-08-14 18:21:24 +08:00
vagusX
149729e524
use ant design icons 4.0 (#18217)
* feat: use @ant-design/icons@4.0

* feat: use createFromIconfontCN to make site works

* feat: update doc for Icon

* feat: use icon in component Alert

* feat: use icon in component Avatar

* feat: use icon in component Breadcrumb

* feat: use icon in component Button

* feat: use icon in component Cascader

* feat: use icon in component Collapse

* feat: use icon in component Datepicker

* feat: use icon in component Dropdown

* feat: use icon in component Form

* feat: use icon in component Input

* feat: use icon in component InputNumber

* feat: use icon in component Layout

* feat: use icon in component Mention

* feat: use icon in component Message

* feat: use icon in component Modal

* feat: use icon in component Notification

* feat: use icon in component PageHeader

* feat: use icon in component Pagination

* feat: use icon in component Popconfirm

* feat: use icon in component Progress

* feat: use icon in component Rate

* feat: use icon in component Result

* feat: use icon in component Select

* feat: use icon in component Step

* feat: use icon in component Switch

* feat: use icon in component Table

* feat: use icon in component Tab

* feat: use icon in component Tag

* feat: handle rest component which using Icon

* fix: remove unused vars

* feat: use latest alpha ant design icons

* fix: failed test in uploadlist.test.js

* test: update snapshot for icons

* doc: add Icon for site

* doc: use @ant-design/icons in site

* chore: use latest icons

* fix: tslint issue

* fix: test cases

* fix: types for react

* fix: lint rules for import orders

* fix: use @ant-design/icons@4.0.0-alpha.5 to avoid insert css in server render

* fix: eslint error in demo/**.md

* inject antd icons

* update snapshot

* fix site

* doc: update docs

* fix: code snippets icon in site

* feat: use latest @ant-design/icons

* fix: icon props in message
2019-08-13 14:07:17 +08:00
zombiej
1cb346573c merge master 2019-08-12 13:34:23 +08:00
afc163
ca3f4a18ca Fix TypeScript errors 2019-08-09 12:20:37 +08:00
afc163
4ca61a7a33 🐛 fix scrollama error 2019-08-08 18:17:28 +08:00
afc163
60e7fa3c73 Migrate to react-intl 3 2019-08-08 18:16:18 +08:00
zombiej
b30dc1c3bc merge master 2019-08-06 17:46:53 +08:00
orzyyyy
44d110c0db feat: add extend from prettier/react 2019-08-06 15:36:13 +08:00
orzyyyy
47fd80c8ad fix: disable next line instead of the whole file 2019-08-06 15:36:13 +08:00
orzyyyy
8149aa7aba fix(site): import/no-unresolved 2019-08-06 15:36:12 +08:00
orzyyyy
ac3f319ad2 fix: lint:es 2019-08-06 15:31:59 +08:00
afc163
83a768787e
📝 antd/lib/xxx => antd/es/xxx again 2019-08-05 15:37:00 +08:00
zombieJ
81d8eb8afe
feat: ConfigProvider support locale (#17816)
* ConfigProvider support locale

* update docs

* update category

* clean up

* moving locale

* update check script

* update related code

* add test case

* demo link

* update doc

* hide one rule of md with eslint

* update error link
2019-07-24 10:34:55 +08:00
zombiej
ef66edd0c2 merge master 2019-07-19 11:54:08 +08:00
afc163
a9a24d0d39 📝 Add components count in component page 2019-07-17 19:52:21 +08:00
zombieJ
f65db14a88
Merge pull request #17464 from ant-design/master
chore: Merge master
2019-07-04 15:31:15 +08:00
偏右
b1e63be9e3 fix: icon typo (#17458)
* 🐛 Fix icon typo

close #17448

*  update snapshots

*  add test case
2019-07-04 15:00:42 +08:00
zombieJ
4cdf37bedb
feat: New Form (#17327)
* init form

* first demo

* add normal login

* add style

* webit

* support nest errors

* beauti form errors

* use onReset

* modal demo

* add list demo

* match key of errors logic

* date demo

* customize component

* moving style

* add status style

* without form create

* add demos

* add inline style

* clean up legacy

* fix drawer demo

* mention

* fix edit-row

* editable table cell

* update mentions demo

* fix some test case

* fix upload test

* fix lint

* part of doc

* fix ts

* doc update

* rm react 15

* rm config

* enhance test coverage

* clean up

* fix FormItem context pass logic

* add more demo

* en to build

* update demo

* update demo & snapshot

* more doc

* update list doc

* update doc

* update demo to display condition render

* update snapshot

* add provider doc

* support configProvider

* more doc about validateMessages

* more description

* more and more doc

* fix typo

* en doc

* Form.List doc

* m v3 -> v4

* add skip
2019-07-03 20:14:39 +08:00
zombieJ
340ff711ab
chore: Support TypeScript & JavaScript with Demo (#17247)
* update bisheng

* support lang panel

* display tabs if multiple lang

* rm tmp file
2019-06-23 12:49:28 +08:00
陈帅
82b85709be style: run lint-fix (#17172) 2019-06-19 19:09:08 +08:00
zombieJ
364e1624ea
add antd pro 4.0 badge (#16894) 2019-05-31 10:48:00 +08:00
偏右
79a6b70e6a 🐛 Fix typo name icons, add warning and update docs (#16818)
close #13007
close #16810

deps: ant-design/ant-design-icons#63
2019-05-27 17:04:02 +08:00
afc163
701ab7aab0
💄 chore some documents style 2019-05-22 12:36:43 +08:00
yoyo837
d9ede1b4a5 fix shouldComponentUpdate 2019-05-21 17:51:53 +08:00
zombieJ
c39ca23b7d
update icons logic (#16623) 2019-05-16 17:47:50 +08:00
gxvv
c642c87c68 💚🚨 Fix ci broken and remove linter error. 2019-05-16 14:45:17 +08:00
gxvv
8539cf6879 🐛 Fix scroll to initial anchor on page load and scroll to top on router change.
chore: Use destroy replace disable.
2019-05-16 14:19:15 +08:00
gxvv
5b8867439a 🐛 Fix scrollama not working after unnecessary update. 2019-05-16 14:18:53 +08:00
愚道
adfc4355b9 merge master 2019-05-12 22:35:25 +08:00
信鑫-King
0156886351 fix: codesandbox not support slash import (#16509)
* fix: codesandbox not support lodash/*

* fix: remove slash deps
2019-05-10 15:45:51 +08:00
偏右
e184045e3d fix: Fix lots of missing icons (#15874)
* 🐛 Fix lots of missing icons

close ant-design/ant-design-icons#26
close #15850

* update icons deps

* fix lint
2019-05-07 23:54:08 +08:00
zombieJ
5987792a44
fix: typescript definition update (#16202)
* fix lint

* update snapshot

* update define
2019-04-20 23:38:02 +08:00
afc163
7478913e23
💄 improve footer style 2019-04-16 11:32:03 +08:00
afc163
8155756826
site: 💄 optimize icon doc 2019-04-08 10:17:03 +08:00
DiamondYuan
79ecd32893 feat: Icon enable search 2019-04-06 13:20:22 +08:00
afc163
0861ec9e0d
📝 Add analytics code for code box 2019-04-04 15:33:56 +08:00
龚方闻
41ffa3f410 fix "Edit this demo on Github" lost 2019-04-03 16:27:10 +08:00
afc163
cf17ea6174
📝 Fix bug of failed to execute querySelector on Document that not a valid selector 2019-03-31 20:38:46 +08:00
afc163
ca778f38dd
💄 Improve ant.design site footer style 2019-03-31 20:34:16 +08:00
偏右
f3c74c3138
💄 Optimize footer of site (#15612) 2019-03-24 23:39:45 +08:00
偏右
c5a4eef414 💄 Enhance component demo (#15511) 2019-03-21 09:48:50 +08:00
ZYSzys
554fdd4a3c script: cleanup & reduce useless prettier files (#15467) 2019-03-18 10:46:17 +08:00
+v
72296fd4e0
fix: lint 2019-03-15 17:29:57 +08:00
+v
acc9e96689
fix: clearTimeout 2019-03-15 17:12:30 +08:00
afc163
e7e82defae
📝 Fix <Icon type="import" /> missing in documentation 2019-03-15 15:57:53 +08:00
偏右
1bc97f446b
Merge pull request #15315 from tangjinzhou/docs-ecosystem
add ecosystem menu
2019-03-13 19:29:09 +08:00
tangjinzhou
afe685bb50
Update Header.jsx 2019-03-13 11:58:36 +08:00
afc163
f65853b2b1
:sparkly: Add react-json-view in recommendation 2019-03-12 14:26:41 +08:00
tangjinzhou
0cea934cac add ecosystem menu 2019-03-11 11:19:43 +08:00
afc163
f882c13e80
🎨 Fix eslint warning 2019-03-06 12:23:57 +08:00
Harry.Hou
1a96388513 add symbol , in end 2019-03-04 19:46:41 +08:00
Harry.Hou
6825456564 🐛 (Site_Icon_Display) modify background color for two tone icon item
when theme equal twoTone add calss to li tag, modify hover color from primary color to #8ecafe.

Closes #1
2019-03-04 17:13:36 +08:00
zombiej
6f95995faa merge master 2019-02-27 19:57:48 +08:00
zombiej
9fcce59d70 adjust 2019-02-27 16:03:21 +08:00
zombiej
5b924bd938 skip 2019-02-27 16:03:21 +08:00
afc163
55e2ce6269 🔧 Add logrocket
https://logrocket.com/
2019-02-26 17:09:30 +08:00
zombieJ
18c3c5e6d2 add icons (#15047) 2019-02-26 11:48:42 +08:00
Kevinaskin
2da7701ce8 📝 Fix missing icon radius-upright in demo page (#15004)
close #15002
2019-02-22 15:54:25 +08:00
zombiej
271d201fbc merge master 2019-02-18 11:17:24 +08:00
afc163
f359b7592e
📝 site: remove new icons badge 2019-02-17 12:41:19 +08:00
tangjinzhou
e68dab6e5d add ant-design-vue (#14869) 2019-02-17 00:17:53 +08:00
zombiej
d919e20f10 merge master 2019-02-12 16:00:29 +08:00
afc163
5ad97a33d1
💄 improve home page style in mobile device 2019-02-06 13:07:52 +08:00
afc163
ba1e305368
💄 site: fix extra space in demo code box 2019-01-29 18:14:03 +08:00
zombiej
23470f4e53 remove sentry tmp 2019-01-26 22:13:44 +08:00
afc163
f513ec5a5f change sentry id 2019-01-22 14:14:47 +08:00
afc163
430d78573b Add sentry in ant.design
follow https://sentry.io/onboarding/ant-design-zb/react/configure/javascript-react
2019-01-22 14:14:47 +08:00
ycjcl868
762167641c 🐛 fix openMenu reset 2019-01-10 21:52:43 +08:00
zombiej
874ed98e31 merge master 2019-01-02 17:12:34 +08:00
afc163
0ca2b3f41c
💄 fix nested a warning in site code 2018-12-28 18:26:40 +08:00
afc163
536f791ea9
💄 fix site scrolltop, close #13983 2018-12-28 18:26:40 +08:00
afc163
3f1be96866
Merge branch 'master' into feature
* master: (23 commits)
   fix snapshots
  Add docs for the List rowKey prop
  💄 don't reset font-family in each component
  💄 chore card less variable
  Remove classNames from custom-typing file
  add collapsed faq ref: #13953
  feat: support define card border radius
  Fix dateRender not supported at WeekPicker
  📝 Add links in Home Page
  📝 Fix site responsive interaction, close #13954
  💄 chore Steps[labelPlacement="vertical"] style
   fix warning in test case
  📝 update tech antfin cases
  🐛 site menu open bug
  🐛 fix site defaultOpenKeys
  Correct docs
  💄 chore button code style
  fix spaces in curly brackets
  fix two more code style issues
  Fix method argument name
  ...
2018-12-28 12:11:18 +08:00
afc163
03855d3ed1
📝 Add links in Home Page 2018-12-27 14:06:35 +08:00
afc163
5900b6aa0b
📝 Fix site responsive interaction, close #13954 2018-12-27 12:27:28 +08:00
ycjcl868
1a0cea28a3 🐛 site menu open bug 2018-12-27 10:49:13 +08:00
ycjcl868
811dde03d4 🐛 fix site defaultOpenKeys 2018-12-27 10:49:13 +08:00
taoweicn
0f9742b441 ✏️ fix: fixed typo of palette 2018-12-26 23:48:52 +08:00
afc163
4da04acff9
💄 fix span type warning in site 2018-12-26 21:44:34 +08:00
zombiej
b5fc19632b merge master 2018-12-26 14:23:40 +08:00
afc163
911f32c44f
💄 site: use Button in home page 2018-12-25 21:21:28 +08:00
afc163
30fe9918d8
Merge branch 'master' into feature
* master:
  📝 Add bodyStyle and style of Drawer in documentation, #13850
  🐛 Fix Drawer style not working
  🐛 fix markStyle affset style
  Update Santa.jsx
  update changelog
  bump 3.11.6
  revert Christmas egg
  [type] make type of components compatible with ComponentType<P>
  bump 3.11.5
   site: make document side bar sticky
2018-12-25 16:28:50 +08:00
sfturing
3a6e0e2dfa Update Santa.jsx 2018-12-25 10:54:48 +08:00
afc163
e047bb166f
site: make document side bar sticky
close #3800
2018-12-24 15:59:59 +08:00
afc163
360f8cb7dc
Merge branch 'master' into feature
* master:
  Correct doc
  🆙 ant-design-palettes => @ant-design/colors
2018-12-24 13:38:46 +08:00
afc163
9eaac3f568
🆙 ant-design-palettes => @ant-design/colors 2018-12-23 21:57:36 +08:00
afc163
cdfdae51ed
💄 fix lgtm alert 2018-12-22 19:45:38 +08:00
afc163
1576203a64
💄 fix lgtm alert 2018-12-22 19:45:24 +08:00
afc163
24bcace0ce
🔨 Merge master into feature 2018-12-22 19:30:50 +08:00
afc163
fe47f01796
📝 Fix documentation 2018-12-22 18:13:30 +08:00
afc163
c29daf952a
🔨 Merge master into feature 2018-12-22 18:02:10 +08:00
afc163
3a25ef8d14
💄 Fix lgtm alerts
https://lgtm.com/projects/g/ant-design/ant-design/alerts/?mode=list
2018-12-22 17:40:25 +08:00
afc163
7fe6dec9b8
Merge branch 'master' into feature
* master:
  feat(table): support table border-radius define in theme
  add form-tutorial.md
  📝 Put gitter flags in badges in README (#13744)
  update deps of rc-select
  skip show-tooltip.md test when is dist test
  💄 update slider demo
  Fix a regular expression
  Improvements to badges in README (#13743)
2018-12-21 16:12:14 +08:00
Sam Lanning
97ee28ee7a Fix a regular expression
Pipe (|) is not supposed to be used as a delimiter in character classes, though
it seems like that's what someone's trying to do here, given it's trying to
extract numbers from a css transform property.
2018-12-20 20:30:18 +08:00
afc163
879784c665
Merge branch "master" into "feature" 2018-12-20 17:43:00 +08:00
kenve
6106e459a3 fix: demos can‘t be opened correctly in CodeSandbox (#13734) 2018-12-20 16:47:10 +08:00
afc163
f706e2554f
🎅 🎅 🎅 2018-12-19 14:14:09 +08:00
afc163
7e911637e2
📝 detect recommendation links click data 2018-12-11 12:33:23 +08:00
陈帅
8e11f0bdb9 merge support prettier 2018-12-07 20:02:01 +08:00
陈帅
df356a586c Merge branch 'master' into feature 2018-12-07 18:52:13 +08:00
陈帅
dca9715186 support prettier 2018-12-07 18:27:30 +08:00
afc163
6388410c1f
💄 site: fix demo edit tooltip text 2018-12-05 21:06:27 +08:00
zombiej
b8630b3455 add eye-invisible icon 2018-12-03 16:52:25 +08:00
Wei Zhu
d2d893c52f icons: add eye-invisible 2018-12-03 15:47:48 +08:00
afc163
83c192ea3e
💄 fix eslint problems 2018-11-28 15:11:02 +08:00
afc163
c7b9eee709 improve getDerivedStateFromProps return value 2018-11-13 18:03:57 +08:00
afc163
6b285439c4 📈 site: fix recourse card click node 2018-11-13 15:44:14 +08:00
afc163
c1908e78e5 📈 site: fix ga event 2018-11-13 15:24:12 +08:00
afc163
ee8e413cf5
💄 upgrade site footer 2018-11-10 14:52:16 +08:00
jljsj33
15d3070275 add landing to home Solution 2018-11-09 17:30:35 +08:00
afc163
cbf9a6a694 site: fix icon copy text 2018-11-08 17:29:56 +08:00
jljsj33
877fdffb52 add Landing to footer 2018-11-08 14:43:41 +08:00
alex
2de0bdf686 添加在线编辑对react-router3/4的支持 2018-11-06 17:04:08 +08:00
afc163
00c65b046b site: update icon doc translation 2018-11-05 19:04:28 +08:00
afc163
c2184d6334 site: update header responsive ui 2018-11-05 11:59:15 +08:00
afc163
934b92b943 site: still need the fallback scrollIntoView, #12683 2018-10-31 16:54:58 +08:00
afc163
1f0263ccf7 site: fix npm run site error 2018-10-31 13:15:40 +08:00
afc163
de492b90a4 componentWillReceiveProps => getDerivedStateFromProps 2018-10-30 16:17:24 +08:00
afc163
f51feebe36 use React.StrictMode to show deprecated message 2018-10-30 16:17:24 +08:00
afc163
98489f4717 site: now hash jump would be ok
no need to scrollIntoView
2018-10-28 17:35:21 +08:00
afc163
96e0cb5313 site: fix hash 2018-10-26 20:31:06 +08:00
afc163
8ccd6b8277 site: add promote link 2018-10-23 12:21:26 +08:00
Wei Zhu
e56a3310df docs: Add missing codesandbox icon 2018-10-22 13:36:03 +08:00
afc163
e03a4e166b site: fix hash link
close #12683
2018-10-19 11:19:41 +08:00
jljsj33
6767bcf0b0 fix Home Page1 icon hover animation 2018-10-12 20:29:25 +08:00
°))))彡
9aa4172c27 feat(website): add link to ng-zorro-mobile website; (#12619) 2018-10-12 17:09:43 +08:00
afc163
4e3cbec038 site: change link to xtech 2018-10-06 15:31:53 +08:00
Wei Zhu
9cfaf1750d fix: type error 2018-09-30 21:39:12 +08:00
Wei Zhu
40001d8220 Revert "fix: more types"
This reverts commit e063e1916d.
2018-09-30 21:29:14 +08:00
Wei Zhu
e063e1916d fix: more types 2018-09-30 16:39:51 +08:00
Wei Zhu
1bb1418eb7 site: Remove unused files 2018-09-28 11:02:18 +08:00
Wei Zhu
1815bba876 Unregister service worker 2018-09-26 11:13:19 +08:00
Wei Zhu
aeeabb1263 Disable offline temporarily 2018-09-26 10:44:12 +08:00
afc163
d030121ce2 change faq links 2018-09-16 15:40:05 +08:00
愚道
edee08006d fix review code style issue 2018-09-12 12:01:39 +08:00
愚道
76cf0816dc doc: add course link to site nav 2018-09-12 12:01:39 +08:00
afc163
7a4107eab8 site: update footer links 2018-09-11 14:34:36 +08:00
愚道
5dd292f8b7 doc: add yuque antd course link 2018-09-11 14:22:38 +08:00
afc163
5364675ab7 update cdn link 2018-09-11 14:15:48 +08:00
HeskeyBaozi
9fae6b443d remove fields.js 2018-09-07 14:14:23 +08:00
HeskeyBaozi
403ac4d0df add missed icons 2018-09-07 14:14:23 +08:00
包子熊
67024893ce Hotfix/icon issue (#12016)
* fix progress icon

* remove IconDisplay fields.js

* update progress test snapshot

* fix form item circle filled

* update form-item test snapshot

* fix close icon in upload item list

* fix alert icon theme

* update alert test snapshot

* fix time picker clear icon

* fix test snapshot

* fix rotate icon in the header

* update test snapshot

* update new tree test snapshot

* fix icon position

* fix old icon and new icon both display

* fix card actions icon position
2018-09-03 19:29:27 +08:00
包子熊
fd61989852 remove strikethrough to edit icons 2018-09-02 23:56:48 +08:00
HeskeyBaozi
bd53700766 default to icon 2018-09-02 20:59:37 +08:00
HeskeyBaozi
28b3ed19ee add logo alibaba 2018-09-02 20:59:37 +08:00
HeskeyBaozi
92ea2dcc68 90+ new icons 2018-09-02 20:59:37 +08:00
HeskeyBaozi
7e1c373ca4 remove IconSet 2018-09-02 20:59:37 +08:00
HeskeyBaozi
bd59671585 default primary color #1890ff 2018-09-02 20:59:37 +08:00
HeskeyBaozi
b453db3c9b fix typescript type 2018-09-02 20:59:37 +08:00
HeskeyBaozi
3bc88ed7fa use more reusable color 2018-09-02 20:59:37 +08:00
HeskeyBaozi
2a54d80639 new icon display 2018-09-02 20:59:37 +08:00
HeskeyBaozi
2600d8a4ca remove IconDisplay jsx 2018-09-02 20:59:37 +08:00
HeskeyBaozi
dcc35f1deb default to icon 2018-09-02 20:59:37 +08:00
afc163
207bad7b47 Merge branch 'master' into feature-3.9.0 2018-09-01 13:22:06 +08:00
afc163
b84d515969 site: add promote badge 2018-08-31 17:03:27 +08:00