tag:github.com,2008:https://github.com/michael-rapp/AndroidBottomSheet/releases Release notes from AndroidBottomSheet 2018-10-30T22:23:23Z tag:github.com,2008:Repository/51331877/2.0.0 2018-10-30T22:29:21Z Version 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-rapp tag:github.com,2008:Repository/51331877/1.4.6 2018-05-04T22:49:56Z Version 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-rapp tag:github.com,2008:Repository/51331877/1.4.5 2018-01-26T12:28:05Z Version 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-rapp tag:github.com,2008:Repository/51331877/1.4.4 2017-12-30T16:51:08Z Version 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-rapp tag:github.com,2008:Repository/51331877/1.4.3 2017-01-26T03:32:19Z Version 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-rapp tag:github.com,2008:Repository/51331877/1.4.2 2016-09-13T01:26:25Z Version 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-rapp tag:github.com,2008:Repository/51331877/1.4.1 2016-09-11T23:01:21Z Version 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-rapp tag:github.com,2008:Repository/51331877/1.4.0 2016-08-19T21:38:10Z Version 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-rapp tag:github.com,2008:Repository/51331877/1.3.0 2016-05-26T18:21:22Z Version 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-rapp tag:github.com,2008:Repository/51331877/1.2.0 2016-04-23T01:18:16Z Version 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