-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Next release #143
Next release #143
Conversation
nerdyman
commented
Apr 11, 2024
•
edited
Loading
edited
- Closes Add support for clipping imageOne #136
- Closes Add pkg.pr.new integration for pull requests #149
- Closes Scroll issue on mobile devices after "touch-action: none" styling #134
- Closes Jest `Cannot find module 'react-compare-slider' (v3.X) #144
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Hi! Is this PR still in progress? Are you planning to implement the three way switch? |
Apologies @zoltan-mihalyi! Yeah still planning on doing the three way switch. I'll take a look this weekend. |
@zoltan-mihalyi This will need a major release since it changes the underlying markup. I also found a few issues with the current clip behaviour. If you need this feature ASAP I can publish a pre-release version for you to use? Just keep in mind there will be changes in the final v4 release. |
Thank you for informing! Very kind of you, I have a workaround for now, but in the long therm it would be nice to use the upstream version. |
Is there any new progress? @nerdyman |
@ty0x2333 Yeah I think I figured out the layout issues but I need to do more testing on it before doing a release. I'll aim to get a pre-release on npm this week. @zoltan-mihalyi Sorry I missed your message, the position issue was just for the three way switch IIRC but that should be resolved with the latest updates 🙏 |
Open in Stackblitz • react-compare-slider-example
commit: |
Size Change: 0 B 🆕 Total Size: 0 B |
You can try out the preview release by running on the following: pnpm add https://pkg.pr.new/nerdyman/react-compare-slider@143
yarn add https://pkg.pr.new/nerdyman/react-compare-slider@143
npm i https://pkg.pr.new/nerdyman/react-compare-slider@143 The slider also has better intrinsic sizing now, it doesn't automatically apply |
It looks nice, I can't wait for the release :) |