ihmpavel / expo-video-player

Customizable Video Player controls for Expo
https://npm.im/expo-video-player
MIT License
201 stars 111 forks source link

Bump @react-native-community/slider from 4.3.1 to 4.4.2 #817

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps @react-native-community/slider from 4.3.1 to 4.4.2.

Release notes

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

v4.4.2: Bugfixes

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

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

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

Commits
  • f618f78 Comment thumbThintColor about conflicts with thumbImage
  • ab3af16 Release: version 4.4.2 (#492)
  • 599aa43 chore(deps): bump ua-parser-js from 0.7.32 to 0.7.33 in /example-web (#490)
  • 9ed372d Do not send onSlidingCompleted when value is changed programmatically (#489)
  • b8890ca fix(types): utility type removed from RN 0.71 (#486)
  • aec12ba Release: version 4.4.1 (#485)
  • 472d4f4 Send the SliderEvent only when it comes from user (#483)
  • ccb2d42 fix(web): invalidate position on ancestor scroll (#472)
  • 297eee6 chore(deps): bump json5 and babel-plugin-module-resolver in /package (#480)
  • 50a8e39 chore(deps): bump json5 from 1.0.1 to 1.0.2 in /example-web (#479)
  • Additional commits viewable in compare view


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)