Benjy Cui
04be276513
test: update snapshot
2017-03-02 18:04:39 +08:00
Benjy Cui
64cbb95a34
docs: update docs for tree, close : #4932
2017-03-02 17:08:57 +08:00
afc163
917ec5606e
Tweak tree style
2017-02-25 19:17:54 +08:00
bang
eabe261648
docs: Rewrite Tree demos to ES6 component
2017-02-19 20:23:38 +07:00
afc163
df3617dded
docs: improve API table layout
2017-02-17 00:59:11 +08:00
陆离
1c24600f8f
fix: tree DragOver Gap fix ( #4867 )
...
* Tree DragOver Gap fix
+ close #4858
* rewrite
2017-02-16 15:35:22 +08:00
Benjy Cui
200b88246f
docs: update docs format
2017-02-13 10:55:53 +08:00
Benjy Cui
d2b8d65c87
style: update code style to please lint, close : #2179
2017-02-06 12:09:58 +08:00
Wei Zhu
77b78a9389
docs: Unify type naming ( #4636 )
...
* Unify name of ReactNode type in document
* Lowser all string type name
* Lowercase all number type name
* Lowercase all boolean type name
* Unify array type
* Lowercase all object type name
* Unify mutilple types
2017-01-20 20:10:50 +08:00
Benjy Cui
3e17551b7e
site: improve build speed
2017-01-19 15:22:53 +08:00
Benjy Cui
75c0ade1ce
test: update snapshot
2017-01-12 10:38:14 +08:00
afc163
65f2d8eb71
shorter demo code
2017-01-11 20:20:38 +08:00
afc163
f978b52ce3
remove blanks
2017-01-11 20:08:52 +08:00
afc163
dc00b9ee96
Fix Search block again, close #4540
2017-01-10 15:11:43 +08:00
afc163
1b10733e47
Update tree doc
2017-01-06 10:46:25 +08:00
afc163
e2b8aee202
fix snapshot
2017-01-05 17:24:14 +08:00
偏右
d811ebee5c
New color system ( #4426 )
...
* Add new color patterns algorithm
* Add color palettes
* update other colors
* fix gray color
* update more tint/shade to colorPalette
* new font color
* Update doc for new color system
* improve doc style
2017-01-01 22:20:06 +08:00
Rex
1b8a280614
support suffix ( #4283 )
...
* support suffix
* optimize prefix and suffix
* 1. Optimize prefix and suffix implementation
2. Improve the api document
3. Optimize `Input.Search` implementation
* update snapshots
2017-01-01 01:06:19 +08:00
Wei Zhu
0a3e57a61e
Using padding for node gaps, fix #4371 ( #4398 )
2016-12-30 14:32:34 +08:00
Wei Zhu
92edf23d4e
docs: Fix search tree demo expand, close #4233
2016-12-15 21:45:56 +08:00
Wei Zhu
07103b9fb6
Don't ignore test files.
2016-12-14 14:48:09 +08:00
Wei Zhu
17a0a33283
Restructure tests.
2016-12-14 14:41:39 +08:00
afc163
87f230f57b
refactor Input.Search
2016-11-26 14:39:30 +08:00
afc163
7c79a1c294
Fix wrong loading icon in Tree, close #3993
2016-11-24 15:04:17 +08:00
Wei Zhu
52f6f992b3
style: Fix jsx self close, #3966 ( #3968 )
2016-11-24 14:09:43 +08:00
Wei Zhu
ccbebe60cc
style: Fix jsx alignment, #3966 ( #3967 )
2016-11-23 17:53:10 +08:00
afc163
70e1e26771
bigger tree icon
2016-11-21 18:17:12 +08:00
Bruce Mitchener
36508ffabd
Typo fixes.
2016-11-16 20:33:37 +07:00
afc163
b69fd4bf9f
fix lints
2016-11-15 15:21:13 +08:00
afc163
5d2a2cc39b
Add @highlight-color less variables
2016-11-09 21:30:02 +08:00
ddcat1115
c32256c204
docs: add searchable Tree demo ( #3693 )
2016-11-09 14:45:49 +08:00
ddcat1115
0baef0627e
docs: 调整组件导航结构 ( #3758 )
...
- Layout 更名为 Grid
2016-11-09 14:43:32 +08:00
afc163
e4974ac72a
use @font-size-base ( #1752 )
2016-11-08 20:57:07 +08:00
afc163
0a48c62dcb
use @text-color
2016-11-08 20:50:59 +08:00
Wei Zhu
caf09cd99e
Release 2.3.0 ( #3735 )
...
* docs: add change log for 2.3.0
* Update dependencies.
* Add TimePicker addon demo
2016-11-06 14:32:47 +08:00
afc163
7f974877bc
update Tree document ( #3730 )
2016-11-04 11:55:20 +08:00
yiminghe
8afe3965c1
upgrade ts 2.0
2016-10-19 17:52:23 +08:00
afc163
4ef54a6edb
adjust tree style
2016-10-14 16:17:26 +08:00
Benjy Cui
bd7e9f00c0
style: update code style
2016-09-21 11:54:53 +08:00
feng zhi hao
cad2d19be2
fix: complete loss declaration ( #3068 )
...
* complete loss declaration
* fix error in ts-lint
* fix Icon name error
2016-09-19 10:17:07 +08:00
偏右
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