Yann Pringault
1409db1923
fix(Slider): forcePopupAlign null when unmounted ( #28699 )
4 years ago
偏右
d614b4c885
feat( 🆕 ): Slider supports range.draggableTrack ( #28592 )
close #25517
4 years ago
einq7
fa376f9c82
docs: prettier markdown ( #28510 )
4 years ago
Chan Qin Liang
263d8ec8e8
Include parenthesis on mixin calls to support less 4.0.0 ( #28465 )
4 years ago
dependabot[bot]
775d1800bb
chore(deps-dev): bump eslint-config-prettier from 6.15.0 to 7.0.0 ( #28253 )
* chore(deps-dev): bump eslint-config-prettier from 6.15.0 to 7.0.0
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 6.15.0 to 7.0.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v6.15.0...v7.0.0 )
Signed-off-by: dependabot[bot] <support@github.com>
* chore: fix eslint style
* chore: prettier code style
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: afc163 <afc163@gmail.com>
4 years ago
Amumu
9b7da8640d
chore: replace raf with rc-util/lib/raf ( #27864 )
4 years ago
二货机器人
1a8bb04bf8
chore: Use rc-util composeRef ( #27821 )
4 years ago
偏右
e7bed7cff7
perf( 📦 ): upgrade @ant-design/colors and remove rc-trigger from deps ( #27761 )
* perf(📦 ): upgrade @ant-design/colors
* move rc-trigger to devDeps
* fix lint
* update snapshot
* update snapshot
Co-authored-by: 二货机器人 <smith3816@gmail.com>
4 years ago
骗你是小猫咪
6fba4d1136
test: demo -> ui test ( #24475 )
* test: demo -> ui test
* improve comment image width
* use argos-ci
* use by cicleci
* fix circle run
* rebase master
* try pipeline var
* use another branch var
* fix commit id
* ignore image test file
* remove useless report
* fix test coverage
4 years ago
Tom Xu
d44f404eae
docs: sort api ( #27251 )
* chore: improve sort api table scripts
* sort api
* add ignore
* Revert "sort api"
This reverts commit 343505d5f0
.
* sort api
* Update package.json
* sort api
* Delete sort-api.js
* sort api
* sort api
* sort api
* fix
* Update index.zh-CN.md
* fix input-number
* fix input-number
* sort func
* fix
* Method moved to the end
* carousel method
4 years ago
Tom Xu
179ee276c9
refactor: improve useCombinedRefs code ( #27181 )
* improve: useCombinedRefs code
* change location
4 years ago
Tom Xu
5f2588ffd1
docs: improve api type docs ( #27038 )
4 years ago
xrk
b173b5b8f5
fix: sliderProps typeScript define ( #27033 )
* fix: sliderProps typeScript define
* update rc-slider
* update
* update
4 years ago
Lim Shang Yi
08ca032550
fix: missing autoFocus prop in Slider. Fixes #26982 ( #26995 )
4 years ago
Lim Shang Yi
ef3aabdf7d
fix: Slider step prop not accepting null value ( #26984 )
* Fixes #26976 since rc-slider allows step to be null
* Fixes #26976 since rc-slider allows step to be null
* test: Slider step prop should not crash with undefined value
4 years ago
Kermit Xuan
006abe5e92
chore(slider): optimize type definition ( #26884 )
4 years ago
偏右
83ddfb807e
test: ✅ Enable transition and animation in jest ( #26571 )
* test: ✅ add test cases to increase coverage
* test: fix snapshot
* fix: test node envioronment
* fix: test node envioronment
* fix test case
* test: refactor menu test cases
* test: update test code style
* test: add more menu test cases
* add comment
* test: update snapshot
* fix: alert test case
* fix: form onLeaveEnd test cov
* test: fix button click wave test cases
* chore: clean up snapshots
4 years ago
二货机器人
c58135fd46
fix: Align motion match ( #26628 )
* fix: Align motion match
* bump rc-motion
* lock rc-trigger version
* update snapshot
4 years ago
xrkffgg
2005546d22
test: update snap ( #26467 )
4 years ago
xrkffgg
2e463e76b8
fix: add export handleStyle/trackStyle ( #26160 )
4 years ago
lihqi
2a18b55a8d
fix: Slider tooltip visible abnormal ( #25945 )
4 years ago
xrkffgg
2d04bef3b3
test: add test for slider ( #25917 )
* test: add slider test
* add test
4 years ago
xrkffgg
309f63ae1d
fix: slider default tooltipplacement in rtl ( #25909 )
4 years ago
07akioni
21e5fff467
chore: update rc-input-number 6.0.0 ( #25843 )
4 years ago
xrkffgg
8079e0fb8e
docs: reduce demo mentions/slider/switch ( #25486 )
4 years ago
CornerSkyless
6d5c3fe953
fix: slider typescript definition gets type warning in onChange ( #25358 )
* fix: slider typescript definition gets type warning in onChange
* test: add slider value type test
4 years ago
xrkffgg
e494c9589c
docs: format api select/slider/treeselect ( #25348 )
4 years ago
Jurriaan BW
4347eda0fe
fixed typedef of Slider value ( #24652 )
5 years ago
偏右
882cec62d6
docs: 🌈 Add Components overview page ( #24491 )
* docs: Add components overview page
* fix detail
* remove ContributorsList form overview page
* fix components url
* improve code style
* remove extra file
* fix detail
* fix lint
* fix lint
* docs: Finish components overview page
* fix lint
* docs: Update cover
* fix lint
* update cover
* update menu
* improve overview page
* refactor code
* fix order
* update title
* add components count
* fix overview page ssr bug
* move less file
* update title margin
Co-authored-by: arvinxx <arvinx@foxmail.com>
5 years ago
zefeng
cb2094265e
feat(tooltip): Tooltip support colour background ( #23155 )
* feat(tooltip): Tooltip support colour background
Closes #23127
* patch: update test case
* chore: repalce h1 tag to Divider
* chore: update demo
5 years ago
二货机器人
75b090aff3
fix: Switch trigger motion ( #24254 )
* init fix
* fix rtl
* clean up
* update snapshot
* fix style lint
* add motion of inner
* update un-checked focus style
5 years ago
Tom Xu
f90702cd0c
refactor(tooltip): rewrite with hook ( #23699 )
* refactor(tooltip): rewrite with hook
* fix lint
* fix
* fix test
* fix
* fix test
* refactor(tooltip): rewrite with hook
* fix lint
* fix test
* Update SliderTooltip.tsx
* Update tooltip.test.js
* Update index.test.js
5 years ago
偏右
10cf054b93
style: 💄 Slider marks should not be selected ( #23773 )
5 years ago
偏右
0b61b13e56
docs: 🆙 Upgrade input number ( #23742 )
* 🆙 upgrade to rc-input-number@4.6.0
* 🆙 upgrade to rc-input-number@4.6.1
* ✅ update snapshot
* fix version
5 years ago
zefeng
14417f1614
feat(theme): adjust font-size in compact mode ( #23135 )
* feat(theme): adjust font-size in compact mode
With compact theme mode, we adjust default font-size from 14px to 12px.
Closes #23015
* patch: update docs min font-size
* patch
* patch
* patch
* patch
* patch
* patch
5 years ago
Tom Xu
8cdf1c017a
fix: ConfigProvider getPopupContainer invalid ( #23594 )
* fix: ConfigProvider getPopupContainer invalid
* slider getPopupContainer
* Create container.test.js
* Update container.test.js
5 years ago
Tom Xu
b7e877aeef
refactor(slider): rewrite with hook ( #23474 )
* refactor(slider): rewrite with hook
* improve test
* Revert "improve test"
This reverts commit 48cd83d0cc
.
* improve test
* improve test 2
5 years ago
Dongcheng Wang
ac5050f4ed
doc(slider): value & defaultValue not consistent with definition ( #23252 )
5 years ago
Phoenix Eliot
ebdf9110fd
Fix order of operations for tooltipPlacement ( #22772 )
tooltipPlacement was broken by a6c207d9dd
.
The grouping of this term was getting parsed as `(tooltipPlacement || vertical) ? 'right' : 'top'`, which was incorrect.
5 years ago
xrkffgg
7abe924530
docs: optimize slider demo ( #22626 )
5 years ago
二货机器人
4e270e1873
fix: null value tooltip ( #22482 )
5 years ago
偏右
66f67051af
test: ✅ improve test for requestAnimationFrame ( #22433 )
* test: improve test for requestAnimationFrame
* ✅ fix test coverage
* fix test case
* fix test case
5 years ago
xrkffgg
7f4c7b5978
style: fix rtl.less place and name ( #22384 )
5 years ago
xrkffgg
0755b2b7c7
style: add rtl.less of Rate\Switch\Slider ( #22294 )
5 years ago
Wendell
a6c207d9dd
fix: fix vertical handle position ( #22135 )
* fix: fix vertical handle position
* 💄 make tooltip right for vertical slider
* fix: fix style and bump rc-slider
5 years ago
偏右
10f4454536
💄 fix Slider handler focus style ( #22161 )
like 3.x
5 years ago
偏右
49b7a0ccd2
test: Increase Slider and Input test coverage ( #21364 )
* ✅ Add test case to Slider
* increae cov and make hidden textarea works with screen readers
5 years ago
信鑫-King
6166f5b42d
chore: dark site style ( #21246 )
* fix: dark site style
* fix: format
* fix: update snapshot
* fix: site params
* fix: site style
5 years ago
Kermit Xuan
7b7afac38e
fix( #19879 ): add drag class to slider and upgrade slider to 9.2.1 ( #21244 )
* fix(#20523 ): update rc-pagination to 1.20.13
* fix(#19879 ): add drag class to slider and upgrade slider to 9.2.1
5 years ago
Marcus Stenbeck
e5509215bc
docs: fix typo ( #21201 )
5 years ago