afc163
a297b90cfa
📝 Add bodyStyle and style of Drawer in documentation, #13850
6 years ago
afc163
b27f0f3e46
🐛 Fix Drawer style not working
close #13850
6 years ago
afc163
9f54ab2bb4
🐛 fix markStyle affset style
revert #12125
close #13850
6 years ago
sfturing
3a6e0e2dfa
Update Santa.jsx
6 years ago
zombiej
6550df34b6
update changelog
6 years ago
zombiej
35eff089ad
bump 3.11.6
6 years ago
zombiej
d648b822a6
revert Christmas egg
6 years ago
frezc
5f9b376456
[type] make type of components compatible with ComponentType<P>
6 years ago
zombiej
e6fd745c26
bump 3.11.5
6 years ago
afc163
e047bb166f
✨ site: make document side bar sticky
close #3800
6 years ago
ztplz
4bd107f9d7
Correct doc
6 years ago
afc163
9eaac3f568
🆙 ant-design-palettes => @ant-design/colors
6 years ago
afc163
0218bee810
📝 update badges
6 years ago
afc163
ee27e87cf0
📝 update 3.11.4 changelog
6 years ago
afc163
b3b39fcfd5
💄 use chalk in console.log
6 years ago
afc163
03c10c9a05
🎉 3.11.4
6 years ago
afc163
89574017be
🆙 upgrade devDeps
6 years ago
j3l11234
95cf9f3e48
Update rc-form requirement from ~2.2.7 to ~2.4.0 ( #13788 )
& and preserve option
6 years ago
afc163
a318c2ed77
📝 update badges
6 years ago
ztplz
8fe3c113b6
Fix typo ( #13786 )
6 years ago
ztplz
bce044bac2
Fix typo in changelog ( #13784 )
6 years ago
afc163
cdfdae51ed
💄 fix lgtm alert
6 years ago
afc163
88615024b1
✅ Fix test snapshots
6 years ago
afc163
b828741dc0
🔨 Refactor Tag 🔨
6 years ago
afc163
fe47f01796
📝 Fix documentation
6 years ago
afc163
4e68a53d27
📝 update changelog
6 years ago
afc163
a383df8870
🌐 Add English changelog of 3.11.3
6 years ago
afc163
7d3d271aea
📝 fix changelog
6 years ago
afc163
5977d31590
🎉 release 3.11.3
6 years ago
afc163
3a25ef8d14
💄 Fix lgtm alerts
https://lgtm.com/projects/g/ant-design/ant-design/alerts/?mode=list
6 years ago
afc163
4378454495
🆙 upgrade pagination, close #13720
6 years ago
afc163
1350c87ab1
🎨 Improve form demo code style
6 years ago
afc163
d78d0de36c
💄 Fix extra margin of nested form item
close #13748
6 years ago
afc163
a7597819a2
💄 use disabled cursor on disabled tab, close #13709
6 years ago
wangshuai
cb0a92e13b
use T[] insteadof Array<T>
6 years ago
wangshuai
8c95732bfb
fix(Table):fix arguments and type definition in TableRowSelection
6 years ago
HarlanLuo
476ace8aae
Transfer: fix search-not-found block sometimes not show in edge
6 years ago
杨哲迪
42cd542677
fix(tabs): fix tabs.tabpane disabled style error
6 years ago
黄俊亮
96766d4018
refactor: add alert-close-hover-color
6 years ago
vthinkxie
f99b8a1792
feat(table): support table border-radius define in theme
6 years ago
Alfred Qiu
b24d5a65a5
add form-tutorial.md
6 years ago
Sam Lanning
1817052194
📝 Put gitter flags in badges in README ( #13744 )
6 years ago
zombiej
7473f9b871
update deps of rc-select
6 years ago
zombiej
0d438610ff
skip show-tooltip.md test when is dist test
6 years ago
afc163
69d2656ab2
💄 update slider demo
6 years ago
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.
6 years ago
Sam Lanning
0f547e31d5
Improvements to badges in README ( #13743 )
* 📝 Use flat badges where possible
* 📝 Add LGTM.com badge in README
6 years ago
afc163
ecf83c0438
💄 Fix one tslint problem
6 years ago
stevenyuysy
0929a8b2c5
🐛 fix status normal
6 years ago
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.
6 years ago