Commit Graph

1572 Commits

Author SHA1 Message Date
Daqi Song
2d175a0a62 Merge branch 'develop-0.11.0' into component-transfer
* develop-0.11.0:
  Add new icons
  fix icon
  Add hint for name changing
  update links
  docs: update documentation about `mixins`
  Add axure rplib file link
  Fix webpack errorin demo.js: a dependency to an entry point is not allowed
  0.11.0-beta2
  docs: update demo
  docs: add demo for `overflowCount`
  upgrade version select
  docs: publish 0.11.x's documentation
2015-12-23 18:42:51 +08:00
afc163
e834d6a1a6 Add new icons 2015-12-23 19:58:18 +08:00
afc163
8ab0e32758 fix icon 2015-12-23 19:23:14 +08:00
afc163
56336717ab Add hint for name changing 2015-12-23 19:09:31 +08:00
Benjy Cui
2bb90710b9 docs: update documentation about mixins 2015-12-22 16:54:34 +08:00
Benjy Cui
155c22efd4 docs: update demo 2015-12-22 14:49:46 +08:00
Benjy Cui
24398cd3e5 docs: add demo for overflowCount 2015-12-22 14:34:31 +08:00
Daqi Song
07387e4ded Merge branch 'develop-0.11.0' into component-transfer
* develop-0.11.0: (52 commits)
  remove unused code
  improve home js
  badge can be use like <Badge />, ref #413
  fix: `rowKey` should work with Radio #697
  update deps
  remove scripts/clip.js
  fix ie8 babel bug via es3ify-loader, ref ant-tool/atool-build#28
  small change
  Fix ie8 error caused by clipboard.js
  Add basic English doc for install
  update demos
  update tabs style
  Add tip, #692
  update demo text
  update background-color of common layout demo
  update tabs demo
  update tabs doc
  Add card tabs on container top
  update tabs style
  update card tabs style
  ...
2015-12-21 15:30:25 +08:00
Daqi Song
765ce7bb67 change api 2015-12-21 15:29:02 +08:00
afc163
fd96b1e7f4 Merge pull request #707 from ant-design/fix-table
fix: `rowKey` should work with Radio #697
2015-12-18 17:31:05 +08:00
afc163
8a69058364 badge can be use like <Badge />, ref #413 2015-12-18 17:29:06 +08:00
Benjy Cui
d1c73231a1 fix: rowKey should work with Radio #697 2015-12-18 16:33:37 +08:00
afc163
424166d335 Fix ie8 error caused by clipboard.js 2015-12-18 11:33:27 +08:00
Daqi Song
0e82e14030 fix demo 2015-12-18 09:05:02 +08:00
afc163
f0d94d476b Merge pull request #691 from ant-design/update-time-picker
update time-picker to 1.0.0-alpha9
2015-12-17 16:13:23 +08:00
afc163
8df1da99d9 update demos 2015-12-17 16:12:17 +08:00
Daqi Song
45f01f1f26 update style 2015-12-17 16:08:16 +08:00
afc163
d8404a5972 Add tip, #692 2015-12-17 14:28:57 +08:00
afc163
2ab49d7b3c update demo text 2015-12-17 13:44:04 +08:00
afc163
6f3bbce39b update tabs demo 2015-12-17 12:39:26 +08:00
afc163
54087d7488 update tabs doc 2015-12-17 12:36:10 +08:00
afc163
a334065edb Add card tabs on container top 2015-12-17 12:33:34 +08:00
Benjy Cui
7ed1d78150 docs: add doc for tabPosition 2015-12-17 10:04:07 +08:00
Daqi Song
f913542626 fix style 2015-12-16 23:02:49 +08:00
afc163
744a0c49b5 Fix Input textarea rows prop, close #694 2015-12-16 20:13:18 +08:00
afc163
e064af5eb9 update table index.md 2015-12-16 18:27:38 +08:00
afc163
e20111d918 Add table locale emptyText 2015-12-16 18:14:22 +08:00
MG12
ece8eaa7ad update time-picker to 1.0.0-alpha9 2015-12-16 17:29:28 +08:00
afc163
76ecce0942 Add column key for table demo 2015-12-16 16:35:56 +08:00
afc163
5d0287615d update table index 2015-12-16 15:53:46 +08:00
Benjy Cui
7f2957b23b style: unify demos' code style 2015-12-16 15:25:15 +08:00
afc163
ca0cfc2cd0 Merge pull request #685 from ant-design/deps-slider
deps: upgrade rc-slider, ref #413
2015-12-16 14:14:05 +08:00
Benjy Cui
d644484236 deps: upgrade rc-slider 2015-12-16 14:03:09 +08:00
afc163
029890a5ab fix default prop doc 2015-12-16 11:56:30 +08:00
afc163
7eb3c04a1e Add tabPostion bottom 2015-12-16 11:53:52 +08:00
Benjy Cui
74fc3fd710 fix: uncheck when all the data are disabled #682 2015-12-16 10:32:32 +08:00
yiminghe
6e8d9c4079 Merge pull request #674 from ant-design/feat-new-tabs-style
Feat new tabs style
2015-12-15 19:24:51 +08:00
Benjy Cui
7cd8b34015 chore: remove useless div 2015-12-15 17:54:43 +08:00
afc163
734dcc142a update tabs document 2015-12-15 17:30:06 +08:00
daqi.sdq
2850804feb modify api 2015-12-15 17:08:34 +08:00
afc163
c43d59dbb4 update editable-card.md 2015-12-15 16:38:53 +08:00
afc163
12c1272354 rewrite editable card 2015-12-15 16:34:02 +08:00
daqi.sdq
2c8072cb98 Merge branch 'develop-0.11.0' into component-transfer
* develop-0.11.0: (147 commits)
  update upload style
  fix className
  update tabs demo
  Add picture style upload list
  fix docs
  fix #662
  fix value prop of DatePicker to controlled prop
  Add overflowCount for badge, close #660
  Add ceiling spec, #413
  update spec/tools.md
  fix react-component/time-picker#9
  fix prefixCls
  feat: add Menu.ItemGroup #654
  update tabs document
  update text
  Add design tools page
  update upgrade notes
  Add warn message and fix warn alert icon
  Datepicker => DatePicker, Timepicker => TimePicker
  Add propTypes
  ...

# Conflicts:
#	index.js
2015-12-15 14:05:57 +08:00
afc163
b115f000f9 Fix some style and react key problems 2015-12-15 11:38:27 +08:00
afc163
349d03e384 update tabs document 2015-12-14 22:20:29 +08:00
afc163
257d90fce1 Add editable tabs example 2015-12-14 22:16:25 +08:00
afc163
6f04d7c1a7 Add type=card tabs 2015-12-14 16:30:15 +08:00
afc163
0bd2ed9378 update upload style 2015-12-14 11:56:00 +08:00
afc163
721c00e925 fix className 2015-12-14 11:45:35 +08:00
afc163
759baedadd update tabs demo 2015-12-13 20:08:58 +08:00