Skip to content
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

chore(deps): update dependency @react-native-community/slider to v4.5.4 #234

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 14, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@react-native-community/slider 4.2.0 -> 4.5.4 age adoption passing confidence

Release Notes

callstack/react-native-slider (@​react-native-community/slider)

v4.5.4: : Bugfixes

Compare Source

Dears,

With the help of community devs we were able to fix the following issues:

Thank you!

v4.5.3: : Fixes and QoL updates

Compare Source

Hello, community!

This release brings a lot of QoL improvements and fixes to the following issues:

as well as some "under the hood" changes, as usual.

Also,

this release is the first with @​draggie, who will support Slider with maintenance.
And, as you can see on the list above, his work has already been huge and significant!
So, welcome and thank you, @​draggie!

v4.5.2: : New arch measurements hotfix

Compare Source

This release brings the hotfix for the last new arch measurement:

v4.5.1: : New architecture adjustments, fixes and QOL updates

Compare Source

Hello community!

As the new architecture is getting closer, libraries are prepared to meet all it's requirements and users/devs expectations that the library runs just fine when using new architecture.
This release brings such improvements and under-the-hood adjustments to the Slider, made in
PR 589: fix: new arch measurements on Android by @​okwasniewski.

Also, huge THANK YOU 🙏 to all contributors for:

I have to mention, that many of these PRs and contributions were made without any specific issues, or reports or request, so I appreciate all the help!

For full changelog see: callstack/react-native-slider@v4.5.0...v4.5.1

Also:
As you may find out, there are two new props already present in the README that are marked as ☣️ experimental ☣️.
They are related to new feature(s): custom step marker, which is still under some constructions, but it's code is already on the main branch.
Feel free to use it, play with it, experiment with it, but please remember it's still to be polished.
Also, before officially released, this feature could definitely use some issue reports or feedback.

Have a nice day!

v4.5.0: : Support for React Native Vision OS

Compare Source

This release introduces the Slider now supporting the React Native Vision OS,
Huge thanks to @​okwasniewski delivering it in #​560.

Also, please checkout the React Native Vision OS and all the work that is being done there!

v4.4.4: : iOS and Android dependencies and configuration

Compare Source

This release introduces:

As always - thank you very much to contributors! 🙏

v4.4.3: : Bugfixes and improvements

Compare Source

This release brings couple of fixes:

  • Upper/lower limits not working (#​469)
    PR #​525
  • Invariant Violation: [4113,"RNCSlider",{"value":"<>"}] is not usable as a native method argument (#​345)
    PR #​513

as well as some "under-the-hood" improvements:

v4.4.2: : Bugfixes

Compare Source

This release brings fixes to and solutions to following issues:

  • Changes in value trigger onSlidingComplete callback for Android (#​487)
    PR #​489
  • Missing TS support resulting in: JSX element class does not support attributes because it does not have a 'props' property. (#​488)
    PR #​486 by @​alpha0010
  • ThumbImage work in Android but not in iOS (#​346)

v4.4.1: : Bugfixes

Compare Source

This release introduces fixes to the following issues and defects:

  • Slider doesn't work in a horizontal scrolling container on web (e.g. tab view)
    PR #​472 by @​motiz88
  • mutating minimumValue and/or maxiumumValue failed to update UI
    PR #​465 by @​jspizziri
  • onValueChanges is called on programmatic value changes on Android

v4.4.0: : Sliding limit feature and revived Web support

Compare Source

I'm super happy to release the Slider with v4.4.0 which brings you two significant improvements:

  • Sliding limit feature - authored by @​alfonsocj in #​432. This feature introduces two new properties: lowerLimit and upperLimit.
    These new props will prevent user from sliding below or above their values. This pull request also added the example cases of how to use these new props, so definitely check this PR for more details.
    Also thanks to @​erikaannesmith for pushing this topic forward at some point.
  • Revived Web support - authored by @​jspizziri in #​462. This implementation actually brings back the Web support of Slider, but also introduces the missing thumbImage support to the web implementation.
    This pull request also introduced the example-web/ which shows the state of web platform support of Slider.
    There were also several defects fixed within this one PR, and actually too many for me to list them here, so please spent a minute checking out this work.

I would like to say huge THANK YOU to @​alfonsocj, @​jspizziri and @​erikaannesmith for their contribution to the Slider. 💪


As always, this release brings few internal chore improvements, so in case of any issues please do not hesitate to reach out to Issues section, or create a new issue in case of encountering anything new.

v4.3.3: : Quality of Live improvements and bugfixes

Compare Source

This release brings some fixes and improvements to the Slider, including:

All of the listed fixes were made by new contributors so huge "Thank you!" to them for their contributions 👍

v4.3.2: : Slider installation fail - fix

Compare Source

This release fixes the Slider installation previously failing due to README that could not be found (#​430).
The fix:

  • Fix: move postinstall script to prepack #​433

was provided to you by @​rborn

v4.3.1: : New arch hotfixes

Compare Source

This release brings two hotfixes of issues introduced along with new architecture release:

  • Configure buildscript only for new arch (#​419)
  • [Fabric] Fix hot reloading causing photo jumps (#​413)

v4.3.0: : React Native new architecture support

Compare Source

This version introduces the support of React Native new architecture.
This was implemented in #​410 by @​okwasniewski
It was a huge amount of decent work, so I strongly encourage to check out the PR and give the Slider a go with new architecture in your app.
To do that, upgrade Slider package in your app and follow the official guide on how to migrate your app to new architecture.

This update does also introduce some improvements/changes "under the hood" so in case of any problems/errors please report them by creating new issue.

v4.2.4: : Bug fixes and minor chore improvements

Compare Source

  • Fix: ignored step value during dragging (#​393)
  • Update docs regarding controlled value (#​392)
  • Removing hardcoded style attribute from the constructor causing resource not found error (#​385)
    @​KunalFarmah98
  • fix: Change WindowsTargetPlatformVersion to 10.0 (#​384)
    @​namrog84

v4.2.3: : Hotfix for Android default value

Compare Source

This release brings the hotfix for ignored default Android value issue.

  • fix: do not reset the seekbar listener when setting the value (#​387)

v4.2.2: : Bugfixes and improvements

Compare Source

This release introduces several fixes and improvements, as well as some of the dependencies updates.

What has changed:

For full changelog please refer to: callstack/react-native-slider@v4.2.1...v4.2.2

v4.2.1: : Fix for conflicting disable states in accessibility

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/react-native-community-slider-4.x branch from 54d1951 to bdc5a15 Compare March 14, 2022 13:13
@renovate renovate bot changed the title chore(deps): update dependency @react-native-community/slider to v4.2.1 chore(deps): update dependency @react-native-community/slider to v4.2.2 Apr 22, 2022
@renovate renovate bot force-pushed the renovate/react-native-community-slider-4.x branch from bdc5a15 to 828e79b Compare April 22, 2022 17:48
@renovate renovate bot force-pushed the renovate/react-native-community-slider-4.x branch from 828e79b to 8327808 Compare June 18, 2022 18:32
@renovate renovate bot changed the title chore(deps): update dependency @react-native-community/slider to v4.2.2 chore(deps): update dependency @react-native-community/slider to v4.2.3 Jun 18, 2022
@renovate renovate bot force-pushed the renovate/react-native-community-slider-4.x branch from 8327808 to 0d60ff9 Compare September 25, 2022 18:56
@renovate renovate bot changed the title chore(deps): update dependency @react-native-community/slider to v4.2.3 chore(deps): update dependency @react-native-community/slider to v4.3.1 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/react-native-community-slider-4.x branch 2 times, most recently from 5cdd3f8 to c3bcd5d Compare October 4, 2022 20:00
@renovate renovate bot changed the title chore(deps): update dependency @react-native-community/slider to v4.3.1 chore(deps): update dependency @react-native-community/slider to v4.3.2 Oct 4, 2022
@renovate renovate bot force-pushed the renovate/react-native-community-slider-4.x branch 3 times, most recently from 7813a90 to 3460439 Compare October 8, 2022 19:06
@renovate renovate bot force-pushed the renovate/react-native-community-slider-4.x branch from 3460439 to 71b9bcc Compare November 5, 2022 02:45
@renovate renovate bot changed the title chore(deps): update dependency @react-native-community/slider to v4.3.2 chore(deps): update dependency @react-native-community/slider to v4.3.3 Nov 5, 2022
@renovate renovate bot changed the title chore(deps): update dependency @react-native-community/slider to v4.3.3 Update dependency @react-native-community/slider to v4.3.3 Dec 17, 2022
@renovate renovate bot changed the title Update dependency @react-native-community/slider to v4.3.3 chore(deps): update dependency @react-native-community/slider to v4.3.3 Dec 17, 2022
@renovate renovate bot force-pushed the renovate/react-native-community-slider-4.x branch from 71b9bcc to bc7da80 Compare December 17, 2022 21:29
@renovate renovate bot changed the title chore(deps): update dependency @react-native-community/slider to v4.3.3 chore(deps): update dependency @react-native-community/slider to v4.4.0 Dec 17, 2022
@renovate renovate bot changed the title chore(deps): update dependency @react-native-community/slider to v4.4.0 chore(deps): update dependency @react-native-community/slider to v4.4.2 Mar 19, 2023
@renovate renovate bot force-pushed the renovate/react-native-community-slider-4.x branch from bc7da80 to b3045e0 Compare March 19, 2023 00:06
@renovate renovate bot force-pushed the renovate/react-native-community-slider-4.x branch from b3045e0 to 6696d44 Compare August 18, 2023 16:57
@renovate renovate bot changed the title chore(deps): update dependency @react-native-community/slider to v4.4.2 chore(deps): update dependency @react-native-community/slider to v4.4.3 Aug 18, 2023
@renovate renovate bot changed the title chore(deps): update dependency @react-native-community/slider to v4.4.3 chore(deps): update dependency @react-native-community/slider to v4.4.4 Dec 8, 2023
@renovate renovate bot force-pushed the renovate/react-native-community-slider-4.x branch from 6696d44 to 947b61e Compare December 8, 2023 16:23
@renovate renovate bot force-pushed the renovate/react-native-community-slider-4.x branch from 947b61e to e189587 Compare December 15, 2023 16:44
@renovate renovate bot changed the title chore(deps): update dependency @react-native-community/slider to v4.4.4 chore(deps): update dependency @react-native-community/slider to v4.5.0 Dec 15, 2023
@renovate renovate bot force-pushed the renovate/react-native-community-slider-4.x branch from e189587 to ee25dec Compare April 9, 2024 22:15
@renovate renovate bot changed the title chore(deps): update dependency @react-native-community/slider to v4.5.0 chore(deps): update dependency @react-native-community/slider to v4.5.1 Apr 9, 2024
@renovate renovate bot changed the title chore(deps): update dependency @react-native-community/slider to v4.5.1 chore(deps): update dependency @react-native-community/slider to v4.5.2 Apr 13, 2024
@renovate renovate bot force-pushed the renovate/react-native-community-slider-4.x branch from ee25dec to c1fdb70 Compare April 13, 2024 14:26
@renovate renovate bot force-pushed the renovate/react-native-community-slider-4.x branch from c1fdb70 to 1edca5e Compare September 12, 2024 13:26
@renovate renovate bot changed the title chore(deps): update dependency @react-native-community/slider to v4.5.2 chore(deps): update dependency @react-native-community/slider to v4.5.3 Sep 12, 2024
@renovate renovate bot changed the title chore(deps): update dependency @react-native-community/slider to v4.5.3 chore(deps): update dependency @react-native-community/slider to v4.5.4 Oct 14, 2024
@renovate renovate bot force-pushed the renovate/react-native-community-slider-4.x branch from 1edca5e to 62ba2d8 Compare October 14, 2024 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants