Harlan
6b6ec278cc
Table: add prop sortDirections
for table and column ( #13773 )
...
* Table: add prop `sortMethods`
with `sortMethods` user can change table sort methods and its order
* Table: `sortMethods` can be set on column prop
* rename `sortMethods` to `sortDirections`
2018-12-22 18:16:02 +08:00
afc163
fe47f01796
📝 Fix documentation
2018-12-22 18:13:30 +08:00
afc163
22daf9e6af
Merge branch 'feature' of github.com:ant-design/ant-design into feature
2018-12-22 18:03:56 +08:00
afc163
c29daf952a
🔨 Merge master into feature
2018-12-22 18:02:10 +08:00
afc163
4e68a53d27
📝 update changelog
2018-12-22 17:45:19 +08:00
afc163
a383df8870
🌐 Add English changelog of 3.11.3
2018-12-22 17:42:12 +08:00
afc163
7d3d271aea
📝 fix changelog
2018-12-22 17:42:12 +08:00
afc163
5977d31590
🎉 release 3.11.3
2018-12-22 17:42:12 +08:00
afc163
3a25ef8d14
💄 Fix lgtm alerts
...
https://lgtm.com/projects/g/ant-design/ant-design/alerts/?mode=list
2018-12-22 17:40:25 +08:00
afc163
4378454495
🆙 upgrade pagination, close #13720
2018-12-22 16:52:32 +08:00
afc163
1350c87ab1
🎨 Improve form demo code style
2018-12-22 16:48:30 +08:00
afc163
d78d0de36c
💄 Fix extra margin of nested form item
...
close #13748
2018-12-22 16:44:10 +08:00
Jeffrey Carl Faden
9ff20ba09a
Fix primary color usage in .button-variant-other
...
Instead of using @primary-5 and @primary-7, use colorPalette mixin to modify @btn-primary-bg
2018-12-22 11:05:41 +08:00
zombiej
f65fb2867f
add options.preserve of form
2018-12-21 23:58:31 +08:00
afc163
a7597819a2
💄 use disabled cursor on disabled tab, close #13709
2018-12-21 22:38:06 +08:00
wangshuai
cb0a92e13b
use T[] insteadof Array<T>
2018-12-21 21:34:19 +08:00
wangshuai
8c95732bfb
fix(Table):fix arguments and type definition in TableRowSelection
2018-12-21 21:34:19 +08:00
HarlanLuo
476ace8aae
Transfer: fix search-not-found block sometimes not show in edge
2018-12-21 21:33:58 +08:00
杨哲迪
42cd542677
fix(tabs): fix tabs.tabpane disabled style error
2018-12-21 21:33:31 +08:00
afc163
607d08094d
🎉 Dropdown.Button support href
prop
2018-12-21 21:12:36 +08:00
afc163
464c4c804d
✅ fix snapshot
2018-12-21 20:59:14 +08:00
afc163
c6f267d740
🆙 upgrade rc-dropdown
2018-12-21 20:56:36 +08:00
afc163
aa6d3da99b
Merge master into feature branch
2018-12-21 19:11:39 +08:00
黄俊亮
96766d4018
refactor: add alert-close-hover-color
2018-12-21 19:06:36 +08:00
afc163
7fe6dec9b8
Merge branch 'master' into feature
...
* master:
feat(table): support table border-radius define in theme
add form-tutorial.md
📝 Put gitter flags in badges in README (#13744 )
update deps of rc-select
skip show-tooltip.md test when is dist test
💄 update slider demo
Fix a regular expression
Improvements to badges in README (#13743 )
2018-12-21 16:12:14 +08:00
vthinkxie
f99b8a1792
feat(table): support table border-radius define in theme
2018-12-21 11:50:46 +08:00
Alfred Qiu
b24d5a65a5
add form-tutorial.md
2018-12-21 11:03:54 +08:00
Sam Lanning
1817052194
📝 Put gitter flags in badges in README ( #13744 )
2018-12-21 08:04:18 +08:00
zombiej
7473f9b871
update deps of rc-select
2018-12-20 23:25:04 +08:00
zombiej
0d438610ff
skip show-tooltip.md test when is dist test
2018-12-20 23:11:32 +08:00
afc163
69d2656ab2
💄 update slider demo
2018-12-20 20:39:40 +08:00
Sam Lanning
97ee28ee7a
Fix a regular expression
...
Pipe (|) is not supposed to be used as a delimiter in character classes, though
it seems like that's what someone's trying to do here, given it's trying to
extract numbers from a css transform property.
2018-12-20 20:30:18 +08:00
Sam Lanning
0f547e31d5
Improvements to badges in README ( #13743 )
...
* 📝 Use flat badges where possible
* 📝 Add LGTM.com badge in README
2018-12-20 20:00:53 +08:00
afc163
9cfaa16211
✅ update test snapshot
2018-12-20 17:46:17 +08:00
afc163
7ac13298ec
💄 Fix one tslint problem
2018-12-20 17:43:22 +08:00
afc163
879784c665
Merge branch "master" into "feature"
2018-12-20 17:43:00 +08:00
afc163
ecf83c0438
💄 Fix one tslint problem
2018-12-20 17:34:30 +08:00
tom
00109a0698
change Modal.destroy to Modal.destroyAll
2018-12-20 17:31:12 +08:00
tom
d9e0b33dbe
Modal.destroy():destroy all cofirm modal dialogs
2018-12-20 17:31:12 +08:00
stevenyuysy
0929a8b2c5
🐛 fix status normal
2018-12-20 17:30:28 +08:00
Sam Lanning
8f830ec366
fix inconsistent component state updates
...
React component state updates using setState may
asynchronously update this.props and this.state, thus it is
not safe to use either of the two when calculating the new
state passed to setState, and instead the callback-based
variant should be used instead.
2018-12-20 17:29:02 +08:00
徐新航
e0c74501f4
feat: The <Affix> run update-position when first mounted, to get the actual styles.
2018-12-20 17:27:32 +08:00
afc163
1ac6b5782d
🐛 Correct Drawer style
...
close #11504
2018-12-20 17:26:34 +08:00
zombiej
d2c9e6b498
update doc
2018-12-20 17:21:58 +08:00
zombiej
10e8a5aa72
add test case
2018-12-20 17:21:58 +08:00
zombiej
101a93ed39
mention add defaultSuggestion
2018-12-20 17:21:58 +08:00
ztplz
1c02a65593
format mention
2018-12-20 17:19:44 +08:00
偏右
a127ba6789
Update index.tsx
2018-12-20 17:19:10 +08:00
sylvanasGone
b71301b65f
fix: add missing parameter
2018-12-20 17:19:10 +08:00
yibu.wang
839d0dcb09
fix
2018-12-20 17:18:12 +08:00