expo-mesh-gradient
Version:
A module that exposes MeshGradient view from SwiftUI to React Native
100 lines (52 loc) • 2.73 kB
Markdown
# Changelog
## Unpublished
### 🛠 Breaking changes
### 🎉 New features
### 🐛 Bug fixes
### 💡 Others
## 0.4.8 — 2025-12-05
_This version does not introduce any user-facing changes._
## 0.4.7 — 2025-09-11
_This version does not introduce any user-facing changes._
## 0.4.6 — 2025-09-02
_This version does not introduce any user-facing changes._
## 0.4.5 — 2025-08-31
_This version does not introduce any user-facing changes._
## 0.4.4 — 2025-08-27
_This version does not introduce any user-facing changes._
## 0.4.3 — 2025-08-25
_This version does not introduce any user-facing changes._
## 0.4.2 — 2025-08-16
_This version does not introduce any user-facing changes._
## 0.4.1 — 2025-08-15
_This version does not introduce any user-facing changes._
## 0.4.0 — 2025-08-13
### 🎉 New features
- [Android] Add mesh gradient on Android. ([#37056](https://github.com/expo/expo/pull/37056) by [@jakex7](https://github.com/jakex7))
## 0.3.4 — 2025-04-30
_This version does not introduce any user-facing changes._
## 0.3.3 — 2025-04-25
_This version does not introduce any user-facing changes._
## 0.3.2 — 2025-04-14
_This version does not introduce any user-facing changes._
## 0.3.1 — 2025-04-11
_This version does not introduce any user-facing changes._
## 0.3.0 — 2025-04-04
### 🛠 Breaking changes
- upgrade RN to 0.78 ([#35050](https://github.com/expo/expo/pull/35050) by [@vonovak](https://github.com/vonovak))
- Bump minimum macOS version to 11.0. ([#34980](https://github.com/expo/expo/pull/34980) by [@gabrieldonadel](https://github.com/gabrieldonadel))
### 🐛 Bug fixes
- Fix building for macOS. ([#35033](https://github.com/expo/expo/pull/35033) by [@gabrieldonadel](https://github.com/gabrieldonadel))
### 💡 Others
- [apple] Migrate remaining `expo-module.config.json` to unified platform syntax. ([#34445](https://github.com/expo/expo/pull/34445) by [@reichhartd](https://github.com/reichhartd))
- Migrated SwiftUI views with backward compatible `WithHostingView`. ([#35553](https://github.com/expo/expo/pull/35553) by [@kudo](https://github.com/kudo))
## 0.2.1 - 2025-01-10
_This version does not introduce any user-facing changes._
## 0.2.0 - 2024-11-29
### 🎉 New features
- Allow passing children to render views on top of the gradient. ([#33271](https://github.com/expo/expo/pull/33271) by [@tsapeta](https://github.com/tsapeta))
- Exported `MeshGradientViewProps` type. ([#33299](https://github.com/expo/expo/pull/33299) by [@tsapeta](https://github.com/tsapeta))
- Added `mask` prop to mask the gradient using the alpha channel of the given children views.
## 0.1.0 — 2024-10-20
### 🎉 New features
- Initial release 🎉