Skip to content
This repository was archived by the owner on Nov 1, 2022. It is now read-only.

Commit 665cc63

Browse files
authored
Prepare changelog for 0.52.0 release.
1 parent fac59aa commit 665cc63

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

docs/changelog.md

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

7-
# 0.52.0-SNAPSHOT (In Development)
7+
# 0.53.0-SNAPSHOT (In Development)
88

9-
* [Commits](https://github.com/mozilla-mobile/android-components/compare/v0.51.0...master)
10-
* [Milestone](https://github.com/mozilla-mobile/android-components/milestone/55?closed=1)
9+
* [Commits](https://github.com/mozilla-mobile/android-components/compare/v0.52.0...master)
10+
* [Milestone](https://github.com/mozilla-mobile/android-components/milestone/56?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+
# 0.52.0
16+
17+
* [Commits](https://github.com/mozilla-mobile/android-components/compare/v0.51.0...v0.52.0)
18+
* [Milestone](https://github.com/mozilla-mobile/android-components/milestone/55?closed=1)
19+
* [Dependencies](https://github.com/mozilla-mobile/android-components/blob/v0.52.0/buildSrc/src/main/java/Dependencies.kt)
20+
* [Gecko](https://github.com/mozilla-mobile/android-components/blob/v0.52.0/buildSrc/src/main/java/Gecko.kt)
21+
* [Configuration](https://github.com/mozilla-mobile/android-components/blob/v0.52.0/buildSrc/src/main/java/Config.kt)
22+
1523
* ℹ️ **Migrated all components to [AndroidX](https://developer.android.com/jetpack/androidx).**
1624

1725
* ℹ️ **Upgraded Gradle to 5.3.1**
1826
* ⚠️ This requires using the 1.3.30 Kotlin gradle plugin or higher.
27+
28+
* **feature-tab-collections**: 🆕 New component: Feature implementation for saving, restoring and organizing collections of tabs.
1929

2030
* **feature-readerview**
2131
* 🆕 New component/feature that provides reader mode functionality. To see a complete and working example of how to integrate this new component, check out the `ReaderViewIntegration` class in our [Sample Browser](https://github.com/mozilla-mobile/android-components/tree/master/samples/browser).

0 commit comments

Comments
 (0)