偏右
354759cb17
Redesigned icons ( #3041 )
...
* redesigned icons
* change iconfont content
* use same icons
* fix missing icons
* improve icon size
2016-09-18 09:54:47 +08:00
马斯特
a25ec29fb8
refactor: 保证所有的tsx和less都正确使用prefix ( #3024 )
...
* refactor: extract prefix cls as less variable
* refactor: apply ant icon prefix cls in less files
* refactor: all components support prefixCls props
2016-09-14 16:18:33 +08:00
afc163
0e6f677ff9
Fix doc headings
2016-09-10 13:43:30 +08:00
Andrew Murray
0d00c5fb6c
docs: Fixed typos ( #2921 )
2016-09-01 18:12:12 +08:00
afc163
363f610d8b
Fix tsc errors beside DatePicker
2016-08-24 16:09:55 +08:00
然则
5d36e7e03f
fix #2748
2016-08-17 17:12:40 +08:00
然则
db0ac02321
fix show arrow when there is no children #2616
2016-08-07 20:38:20 +08:00
afc163
b8c64f8b6c
Merge branch 'master' of github.com:ant-design/ant-design
2016-07-26 22:30:40 +08:00
afc163
0eeca99f02
Merge 1.x-stable
2016-07-26 22:20:33 +08:00
afc163
ca57794ae7
better implement for a2804cb
2016-07-25 14:03:56 +08:00
warmhug
408027b95d
add tree's tips
2016-07-25 12:15:59 +08:00
warmhug
bc5f5d5ba4
add tree's tips
2016-07-25 12:08:43 +08:00
Benjy Cui
5bee7d2088
docs: fix translation
2016-07-21 10:15:00 +08:00
Gray Choi
b0bf2a5c0e
docs: translate tree component ( #2395 )
2016-07-21 09:52:39 +08:00
afc163
2e41e35cc6
Fix more tslint problems
2016-07-13 17:22:23 +08:00
afc163
aee2b2c5ad
Merge branch '1.x-stable'
2016-07-13 16:26:27 +08:00
afc163
8c9af24d72
fix some tree style
2016-07-13 16:12:44 +08:00
afc163
2d0b56a429
update tree demo
2016-07-13 16:08:10 +08:00
偏右
de359d2cf7
fix tslint problems ( #2360 )
2016-07-13 11:14:24 +08:00
yiminghe
94706f1d2c
fix ts
2016-07-07 20:25:03 +08:00
Gray Choi
fb9a6963a3
rewrite in typescript
...
#1846
- [x] Carousel
- [x] Cascader
- [x] Transfer
- [x] Tree
-Tree
-checkable is boolean type, instead of assigning a ReactElement to it,
I use Ternary Operators.
2016-07-01 21:52:17 +09:00
warmhug
b748b4ed7d
correct display error
2016-06-29 18:22:05 +08:00
warmhug
9eda0a65d1
correct display error
2016-06-29 18:01:52 +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
Benjy Cui
2144349741
style: enable react/jsx-closing-bracket-location
2016-06-06 13:54:10 +08:00
yiminghe
777692a207
fix index
2016-06-01 12:09:32 +08:00
yiminghe
56f4f0688d
clean deps
2016-05-26 12:52:07 +08:00
Benjy Cui
8842d9342a
site: update components' type
2016-05-16 15:41:55 +08:00
afc163
03cb74ead5
upgrade eslint-config-airbnb version and fix some problems
2016-04-29 12:13:27 +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
然则
5374095604
update tree api:autoExpandParent, checkedKeys, onExpand
2016-04-21 13:11:55 +08:00
然则
06403c560d
change tree,tree-select api
2016-04-10 16:26:31 +08:00
然则
f7652fa504
improve tree, tree-select
2016-04-07 18:16:49 +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
Bruce Mitchener
273e527201
Use static class members for propTypes and friends.
2016-03-29 13:01:10 +07:00
Bruce Mitchener
eaae43abdd
More ES2015 classes.
...
This covers Carousel, InputNumber, Select, Slider, Switch, TreeSelect
and Tree.
2016-03-21 08:26:05 +07:00
Benjy Cui
c1659c2ce3
style: update code style to please lint
2016-02-22 10:52:30 +08:00
Benjy Cui
9d022ff84c
style: update code style to please lint
2016-02-17 15:57:33 +08:00
然则
79d1fd4043
up tree draggable demo
2016-01-29 11:31:10 +08:00
afc163
be1bad307b
simplify tree demos
2016-01-28 15:13:17 +08:00
Benjy Cui
cd1391e6a2
style: update code style for object-curly-spacing
2016-01-27 17:00:58 +08:00
yiminghe
fa7bc2629d
upgrade tree
2016-01-15 20:10:46 +08:00
然则
696b3438b8
up tree, change drag api, fix drag state
2016-01-14 00:41:25 +08:00
Benjy Cui
aa5c4f9595
style: update code style to please lint
2016-01-11 09:49:31 +08:00
Benjy Cui
711d2d7413
style: update code style to please lint
2016-01-11 09:49:30 +08:00
然则
40a7cbf96f
fix lint
2016-01-07 19:05:55 +08:00