偏右
|
189ad71d32
|
Revert "chore: use none-dist icons entry"
|
5 years ago |
afc163
|
390807605e
|
🔧 use none-dist icons entry
|
5 years ago |
zombieJ
|
5987792a44
|
fix: typescript definition update (#16202)
* fix lint
* update snapshot
* update define
|
6 years ago |
zombieJ
|
4d1a998246
|
add component param in warning (#15078)
* add component param in warning
* update snapshot
|
6 years ago |
zombieJ
|
f483c4e604
|
Not show aria-label when Icon type is empty (#14972)
* remove aria-label if type is not defined
* update snapshot
|
6 years ago |
zombieJ
|
c80136a9a7
|
New Component: Typography (#14250)
* text with prefix
* add edit style
* support editable
* enhance accessibility & type experience
* optimize IME case
* support copy
* add locale
* add secondary & disabled
* add ellipsis shadow text
* split to 3 components
* update snapshot
* update desc
* change lines also need update ellipsis
* skip aria when is in ellipsis
* add ResizeObserver in _util
* update snapshot
* move TestBase into test file
* update test case
* update doc
* fix typo
* important => level
* use rows
* update demo cols to 1
* fix cssText not work in firefox
* update doc
* add miss point
* support extendable
* update snapshot
* fix doc
* copyable support string
* update snapshot
* update doc
* update doc desc
* adjust style
* full test
* reset after test
* rename
* update snapshot
* fix compile
* adjust style
* update desc
* update prefixCls
* update margin
* adjust
* nest wrap of tag content
* adjust style
* update comment
* rm %
* one more thing
* tmp of measure
* merge string as children
* update snapshot
* update testcase
* remove comment
* use internal variable for configProvider passing
* update snapshot
* use expandable instead of extendable
* less variable it
* update demo
* update less
* adjust code & mark style
* remove mark padding
* update measure logic
* support nest element style
* use childNode.textContent to fix react 15 error
* update css
* popout Typography
* add link style
* adjust doc
* use ellipsis instead of rows & expandable
* update doc
* update doc
* update doc & style
* fix typo
* add css ellipsis support
* client render
* update snapshot
* enhance copyable
* support onExpand
* update test case
* add test of css ellipsis
* fix logic in react 15
* rename onChange -> onSave
* use tagName of article
* fix lint
|
6 years ago |
zombieJ
|
0cb00e47b8
|
fix icon miss viewBox (#14686)
|
6 years ago |
偏右
|
47e23d4137
|
Add expandIcon for Collapse (#14060)
close #14058 #12212
|
6 years ago |
zombiej
|
0a67272ae4
|
add locale update
|
6 years ago |
zombiej
|
12af9a9dca
|
icon add aria-label support
|
6 years ago |
afc163
|
fab24bf38c
|
🐛 Fix review problems
|
6 years ago |
Sam Lanning
|
e56e1a71c3
|
[chore] fix useless assignments to local variables
This commit addresses all the instances of useless assignments to
local variables, as found by LGTM.com
|
6 years ago |
陈帅
|
8e11f0bdb9
|
merge support prettier
|
6 years ago |
陈帅
|
dca9715186
|
support prettier
|
6 years ago |
afc163
|
488f5a101d
|
Fix <Icon type="cross" /> compatibility, #12970
|
6 years ago |
Wei Zhu
|
3dbc357ff2
|
Update Icon typeings
|
6 years ago |
Wei Zhu
|
ee84f4ce0a
|
fix: some type definitions
|
6 years ago |
Wei Zhu
|
335f821aec
|
fix: warning on conflicting theme of Icon
fix #12441
|
6 years ago |
afc163
|
c21ff5251d
|
Fix React.Children.only error when Icon contain children
<Icon>xxx</Icon>
|
6 years ago |
HeskeyBaozi
|
c76a90b2b7
|
fix tweak icon
|
6 years ago |
HeskeyBaozi
|
71baf32151
|
add unstable methods
|
6 years ago |
afc163
|
c4b6dafb64
|
should passing all props to icon, close #12005
|
6 years ago |
HeskeyBaozi
|
3859a60d3e
|
fix the default theme outlined
|
6 years ago |
HeskeyBaozi
|
4d681c7fd3
|
optimize icon docs
|
6 years ago |
HeskeyBaozi
|
b8b64f92c8
|
remove prop 'svgStyle' and i think it's really good
|
6 years ago |
HeskeyBaozi
|
e91aa112bf
|
remove svgClassName
|
6 years ago |
HeskeyBaozi
|
ab2c866f0c
|
simpify Icon api
|
6 years ago |
HeskeyBaozi
|
bd59671585
|
default primary color #1890ff
|
6 years ago |
HeskeyBaozi
|
7ffb205efe
|
two-tone -> twoTone
|
6 years ago |
HeskeyBaozi
|
39ffee1fa5
|
new getter & setter
|
6 years ago |
HeskeyBaozi
|
73218926c3
|
filled, outlined and two-tone
|
6 years ago |
HeskeyBaozi
|
d6131fe18d
|
update test snapshot
|
6 years ago |
HeskeyBaozi
|
67331efb67
|
theme props & two-tone icon
|
6 years ago |
HeskeyBaozi
|
ef54d3fbb7
|
cross -> close
|
6 years ago |
HeskeyBaozi
|
1603cec802
|
upgrade icon docs
|
6 years ago |
HeskeyBaozi
|
b5db75f8ea
|
upgrade svg tabs prev & next icon
|
6 years ago |
HeskeyBaozi
|
7a31fd37ad
|
Icon.create => Icon.createFromIconfontCN
|
6 years ago |
HeskeyBaozi
|
f275f3090a
|
update Icon api
|
6 years ago |
HeskeyBaozi
|
7925355ca7
|
upgrade Icon api
|
6 years ago |
HeskeyBaozi
|
b9a9c308c9
|
[breaking] remove iconfont-font class helper
|
6 years ago |
HeskeyBaozi
|
35974d67b2
|
update test snap shot
|
6 years ago |
HeskeyBaozi
|
15bc92dd3c
|
remove useless jsx prop
|
6 years ago |
HeskeyBaozi
|
bcfbf1f46a
|
update docs & support svg-sprite-loader
|
6 years ago |
HeskeyBaozi
|
535f68dbd0
|
add icon features
|
6 years ago |
HeskeyBaozi
|
2c53e988a1
|
it should pass style to svg
|
6 years ago |
HeskeyBaozi
|
87594997d2
|
ignore className and style props
|
6 years ago |
HeskeyBaozi
|
a5b85fd520
|
remove AntdIcon.library, make it inner.
|
6 years ago |
HeskeyBaozi
|
3589159489
|
use <i/> to wrap <svg/>, <i/> only inherit className.
|
6 years ago |
HeskeyBaozi
|
3bf122abac
|
make <CustomIcon/> as an inner component in <Icon/>
|
6 years ago |
HeskeyBaozi
|
9338f33c1c
|
update test cases
|
6 years ago |