tag:github.com,2008:https://github.com/michael-rapp/AndroidBottomSheet/releasesRelease notes from AndroidBottomSheet2018-10-30T22:23:23Ztag:github.com,2008:Repository/51331877/2.0.02018-10-30T22:29:21ZVersion 2.0.0<p>A major release, which introduces the following changes:</p>
<ul>
<li>Migrated library to Android X.</li>
<li>Updated dependency "AndroidUtil" to version 2.0.0.</li>
<li>Updated targetSdkVersion to 28.</li>
</ul>michael-rapptag:github.com,2008:Repository/51331877/1.4.62018-05-04T22:49:56ZVersion 1.4.6<p>A minor release, which introduces the following changes:</p>
<ul>
<li>Updated AppCompat v7 support library to version 27.1.1.</li>
<li>Updated dependency "AndroidUtil" to version 1.20.2.</li>
</ul>michael-rapptag:github.com,2008:Repository/51331877/1.4.52018-01-26T12:28:05ZVersion 1.4.5<p>A minor release, which introduces the following changes:</p>
<ul>
<li>Updated <code>targetSdkVersion</code> to API level 27 (Android 8.1).</li>
<li>Updated dependency "AndroidUtil" to version 1.19.0.</li>
</ul>michael-rapptag:github.com,2008:Repository/51331877/1.4.42017-12-30T16:51:08ZVersion 1.4.4<p>A minor release, which introduces the following changes:</p>
<ul>
<li>Updated <code>targetSdkVersion</code> to API level 26 (Android 8.0). This required to increase the minimum API level to 14.</li>
<li>Updated AppCompat v7 support library to version 27.0.2.</li>
<li>Updated dependency "AndroidUtil" to version 1.18.3.</li>
</ul>michael-rapptag:github.com,2008:Repository/51331877/1.4.32017-01-26T03:32:19ZVersion 1.4.3<p>A minor release, which introduces the following changes:</p>
<ul>
<li>Updated <code>targetSdkVersion</code> to API level 25 (Android 7.1).</li>
<li>Updated AppCompat v7 support library to version 25.1.0.</li>
<li>Updated dependency "AndroidUtil" to version 1.12.3.</li>
</ul>michael-rapptag:github.com,2008:Repository/51331877/1.4.22016-09-13T01:26:25ZVersion 1.4.2<p>A bugfix release, which fixes the following issue:</p>
<ul>
<li>Increased <code>minSdkVersion</code> to 9 as this is required by the AppCompat v7 support library 24.2.0.</li>
</ul>michael-rapptag:github.com,2008:Repository/51331877/1.4.12016-09-11T23:01:21ZVersion 1.4.1<p>A minor release, which introduces the following changes:</p>
<ul>
<li>Updated <code>targetSdkVersion</code> to API level 24 (Android 7.0).</li>
<li>Updated AppCompat v7 support library to version 24.2.0.</li>
<li>Updated dependency "AndroidUtil" to version 1.11.1.</li>
</ul>michael-rapptag:github.com,2008:Repository/51331877/1.4.02016-08-19T21:38:10ZVersion 1.4.0<p>A feature release, which introduces the following changes:</p>
<ul>
<li>The properties of a <code>BottomSheet</code> are now stored/restored in its <code>onSaveInstanceState</code>- and <code>onRestoreInstanceState</code>-method. This does not include properties, which are not serializable, e.g. listeners.</li>
<li>Updated dependency "AndroidUtil" to version 1.11.0.</li>
</ul>michael-rapptag:github.com,2008:Repository/51331877/1.3.02016-05-26T18:21:22ZVersion 1.3.0<p>A feature release, which introduces the following changes:</p>
<ul>
<li>It is now possible to globally change the theme, which is used by a <code>BottomSheet</code> by the default, by using the theme attribute <code>bottomSheetTheme</code>.</li>
<li>Updated AppCompat v7 support library to version 23.4.0.</li>
</ul>michael-rapptag:github.com,2008:Repository/51331877/1.2.02016-04-23T01:18:16ZVersion 1.2.0<p>A feature release, which introduces the following changes:</p>
<ul>
<li>Each item of a <code>BottomSheet</code> is now associated with an id. This allows to reference individual items regardless of their current position. The id of an item is passed to the registered <code>OnItemClickListener</code> when it is clicked.</li>
</ul>michael-rapp