-
-
Notifications
You must be signed in to change notification settings - Fork 777
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: trackStyle & handleStyle & railStyle #281
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
paranoidjk
changed the title
refactor: trackStyle & handleStyle & railStyle
[WIP] refactor: trackStyle & handleStyle & railStyle
Jun 8, 2017
paranoidjk
changed the title
[WIP] refactor: trackStyle & handleStyle & railStyle
refactor: trackStyle & handleStyle & railStyle
Jun 8, 2017
@paranoidjk 没问题,你发了之后,我在 tiny 里按照新 api 改一下即可 |
这个给我练手吧,只改 web?还是说 web 和 native 都要? |
@benjycui native 不用改,只用改 web |
@benjycui tiny-app is based on antd-mobile components, so you need upgrade antd-mobile to a beta version with rc-slider@8.1.0 first. |
@benjycui @silentcloud antd-mobile 改完了 ant-design/ant-design-mobile@a83d0fe |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
ref #255 (comment)
@silentcloud @benjycui
Take a look at new api propose.
minimumTrackStyle
andmaximumTrackStyle
will be deprecate atrc-slider@9.x
. But will remain at this 8.x minor version upgrade, since wait toantd@3.x
andantd-mobile@2.x
major version is too late.handleStyle
,trackStyle
,railStyle
to custom style@silentcloud Let me konw whether this will have influence to tiny-app.
trackStyle
instead. (only used for slider, just for compatibility , will be deprecate at rc-slider@9.x
)railStyle
instead (only used for slider, just for compatibility , will be deprecate at rc-slider@9.x
)[{}]
both for slider(
Object) and range(
Array of Object), the array will be used for mutli handle follow element order
)[{}]
both for slider(
Object) and range(
Array of Object), the array will be used for mutli track follow element order
){}