afc163
|
e23efe3f47
|
Fix wave color mixed up, close #11985
|
6 years ago |
afc163
|
1707abb48d
|
Fix switch click error, close #11891
|
6 years ago |
afc163
|
62bacb09bf
|
Fix wave render error in jest, close #11868
|
6 years ago |
afc163
|
aba2f5e091
|
fix test case
|
6 years ago |
afc163
|
60cff5de40
|
tweak wave effect detail
|
6 years ago |
afc163
|
5e37710ecb
|
improve click effect ⭐
|
6 years ago |
afc163
|
589415ed95
|
Fix Tag with wave effect
|
6 years ago |
afc163
|
4d7f1b191f
|
remove console
|
6 years ago |
afc163
|
9cf6ae6010
|
Refactor and apply wave click animation to more components
now support Button, Tag, Radio.Button and switch
|
6 years ago |
陈帅
|
2cffe4f858
|
optimization: Fix problems found in review
|
6 years ago |
Matt Lein
|
bcef7ca32e
|
get data-*, aria-*, and role attributes
|
7 years ago |
Matt Lein
|
77fcbca04d
|
pass data-* aria-* and role props
|
7 years ago |
Matt Lein
|
f0b684de6a
|
get data-*, aria-*, and role attributes
|
7 years ago |
Matt Lein
|
20348614d5
|
Alert - pass data-* attributes to alert div
|
7 years ago |
Karol Majewski
|
7c273912fd
|
Fix #10729 (#10730)
* Lift the requirement of the omitted keys being of string type
* Remove unused Diff mapped type
|
7 years ago |
偏右
|
a2e0e40caa
|
[WIP] Use raf to replace getRequestAnimationFrame (#10614)
* use raf to replace getRequestAnimationFrame
* remove isCssAnimationSupported
|
7 years ago |
Wei Zhu
|
82b721a432
|
Extend CardProps from native div element attributes
Close #9933
|
7 years ago |
Wei Zhu
|
fe4d294c64
|
Fix moment require (#9528)
Fix #9502
|
7 years ago |
afc163
|
2f427e172a
|
Fix a ts error
|
7 years ago |
afc163
|
edd592cb9d
|
Fix broken animation of Menu and Collapse
|
7 years ago |
Wei Zhu
|
541b9d146a
|
Fix implicit any error for _util
|
7 years ago |
Wei Zhu
|
c0a42480ae
|
Fix implicit any error for Anchor
|
7 years ago |
Wei Zhu
|
479a5cb743
|
Remove allowSyntheticDefaultImports (#8218)
|
7 years ago |
Wei Zhu
|
645be586f3
|
Run jest.useFakeTimers in beforeAll
|
7 years ago |
afc163
|
54188b8e97
|
Reset timer in test
|
7 years ago |
Benjy Cui
|
7ea572bfc8
|
refactor: extract common locale logic (#7915)
|
7 years ago |
Benjy Cui
|
829b5f87bf
|
feat: make default locale to enUS (#7553)
* feat: make default locale to enUS
* test: fix CI
* docs: update getting started
|
7 years ago |
afc163
|
0a9a3887b5
|
Fix Invalid calling object in IE
with eval-source-map mode of webpack-dev-server
close #7060
ref https://github.com/vuejs/vue/issues/4465
|
7 years ago |
paranoidjk
|
ba168b826f
|
refactor: use spread operator replace object-assign (#6677)
|
8 years ago |
Benjy Cui
|
e01c8c8ff6
|
fix: should work with ES2015 module, close: #6334
|
8 years ago |
afc163
|
ac660d9f3c
|
Fix transfer search bug, close #5631
|
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 |
afc163
|
00fac07d9e
|
refactor requestAnimationFrame
|
8 years ago |
afc163
|
38c8360d1f
|
Improve Menu[inline] and Collapse animation, ref #4898
|
8 years ago |
afc163
|
637c479c4c
|
Fix Tabs in IE9, close #4795
|
8 years ago |
陆离
|
3789e0cbbb
|
Affix listener bug fix (#4756)
* Affix listener bug fix
+ close #4755
+ close #4760
+ clearScrollEventListeners before setTargetEventListeners
+ add tests for throttle
+ append affix test case
* genMockFn -> fn()
|
8 years ago |
陆离
|
5cd111d486
|
recalculate width while resize (#4676)
+ close #4645
+ throttleByAnimationFrameDecorator as a function decorator
|
8 years ago |
Benjy Cui
|
0aabdb3d8b
|
fix: locale should follow LocaleProvider, close: #4495 (#4503)
* fix: locale should follow LocaleProvider, close: #4495
* test: update snapshot
* fix: fix some bugs
|
8 years ago |
Benjy Cui
|
1351b5da5d
|
refactor: remove splitObject
|
8 years ago |
Benjy Cui
|
60ecb3c628
|
refactor: each message should warn just once
|
8 years ago |
Benjy Cui
|
8268bfdd9e
|
refactor: udpate Affix to work with strictNullCheck
|
8 years ago |
Benjy Cui
|
5d4d9f5cea
|
style: update code style
|
8 years ago |
偏右
|
4f77a2e5f5
|
Fix back top ssr (#3418)
* improve code style
* move getRequestAnimationFrame to util
* Fix ssr problem in BackTop, close #3343
|
8 years ago |
Benjy Cui
|
5705f72fb8
|
fix: make sure en|ru locale import after zh-CN (#3246)
* fix: make sure en|ru locale import after zh-CN
* refactor: simplify code
|
8 years ago |
Benjy Cui
|
9685d06f45
|
fix: should test if window exist, close: #3216
|
8 years ago |
偏右
|
de359d2cf7
|
fix tslint problems (#2360)
|
8 years ago |
RaoHai
|
18f35047ec
|
Rewrite Checkbox in typescript
+ add return type of splitObject
+ rewrite `import React from 'react'` to `import * as React from 'react'`
+ rewrite Checkbox in typescript
|
9 years ago |
yiminghe
|
be95d3fc23
|
fix split
|
9 years ago |
yiminghe
|
9a0d751f94
|
refactor to typescript
|
9 years ago |