GitHub / react-native-linear-gradient / react-native-linear-gradient
A <LinearGradient /> component for react-native
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/react-native-linear-gradient%2Freact-native-linear-gradient
PURL: pkg:github/react-native-linear-gradient/react-native-linear-gradient
Stars: 4,951
Forks: 709
Open issues: 186
License: mit
Language: Java
Size: 2.15 MB
Dependencies parsed at: Pending
Created at: over 10 years ago
Updated at: 27 days ago
Pushed at: 9 months ago
Last synced at: 17 days ago
Commit Stats
Commits: 355
Authors: 109
Mean commits per author: 3.26
Development Distribution Score: 0.842
More commit stats: https://commits.ecosyste.ms/hosts/GitHub/repositories/react-native-linear-gradient/react-native-linear-gradient
2.8.3
v2.8.3
What’s Changed
- Modernize BVLinearGradientLayer to use UIGraphicsImageRenderer if on supported OS versions by @Caiopia in https://github.com/react-native-linear-gradient/react-native-linear-gradient/pull/626
Full Changelog: https://github.com/react-native-linear-gradient/react-native-linear-gradient/compare/v2.8.2...v2.8.3
Download
3.0.0-alpha.1
v3.0.0-alpha.1 Pre-release
Download
3.0.0-alpha.0
v3.0.0-alpha.0 Pre-release
Download
2.8.2
v2.8.2
This patch removes compileOptions which was added in #624 but turned out to cause issues in some scenarios.
What’s Changed
- Remove compileOptions from build.gradle by @friederbluemle in https://github.com/react-native-linear-gradient/react-native-linear-gradient/pull/634
Full Changelog: https://github.com/react-native-linear-gradient/react-native-linear-gradient/compare/v2.8.1...v2.8.2
Download
2.8.1
v2.8.1
This patch fixes a compile error as reported in #623
What’s Changed
- Re-add missing generic type argument for Java 7 by @friederbluemle in https://github.com/react-native-linear-gradient/react-native-linear-gradient/pull/624
Full Changelog: https://github.com/react-native-linear-gradient/react-native-linear-gradient/compare/v2.8.0...v2.8.1
Download
2.8.0
v2.8.0
This is the last planned release before 3.0.0 (which will include support for the new architecture).
What’s Changed
- Update changelog for 2.7.3 by @friederbluemle in https://github.com/react-native-linear-gradient/react-native-linear-gradient/pull/615
- Update example to react-native 0.70.12 by @friederbluemle in https://github.com/react-native-linear-gradient/react-native-linear-gradient/pull/606
- Update react-native to 0.70.12 by @friederbluemle in https://github.com/react-native-linear-gradient/react-native-linear-gradient/pull/607
- Update mkdirp to 0.5.6 by @friederbluemle in https://github.com/react-native-linear-gradient/react-native-linear-gradient/pull/619
- Export LinearGradient as named export in index.js by @lokshunhung in https://github.com/react-native-linear-gradient/react-native-linear-gradient/pull/484
- Upgrade ref registration to createRef by @todorone in https://github.com/react-native-linear-gradient/react-native-linear-gradient/pull/456
- Short circuit from CGContext if height/width are 0 by @Taylor123 in https://github.com/react-native-linear-gradient/react-native-linear-gradient/pull/461
New Contributors
- @lokshunhung made their first contribution in https://github.com/react-native-linear-gradient/react-native-linear-gradient/pull/484
- @todorone made their first contribution in https://github.com/react-native-linear-gradient/react-native-linear-gradient/pull/456
- @Taylor123 made their first contribution in https://github.com/react-native-linear-gradient/react-native-linear-gradient/pull/461
Full Changelog: https://github.com/react-native-linear-gradient/react-native-linear-gradient/compare/v2.7.3...v2.8.0
Download
2.7.3
v2.7.3
What’s Changed
- Update changelog for 2.7.2 by @friederbluemle in https://github.com/react-native-linear-gradient/react-native-linear-gradient/pull/611
- Revert “Update Android native code to receive a {x, y} object” by @friederbluemle in https://github.com/react-native-linear-gradient/react-native-linear-gradient/pull/613
Full Changelog: https://github.com/react-native-linear-gradient/react-native-linear-gradient/compare/v2.7.2...v2.7.3
Download
2.7.2
v2.7.2
What’s Changed
- Update changelog for 2.7.1 by @friederbluemle in https://github.com/react-native-linear-gradient/react-native-linear-gradient/pull/605
- Fix missing types in package by @friederbluemle in https://github.com/react-native-linear-gradient/react-native-linear-gradient/pull/610
Full Changelog: https://github.com/react-native-linear-gradient/react-native-linear-gradient/compare/v2.7.1...v2.7.2
Download
2.7.1
v2.7.1
What’s Changed
- Update changelog for 2.7.0 by @friederbluemle in https://github.com/react-native-linear-gradient/react-native-linear-gradient/pull/599
- Update Node test matrix on GitHub Actions by @friederbluemle in https://github.com/react-native-linear-gradient/react-native-linear-gradient/pull/600
- Update react-native to 0.67.5 by @friederbluemle in https://github.com/react-native-linear-gradient/react-native-linear-gradient/pull/598
- Fix PBXGroup and remove tvOS references (pbxproj) by @friederbluemle in https://github.com/react-native-linear-gradient/react-native-linear-gradient/pull/601
- Fix GitHub Actions version flow by @friederbluemle in https://github.com/react-native-linear-gradient/react-native-linear-gradient/pull/602
- Fix whitespace errors by @friederbluemle in https://github.com/react-native-linear-gradient/react-native-linear-gradient/pull/603
- Fix start/end point/position naming inconsistency by @friederbluemle in https://github.com/react-native-linear-gradient/react-native-linear-gradient/pull/604
New Contributors
- @Sunbreak made their first contribution in https://github.com/react-native-linear-gradient/react-native-linear-gradient/pull/604
Full Changelog: https://github.com/react-native-linear-gradient/react-native-linear-gradient/compare/v2.7.0...v2.7.1
Download
2.7.0
v2.7.0
Requires React Native >= 0.63
What’s Changed
- Update changelog for 2.6.2 by @friederbluemle in https://github.com/react-native-linear-gradient/react-native-linear-gradient/pull/569
- Update GitHub Actions by @friederbluemle in https://github.com/react-native-linear-gradient/react-native-linear-gradient/pull/594
- Update react-native to 0.63.5 by @friederbluemle in https://github.com/react-native-linear-gradient/react-native-linear-gradient/pull/595
- Add PlatformColor support to Android by @oblador in https://github.com/react-native-linear-gradient/react-native-linear-gradient/pull/540
- Add support for style and children to Windows by @CesariniFillipe in https://github.com/react-native-linear-gradient/react-native-linear-gradient/pull/558
- Update and sort package.json by @friederbluemle in https://github.com/react-native-linear-gradient/react-native-linear-gradient/pull/596
- Update readme to display the correct values syntax by @theocikos in https://github.com/react-native-linear-gradient/react-native-linear-gradient/pull/464
- Consolidate and update example projects by @friederbluemle in https://github.com/react-native-linear-gradient/react-native-linear-gradient/pull/597
New Contributors
- @CesariniFillipe made their first contribution in https://github.com/react-native-linear-gradient/react-native-linear-gradient/pull/558
- @theocikos made their first contribution in https://github.com/react-native-linear-gradient/react-native-linear-gradient/pull/464
Full Changelog: https://github.com/react-native-linear-gradient/react-native-linear-gradient/compare/v2.6.2...v2.7.0
Download