afc163
2e41e35cc6
Fix more tslint problems
2016-07-13 17:22:23 +08:00
偏右
de359d2cf7
fix tslint problems ( #2360 )
2016-07-13 11:14:24 +08:00
yiminghe
d855460eee
merge
2016-07-11 13:03:22 +08:00
afc163
64b2381759
Merge 1.x-stable
2016-07-09 17:43:31 +08:00
afc163
fc9eacbd7e
fix eslint
2016-07-09 16:15:08 +08:00
bang
c36cf9e07e
update tag
2016-07-09 10:52:16 +08:00
afc163
f675b636cd
Merge 1.x-stable
2016-07-08 16:34:02 +08:00
afc163
c9f4f8efd5
update tag
2016-07-08 15:31:30 +08:00
ddcat1115
93ce98062b
fix #2258 for BackTop
Tag
2016-07-08 10:30:12 +08:00
yiminghe
94706f1d2c
fix ts
2016-07-07 20:25:03 +08:00
afc163
d280cba481
Merge 1.x-stable
2016-07-04 15:19:35 +08:00
afc163
049192b1cc
fix tag doc
2016-06-29 18:24:02 +08:00
afc163
11283d01a3
Merge 1.x-stable
2016-06-28 22:14:53 +08:00
jiang
d5d7aa48b3
Alert tag animate ( #2209 )
...
* fix alert animation
* improve code
2016-06-28 22:13:11 +08:00
afc163
21fb73d4f2
Merge branch '1.x-stable'
2016-06-28 18:46:23 +08:00
afc163
706ae5a5b8
Fix tag animation
2016-06-28 16:16:27 +08:00
afc163
95351bfffa
Merge branch '1.x-stable'
2016-06-27 19:31:38 +08:00
afc163
089f1ae512
update components category name
2016-06-27 18:21:12 +08:00
yiminghe
9a0d751f94
refactor to typescript
2016-06-22 13:19:48 +08:00
afc163
d349592415
fix tag demo, close #2024
2016-06-13 11:46:54 +08:00
afc163
f3bf7fc375
update tag style
2016-06-10 22:36:20 +08:00
Benjy Cui
2144349741
style: enable react/jsx-closing-bracket-location
2016-06-06 13:54:10 +08:00
afc163
4f6824dc27
update tag demo
2016-06-02 22:02:46 +08:00
afc163
95e754ad60
fix Tag border ( #1912 )
2016-06-02 22:01:38 +08:00
RaoHai
ea93dabefc
update background and border style
2016-05-31 12:47:27 +08:00
RaoHai
8b6153686e
Add border style for default Tag
...
+ border-color: @border-color-split;
2016-05-31 11:12:50 +08:00
RaoHai
7a5c6d51af
Update 1.1.1 Changelog
2016-05-26 19:05:38 +08:00
afc163
ea5e74b348
Fix tag closable with link, close #1862
2016-05-26 16:19:26 +08:00
Benjy Cui
8842d9342a
site: update components' type
2016-05-16 15:41:55 +08:00
Benjy Cui
ecaa6c56c3
style: enable comma-dangle
2016-05-11 09:32:33 +08:00
afc163
3e97b393a2
update tag doc
2016-05-08 18:26:36 +08:00
afc163
6ee804cc66
update tag demo
2016-05-08 18:21:59 +08:00
然则
227ea44010
improve tag demo
2016-05-06 22:03:05 +08:00
afc163
607e5729e5
Change Tag appear animation
2016-05-04 20:37:57 +08:00
afc163
0ca6a1c24a
css modularize ( #1448 )
...
* css modularize
* Add alert style
* Move more component style
* Move iconfont to common style
* Move layout style
* Move more component style
* Move all components
* Fix lots of mixin deps
* remove css-prefix from less
* fix a button icon style bug
* restructure
* fix index
* add dist
* fix jest
* fix some components style
* clean webpack config
* check more components style
* update tabs
* update scripts
* update scripts
* fix form style
* fix more style
* Fix select width
* Fix form and tabs style
2016-04-27 20:44:36 +08:00
afc163
adc89d4809
Merge branch master into develop-1.0.0
2016-04-17 18:00:46 +08:00
afc163
0fb0b465f6
Fix extra afterClose callback of Tag
...
close #1435
2016-04-16 20:24:50 +08:00
Benjy Cui
883699f3dc
fix: update Tag's margin
2016-04-13 15:15:02 +08:00
Benjy Cui
70b8a83a74
fix: remove Tag's margin
2016-04-13 14:10:18 +08:00
Benjy Cui
df3ba36720
docs: remove useless newline in documentation
2016-04-01 10:08:19 +08:00
Benjy Cui
d5a6932c15
docs: update documentation format
2016-03-31 14:17:09 +08:00
Benjy Cui
03d09b66e8
docs: update demo format
2016-03-31 09:40:55 +08:00
Benjy Cui
fd3406bd03
style: enable react/jsx-no-bind
2016-03-30 17:06:19 +08:00
Bruce Mitchener
273e527201
Use static class members for propTypes and friends.
2016-03-29 13:01:10 +07:00
Bruce Mitchener
71594b0e5c
Remove manual binding for 'this'.
...
Use ES7 style class members for event handlers so that 'this' is
automatically bound and each definition site doesn't need to manually
invoke 'bind'.
This makes all existing ES2015 class usages in components use the
same mechanism for binding.
2016-03-28 20:36:11 +07:00
ShiTengFei
896c940768
Fixed lint error.
2016-03-27 18:06:09 +08:00
Mr.Tone
56b0650734
preventDefault for onClose.
2016-03-24 22:12:21 +08:00
Bruce Mitchener
11c0a6a203
Name classes without Ant* prefix.
...
Where necessary, prefix the classes imported from react-component
with 'Rc' rather than prefixing the Ant classes with 'Ant'.
The prefixing of Ant classes wasn't consistent and isn't necessary
in many cases.
2016-03-21 20:16:38 +07:00
afc163
30238a759c
Fix Tag nested bug, close #1111
2016-03-03 12:16:25 +08:00
Benjy Cui
0da08295a4
chore: update demo's style
2016-02-24 16:36:11 +08:00