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

Bump @react-native-community/slider from 3.0.3 to 4.4.0 #221

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2023

Bumps @react-native-community/slider from 3.0.3 to 4.4.0.

Release notes

Sourced from @​react-native-community/slider's releases.

v4.4.0: Sliding limit feature and revived Web support

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

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

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

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

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

  • Fix: ignored step value during dragging (#393)

... (truncated)

Commits
  • 92e716a Release: v4.4.0 (#463)
  • ce62340 fix(web): fix issues preventing web implementation from working (#462)
  • a649f8f feature: Add slide limit to iOS and Android (#432)
  • 10c40da chore(deps): bump @​xmldom/xmldom from 0.7.6 to 0.7.9 in /example (#461)
  • 4050619 chore(deps): bump @​xmldom/xmldom from 0.7.6 to 0.7.9 in /package (#460)
  • 4d1e2d9 chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 in /example (#459)
  • d84caf5 chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 in /package (#458)
  • 8a24a59 Include all properties in Example app - Props tab (#455)
  • 5227194 Refactor the workflows events triggers (#454)
  • 29df609 fix: remove redundant "enabled" property (#449)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by bartoszklonowski, a new releaser for @​react-native-community/slider since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@react-native-community/slider](https://github.com/callstack/react-native-slider) from 3.0.3 to 4.4.0.
- [Release notes](https://github.com/callstack/react-native-slider/releases)
- [Commits](callstack/react-native-slider@v3.0.3...v4.4.0)

---
updated-dependencies:
- dependency-name: "@react-native-community/slider"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 1, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 1, 2023

Superseded by #228.

@dependabot dependabot bot closed this Feb 1, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/react-native-community/slider-4.4.0 branch February 1, 2023 23:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants