Commit Graph
7308 Commits
Author SHA1 Message Date
Benjy Cui d4132ac558 chore: add missing definition for Modal 2017-01-05 12:08:43 +08:00
陆离andBenjy Cui a0498e436f docs: add document for afterClose props for Modal (#4448)
+ close #4445
2017-01-05 12:06:27 +08:00
Wei Zhu 4305ca7ab0 docs: Docment Select.defaultActiveFirstOption 2017-01-04 18:46:39 +08:00
陆离andBenjy Cui e36039acf8 chore: Spinning Pagination of table while loading (#4462)
*  Spinning Pagination of table while loading

 - close #4461

* update snapshots of table
2017-01-04 18:43:11 +08:00
afc163 cfcf72e70e update doc 2017-01-04 15:25:53 +08:00
afc163 6750c0b82b Make color value can be selectable 2017-01-04 15:13:55 +08:00
afc163 4443db4de6 css code style 2017-01-04 14:28:56 +08:00
afc163 2c6881a24a Fix error colorPalette is not defined in some situations
close ant-design/ant-motion#44
2017-01-04 14:27:45 +08:00
afc163 56bd431cc6 clean demo 2017-01-04 11:07:49 +08:00
afc163 11f509a972 clean demo 2017-01-04 11:00:58 +08:00
Benjy Cui 9d92066d1f chore: update data-picker detail, ref: #4415 2017-01-04 10:48:40 +08:00
chencheng (云谦)andBenjy Cui 0230385e95 docs: update practical-projects (#4385) 2017-01-04 10:11:53 +08:00
afc163 d4993ce3e0 Fix less compile error 2017-01-03 20:11:13 +08:00
Benjy Cui 4db6d3b915 site: fix language switch in Firefox, close: #4360 2017-01-03 18:03:02 +08:00
偏右andBenjy Cui 15b81d7ec8 test: Add test case for components/index.tsx (#4450) 2017-01-03 16:15:05 +08:00
Benjy Cui 29e598a3f3 docs: add missing docs for Option[title] 2017-01-03 16:00:34 +08:00
JialeiandBenjy Cui 96d3093b14 fix: placeholder in time-picker can be empty string (#4446) 2017-01-03 15:32:43 +08:00
Benjy Cui fe706ebf0d chore: update ISSUE_TEMPLATE.md 2017-01-03 15:00:41 +08:00
偏右andGitHub 8f3dc0f16e Update introduce.en-US.md 2017-01-03 14:21:42 +08:00
afc163 3ecc5f6c85 Fix search text color in Home page 2017-01-03 00:17:23 +08:00
afc163 d0df37ed42 Fix Menu[theme="dark"] text color, close #4440 2017-01-03 00:12:23 +08:00
afc163 372a44a92a update doc about startsWith 2017-01-02 23:45:20 +08:00
Edd HannayandWei Zhu ec2bec5417 Add tokenSeparators prop to Select TS definitions (#4441)
[The documentation](https://ant.design/components/select/) lists the `tokenSeparators` property on the `Select` component, but the TypeScript definition for the component does not contain the `tokenSeparators` property. The underlying `rc-select` component [defines tokenSeparators](https://github.com/react-component/select/blob/master/src/Select.jsx#L79) as `PropTypes.arrayOf(PropTypes.string)`, so I've added it as an optional TypeScript property of type `string[]`.

- Add tokenSeparators to SelectProps in Select Component
2017-01-02 19:11:13 +08:00
乐仪 ffa7f9b1ba CHANGELOG - v2.6 2.6.0 2017-01-02 02:14:40 +08:00
ddcat1115andGitHub c5b154294e add attribute compact for InputGroup (#4309)
* add attribute `compact` for InputGroup

* improve
2017-01-02 00:12:41 +08:00
偏右andddcat1115 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
afc163 fb6858c3cc Fix hasFeedback and Select style detail for #4436 2017-01-01 17:39:27 +08:00
Jesper Weand偏右 d258ace146 Fix #4431 Overlapping graphics with<Select> in <Form.Item ... hasFeedback={true} (#4436) 2017-01-01 17:20:08 +08:00
afc163 793a2d284e Add spin demo test snapshot 2017-01-01 15:42:54 +08:00
陆离andddcat1115 7f7d94068a add delay props of Spin (#4424)
*  add `delay` props of Spin

 + close 4306
 + Specifies a delay for loading state. If `spinning` ends during delay, loading state won't appear.

* improves
2017-01-01 01:13:34 +08:00
Rexandddcat1115 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
偏右andddcat1115 e4bee3425a Upgrade rc form (#4430)
* support nested form item name by upgrade rc-form

react-component/form#48

* Fix dynamic form demo
2016-12-31 23:47:07 +08:00
Wei Zhu 2390c055aa Ignore yarn.lock 2016-12-31 20:27:23 +08:00
Wei Zhu f2dbf83216 Specify eslint-plugin-markdown version since yarn complains it. 2016-12-31 20:27:13 +08:00
afc163 c0a44adb56 Fix Cascader[disabled] background, close #4434 2016-12-31 16:08:58 +08:00
afc163 c285f5f651 fix snapshot 2016-12-30 22:36:10 +08:00
afc163 45051aebac fix changelog 2016-12-30 21:54:09 +08:00
afc163 237d6ab62b fix layout demo 2016-12-30 21:44:10 +08:00
偏右andGitHub 0062867274 Feature 2.6 (#4429)
* new Layout Component (#4087)

* change Anchor type

* new Layout

* Component update && add snap

* Revert "new Layout Component" (#4131)

* add Layout (#4169)

* add Layout

* update

* fix snapshot

* Improve layout component

1. update demo code
2. drop `position` of Sider
3. improve demo style
2016-12-30 21:41:28 +08:00
afc163 c3982b02aa Fix monthCellContentRender and wrong documentation, close #4394 2016-12-30 15:04:13 +08:00
Wei Zhuandddcat1115 0a3e57a61e Using padding for node gaps, fix #4371 (#4398) 2016-12-30 14:32:34 +08:00
Kevin Ivanandddcat1115 fd469ea1a5 grammar typo (#4379) 2016-12-30 14:30:20 +08:00
Rexandddcat1115 c8a16b10bd fix the blue border in some scenes (#4382) 2016-12-30 14:27:23 +08:00
afc163 959fc6b2e3 update docs 2016-12-30 14:13:43 +08:00
afc163 2583798cce Add demo for Case-insensitive search Select, close #4408 2016-12-30 14:05:27 +08:00
afc163 20cd35abe3 fix demo 2016-12-30 14:05:27 +08:00
Wei Zhuandddcat1115 29e4717fe3 Fallback table record key to data index. (#4397)
In last PR #4185, we removed data index from record key, it
leads to inconformity behavior.
2016-12-30 13:50:11 +08:00
afc163 f816455421 update Changelog 2016-12-30 13:45:44 +08:00
afc163 7f41114ab7 fix site layout back 2016-12-30 13:44:24 +08:00
afc163 662b213137 Fix Menu[dark] item background, close #4414 again 2016-12-30 13:16:30 +08:00