Benjy Cui
fe33e76479
refactor: extract Input.TextArea
8 years ago
paranoidjk
ba168b826f
refactor: use spread operator replace object-assign ( #6677 )
8 years ago
afc163
448a3ff4dd
Fix operations typo of Transfer, close #6401
8 years ago
Benjy Cui
0e5431d21b
deps: upgrade antd-tools and code style
8 years ago
Benjy Cui
12a6060304
docs: fix code style
8 years ago
Benjy Cui
a081100cdc
refactor: simplify code
8 years ago
wangtao0101
58922a34c6
fix bug #6075 ( #6088 )
* fix bug #6075
* add test for PR #6088
* remove test.only
8 years ago
Tyler
919cb22eb7
Use the prop-types package from npm instead of React.PropTypes ( #6057 )
* Use the prop-types package from npm instead of React.PropTypes
* Remove using of PropTypes from React in docs and site
8 years ago
wangtao0101
0d070d3763
refactor: improve performance of Transfer #5997 ( #6001 )
* fix bug #5997
* change order for review
8 years ago
Graeme Yeates
d8d17a6401
Seperate @active-item-bg into 2 variables
8 years ago
afc163
c8d9e64809
Fix Transfer selection when searching text, close #5993
8 years ago
Graeme Yeates
4eb2855871
Add @active-item-bg to control hover and active states
8 years ago
afc163
ac660d9f3c
Fix transfer search bug, close #5631
8 years ago
afc163
f4413a6758
Fix Transfor moving item background
8 years ago
afc163
fc199e47b8
fix snap
8 years ago
Wei Zhu
1a8e738142
Set snapshotSerializers
8 years ago
William Yang
8c8a1797e9
docs:fix api table ( #5524 )
8 years ago
偏右
0308138974
[WIP] upgrade deps ( #5455 )
* upgrade deps
* autofix some tslint problems
* Fix tslint problems manually
8 years ago
偏右
674255bd14
[WIP] upgrade deps ( #5455 )
* upgrade deps
* autofix some tslint problems
* Fix tslint problems manually
8 years ago
Wei Zhu
f6b1e942e3
Jest 19 ( #5361 )
* Upgeade to jest 19
* Use jest.spyOn
8 years ago
Benjy Cui
8f81594f91
Refactor: introduce injectLocale ( #5289 )
* refactor: extract injectLocale and refactor Pagination, ref: #5103
* refactor: use injectLocale in Popconfirm, ref: #5103
* refactor: use injectLocale in TimePicker
* refactor: use injectLocale in Transfer
* refactor: use injectLocale in TreeSelect
* refactor: remove useless code in AutoComplete
* test: update snapshot
8 years ago
afc163
a0cdce4d00
fix test case
8 years ago
Benjy Cui
00cdb7d888
feat: support Transfer[onScroll], close : #4188 ( #5084 )
8 years ago
Benjy Cui
758559f718
test: update snapshots
8 years ago
tianli.zhao
85ca5ed5ea
[WIP] filter the disabled options ( #4981 )
filter the disabled options
8 years ago
bang
fcf9bafb18
docs: Rewrite Transfer demos to ES6 component
8 years ago
afc163
18ec5933b7
fix old react documentation links
8 years ago
Benjy Cui
200b88246f
docs: update docs format
8 years ago
afc163
0eb5c689a3
remove type="ghost" from demo
8 years ago
Graeme Yeates
1006015ef0
Add border customization variables ( #4734 )
* Add border customization variables (#4712 )
* Make border styles customizable (fixes #4712 )
8 years ago
paranoidjk
f2e19c16be
fix(transfer): checkall should response to filter result; fix #4654 ( #4665 )
8 years ago
Wei Zhu
77b78a9389
docs: Unify type naming ( #4636 )
* Unify name of ReactNode type in document
* Lowser all string type name
* Lowercase all number type name
* Lowercase all boolean type name
* Unify array type
* Lowercase all object type name
* Unify mutilple types
8 years ago
Benjy Cui
3e17551b7e
site: improve build speed
8 years ago
陆离
f54e822930
feat: Transfer on search change ( #4464 )
* add `onSearchChange(direction: 'left'|'right') => void ` of Transfer
* typo
8 years ago
偏右
d811ebee5c
New color system ( #4426 )
* Add new color patterns algorithm
* Add color palettes
* update other colors
* fix gray color
* update more tint/shade to colorPalette
* new font color
* Update doc for new color system
* improve doc style
8 years ago
Rex
1b8a280614
support suffix ( #4283 )
* support suffix
* optimize prefix and suffix
* 1. Optimize prefix and suffix implementation
2. Improve the api document
3. Optimize `Input.Search` implementation
* update snapshots
8 years ago
Benjy Cui
d7498c0af6
Test transfer ( #4191 )
* refactor: use Checkbox directly
* test: add test case for Transfer
8 years ago
Wei Zhu
07103b9fb6
Don't ignore test files.
8 years ago
Wei Zhu
17a0a33283
Restructure tests.
8 years ago
Benjy Cui
000085eb36
style: update code style for Transfer
8 years ago
afc163
4ac50c660c
improve transfer style
8 years ago
Andrey G
a307a7acf7
refactor: remove unnecessary computed props for classNames ( #4055 )
* remove unnecessary computed props for classNames
* rollback autocomplete optimization for possible css style order issue
* update snapshots
* remove more unnecessary computed props at Input
8 years ago
Benjy Cui
932443099a
css: use @component-background , ref: #4040
8 years ago
cathayandy
addb6e44dc
Fix #4039 . Replace background-color: #fff with background: @body-background ( #4040 )
8 years ago
afc163
6b0c34bb24
fix tslint
8 years ago
Wei Zhu
bd55d21f83
style: Fix jsx-no-multiline-js ( #3994 )
* Fix jsx-no-multiline-js
* TimePicker addon test
* Transfer search test
8 years ago
afc163
9183ef0ede
Fix Transfer notFound, close #3996
8 years ago
Wei Zhu
52f6f992b3
style: Fix jsx self close, #3966 ( #3968 )
8 years ago
Wei Zhu
ccbebe60cc
style: Fix jsx alignment, #3966 ( #3967 )
8 years ago
Wei Zhu
d20572bdab
test: demo snapshot testing ( #3916 )
* Run snapshot testing against all demos
* Split demo tests
* ignore coverage folder
* Upgrade antd-demo-jest
* enable cache
* intergate with coveralls.io
* Add node test
* Set worker to 2
https://github.com/facebook/jest/issues/1742
* config coverage
* Set default supportServerRender to true
8 years ago