Commit Graph

9111 Commits

Author SHA1 Message Date
偏右
0fc6e7d07f
Merge pull request #16306 from ant-design/pagination-bg
fix: Pagination active item should have background color
2019-04-25 16:41:32 +08:00
zombiej
5a462d864a fix: Pagination active item should have background color 2019-04-25 16:34:12 +08:00
陈帅
4e5497328a
Merge pull request #16187 from ant-design/page-header-button
Back icon should is a button
2019-04-25 16:29:13 +08:00
zombieJ
5fd8ba15ef
fix: Caldendar select option ellipsis when not in fullscreen (#16304) 2019-04-25 16:22:40 +08:00
zombieJ
30a798c0e5
feat: Button support link type (#16289)
close #15892
2019-04-25 16:07:30 +08:00
陈帅
dd01852c23 change use name 2019-04-25 15:39:14 +08:00
陈帅
c7e4027398 beter class name 2019-04-25 15:13:13 +08:00
陈帅
6055905ae4 change onclick dom 2019-04-25 12:18:01 +08:00
zombiej
b4f302aa6f merge master 2019-04-24 21:10:28 +08:00
DiamondYuan
b3bea96e80 fix: Tree checkbox animation not correct (#16272)
* fix: Tree checkbox animation not correct

* fix: Tree checkbox animation not correct

* fix: Tree checkbox animation not correct

* chore: add comment
2019-04-24 20:09:49 +08:00
zombieJ
8f0bf39348
add check prepare to make Affix smooth in Safari (#16281) 2019-04-24 19:53:53 +08:00
zombieJ
c89c597e7f
feat: add htmlFor in Form.Item (#16278)
* add htmlFor in Form.Item

* update doc
2019-04-24 17:29:49 +08:00
zombieJ
6f85379c12
rise type style priority of Typography (#16275) 2019-04-24 15:03:03 +08:00
Amumu
1f142c0a6d modal title break word (#16267) 2019-04-24 12:37:20 +08:00
zombieJ
e541a2492c
fix: List with actions style should be the right (#16239)
* update css

* should not affect vertical style

* update logic
2019-04-24 12:21:02 +08:00
偏右
e83302c1ff feat: 🇭🇷 hr_HR locale (#16258)
* Added Croatian locale

* fixed lint error

*  Add test cases for hr_HR

* 📝 update i18n documentation
2019-04-24 12:18:59 +08:00
zombieJ
197c424e54
fix small table header have background color (#16266) 2019-04-24 10:37:29 +08:00
偏右
b0f05094a7
Merge pull request #16228 from ant-design/drawer-afterVisibleChange
feat: Drawer after visible change
2019-04-23 20:10:43 +08:00
afc163
a0bfdb20a7
Fix snapshots 2019-04-23 19:54:16 +08:00
偏右
de77b8510d
Merge pull request #16172 from afelicioni/patch-1
Updates LocaleProvider italian language package
2019-04-23 19:47:55 +08:00
偏右
5a508a3751
Merge pull request #16093 from yp/master
Add Italian localization of Icon, Text and global components
2019-04-23 19:47:43 +08:00
偏右
2373dbbb6b
Merge pull request #15890 from ant-design/list-ul-li
feat: Wrap List in `ul` for accessibility
2019-04-23 19:42:03 +08:00
偏右
9c11352ab7
Merge pull request #16130 from rinick/master
fix: fix card mode Tabs border style when used with tabPosition="bottom"
2019-04-23 19:35:44 +08:00
zombieJ
3951556fc0
add api collection script & update input-number doc (#16253) 2019-04-23 18:01:39 +08:00
atomoo
b5291f01a0 remove active style from disabled Switch 2019-04-23 16:08:26 +08:00
jljsj
a1b525419d update 2019-04-23 13:59:21 +08:00
zombieJ
da9cef91b8
fix: Form with forwardRef typescript (#16242)
* update form typescript define with forawardRef

* add ts test
2019-04-23 11:23:20 +08:00
Sean Willis
fec88af3d3 Fix unnecessary indent 2019-04-22 08:11:12 -07:00
Rick Zhou
23ed0cb9dc Merge remote-tracking branch 'remotes/antd/master' 2019-04-22 07:12:53 -07:00
Eden Wang
9fd27e0ceb fix: Select active item hover color is wrong (#16238) 2019-04-22 22:00:32 +08:00
zombieJ
d1fa21155d
fix: Select should trigger onSearch when search input is empty (#16235)
* update rc-select

* update demo
2019-04-22 21:42:09 +08:00
jljsj33
86b8a1ced1 rm onVisibleChange 2019-04-22 19:27:05 +08:00
jljsj33
773b2fdbd6 drawer: add afterVisibleChange 2019-04-22 19:27:05 +08:00
Benjamin Amelot
163a21f259 feat: Notification functions accept top, bottom and getContainer as arguments 2019-04-22 12:23:16 +02:00
zombieJ
440a3f497a
fix pagination is null crash (#16231) 2019-04-22 18:03:06 +08:00
zombieJ
a530be1eab
adjust hoist-non-react-statics ts import (#16224) 2019-04-22 15:47:07 +08:00
zombieJ
252e1dd7e9
Merge pull request #16213 from ant-design/master
Merge master into feature
2019-04-22 15:17:12 +08:00
偏右
686c1fc346
Merge pull request #16174 from ant-design/fix-table-chrome
fix: Firefox miss bottom line when use sorter
2019-04-22 11:02:03 +08:00
陈帅
1ece80f6bc snapshot updated 2019-04-22 10:14:44 +08:00
陈帅
7aae4bbc36 Merge branch 'master' into page-header-button 2019-04-22 10:01:31 +08:00
Wei Zhu
8ec3831558
Merge pull request #16203 from saxenanihal95/code_refactor
Refactor: created InputIcon of common code in RangePicker and WeekPicker
2019-04-21 15:11:01 +08:00
zombiej
dfeeafa218 Merge remote-tracking branch 'origin/master' into feature 2019-04-21 15:07:01 +08:00
陈帅
6d1d685393 Merge branch 'master' into page-header-button 2019-04-21 14:51:56 +08:00
zombieJ
73188ac497
fix: Table rowSelection.columnWidth should work (#16180)
* set row col width instead of check cecll width

* use rc-table internal hook

* update snapshot
2019-04-21 13:54:15 +08:00
saxenanihal95
9fd4b2de63 Refactor: created InputIcon of common code in RangePicker and WeekPicker 2019-04-20 23:10:01 +05:30
zombieJ
5987792a44
fix: typescript definition update (#16202)
* fix lint

* update snapshot

* update define
2019-04-20 23:38:02 +08:00
陈帅
ea444bd7eb snapshots updated 2019-04-20 13:26:17 +08:00
陈帅
a1c4d9f45b use operation-unit function 2019-04-20 10:56:11 +08:00
Aaron Cawte
4cd0c74d0d Documentation - Tree Component 2019-04-19 23:39:58 +01:00
Aaron Cawte
7333506c42 Documentation - Timeline Component 2019-04-19 23:39:34 +01:00
Aaron Cawte
8833f0b8ad Documentation - Tag Component 2019-04-19 23:38:24 +01:00
Aaron Cawte
719aff7b1f Documentation - Table Component 2019-04-19 23:37:13 +01:00
Aaron Cawte
0c7b3ce34b Documentation - List Component 2019-04-19 23:36:12 +01:00
Aaron Cawte
a89c228bf5 Documentation - Comment Component 2019-04-19 23:35:29 +01:00
Aaron Cawte
e8e29f78a9 Documentation - Collapse Component 2019-04-19 23:34:56 +01:00
Aaron Cawte
0fc9b86ced Documentation - Badge Component 2019-04-19 23:34:09 +01:00
Aaron Cawte
f30aee5cef Documentation - Avatar Component 2019-04-19 23:33:10 +01:00
Sean Willis
246f1e0916 Extend HTMLAttributes 2019-04-19 14:49:09 -07:00
Aaron Cawte
9ac561dfce Documentation - LocaleProvider Component 2019-04-19 19:37:46 +01:00
Aaron Cawte
8557cb47d2 Documentation - Divider Component 2019-04-19 19:37:12 +01:00
偏右
d65d68f263
Merge pull request #15996 from ant-design/dropdown-right-cion
feat: Dropdown support set right icon
2019-04-19 23:24:14 +08:00
Aaron Cawte
8686e52804 Documentation - Skeleton Component 2019-04-19 15:39:21 +01:00
Aaron Cawte
b431be3c2f Documentation - Spin Component 2019-04-19 15:38:41 +01:00
Aaron Cawte
5b33d94573 Documentation - PopConfirm Component 2019-04-19 15:37:48 +01:00
Aaron Cawte
4b9f85ba64 Documentation - Notification Component 2019-04-19 15:36:29 +01:00
Aaron Cawte
fb42d3c9a5 Documentation - Message Component 2019-04-19 15:35:06 +01:00
Aaron Cawte
1a0bac944b Documentation - Modal Component 2019-04-19 15:06:38 +01:00
Aaron Cawte
a3c10d7f04 Documentation - Drawer Component 2019-04-19 13:59:45 +01:00
Aaron Cawte
7e17539892 Documentation - Alert Component 2019-04-19 13:48:29 +01:00
Aaron Cawte
ee6d96f39e Documentation - Tooltip Component 2019-04-19 13:46:08 +01:00
陈帅
fa81af5abb TransButton use div#role=button 2019-04-19 17:52:27 +08:00
陈帅
b2c734c169 snapshots updated 2019-04-19 15:55:43 +08:00
陈帅
e22bfcdc4d fix #16038, back icon should is a button 2019-04-19 15:42:01 +08:00
DiamondYuan
f676cfa65f chore:update style of demo 2019-04-19 13:35:14 +08:00
He Linming
2ac02e0035 feat: Support SkeletonAvatarProps.size accept number (#16078) (#16128) 2019-04-19 01:06:20 +08:00
ztplz
ab683841d5 fix: Modal's open animation (#16144)
* Fix Modal's open animation

* Fix incorrect event type

* test

* Update

* Update

* Update

* Update
2019-04-18 23:20:13 +08:00
zombiej
7e3c338c22 remove background lock 2019-04-18 23:14:09 +08:00
zombiej
09ed59dba7 rm useless code 2019-04-18 22:53:29 +08:00
zombiej
a137749b53 move background color into tr 2019-04-18 22:24:26 +08:00
Alessio Felicioni
4084b92512
Updates LocaleProvider italian language package 2019-04-18 15:40:13 +02:00
偏右
6a754eb320
Merge pull request #16155 from moonrailgun/feature-text-selection-vars
add text selection in less vars so we can overwrite it independent
2019-04-18 13:38:55 +08:00
moonrailgun
25599bc7ce add text selection so we can overwrite it independent 2019-04-18 12:31:04 +08:00
偏右
6e2c2baaae
Merge pull request #16114 from ant-design/create-react-context
chore: use @ant-design/create-react-context of MIT
2019-04-18 11:08:57 +08:00
JuFeng Zhang
a8b23ea944 docs: Fix selector in demo 'Playground'. (#16145)
Fix #16141
2019-04-18 09:04:26 +08:00
zombieJ
9dbca667d6
fix: Affix dynamic change target should work (#16146)
* fix target not refreshed

* add comment
2019-04-18 01:33:05 +08:00
zombieJ
21c0ba5bbd
udpate warning (#16138) 2019-04-17 17:31:39 +08:00
zombieJ
fdcfabfa78
fix: form typescript definition (#16126)
* use redux-react ts define

* update doc

* follow origin rule
2019-04-17 13:51:52 +08:00
DiamondYuan
17b800ffab fix: fix document table order 2019-04-17 10:35:42 +08:00
DiamondYuan
331dadbef4 style: change style of dropdown-button demo 2019-04-17 10:35:42 +08:00
DiamondYuan
d23946a092 test: update updateSnapshot 2019-04-17 10:35:42 +08:00
DiamondYuan
8a80c289f2 test: update updateSnapshot 2019-04-17 10:35:42 +08:00
DiamondYuan
82a34d5938 style: format dropdown-button.md 2019-04-17 10:35:42 +08:00
DiamondYuan
99b5ebd81e test: update updateSnapshot 2019-04-17 10:35:42 +08:00
DiamondYuan
abdebe8f68 style: format dropdown-button.md 2019-04-17 10:35:42 +08:00
DiamondYuan
2493182039 docs: update doc of dropdown component 2019-04-17 10:35:42 +08:00
DiamondYuan
de7c8d09bd feat: dropdown support set right icon 2019-04-17 10:35:42 +08:00
zombieJ
df141914e9
docs: Add FAQ of Affix window scroll (#16125)
* update doc

* Update index.en-US.md

* update desc
2019-04-17 10:19:57 +08:00
Rick Zhou
6a7e8986b8 fix card mode Tabs border style when used with tabPosition="bottom" 2019-04-16 08:21:14 -07:00
zombieJ
8f2c74c39f
update demo (#16127) 2019-04-16 23:11:12 +08:00
zombieJ
98fc8a14e0
feat: Support append theme less file with less-variable (#16118)
* add override

* add override support

* update doc
2019-04-16 21:59:25 +08:00
zombieJ
aff6f6d8fb
Merge pull request #16102 from ant-design/master
chore: Merge master into feature
2019-04-16 16:58:19 +08:00
zombieJ
4cfbeeac2e
use 8px for radio circle (#16119) 2019-04-16 15:48:36 +08:00
afc163
b4bdb19952
Fix snapshot 2019-04-16 14:22:22 +08:00
afc163
0a8f33385d
🆙 use @ant-design/create-react-context of MIT 2019-04-16 12:18:39 +08:00
zombieJ
7db67ae8f1
add interopDefault (#16110) 2019-04-16 11:39:43 +08:00
偏右
3fba56ec90
Merge pull request #15310 from ztplz/static
style: 🏷 static tags
2019-04-16 11:36:28 +08:00
zombieJ
f552deb46d
fix: PageHeader which tags should use ReactNode (#16106)
* fix PageHeader which tags should use ReactNode

* Tags
2019-04-16 00:36:25 +08:00
zombieJ
08688d5d48
should default work (#16103) 2019-04-15 23:35:31 +08:00
afc163
2737c00633
💄 Fix stylelint problems 2019-04-15 22:44:51 +08:00
Yuri Pirola
967f22210d Add Italian localization of Icon, Text and global components 2019-04-15 11:32:08 +02:00
zombiej
28ab57bde1 add faq of grid 2019-04-15 15:47:33 +08:00
偏右
021676936d
Merge pull request #16085 from ant-design/fix-less
fix: Correct typo of theme less
2019-04-15 15:11:59 +08:00
zombieJ
15b900bbfb
another try (#16077) 2019-04-15 14:56:21 +08:00
zombiej
ffa0e7378f fix typo 2019-04-15 14:53:14 +08:00
Ray Booysen
fe1617bc5c If there is an existing debounce in progress, cancel that 2019-04-15 14:30:04 +08:00
偏右
76b3f76033
Merge pull request #16071 from ant-design/up-dev-deps
chore: 🆙 upgrade devDependencies
2019-04-15 13:15:44 +08:00
zombieJ
ae101a2056
fix: labelAlign should work in Form.Item (#16072)
* labelAlign should work in Form.Item

* add Form & Form.Item

* rename type
2019-04-15 12:10:04 +08:00
afc163
a2a9831abb
💄 Fix less code style 2019-04-15 11:05:06 +08:00
zombiej
da9ab93c40 use li wrap with comment 2019-04-15 10:27:45 +08:00
zombiej
be17c03245 merge feature branch 2019-04-15 10:10:14 +08:00
afc163
60f4930348
📝 Optimize table and form documentation 2019-04-14 14:32:16 +08:00
偏右
6ccbaddff5
Merge pull request #16066 from ant-design/master
Merge master into feature branch
2019-04-14 13:57:20 +08:00
gxvv
9d95429f93 📸 Update button snapshot. 2019-04-14 10:09:25 +08:00
gxvv
0902bcd59a 📝 Replace span to div in loading button doc. 2019-04-14 10:09:25 +08:00
gxvv
9dcde5ab94 💄 Remove the pointer events handler of loading circle button. 2019-04-14 10:09:25 +08:00
啸生
32bc6995d6
update snapshot (#16059)
<!--
First of all, thank you for your contribution! 😄

New feature please send pull request to feature branch, and rest to master branch.
Pull request will be merged after one of collaborators approve.
Please makes sure that these form are filled before submitting your pull request, thank you!

[[中文版模板 / Chinese template](https://github.com/ant-design/ant-design/blob/master/.github/PULL_REQUEST_TEMPLATE/pr_cn.md)]
-->
### 🤔 This is a ...

- [ ] New feature
- [ ] Bug fix
- [ ] Site / document update
- [ ] Component style update
- [ ] TypeScript definition update
- [ ] Refactoring
- [ ] Code style optimization
- [ ] Branch merge
- [x] Other (about what?)
2019-04-13 21:48:05 +08:00
Salavat Gizatov
9f9f81ed7a feat: form customizing variables (#15954)
* fix: added styling form input background-color

* feat: added '@form-warning-input-bg' variable

* feat: added '@form-error-input-bg' variable
2019-04-12 11:52:00 +08:00
zombiej
28d133ca93 Merge remote-tracking branch 'origin/master' into merge-master 2019-04-11 18:05:46 +08:00
zombieJ
38f701cc90
fix: Empty in IE not fully render (#16016)
* fix viewBox

* update snapshot
2019-04-11 13:49:57 +08:00
zombieJ
c4283ebe72
feat: Upload support customize previewFile (#15984)
* support preview file

* use promise

* dealy load

* use canvas of render

* use domHook of test

* update demo

* add snapshot

* update types

* update testcase
2019-04-11 13:40:28 +08:00
zombieJ
41316e69e8
update snapshot (#16017) 2019-04-11 12:48:36 +08:00
偏右
18d99fb937
Merge pull request #15997 from ant-design/recover-openAnimation
chore: menu openAnimation use object
2019-04-11 12:11:51 +08:00
zombieJ
049fc177b6
fix: use Tabs overflow hidden instead of display none (#16013)
* fix nest table style

* use overflow hidden instead of display none
2019-04-11 11:28:17 +08:00
zombieJ
df3e1b21d8
fix nest table style (#16008) 2019-04-11 01:22:35 +08:00
偏右
d922c377cb refactor: Optimize default selection column width implement (#15990)
* 🔨 Optimize default selection column width implement

make it be able to overrided in css

close #15968

*  update snapshots
2019-04-11 00:54:46 +08:00
ztplz
351cf5960c Update 2019-04-10 21:42:35 +08:00
诸岳
dcdd7fb414 fix(Tree): Switcher loading icon and checkbox should be vertical align when @tree-title-height is modified, close #15955 (#15962) 2019-04-10 17:44:39 +08:00
jljsj33
278fcfdf41 menu openAnimation use object 2019-04-10 17:17:53 +08:00
jljsj33
1bc8ec5e0f recover openAnimation 2019-04-10 16:32:17 +08:00
jljsj33
c8a58396c5 update tween and scroll version, fix menu openTransitionName warning 2019-04-10 15:53:55 +08:00
zombiej
b54157a395 update doc 2019-04-09 22:52:25 +08:00
ztplz
0183bbe4fb Remove Wave on Tag 2019-04-09 22:35:21 +08:00
zombieJ
d1e58d058f
update wave style (#15978) 2019-04-09 19:32:58 +08:00
Salavat Gizatov
574313d2d8 feat: table customizing variable (#15971)
* feat: added table selected row color variable

* fix: @table-selected-row-color default is inherit
2019-04-09 17:08:17 +08:00
zombieJ
bef491ecc9
fix: Menu defaultOpenKeys not work as expect (#15970)
* Remove animation on first render

* update test cas
2019-04-09 16:39:33 +08:00
偏右
6bd76140a4
Merge pull request #15951 from ant-design/fix-progress-status
fix(Progress): 🐛 fix progress success UI when status is undefined
2019-04-09 16:17:06 +08:00
zombieJ
645557f3d9
Proxy of event info (#15967) 2019-04-09 14:20:59 +08:00
信鑫-King
4c3a351bc7 tweak: export Skeleton avatar name (#15965) 2019-04-09 13:42:34 +08:00
偏右
a26397843c
Merge pull request #15948 from ant-design/menu-tooltips
fix: Tooltips show work when Menu collapsed
2019-04-08 22:49:15 +08:00
afc163
ace93f1b42
🎨 refactor some code 2019-04-08 22:48:34 +08:00