ant-design/components
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
..
__tests__ use ant design icons 4.0 (#18217) 2019-08-13 14:07:17 +08:00
_util merge master 2019-08-06 17:46:53 +08:00
affix fix: unexpected changes of snapshots 2019-08-06 15:36:12 +08:00
alert use ant design icons 4.0 (#18217) 2019-08-13 14:07:17 +08:00
anchor fix: unexpected changes of snapshots 2019-08-06 15:36:12 +08:00
auto-complete use ant design icons 4.0 (#18217) 2019-08-13 14:07:17 +08:00
avatar use ant design icons 4.0 (#18217) 2019-08-13 14:07:17 +08:00
back-top fix: unexpected changes of snapshots 2019-08-06 15:36:12 +08:00
badge use ant design icons 4.0 (#18217) 2019-08-13 14:07:17 +08:00
breadcrumb use ant design icons 4.0 (#18217) 2019-08-13 14:07:17 +08:00
button use ant design icons 4.0 (#18217) 2019-08-13 14:07:17 +08:00
calendar use ant design icons 4.0 (#18217) 2019-08-13 14:07:17 +08:00
card use ant design icons 4.0 (#18217) 2019-08-13 14:07:17 +08:00
carousel test: update snapshots 2019-08-06 15:36:13 +08:00
cascader use ant design icons 4.0 (#18217) 2019-08-13 14:07:17 +08:00
checkbox fix: tooltip not work with disabled checkbox 2019-08-07 14:35:29 +08:00
col adjust import style of grid 2019-03-13 10:50:59 +08:00
collapse use ant design icons 4.0 (#18217) 2019-08-13 14:07:17 +08:00
comment use ant design icons 4.0 (#18217) 2019-08-13 14:07:17 +08:00
config-provider use ant design icons 4.0 (#18217) 2019-08-13 14:07:17 +08:00
date-picker use ant design icons 4.0 (#18217) 2019-08-13 14:07:17 +08:00
descriptions test: update snapshots 2019-08-06 15:36:13 +08:00
divider ⌨️ Improve Divider accessibility by add role="separator" (#18116) 2019-08-08 12:32:39 +08:00
drawer use ant design icons 4.0 (#18217) 2019-08-13 14:07:17 +08:00
dropdown use ant design icons 4.0 (#18217) 2019-08-13 14:07:17 +08:00
empty use ant design icons 4.0 (#18217) 2019-08-13 14:07:17 +08:00
form use ant design icons 4.0 (#18217) 2019-08-13 14:07:17 +08:00
grid fix: unexpected changes of snapshots 2019-08-06 15:36:12 +08:00
icon use ant design icons 4.0 (#18217) 2019-08-13 14:07:17 +08:00
input use ant design icons 4.0 (#18217) 2019-08-13 14:07:17 +08:00
input-number use ant design icons 4.0 (#18217) 2019-08-13 14:07:17 +08:00
layout use ant design icons 4.0 (#18217) 2019-08-13 14:07:17 +08:00
list use ant design icons 4.0 (#18217) 2019-08-13 14:07:17 +08:00
locale fix: add ta_IN.tsx 2019-08-04 23:43:49 +08:00
locale-provider use ant design icons 4.0 (#18217) 2019-08-13 14:07:17 +08:00
mention use ant design icons 4.0 (#18217) 2019-08-13 14:07:17 +08:00
mentions merge master 2019-08-12 13:34:23 +08:00
menu use ant design icons 4.0 (#18217) 2019-08-13 14:07:17 +08:00
message use ant design icons 4.0 (#18217) 2019-08-13 14:07:17 +08:00
modal use ant design icons 4.0 (#18217) 2019-08-13 14:07:17 +08:00
notification use ant design icons 4.0 (#18217) 2019-08-13 14:07:17 +08:00
page-header use ant design icons 4.0 (#18217) 2019-08-13 14:07:17 +08:00
pagination use ant design icons 4.0 (#18217) 2019-08-13 14:07:17 +08:00
popconfirm use ant design icons 4.0 (#18217) 2019-08-13 14:07:17 +08:00
popover merge master 2019-07-16 11:42:55 +08:00
progress use ant design icons 4.0 (#18217) 2019-08-13 14:07:17 +08:00
radio test(radio): re-check in react 15 2019-08-06 15:36:13 +08:00
rate use ant design icons 4.0 (#18217) 2019-08-13 14:07:17 +08:00
result use ant design icons 4.0 (#18217) 2019-08-13 14:07:17 +08:00
row adjust import style of grid 2019-03-13 10:50:59 +08:00
select use ant design icons 4.0 (#18217) 2019-08-13 14:07:17 +08:00
skeleton use ant design icons 4.0 (#18217) 2019-08-13 14:07:17 +08:00
slider use ant design icons 4.0 (#18217) 2019-08-13 14:07:17 +08:00
spin use ant design icons 4.0 (#18217) 2019-08-13 14:07:17 +08:00
statistic use ant design icons 4.0 (#18217) 2019-08-13 14:07:17 +08:00
steps use ant design icons 4.0 (#18217) 2019-08-13 14:07:17 +08:00
style feat: resolve conflicts 2019-08-04 17:28:25 +08:00
switch use ant design icons 4.0 (#18217) 2019-08-13 14:07:17 +08:00
table use ant design icons 4.0 (#18217) 2019-08-13 14:07:17 +08:00
tabs use ant design icons 4.0 (#18217) 2019-08-13 14:07:17 +08:00
tag use ant design icons 4.0 (#18217) 2019-08-13 14:07:17 +08:00
time-picker use ant design icons 4.0 (#18217) 2019-08-13 14:07:17 +08:00
timeline use ant design icons 4.0 (#18217) 2019-08-13 14:07:17 +08:00
tooltip fix: tooltip not work with disabled checkbox 2019-08-07 14:35:29 +08:00
transfer use ant design icons 4.0 (#18217) 2019-08-13 14:07:17 +08:00
tree use ant design icons 4.0 (#18217) 2019-08-13 14:07:17 +08:00
tree-select use ant design icons 4.0 (#18217) 2019-08-13 14:07:17 +08:00
typography use ant design icons 4.0 (#18217) 2019-08-13 14:07:17 +08:00
upload use ant design icons 4.0 (#18217) 2019-08-13 14:07:17 +08:00
version
index.tsx use ant design icons 4.0 (#18217) 2019-08-13 14:07:17 +08:00