Skip to content

Commit cc2242e

Browse files
committed
Update changelog for 0.37.0 release.
1 parent 78503a2 commit cc2242e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/changelog.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ permalink: /changelog/
4848
* 🆕 New component that saves the state of sessions (`SessionManager.Snapshot`) in grouped bundles (e.g. by time).
4949

5050
* **service-telemetry**
51+
* Added new "pocket event" ping builder ([#1606](https://github.com/mozilla-mobile/android-components/issues/1606))
52+
* Added ability to get ping builder by type from `Telemetry` instance.
5153
* ⚠️ **This is a breaking change!** <br/>
5254
HttpURLConnectionTelemetryClient was removed. *service-telemetry* is now using [*concept-fetch*](https://github.com/mozilla-mobile/android-components/tree/master/components/concept/fetch) which allows consumers to use a unified http client. There are two options available currently: [lib-fetch-httpurlconnection](https://github.com/mozilla-mobile/android-components/tree/master/components/lib/fetch-httpurlconnection) (Based on [HttpURLConnection](https://developer.android.com/reference/java/net/HttpURLConnection)) and [lib-fetch-okhttp](https://github.com/mozilla-mobile/android-components/tree/master/components/lib/fetch-okhttp) (Based on [OkHttp](https://github.com/square/okhttp)).
5355

@@ -61,12 +63,27 @@ permalink: /changelog/
6163
val telemetry = Telemetry(configuration, storage, client, scheduler)
6264
```
6365

66+
* **browser-search**
67+
* Updated search plugins ([#1563](https://github.com/mozilla-mobile/android-components/issues/1563))
68+
6469
* **ui-autocomplete**
6570
* Fixed a bug where pressing backspace could skip a character ([#1489](https://github.com/mozilla-mobile/android-components/issues/1489)).
6671

6772
* **feature-customtabs**
6873
* Fixed a bug where a third-party app (like Gmail or Slack) could crash when calling warmup().
6974

75+
* **browser-session**
76+
* Added ability to notify observers when desktop mode changes (`onDesktopModeChange`)
77+
78+
* **browser-menu**
79+
* Added new `BrowserMenuSwitch` for using switch widgets inside the menu.
80+
81+
* **support-ktx**
82+
* Added extension method `Bitmap.withRoundedCorners(cornerRadiusPx: Float)`
83+
84+
* **support-base**
85+
* Introduced `LifecycleAwareFeature` for writing features that depend on a lifecycle.
86+
7087

7188
# 0.36.1
7289

0 commit comments

Comments
 (0)