UNPKG

3.39 kBMarkdownView Raw
1# Changelog
2
3## Unpublished
4
5### 🛠 Breaking changes
6
7### 🎉 New features
8
9### 🐛 Bug fixes
10
11### 💡 Others
12
13## 11.0.1 — 2022-01-27
14
15### 🐛 Bug fixes
16
17- Fix display issue on iOS when more than 2 colors are used without explicit locations. ([#15955](https://github.com/expo/expo/pull/15955) by [@kbrandwijk](https://github.com/kbrandwijk))
18
19## 11.0.0 — 2021-12-03
20
21### 💡 Others
22
23- Rewrote code to Swift, removed legacy Objective-C module implementation and changed the pod name to `ExpoLinearGradient`. ([#15168](https://github.com/expo/expo/pull/15168) by [@tsapeta](https://github.com/tsapeta))
24- Rewrote module using Sweet API on Android. ([#15166](https://github.com/expo/expo/pull/15166) by [@lukmccall](https://github.com/lukmccall))
25
26## 10.0.1 — 2021-10-01
27
28_This version does not introduce any user-facing changes._
29
30## 10.0.0 — 2021-09-28
31
32### 🛠 Breaking changes
33
34- Dropped support for iOS 11.0 ([#14383](https://github.com/expo/expo/pull/14383) by [@cruzach](https://github.com/cruzach))
35
36### 🐛 Bug fixes
37
38- Fix building errors from use_frameworks! in Podfile. ([#14523](https://github.com/expo/expo/pull/14523) by [@kudo](https://github.com/kudo))
39
40## 9.3.0-alpha.0 — 2021-08-17
41
42### 💡 Others
43
44- Migrated from `@unimodules/core` to `expo-modules-core`. (by [@tsapeta](https://github.com/tsapeta))
45- Experimental Swift implementation using Sweet API. (by [@tsapeta](https://github.com/tsapeta))
46
47## 9.2.0 — 2021-06-16
48
49### 🐛 Bug fixes
50
51- Enable kotlin in all modules. ([#12716](https://github.com/expo/expo/pull/12716) by [@wschurman](https://github.com/wschurman))
52
53### 💡 Others
54
55- Build Android code using Java 8 to fix Android instrumented test build error. ([#12939](https://github.com/expo/expo/pull/12939) by [@kudo](https://github.com/kudo))
56
57## 9.1.0 — 2021-03-10
58
59### 🎉 New features
60
61- Updated Android build configuration to target Android 11 (added support for Android SDK 30). ([#11647](https://github.com/expo/expo/pull/11647) by [@bbarthec](https://github.com/bbarthec))
62
63### 🐛 Bug fixes
64
65- Remove peerDependencies and unimodulePeerDependencies from Expo modules. ([#11980](https://github.com/expo/expo/pull/11980) by [@brentvatne](https://github.com/brentvatne))
66
67## 9.0.0 — 2021-01-15
68
69### 🛠 Breaking changes
70
71- Dropped support for iOS 10.0 ([#11344](https://github.com/expo/expo/pull/11344) by [@tsapeta](https://github.com/tsapeta))
72
73## 8.4.0 — 2020-11-25
74
75### 🐛 Bug fixes
76
77- Revert to class component. ([#11111](https://github.com/expo/expo/pull/11111) by [@EvanBacon](https://github.com/EvanBacon))
78
79## 8.3.1 — 2020-09-23
80
81### 🐛 Bug fixes
82
83- Added `children` property to `LinearGradient` component ([#10227](https://github.com/expo/expo/pull/10227) by [@sjchmiela](https://github.com/sjchmiela))
84
85## 8.3.0 — 2020-08-18
86
87_This version does not introduce any user-facing changes._
88
89## 8.2.2 — 2020-07-29
90
91### 🎉 New features
92
93- Remove `prop-types` ([#8681](https://github.com/expo/expo/pull/8681) by [@EvanBacon](https://github.com/EvanBacon))
94
95### 🐛 Bug fixes
96
97- Renamed type export `LinearGradienPoint` to `LinearGradientPoint`. ([#8673](https://github.com/expo/expo/pull/8673) by [@EvanBacon](https://github.com/EvanBacon))
98
99## 8.2.1 — 2020-05-29
100
101_This version does not introduce any user-facing changes._
102
103## 8.2.0 — 2020-05-27
104
105_This version does not introduce any user-facing changes._