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

Commit

Permalink
Add changelog entry for 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
csadilek committed Jul 6, 2018
1 parent 22fcee2 commit d673dbd
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# 0.13

* Compiled against:
* Android support libraries 27.1.1
* Kotlin Standard library 1.2.51
* Kotlin coroutines 0.23.4
* GeckoView
* Nightly: 63.0.20180704100138 (2018.07.04, 1c235a552c32ba6c97e6030c497c49f72c7d48a8)
* Beta: 62.0b5
* Release: 61.0

* **service-fxa**, **samples-fxa**: Various improvements to FxA component API (made calls asynchronous and introduced error handling)
* **browser-toolbar**: Added functionality to observer focus changes (`setOnEditFocusChangeListener`)
* **concept-tabstray**, **browser-tabstray**, **features-tabs**: New components to provide browser tabs functionality
* **sample-browser**: Updated to support multiple tabs

* **API changes**:
* InlineAutocompleteEditText: `onAutocomplete` was renamed to `applyAutocompleteResult`
* Toolbar: `setOnUrlChangeListener` was renamed to `setOnUrlCommitListener`

* Various bugfixes and refactorings (see commits below for details)
* [Commits](https://github.com/mozilla-mobile/android-components/compare/v0.12...v0.13)

# 0.12

* Compiled against:
Expand Down

0 comments on commit d673dbd

Please sign in to comment.