Skip to content

Commit b9b87cb

Browse files
Amejia481pocmo
authored andcommitted
0.47 release prep [ci skip]
1 parent 1b368b9 commit b9b87cb

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

docs/changelog.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,23 @@ title: Changelog
44
permalink: /changelog/
55
---
66

7-
# 0.47.0-SNAPSHOT (In Development)
7+
# 0.48.0-SNAPSHOT (In Development)
88

9-
* [Commits](https://github.com/mozilla-mobile/android-components/compare/v0.46.0...master)
10-
* [Milestone](https://github.com/mozilla-mobile/android-components/milestone/50?closed=1)
9+
* [Commits](https://github.com/mozilla-mobile/android-components/compare/v0.47.0...master)
10+
* [Milestone](https://github.com/mozilla-mobile/android-components/milestone/51?closed=1)
1111
* [Dependencies](https://github.com/mozilla-mobile/android-components/blob/master/buildSrc/src/main/java/Dependencies.kt)
1212
* [Gecko](https://github.com/mozilla-mobile/android-components/blob/master/buildSrc/src/main/java/Gecko.kt)
1313
* [Configuration](https://github.com/mozilla-mobile/android-components/blob/master/buildSrc/src/main/java/Config.kt)
1414

15+
16+
# 0.47.0
17+
18+
* [Commits](https://github.com/mozilla-mobile/android-components/compare/v0.46.0...v0.47.0)
19+
* [Milestone](https://github.com/mozilla-mobile/android-components/milestone/50?closed=1)
20+
* [Dependencies](https://github.com/mozilla-mobile/android-components/blob/v0.47.0/buildSrc/src/main/java/Dependencies.kt)
21+
* [Gecko](https://github.com/mozilla-mobile/android-components/blob/v0.47.0/buildSrc/src/main/java/Gecko.kt)
22+
* [Configuration](https://github.com/mozilla-mobile/android-components/blob/v0.47.0/buildSrc/src/main/java/Config.kt)
23+
1524
* **browser-session**
1625
* Added `Session.webAppManifest` to expose the [Web App Manifest](https://developer.mozilla.org/en-US/docs/Web/Manifest) of the currently visible page. This functionality will only be available in [GeckoView](https://mozilla.github.io/geckoview/)-flavored [concept-engine](https://github.com/mozilla-mobile/android-components/tree/master/components/concept/engine) implementations.
1726
* Added `WebAppManifestParser` to create [WebAppManifest](https://mozac.org/api/mozilla.components.browser.session.manifest/-web-app-manifest/) from JSON.
@@ -49,6 +58,7 @@ permalink: /changelog/
4958

5059
* **support-ktx**
5160
* Added `File.truncateDirectory()` to remove all files (and sub directories) in a directory.
61+
* Added `Activity.applyOrientation(manifest: WebAppManifest)` extension method for applying orientation modes #2291.
5262
* Added `Context.isMainProcess` and `Context.runOnlyInMainProcess(block: () -> Unit)` to detect when you're running on the main process.
5363
```kotlin
5464
// true if we are running in the main process otherwise false .
@@ -60,6 +70,9 @@ permalink: /changelog/
6070
}
6171
```
6272

73+
* **feature-pwa**
74+
* 🆕 New component that provides functionality for supporting Progressive Web Apps (PWA).
75+
6376
* **feature-session**
6477
* Adds support for the picture-in-picture mode in `PictureInPictureFeature`.
6578

0 commit comments

Comments
 (0)