feng zhi hao
c0527f8b66
chore: complete declaration in Tabs and Select ( #3183 )
8 years ago
Benjy Cui
3f67fd3f9f
docs: update docs details
8 years ago
ddcat1115
3958eb4771
fix #3076 ( #3086 )
fix demolint
8 years ago
Benjy Cui
672ebecf47
deps: upgrade dependencies ( #3017 )
* deps: upgrade dependencies
* fix: backward compatibility
* fix: replace cross with close
8 years ago
偏右
354759cb17
Redesigned icons ( #3041 )
* redesigned icons
* change iconfont content
* use same icons
* fix missing icons
* improve icon size
8 years ago
Marius Ileana
691a4d5766
docs: English translation of tab's position demo ( #3050 )
Just a small update of a label.
8 years ago
马斯特
a25ec29fb8
refactor: 保证所有的tsx和less都正确使用prefix ( #3024 )
* refactor: extract prefix cls as less variable
* refactor: apply ant icon prefix cls in less files
* refactor: all components support prefixCls props
8 years ago
Benjy Cui
8db2b79505
chore: fix compile errors
8 years ago
Shawn Sit
374328bca9
docs: fix misspelled ( #2990 )
8 years ago
afc163
0e6f677ff9
Fix doc headings
8 years ago
Andrew Murray
0d00c5fb6c
docs: Fixed typos ( #2921 )
8 years ago
afc163
363f610d8b
Fix tsc errors beside DatePicker
8 years ago
Benjy Cui
0ec8c7ba86
docs: fix demoe' format, close : #2822
8 years ago
Shawn Sit
2e0424d3b2
Translation tab title ( #2815 )
* translated doc of tab title
* fixs: misspell
* fixs: misspell
* remove full stop
8 years ago
afc163
1f670b84a9
fix Tabs children again ( #2559 )
8 years ago
afc163
471743f4c7
Fix editable Tabs key error
close #2721 & #2725
8 years ago
afc163
10e1b8b269
Fix some ts errors
8 years ago
afc163
42298b60d4
Fix editable-card Tabs children map bug, close #2658
8 years ago
Shawn Sit
c04ba5b39b
docs: Traslation tabs ( #2587 )
8 years ago
陆离
4fbc909ac1
fix: children should be an array, close #2559 ( #2563 )
8 years ago
afc163
2e41e35cc6
Fix more tslint problems
8 years ago
bang
817bfe9681
update tabs
9 years ago
afc163
b38f4368b3
Fix new Tab demo
9 years ago
bang88
893eec74dd
refactor(Tabs): rewrite tabs
9 years ago
yiminghe
9a0d751f94
refactor to typescript
9 years ago
afc163
696233ca07
fix link jump in Firefox
9 years ago
afc163
a9887ad7db
update Tabs card demo
9 years ago
afc163
9f132f63aa
Fix left & right Tabs, close #2046
9 years ago
afc163
ec21b8bb39
change way to fix #2013 , without use table-layout:fixed
also fix #2025
9 years ago
afc163
23e5d18e7c
Fix tabs scroll animation
9 years ago
Benjy Cui
2144349741
style: enable react/jsx-closing-bracket-location
9 years ago
ddcat1115
bed556e900
fix #1750
9 years ago
afc163
a56817349e
fix vertical tabs style, close #1737
9 years ago
afc163
f7ed1ce38a
update tabs demo
9 years ago
Benjy Cui
8842d9342a
site: update components' type
9 years ago
Benjy Cui
ecaa6c56c3
style: enable comma-dangle
9 years ago
afc163
98998984fe
Fix tabs nested style, close #1617
9 years ago
afc163
03cb74ead5
upgrade eslint-config-airbnb version and fix some problems
9 years ago
afc163
0ca6a1c24a
css modularize ( #1448 )
* css modularize
* Add alert style
* Move more component style
* Move iconfont to common style
* Move layout style
* Move more component style
* Move all components
* Fix lots of mixin deps
* remove css-prefix from less
* fix a button icon style bug
* restructure
* fix index
* add dist
* fix jest
* fix some components style
* clean webpack config
* check more components style
* update tabs
* update scripts
* update scripts
* fix form style
* fix more style
* Fix select width
* Fix form and tabs style
9 years ago
afc163
05299036b4
improve tabBarExtraContent render
9 years ago
afc163
b9b4e30ac1
fix tabs demo
9 years ago
Benjy Cui
df3ba36720
docs: remove useless newline in documentation
9 years ago
Benjy Cui
d5a6932c15
docs: update documentation format
9 years ago
Benjy Cui
03d09b66e8
docs: update demo format
9 years ago
Benjy Cui
fd3406bd03
style: enable react/jsx-no-bind
9 years ago
Bruce Mitchener
273e527201
Use static class members for propTypes and friends.
9 years ago
Bruce Mitchener
71594b0e5c
Remove manual binding for 'this'.
Use ES7 style class members for event handlers so that 'this' is
automatically bound and each definition site doesn't need to manually
invoke 'bind'.
This makes all existing ES2015 class usages in components use the
same mechanism for binding.
9 years ago
Bruce Mitchener
11c0a6a203
Name classes without Ant* prefix.
Where necessary, prefix the classes imported from react-component
with 'Rc' rather than prefixing the Ant classes with 'Ant'.
The prefixing of Ant classes wasn't consistent and isn't necessary
in many cases.
9 years ago
afc163
d7f46a05b3
update docs
9 years ago
afc163
079f2a657d
Allow close last tab, fix #1071
9 years ago