Skip to content

Commit e4cadfb

Browse files
csadilekpocmo
authored andcommitted
Add changelog entry for 0.35
1 parent b35b1b9 commit e4cadfb

File tree

1 file changed

+19
-6
lines changed

1 file changed

+19
-6
lines changed

docs/changelog.md

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,22 @@ title: Changelog
44
permalink: /changelog/
55
---
66

7-
# 0.35.0-SNAPSHOT (In Development)
7+
# 0.36.0-SNAPSHOT (In Development)
88

9-
* [Commits](https://github.com/mozilla-mobile/android-components/compare/v0.34.0...master),
9+
* [Commits](https://github.com/mozilla-mobile/android-components/compare/v0.35.0...master),
10+
[Milestone](https://github.com/mozilla-mobile/android-components/milestone/38?closed=1),
11+
[API reference](https://mozilla-mobile.github.io/android-components/api/0.35.0/index)
12+
13+
* Compiled against:
14+
* Android (SDK: 28, Support Libraries: 28.0.0)
15+
* Kotlin (Stdlib: 1.3.10, Coroutines: 1.0.1)
16+
* GeckoView (Nightly: **66.0.20181217093726**, Beta: **65.0.20181211223337**, Release: **64.0.20181214004633**)
17+
* Mozilla App Services (FxA: 0.11.5, Sync Logins: 0.11.5, Places: 0.11.5)
18+
* Third Party Libs (Sentry: 1.7.14, Okhttp: 3.12.0)
19+
20+
# 0.35.0
21+
22+
* [Commits](https://github.com/mozilla-mobile/android-components/compare/v0.34.0...v0.35.0),
1023
[Milestone](https://github.com/mozilla-mobile/android-components/milestone/37?closed=1),
1124
[API reference](https://mozilla-mobile.github.io/android-components/api/0.35.0/index)
1225

@@ -21,8 +34,8 @@ permalink: /changelog/
2134
* Localized strings for de, es, fr, it, ja, ko, zh-rCN, zh-rTW.
2235

2336
* **feature-customtabs**
24-
*
25-
* ⚠️ **This is a breaking change** `CustomTabsService` has been renamed to `AbstractCustomTabsService` and is now an abstract class in order to allow apps to inject the `Engine` they are using. An app that wants to support custom tabs will need to create its own class and reference it in the manifest:
37+
* ⚠️ **This is a breaking change**
38+
* `CustomTabsService` has been renamed to `AbstractCustomTabsService` and is now an abstract class in order to allow apps to inject the `Engine` they are using. An app that wants to support custom tabs will need to create its own class and reference it in the manifest:
2639

2740
```Kotlin
2841
class CustomTabsService : AbstractCustomTabsService() {
@@ -39,7 +52,7 @@ permalink: /changelog/
3952
val date = "2019-11-28".toDate("yyyy-MM-dd")
4053
```
4154

42-
* **concept-engine**, **engine-gecko-nightly**:
55+
* **concept-engine**, **engine-gecko-beta**, **engine-gecko-nightly**:
4356
* Add setting to enable testing mode which is used in engine-gecko to set `FULL_ACCESSIBILITY_TREE` to `true`. This allows access to the full DOM tree for testing purposes.
4457

4558
```Kotlin
@@ -50,7 +63,7 @@ permalink: /changelog/
5063
engine.settings.testingModeEnabled = true
5164
```
5265

53-
* The existing `userAgentString` setting is now supported by `engine-gecko-nightly`.
66+
* The existing `userAgentString` setting is now supported by `engine-gecko-beta` and `engine-gecko-nightly`.
5467

5568
* **feature-session**
5669
* Added a `HistoryTrackingDelegate` implementation, which previously lived in **feature-storage**.

0 commit comments

Comments
 (0)