Releases: react-native-linear-gradient/react-native-linear-gradient
Releases · react-native-linear-gradient/react-native-linear-gradient
Release list
3.0.0-beta.2
What's Changed
- Remove windows implementation and related code by @friederbluemle in #709
- Consolidate and combine platform specific code by @friederbluemle in #710
Full Changelog: v3.0.0-beta.1...v3.0.0-beta.2
3.0.0-beta.1
What's Changed
- Add explicit componentProvider iOS codegen config by @friederbluemle in #707
- Remove debug NSLog by @friederbluemle in #708
- Add link to rn-gradient.vercel.app to README.md by @getsettalk in #687
New Contributors
- @getsettalk made their first contribution in #687
Full Changelog: v3.0.0-beta.0...v3.0.0-beta.1
3.0.0-beta.0
What's Changed
- Update changelog for 2.8.[2,3] by @friederbluemle in #638
- Fix CI to work with newer macOS/Xcode versions by @friederbluemle in #678
- Update GitHub Actions CI by @friederbluemle in #679
- Add minimal Jest mock by @friederbluemle in #680
- Simplify and fix GradientTimer (example) by @friederbluemle in #681
- Remove named export and improve TS definitions by @friederbluemle in #696
- Update react-native to 0.75.5 (example project) by @friederbluemle in #697
- Update react-native to 0.75.5 by @friederbluemle in #698
- Fix type declarations for TypeScript 5 by @friederbluemle in #699
- Fix color conversion on new architecture by @friederbluemle in #700
- Apply clang-format to objc files by @friederbluemle in #701
- Add typescript dependency and check by @friederbluemle in #702
- Integrate Prettier and ESLint by @friederbluemle in #703
- Improve CI caching by @friederbluemle in #705
- Switch to npm trusted publisher by @friederbluemle in #704
Full Changelog: v3.0.0-alpha.1...v3.0.0-beta.0
2.8.3
What's Changed
- Modernize BVLinearGradientLayer to use UIGraphicsImageRenderer if on supported OS versions by @Caiopia in #626
Full Changelog: v2.8.2...v2.8.3
3.0.0-alpha.1
3.0.0-alpha.0
2.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 #634
Full Changelog: v2.8.1...v2.8.2
2.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 #624
Full Changelog: v2.8.0...v2.8.1
2.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 #615
- Update example to react-native 0.70.12 by @friederbluemle in #606
- Update react-native to 0.70.12 by @friederbluemle in #607
- Update mkdirp to 0.5.6 by @friederbluemle in #619
- Export LinearGradient as named export in index.js by @lokshunhung in #484
- Upgrade ref registration to createRef by @todorone in #456
- Short circuit from CGContext if height/width are 0 by @Taylor123 in #461
New Contributors
- @lokshunhung made their first contribution in #484
- @todorone made their first contribution in #456
- @Taylor123 made their first contribution in #461
Full Changelog: v2.7.3...v2.8.0
2.7.3
What's Changed
- Update changelog for 2.7.2 by @friederbluemle in #611
- Revert "Update Android native code to receive a {x, y} object" by @friederbluemle in #613
Full Changelog: v2.7.2...v2.7.3