ZYSzys
554fdd4a3c
script: cleanup & reduce useless prettier files ( #15467 )
6 years ago
Rick Zhou
b1ec61a2da
another try of fixing tab style ( #15458 )
* another try of fixing tab style
* fix card mode tab bottom line animation
#15299
#15297
#15234
6 years ago
偏右
59a6d49332
Update index.en-US.md
6 years ago
Alexey
ef1fc4a4e2
docs(tabs): onTabClick description
* onTabClick collback description provided by rc-tabs
* link to rc-tabs docs (for read more)
6 years ago
Rick Zhou
a0bfe4cc65
fix tabs style in card mode
6 years ago
afc163
f44ff94dec
✅ Fix test fails in React 15
6 years ago
zombieJ
0f356fb151
update snapshot ( #15247 )
* update snapshot
* downgrade to node 10
6 years ago
zombieJ
3a16708765
update snapshot ( #15108 )
6 years ago
zombieJ
4d1a998246
add component param in warning ( #15078 )
* add component param in warning
* update snapshot
6 years ago
米老朱
6936599aef
Enhance stylelint rules ( #14803 )
* rename .stylelintrc to .stylelintrc.json for explicit file type
* add new npm script lint-fix:style
* fix pseudo-element with double colon
* function name should be lower except ignored functions
* support stylelint declaration-block-no-ignored-properties rule
* support sorted CSS properties order for readability and consistency
* autofix order of all styles by lint-fix:style script
* remove double slash comments after selector
* replace .stylelintignore with ignoreFiles in .stylelintrc.json
6 years ago
gyh9457
c895c809f9
improve tabs demo ( #14701 )
6 years ago
zombieJ
bfec344de5
Not show spining mask in ie <= 10 ( #14511 )
* not show spining mask in ie <= 10
fix #14365
* revert, let's use css check for this
* add styleChecker
* add pointer-events check
* delay check spin not support when did mount
* use css hack replace style check
6 years ago
zombieJ
8c5683d316
update rc-tabs to support customize node ( #14368 )
close #9990
6 years ago
zombiej
0a67272ae4
add locale update
6 years ago
zombiej
12af9a9dca
icon add aria-label support
6 years ago
Junbin Huang
d78c0f2707
Chore/fix master conflict ( #14126 )
* adjust table fixed column z-index (#14036 )
fix #13930
* 📝 Add instruction for one column without width left in fixed table
* Add full PR template link in template (#14061 )
* add full tmpl link
* adjust
* simplify it
* add cn link
* Fix Affix flickering when scrolling
* update
* fix: top border disappeared under some ie9
* fix calendar month range display (#14049 )
* Fix tslint warning
* Correct typescript usage (#14074 )
* 🐛 Fix steps style under IE9
close #14001
* 🐛 tweak style for not affecting vertical steps
* 📝 enhance upload documentation
* Input.Group with TimePicker disappear icon: https://codepen.io/mraiguo/pen/QzvvvE?editors=0010
* 🐛 Fix disabled button style in DatePicker panel
https://user-images.githubusercontent.com/507615/50693143-17505400-1071-11e9-9114-b150bef8f7f6.png
* 📝 site: fix BackTop been covered by footer
close #14093
* Update PULL_REQUEST_TEMPLATE.md
* Update pr_cn.md
* 🐛 Fix nested Timeline last item missing line (#14110 )
close #14108
* init Spin should also support delay trigger (#14105 )
fix #14100
* Update table docs
* bugfix
* Format
* update snapshot
* test: fix spin test
6 years ago
zombieJ
47fea7e8e6
update snapshot ( #14042 )
6 years ago
frezc
5f9b376456
[type] make type of components compatible with ComponentType<P>
6 years ago
afc163
a7597819a2
💄 use disabled cursor on disabled tab, close #13709
6 years ago
杨哲迪
42cd542677
fix(tabs): fix tabs.tabpane disabled style error
6 years ago
黄俊亮
1272ec0e04
refactor: add @tabs-horizontal-padding-{sm,lg}
6 years ago
afc163
d1650e31e9
✅ fix key warning in tabs demo
6 years ago
陈帅
8e11f0bdb9
merge support prettier
6 years ago
陈帅
dca9715186
support prettier
6 years ago
zombieJ
1a0a06fca9
ConfigProvider support prefixCls ( #13389 )
Basic support prefixCls.
6 years ago
zombiej
9ed04cb0e7
fix eslint
6 years ago
zombiej
aa16fdde86
update snapshot
6 years ago
afc163
83c192ea3e
💄 fix eslint problems
6 years ago
zombieJ
95a76b0436
add tabs additional css ( #13118 )
fix #13086
6 years ago
zombiej
d20b5fe9f5
update rc-tabs to fix 2 issue:
1. fix non-transform support env ink bar not correct
2. fix tabBarGutter not work in vertical mode. ref #12968
6 years ago
ztplz
6ad23c370e
Fix CI
6 years ago
afc163
00c65b046b
site: update icon doc translation
6 years ago
afc163
213693e333
🌐 site: transition component category, close #11629
6 years ago
afc163
83cc148a7a
fix stylelint again by locking version :sad:
6 years ago
ztplz
232f179f24
update
6 years ago
ztplz
682af0d44b
add missed property 'key' in TabPaneProps
6 years ago
zombiej
bf83845986
remove useless line
6 years ago
zombiej
ca49ecb4be
fix tabs ink-bar vertical css
ref #12276
6 years ago
picodoth
589bafd5db
fix: drop className for tabBar, fix #12051
6 years ago
HeskeyBaozi
c76a90b2b7
fix tweak icon
6 years ago
HeskeyBaozi
976f6969f4
update test snapshot
6 years ago
afc163
3cbb5da6c2
tweak icons size
6 years ago
HeskeyBaozi
2f8a56fa78
fix test case & update test snapshot
6 years ago
HeskeyBaozi
74798b8911
upgdate test snapshot
6 years ago
HeskeyBaozi
d6131fe18d
update test snapshot
6 years ago
afc163
1bfbefb8e1
Fix snapshot
6 years ago
Simon Fraser
b02af8baa7
Updating warning message about cards not having size attribute.
6 years ago
tangjinzhou
c63c971ded
fix: Nesting tabs of different sizes, the style does not take effect ( #11936 )
6 years ago
mushan0x0
62d68b049f
feat: Tabs render tab bar ( #11856 )
* feat: Customized bar of tab.
* docs: 更新关于renderTabBar的中文文档
* docs: 更新关于renderTabBar的英文文档
* update: 优化代码
* docs: 更新关于renderTabBar的文档
* update: 完善renderTabBar代码
* update: 完成自定义tabBar
* docs: 去掉旧的DefaultTabBar参数说明
* update: 修复CI测试
* fix: 去掉>选择器,解决自定义tabBar后样式错误
* update: 优化代码质量
* update: 添加测试
* fix: lint
* fix: 避免tab嵌套bug
* update: 把DefaultTabBar放在renderTabBar里
6 years ago
HeskeyBaozi
0c9465aaf9
upgrade icons library
6 years ago