UNPKG

5.22 kBMarkdownView Raw
1# Changelog
2
3## Unpublished
4
5### 🛠 Breaking changes
6
7### 🎉 New features
8
9### 🐛 Bug fixes
10
11### 💡 Others
12
13## 13.1.1 — 2023-02-09
14
15_This version does not introduce any user-facing changes._
16
17## 13.1.0 — 2023-02-03
18
19### 💡 Others
20
21- On Android bump `compileSdkVersion` and `targetSdkVersion` to `33`. ([#20721](https://github.com/expo/expo/pull/20721) by [@lukmccall](https://github.com/lukmccall))
22
23### ⚠️ Notices
24
25- Deprecate the library in favor of expo-crypto. ([#20217](https://github.com/expo/expo/pull/20217) by [@aleqsio](https://github.com/aleqsio))
26
27## 13.0.0 — 2022-10-25
28
29### 🛠 Breaking changes
30
31- Bumped iOS deployment target to 13.0 and deprecated support for iOS 12. ([#18873](https://github.com/expo/expo/pull/18873) by [@tsapeta](https://github.com/tsapeta))
32
33## 12.3.0 — 2022-07-07
34
35### 🎉 New features
36
37- The module on Android now uses JSI host object instead of the bridge module for communication between JavaScript and native code. ([#17613](https://github.com/expo/expo/pull/17613) by [@lukmccall](https://github.com/lukmccall))
38
39### 💡 Others
40
41- Migrated Expo modules definitions to the new naming convention. ([#17193](https://github.com/expo/expo/pull/17193) by [@tsapeta](https://github.com/tsapeta))
42
43## 12.2.0 — 2022-04-18
44
45### 🎉 New features
46
47- The module on iOS is now written in Swift and uses JSI host object instead of the bridge module for communication between JavaScript and native code. ([#15875](https://github.com/expo/expo/pull/15875) by [@tsapeta](https://github.com/tsapeta))
48
49### ⚠️ Notices
50
51- On Android bump `compileSdkVersion` to `31`, `targetSdkVersion` to `31` and `Java` version to `11`. ([#16941](https://github.com/expo/expo/pull/16941) by [@bbarthec](https://github.com/bbarthec))
52
53## 12.1.2 - 2022-02-01
54
55### 🐛 Bug fixes
56
57- Fix `Plugin with id 'maven' not found` build error from Android Gradle 7. ([#16080](https://github.com/expo/expo/pull/16080) by [@kudo](https://github.com/kudo))
58
59## 12.1.1 — 2021-12-18
60
61### 🐛 Bug fixes
62
63- Fix iOS project build break on SDK 44. ([#15626](https://github.com/expo/expo/pull/15626) by [@kudo](https://github.com/kudo))
64
65## 12.1.0 — 2021-12-03
66
67_This version does not introduce any user-facing changes._
68
69## 12.0.1 — 2021-10-27
70
71_This version does not introduce any user-facing changes._
72
73## 12.0.0 — 2021-09-28
74
75### 🛠 Breaking changes
76
77- Dropped support for iOS 11.0 ([#14383](https://github.com/expo/expo/pull/14383) by [@cruzach](https://github.com/cruzach))
78
79### 🐛 Bug fixes
80
81- Fix bug causing synchronous calls to break React Native Debugger. ([#13616](https://github.com/expo/expo/pull/13616) by [@stdavis](https://github.com/stdavis))
82- Fix building errors from use_frameworks! in Podfile. ([#14523](https://github.com/expo/expo/pull/14523) by [@kudo](https://github.com/kudo))
83
84### 💡 Others
85
86- Rewrite android code to Kotlin. ([#13994](https://github.com/expo/expo/pull/13994) by [@kkafar](https://github.com/kkafar))
87
88## 11.2.0 — 2021-06-16
89
90### 🐛 Bug fixes
91
92- Enable kotlin in all modules. ([#12716](https://github.com/expo/expo/pull/12716) by [@wschurman](https://github.com/wschurman))
93
94### 💡 Others
95
96- 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))
97
98## 11.1.2 — 2021-04-13
99
100_This version does not introduce any user-facing changes._
101
102## 11.1.1 — 2021-04-09
103
104_This version does not introduce any user-facing changes._
105
106## 11.1.0 — 2021-03-10
107
108### 🎉 New features
109
110- 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))
111
112## 11.0.0 — 2021-01-15
113
114### 🛠 Breaking changes
115
116- Remove side-effect, binding the manifest environment variables to the app's `process.env` ([#11559](https://github.com/expo/expo/pull/11559) by [@EvanBacon](https://github.com/EvanBacon))
117- Dropped support for iOS 10.0 ([#11344](https://github.com/expo/expo/pull/11344) by [@tsapeta](https://github.com/tsapeta))
118
119### 🐛 Bug fixes
120
121- Export JSON from `react-native.config` ([#11456](https://github.com/expo/expo/pull/11456) by [@EvanBacon](https://github.com/EvanBacon))
122
123## 10.0.0 — 2020-11-17
124
125### 🛠 Breaking changes
126
127- On iOS enabled `use_frameworks!` usage by replacing `React` dependency with `React-Core`. ([#11057](https://github.com/expo/expo/pull/11057) by [@bbarthec](https://github.com/bbarthec))
128
129## 9.0.1 — 2020-10-28
130
131### 🐛 Bug fixes
132
133- Clarify that react-native-unimodules is a dependency in README
134- Add a placeholder .xcodeproj file so that React Native CLI autolinking will detect the EXRandom podspec
135
136## 9.0.0 — 2020-09-15
137
138_This version does not introduce any user-facing changes._
139
140## 8.3.0 — 2020-08-18
141
142### 🎉 New features
143
144- Add a synchronous version of `getRandomBytesAsync` called `getRandomBytes`. ([#9750](https://github.com/expo/expo/pull/9750) by [@brentvatne](https://github.com/brentvatne))
145
146## 8.2.1 — 2020-05-29
147
148_This version does not introduce any user-facing changes._
149
150## 8.2.0 — 2020-05-27
151
152_This version does not introduce any user-facing changes._