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

Commit

Permalink
Add changelog for new CustomTabsToolbarFeature
Browse files Browse the repository at this point in the history
  • Loading branch information
jonalmeida committed Jan 7, 2019
1 parent ebe720d commit f120306
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,18 @@ permalink: /changelog/
* Mozilla App Services (FxA: 0.12.1, Sync Logins: 0.12.1, Places: 0.12.1)
* Third Party Libs (Sentry: 1.7.14, Okhttp: 3.12.0)

* **feature-customtabs**
* Added a new feature `CustomTabsToolbarFeature` which will handle setting up the `BrowserToolbar` with the configurations available in that session:

```kotlin
CustomTabsToolbarFeature(
sessionManager,
browserToolbar,
sessionId
).also { lifecycle.addObserver(it) }
```
Note: this constructor API is still a work-in-progress and will change as more Custom Tabs support is added to it next release.

* **feature-session-bundling**
* 🆕 New component that saves the state of sessions (`SessionManager.Snapshot`) in grouped bundles (e.g. by time).

Expand Down

0 comments on commit f120306

Please sign in to comment.