78 lines
2.7 KiB
Markdown
78 lines
2.7 KiB
Markdown
|
# Changelog
|
||
|
|
||
|
## Unpublished
|
||
|
|
||
|
### 🛠 Breaking changes
|
||
|
|
||
|
### 🎉 New features
|
||
|
|
||
|
### 🐛 Bug fixes
|
||
|
|
||
|
### 💡 Others
|
||
|
|
||
|
## 9.2.0 — 2021-06-16
|
||
|
|
||
|
### 🎉 New features
|
||
|
|
||
|
- Added `createTask` (Android) flag for `WebBrowser`. ([#12462](https://github.com/expo/expo/pull/12462) by [@Ackuq](https://github.com/Ackuq))
|
||
|
|
||
|
### 🐛 Bug fixes
|
||
|
|
||
|
- Enable kotlin in all modules. ([#12716](https://github.com/expo/expo/pull/12716) by [@wschurman](https://github.com/wschurman))
|
||
|
|
||
|
## 9.1.0 — 2021-03-10
|
||
|
|
||
|
### 🎉 New features
|
||
|
|
||
|
- 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))
|
||
|
|
||
|
### 🐛 Bug fixes
|
||
|
|
||
|
- Remove peerDependencies and unimodulePeerDependencies from Expo modules. ([#11980](https://github.com/expo/expo/pull/11980) by [@brentvatne](https://github.com/brentvatne))
|
||
|
|
||
|
## 9.0.0 — 2021-01-15
|
||
|
|
||
|
### 🛠 Breaking changes
|
||
|
|
||
|
- Dropped support for iOS 10.0 ([#11344](https://github.com/expo/expo/pull/11344) by [@tsapeta](https://github.com/tsapeta))
|
||
|
|
||
|
### 🐛 Bug fixes
|
||
|
|
||
|
- Removed `fbjs` dependency ([#11396](https://github.com/expo/expo/pull/11396) by [@cruzach](https://github.com/cruzach))
|
||
|
|
||
|
## 8.6.0 — 2020-11-17
|
||
|
|
||
|
_This version does not introduce any user-facing changes._
|
||
|
|
||
|
## 8.5.0 — 2020-08-18
|
||
|
|
||
|
### 🐛 Bug fixes
|
||
|
|
||
|
- Removed unncecessary Android dependencies. ([#9538](https://github.com/expo/expo/pull/9538) by [@barthap](https://github.com/barthap))
|
||
|
- Fixed `openAuthSessionAsync` crashing when cancelled on iOS. ([#9722](https://github.com/expo/expo/pull/9722) by [@barthap](https://github.com/barthap))
|
||
|
|
||
|
## 8.4.0 — 2020-07-29
|
||
|
|
||
|
### 🎉 New features
|
||
|
|
||
|
- Added `locked` state to `openBrowserAsync`. ([#9254](https://github.com/expo/expo/pull/9254) by [@EvanBacon](https://github.com/EvanBacon))
|
||
|
- Add `secondaryToolbarColor` (Android) flag for `WebBrowser` ([#8615](https://github.com/expo/expo/pull/8615) by [@jdanthinne](https://github.com/jdanthinne)))
|
||
|
|
||
|
### 🐛 Bug fixes
|
||
|
|
||
|
- Fix native Android dependencies used in tests - Kotlin and testing libraries. ([#8881](https://github.com/expo/expo/pull/8881) by [@mczernek](https://github.com/mczernek))
|
||
|
|
||
|
## 8.3.1 — 2020-05-29
|
||
|
|
||
|
_This version does not introduce any user-facing changes._
|
||
|
|
||
|
## 8.3.0 — 2020-05-27
|
||
|
|
||
|
### 🎉 New features
|
||
|
|
||
|
- Add `readerMode` and `dismissButtonStyle` (iOS) and `enableDefaultShare` (Android) flags for `WebBrowser` ([#7221](https://github.com/expo/expo/pull/7221) by [@LinusU](https://github.com/LinusU)) & [@mczernek](https://github.com/mczernek))
|
||
|
|
||
|
### 🐛 Bug fixes
|
||
|
|
||
|
- Fix `WebBrowser` sending `dismiss` before opening. ([#6743](https://github.com/expo/expo/pull/6743) by [@LucaColonnello](https://github.com/LucaColonnello))
|