Commit Graph

14101 Commits

Author SHA1 Message Date
杨小事er
668c330cae fix(radio): delete unnecessary onChange (#14984)
* fix(radio): delete unnecessary onChange

* fix(radio): fix multi trigger
2019-02-21 20:53:19 +08:00
orzorzorzorz
642307481a fix: unexpected return (#14982) 2019-02-21 20:49:04 +08:00
liuchuzhang
dfa6080d39 update table demo 2019-02-21 20:23:00 +08:00
zombiej
440408a1dd update style 2019-02-21 12:13:47 +08:00
afc163
7bbeaff3ed 🆙 Upgrade rc-input-number@4.4.0 to fix 13896 2019-02-21 12:12:52 +08:00
杨小事er
0f91fb07e9 fix(tree): fix growing space (#14964)
* fix(tree): fix growing space

* fix(tree): remove last child 4px padding bottom and keep others

* Update index.less
2019-02-21 11:17:52 +08:00
zombieJ
f483c4e604
Not show aria-label when Icon type is empty (#14972)
* remove aria-label if type is not defined

* update snapshot
2019-02-21 11:13:03 +08:00
zombiej
fdf1224ad1 update faq 2019-02-21 01:06:52 +08:00
zombiej
e94ce11bd9 update form item css 2019-02-20 19:38:09 +08:00
ztplz
5de03a5c18 Fix assert usage (#14957)
* Fix assert usage

* Update
2019-02-20 18:27:35 +08:00
afc163
671410d0be 🐛 Fix disabled sub menu style
close #14952
2019-02-20 16:59:05 +08:00
ztplz
e3eec8f2b6 Update snapshots 2019-02-20 16:58:30 +08:00
ztplz
45dc160701 Update 2019-02-20 16:58:30 +08:00
ztplz
f2ac516c87 Update 2019-02-20 16:58:30 +08:00
ztplz
b74038a4da Correct Input demo style 2019-02-20 16:58:30 +08:00
zombieJ
48900955f8
Warning Input by: add or remove prefix / suffix when Input is focused (#14948)
* todo

* add warning

* add FAQ

* fix typo
2019-02-20 15:12:29 +08:00
偏右
fd89e0f8b4 🐛 Fix extra space at the bottom of table th in chrome (#14950)
close #14926
2019-02-20 15:11:04 +08:00
afc163
ec3c14b537
👬👬👭👫 update contributors 2019-02-20 12:00:56 +08:00
zombiej
8389b94cf5 search input sticky 2019-02-20 11:52:06 +08:00
zy410419243
a22b994c53 fix: case 2019-02-20 10:33:04 +08:00
zy410419243
fe2d997df8 docs: add missing PR 2019-02-20 10:33:04 +08:00
Mounish Sai
bc40076db9 docs: remove --save flag
--save is no longer needed.
2019-02-20 10:28:10 +08:00
zombiej
f370e96d68 add missing link of changelog 2019-02-19 23:42:51 +08:00
zombiej
2b4bb4c11a update changelog 2019-02-19 23:39:59 +08:00
Michał Jurkowski
c0f49c782c Fix hardcoded heading color 2019-02-19 23:24:31 +08:00
zombieJ
c29323b448
Revert to remove FormItem explain-holder (#14937)
* Revert "Adjust style to be similar with origin (#14886)"

This reverts commit 735175e3cf.

* Revert "sync form item (#14778)"

This reverts commit 5ac674e698.
2019-02-19 23:24:07 +08:00
undefined
43486e085c delete vue faq 2019-02-19 23:21:21 +08:00
Amumu
1552955b12 修复: bordered的固定高、非空表格在隐藏头部时,丢失顶部边框的问题 2019-02-19 16:16:50 +08:00
zy410419243
7f1dea0ab1 fix: wrong usage of polyfill 2019-02-19 15:52:19 +08:00
zy410419243
9d5454c7b7 pref: add missing polyfill 2019-02-19 15:52:19 +08:00
zy410419243
14945cb7a7 chore(DirectoryTree): migrate to new lifecycle method 2019-02-19 15:52:19 +08:00
ztplz
b0ca03cba3 Update 2019-02-19 15:50:38 +08:00
ztplz
025bad6981 Update 2019-02-19 15:50:38 +08:00
ztplz
f26788c26e Revert "update snapshot"
This reverts commit 3e8f99a4a5.
2019-02-19 15:50:38 +08:00
ztplz
29cabea52a update snapshot 2019-02-19 15:50:38 +08:00
ztplz
c24d737546 Fix incorrect collapse icon position when sider in the right 2019-02-19 15:50:38 +08:00
Jason Chen
4c5f3d2b0a Enhance <Grid>&<Meta> props type definition (#14857) 2019-02-19 13:37:38 +08:00
zombieJ
c80136a9a7
New Component: Typography (#14250)
* text with prefix

* add edit style

* support editable

* enhance accessibility & type experience

* optimize IME case

* support copy

* add locale

* add secondary & disabled

* add ellipsis shadow text

* split to 3 components

* update snapshot

* update desc

* change lines also need update ellipsis

* skip aria when is in ellipsis

* add ResizeObserver in _util

* update snapshot

* move TestBase into test file

* update test case

* update doc

* fix typo

* important => level

* use rows

* update demo cols to 1

* fix cssText not work in firefox

* update doc

* add miss point

* support extendable

* update snapshot

* fix doc

* copyable support string

* update snapshot

* update doc

* update doc desc

* adjust style

* full test

* reset after test

* rename

* update snapshot

* fix compile

* adjust style

* update desc

* update prefixCls

* update margin

* adjust

* nest wrap of tag content

* adjust style

* update comment

* rm %

* one more thing

* tmp of measure

* merge string as children

* update snapshot

* update testcase

* remove comment

* use internal variable for configProvider passing

* update snapshot

* use expandable instead of extendable

* less variable it

* update demo

* update less

* adjust code & mark style

* remove mark padding

* update measure logic

* support nest element style

* use childNode.textContent to fix react 15 error

* update css

* popout Typography

* add link style

* adjust doc

* use ellipsis instead of rows & expandable

* update doc

* update doc

* update doc & style

* fix typo

* add css ellipsis support

* client render

* update snapshot

* enhance copyable

* support onExpand

* update test case

* add test of css ellipsis

* fix logic in react 15

* rename onChange -> onSave

* use tagName of article

* fix lint
2019-02-19 11:42:05 +08:00
zombiej
eddfbd5f51 only affect addon & suffix 2019-02-19 11:38:26 +08:00
zombiej
fcc3820545 adjust input style 2019-02-19 11:38:26 +08:00
Ilan
b54f3674e4
Merge pull request #14903 from ilanus/fix/step-missing-types
Types: add "onClick" and "className" types for Step
2019-02-18 19:14:43 +01:00
Nathan Schneider
3ae34ab1d2 Update README.md
Fixed grammar issue in line 126.
2019-02-18 21:54:19 +08:00
ilanus
8eddf15fd1 update steps types 2019-02-18 13:23:04 +01:00
zombieJ
6678c6abf3
update changelog (#14899) 2019-02-18 19:04:33 +08:00
zombieJ
a3bd55b79a
revert #14608 (#14898)
* revert #14608

* add test case
2019-02-18 18:05:27 +08:00
zombieJ
735175e3cf
Adjust style to be similar with origin (#14886)
* adjust style to be similar with origin

* update snapshot

* add missing extra logic

* adjust tiny

* fix margin

* use element to keep the place

* update snapshot
2019-02-18 16:42:02 +08:00
zombieJ
1564173b4d
Merge pull request #14883 from ant-design/merge-master
Merge master
2019-02-18 11:34:41 +08:00
zombiej
271d201fbc merge master 2019-02-18 11:17:24 +08:00
zombieJ
1d75725369
update snapshot (#14880) 2019-02-18 11:04:45 +08:00
Wei Zhu
83626e6fd5 Bump 3.13.3 2019-02-18 00:28:38 +08:00