Commit Graph
8736 Commits
Author SHA1 Message Date
afc163 45f5d6cdfe Tweak progress text width, close #6354 2017-06-05 14:13:15 +08:00
paranoidjk cc5f2edde1 feat: upgrade bisheng.
ref https://github.com/ant-design/ant-design-mobile/issues/1292
2017-06-05 11:54:04 +08:00
afc163 670a4d09a1 Fix Timeline.Item type, close #6356 2017-06-05 11:39:59 +08:00
afc163 d086ee253e update snapshots for #6347 2017-06-03 01:38:26 +08:00
afc163 0a1c0712a2 Fix DatePicker panel position, close #6347 2017-06-03 01:37:02 +08:00
afc163 dc314983b9 fix changelog for 2.10.4 2017-06-03 01:06:24 +08:00
afc163 bd2ad34300 Add changelog for 2.10.4 2017-06-03 01:05:27 +08:00
afc163 920adb9a8a props.style in wrapper for input with addons 2017-06-03 00:55:30 +08:00
afc163 8e8f19e2b5 update snapshot 2017-06-02 21:55:04 +08:00
afc163 c209c45660 fix #6339 2017-06-02 16:33:11 +08:00
afc163 f40be3d7ac Tweak pagination style for vertical align and focused state 2017-06-02 16:32:42 +08:00
Benjy Cui e01c8c8ff6 fix: should work with ES2015 module, close: #6334 2017-06-02 16:11:30 +08:00
Benjy Cui ef54b60add docs: add docs for TimePicker[defaultOpenValue], close: #6336 2017-06-02 14:28:56 +08:00
afc163 9bb7ec0b87 update form demo snapshot 2017-06-01 17:58:06 +08:00
afc163 becb888f6e Fix form demo, close #6323 2017-06-01 17:56:05 +08:00
afc163 b0aef6cad5 Fix Tree and TreeSelect disabled style, close #6320 2017-06-01 16:54:47 +08:00
Wei Zhu e6ef5b5707 User static variable for element type detection 2017-06-01 15:07:37 +08:00
Wei Zhu fd7ef2407c Don't need extends from rc-table
Fix #6313
2017-06-01 14:49:25 +08:00
afc163 dd60cf8ca2 Add link 2017-06-01 14:12:26 +08:00
afc163 45dee9e504 animating node should not be accessible, close #6314 2017-06-01 12:11:23 +08:00
slientcloudandBenjy Cui e43c8012ad chore: support slider aira (#6301) 2017-06-01 12:08:39 +08:00
Benjy Cui 4e75347d35 deps: upgrade rc-pagination 2017-06-01 10:44:00 +08:00
Adrian DimitrovandBenjy Cui d629086c74 feat: added Bulgarian translation (#6297)
* Added Bulgarian translation

* Update bg_BG.tsx
2017-06-01 10:32:10 +08:00
LeoandBenjy Cui f4312895d6 chore: componentDecorator return specific type instead of any (#6308) 2017-06-01 09:25:32 +08:00
LeonandBenjy Cui cf8aa16761 docs: change a reference link in docs (#6307)
* 更改链接路径

原文路径不对,页面不存在,更改好可以~

* change reference link

add 'docs/' to make reference link right
2017-06-01 09:24:21 +08:00
Wei Zhu 0080b6ddf5 Bump version 2.10.4 2017-05-31 22:33:33 +08:00
Benjamin KnifflerandWei Zhu 47d43e579f Bump rc-util to 4.0.4 (#6311) 2017-05-31 20:56:56 +08:00
afc163 47c58fb0b2 tsc ignore lib and es folders 2.10.3 2017-05-31 18:23:52 +08:00
afc163 fd625ef1a0 upgrade and fix tslint problems 2017-05-31 15:48:35 +08:00
乐仪 af89c14e4a bump 2.10.3 2017-05-31 15:20:11 +08:00
Benjy Cui 35095fc776 test: fix CI 2017-05-31 11:19:17 +08:00
Benjy Cui a4a6db76de deps: upgrade rc-calendar 2017-05-31 10:45:45 +08:00
afc163 b57047c919 upgrade typescript to 2.3, close #6263 2017-05-30 17:48:07 +08:00
afc163 4417dcf300 fix tsc 2017-05-29 19:06:26 +08:00
偏右andGitHub 52833f50f5 Merge pull request #6291 from jch254/ts-fixes
Badge and Table TypeScript fixes
2017-05-29 18:24:52 +08:00
Jordan HornblowandGitHub ba65f9429e Add onCellClick prop to ColumnProps interface 2017-05-29 20:17:01 +10:00
Jordan HornblowandGitHub 03adcefafd Make count prop optional in BadgeProps interface
E.g. https://ant.design/components/badge/#components-badge-demo-dot
2017-05-29 20:14:16 +10:00
afc163 fa235b7876 Fix RangePicker test case 2017-05-29 16:19:59 +08:00
afc163 709c750c2b Fix InputNumber feedback z-index issue, close #6289 2017-05-29 01:51:13 +08:00
afc163 85d8137506 fix create-react-app doc 2017-05-28 17:03:34 +08:00
afc163 deebe4d973 site: tweak style 2017-05-28 15:35:49 +08:00
afc163 2cde334cd5 update snapshot 2017-05-28 15:30:43 +08:00
afc163 14844eb0e0 Fix AutoComplete and Input Group vertical align issue 2017-05-28 15:27:55 +08:00
偏右andGitHub 62f4e44ac6 Merge pull request #6286 from panjiesw/layout-types
better typings for layout components
2017-05-28 12:59:01 +08:00
Panjie Setiawan Wicaksono cc71ab957e better typings for layout components 2017-05-28 02:20:05 +07:00
偏右andGitHub 0d5fc18db7 Merge pull request #6283 from clinyong/bugfix
Input add autoFocus prop (for ts checking)
2017-05-27 16:45:37 +08:00
clinyong 2202648d6e Input add autoFocus prop (for ts checking) 2017-05-27 16:37:15 +08:00
Wei Zhu f5247aba61 docs: Add polyfill note
close #6190
2017-05-27 14:18:14 +08:00
Benjy Cui 1b607baddc feat: expose components in ES2015 module 2017-05-27 14:09:07 +08:00
Benjy Cui d7ac759a22 Revert "test: remove useless config"
This reverts commit eb25e96565.
2017-05-27 11:55:54 +08:00