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

Commit 1154069

Browse files
committed
Add changelog entry for 0.7
1 parent 023ba49 commit 1154069

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# 0.7
2+
3+
* Compiled against:
4+
* Android support libraries 27.1.1
5+
* Kotlin Standard library 1.2.41
6+
* Kotlin coroutines 0.22.5
7+
* GeckoView Nightly
8+
* date: 2018.05.16
9+
* version: 62.0.20180516100458
10+
* revision: dedd25bfd2794eaba95225361f82c701e49c9339
11+
12+
* **browser-toolbar**: Added support for dynamic actions. Made site security indicator optional. Added support for overriding default height and padding.
13+
* **feature-session**: Added new use case implementation to support reloading URLs. Fixed bugs when restoring sessions from storage. Use `AtomicFile` for `DefaultSessionStorage`.
14+
* **feature-search**: New component - Connects an (concept) engine implementation with the browser search module and provides search related use case implementations e.g. searching using the default provider.
15+
* **support-ktx**: Added extension method to check if a `String` represents a URL.
16+
* **samples-browser**: Added default search integration using the new feature-search component.
17+
* **samples-toolbar**: New sample app - Shows how to customize the browser-toolbar component.
18+
19+
* [Commits](https://github.com/mozilla-mobile/android-components/compare/v0.6...v0.7)
20+
121
# 0.6
222

323
* Compiled against:
@@ -15,7 +35,7 @@
1535
* **support-ktx**: Added extension methods to `View` for checking visibility (`View.isVisible`, `View.isInvisible` and `View.isGone`).
1636
* **samples-browser**: Use new browser menu component and switch to Gecko as default engine.
1737

18-
* [Commits](https://github.com/mozilla-mobile/android-components/compare/v0.6...v0.5.1)
38+
* [Commits](https://github.com/mozilla-mobile/android-components/compare/v0.5.1...v0.6)
1939

2040
# 0.5.1
2141

0 commit comments

Comments
 (0)