Thomas Ladd
3e4fd43a07
table: Correct onRow event handlers to receive a MouseEvent instead of SyntheticEvent
2019-09-20 13:06:55 +08:00
afc163
b935db8e34
🐛 Fix small table headers missing border
...
close #18762
2019-09-16 14:01:29 +08:00
Xinxing Li
b786e6b48f
docs: update param version info(3.10.0) for title ( #18741 )
...
* doc: update param version info(3.10.0) for title
* Update index.zh-CN.md
2019-09-12 14:31:24 +08:00
yoyo837
864138370f
update type
2019-09-05 21:24:35 +08:00
yoyo837
1e830d782c
slice
2019-09-04 15:54:09 +08:00
afc163
97b344e0c1
📝 update table doc
2019-09-04 11:11:25 +08:00
愚道
2f5537a65b
Merge branch 'master' into chore/mergemaster
2019-09-02 10:47:32 +08:00
afc163
3d962ba817
✅ fix ci in React 15
2019-08-27 18:31:12 +08:00
afc163
ed133cb859
✅ increase Table code coverage
2019-08-27 18:31:11 +08:00
afc163
a51f7a0508
✅ test unmount
2019-08-27 18:31:01 +08:00
paranoidjk
f3244d6ae0
fix(Table): apply props.style to container div ( #18494 )
...
* fix(Table): apply props.style to container div
* fix: ci
2019-08-27 16:44:53 +08:00
afc163
c5344bde52
💄 Tweak Table expand icon style
2019-08-19 18:42:19 +08:00
He Linming
af39b46595
fix: Prop style is getting duplicated on Table ( #18315 ) ( #18330 )
2019-08-19 11:14:48 +08:00
afc163
00375c2c5e
✅ fix eslint
2019-08-14 19:38:01 +08:00
afc163
6cd8f2bc3c
✅ fix unsafe link href
2019-08-14 19:36:59 +08:00
afc163
9e4a36de61
🔨 Use new lifecycle methods for Table
...
ref #9792
2019-08-14 19:31:16 +08:00
afc163
ab9eaed8d0
🐛 Fix Table row selected hover style
...
close #18195
2019-08-14 15:47:51 +08:00
偏右
a224d7c2e9
⌨️ Improve Divider accessibility by add role="separator" ( #18116 )
...
https://www.w3.org/WAI/PF/aria/roles#separator
2019-08-08 12:32:39 +08:00
orzyyyy
47fd80c8ad
fix: disable next line instead of the whole file
2019-08-06 15:36:13 +08:00
orzyyyy
b054ce3874
chore: adjust indent & revert demo & fix lint problem
2019-08-06 15:36:13 +08:00
orzyyyy
28f39739df
test: update snapshots
2019-08-06 15:36:13 +08:00
orzyyyy
63b33d4020
fix: unexpected changes of snapshots
2019-08-06 15:36:12 +08:00
orzyyyy
872ada07e7
fix: lint:demo
2019-08-06 15:31:59 +08:00
orzyyyy
ac3f319ad2
fix: lint:es
2019-08-06 15:31:59 +08:00
afc163
887aa4c347
📝 antd/lib/xxx => antd/es/xxx
2019-08-05 15:29:26 +08:00
陈帅
7b98df8075
fix: better typescript code, use svg components ( #18036 )
...
* better typescript code, use svg components
fix #18017
* snapshots updated
* snapshots updated
2019-08-02 21:37:26 +08:00
啸生
4c23bc2543
Feature ( #18049 )
...
Feature
2019-08-02 17:38:50 +08:00
zx6658
2cb0710ec4
doc: 📖 update table component's selectedRowKeys type
2019-07-31 13:43:02 +09:00
Yangzhedi
6c8c42c3e3
feat(default.less): add table-footer-bg and table-footer-color variable
2019-07-30 15:05:14 +08:00
偏右
fed7fec30b
Merge pull request #17971 from ant-design/fix-tag-tag-name
...
refactor: Tag should be span than a div semantically
2019-07-30 13:20:54 +08:00
偏右
53da51841f
🐛 Remove extra margin right of Table placeholder ( #17970 )
...
close #17950
2019-07-30 12:32:57 +08:00
afc163
4374514252
✅ fix snapshot and test case
2019-07-30 11:58:45 +08:00
afc163
68d1ec00d4
🐛 Fix small table hover background
...
close #17922
2019-07-29 14:11:41 +08:00
afc163
ce7ab240cf
🐛 Fix Table filterDropdown always trigger onChange
...
close #17833
2019-07-24 16:06:51 +08:00
afc163
22179f3511
💄 code style optimizaiton
2019-07-24 15:40:07 +08:00
zombieJ
81d8eb8afe
feat: ConfigProvider support locale ( #17816 )
...
* ConfigProvider support locale
* update docs
* update category
* clean up
* moving locale
* update check script
* update related code
* add test case
* demo link
* update doc
* hide one rule of md with eslint
* update error link
2019-07-24 10:34:55 +08:00
偏右
161def04aa
Merge pull request #17806 from ant-design/feat-table-popup-container
...
feat: Table getPopupContainer
2019-07-23 13:46:01 +08:00
afc163
efecf5eafd
✅ add test snapshot
2019-07-23 11:58:05 +08:00
afc163
2a5a8415be
🐛 ConfigProvider getPopupContainer for Table
2019-07-23 11:48:34 +08:00
zombieJ
bdea770670
Merge pull request #17804 from ant-design/master
...
chore: Merge master into feature
2019-07-23 10:23:55 +08:00
afc163
abcfe77b5b
✅ Add snapshot test for Table getPopupContainer
2019-07-22 21:36:57 +08:00
afc163
173859e49c
✨ Add Table getPopupContainer
...
close #17548
close #16876
close #14864
close #14426
2019-07-22 21:30:45 +08:00
zombieJ
42468b6ad7
feat: Enhance accessibility of Table expanded icon ( #17781 )
...
* use icon instead of css
* update snapshot
* clean up
* update style
* update snapshot
* add click test case
* clean up
* update snapshot
2019-07-22 19:28:23 +08:00
afc163
18c05189cf
💄 Remove Table demo use select hack css
...
close #17455
bc2de929e7/specs/draggable.spec.jsx (L374)
2019-07-22 18:53:58 +08:00
Stanley Thijssen
5a32990874
fix: Styling issue where all spans next to a checkbox wrapper get a padding ( #17752 )
...
* fix styling issue
* Added padding for span only when there is a checkbox in front of it
2019-07-20 19:57:52 +08:00
zombieJ
bed07392fd
update snapshot ( #17656 )
2019-07-15 19:32:46 +08:00
zombiej
edacc50543
not hide scroll line when multiple lines
2019-07-15 17:59:29 +08:00
afc163
e8dabedb76
🐛 Fix Table border radius missing in Firefox
...
close #17611
ref https://github.com/ant-design/ant-design/pull/12263#discussion_r303193443
2019-07-15 14:23:00 +08:00
MuYu
fb0b4f0fc9
docs: show version Number features were added ( #17373 )
...
* docs: add api first appearance
* docs: fix auto-complete doc
* docs: replace Version Added with Version
* docs: date picker common method
* docs: date picker common method
* docs: tree
* docs: remove meaningless 3.0.0
2019-07-11 14:14:33 +08:00
陈帅
319b11d388
Merge pull request #17364 from ant-design/feature
...
merge Feature into master
2019-06-29 13:25:47 +08:00