WrathChaos / react-native-gradient-card-view

Fully customizable Gradient Card View for React Native.
https://www.freakycoder.com
MIT License
67 stars 10 forks source link

Bump react-native-linear-gradient from 2.7.2 to 2.8.0 #337

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps react-native-linear-gradient from 2.7.2 to 2.8.0.

Release notes

Sourced from react-native-linear-gradient's releases.

2.8.0

This is the last planned release before 3.0.0 (which will include support for the new architecture).

What's Changed

New Contributors

Full Changelog: https://github.com/react-native-linear-gradient/react-native-linear-gradient/compare/v2.7.3...v2.8.0

2.7.3

What's Changed

Full Changelog: https://github.com/react-native-linear-gradient/react-native-linear-gradient/compare/v2.7.2...v2.7.3

Changelog

Sourced from react-native-linear-gradient's changelog.

2.8.0 - 2021-07-23

  • Update example to react-native 0.70.12
  • Update react-native to 0.70.12
  • Update mkdirp to 0.5.6
  • Export LinearGradient as named export in index.js
  • Upgrade ref registration to createRef
  • Short circuit from CGContext if height/width are 0

2.7.3 - 2023-06-19

  • Revert start/end point parameter type change (Android)
Commits
  • 0a988d2 2.8.0
  • e32c686 Merge pull request #461 from Taylor123/master
  • 893a575 Short circuit from CGContext if height/width are 0
  • a3059da Merge pull request #456 from todorone/master
  • 27e1503 Upgrade ref registration to createRef
  • 38e0dcd Merge pull request #484 from lokshunhung/master
  • 6e9a29c Export LinearGradient as named export in index.js
  • 5ab92b6 Merge pull request #619 from friederbluemle/update-mkdirp
  • 781db66 Update mkdirp to 0.5.6
  • d487b10 Merge pull request #607 from friederbluemle/rn70
  • 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)
dependabot[bot] commented 1 year ago

Superseded by #338.