|
1 | 1 | # Change Log
|
2 | 2 |
|
| 3 | +## Version 6.3.0 *(2023-07-23)* |
| 4 | +This is a new minor release of AppIntro. This library comes with several new features (see below) and bugfixes. |
| 5 | + |
| 6 | +### Summary of Changes |
| 7 | +* We deprecated `setScrollDurationFactor` since customizing scroll duration will not be supported anymore in upcoming releases of AppIntro based on ViewPager2 |
| 8 | +* Target SDK is now 33 |
| 9 | + |
| 10 | +### Enhancements 🎁 |
| 11 | +* [#1030] AppIntro now internally uses Gradle KTS and Version Catalog |
| 12 | +* [#1080] Add ability to change done button background color |
| 13 | +* [#1049] Handle onBackPressed deprecation |
| 14 | +* [#1051] Register callback on onBackPressedDispatcher |
| 15 | + |
| 16 | +### Bugfixes 🐛 |
| 17 | +* [#1002] Fix RTL bug on wrongly retained currentItem |
| 18 | +* [#1108] Fix RTL detection |
| 19 | +* [#1109] Fix unexpected crash when using custom layouts with wrong ids with Parallax effect |
| 20 | + |
| 21 | +### Dependency updates 📦 |
| 22 | +* Kotlin to 1.9.0 |
| 23 | +* AGP to 8.0.2 |
| 24 | +* AppCompat to 1.6.1 |
| 25 | +* ConstraintLayout to 2.1.4 |
| 26 | + |
3 | 27 | ## Version 6.2.0 *(2022-01-17)*
|
4 | 28 |
|
5 | 29 | This is a new minor release of AppIntro. This library comes with several new features (see below) and bugfixes.
|
@@ -341,5 +365,12 @@ Previous release notes can be found here: [releases]
|
341 | 365 | [#960]: https://github.com/AppIntro/AppIntro/pull/960
|
342 | 366 | [#979]: https://github.com/AppIntro/AppIntro/pull/979
|
343 | 367 | [#993]: https://github.com/AppIntro/AppIntro/pull/993
|
| 368 | +[#1030]: https://github.com/AppIntro/AppIntro/pull/1030 |
| 369 | +[#1080]: https://github.com/AppIntro/AppIntro/pull/1080 |
| 370 | +[#1049]: https://github.com/AppIntro/AppIntro/pull/1049 |
| 371 | +[#1051]: https://github.com/AppIntro/AppIntro/pull/1051 |
| 372 | +[#1002]: https://github.com/AppIntro/AppIntro/pull/1002 |
| 373 | +[#1108]: https://github.com/AppIntro/AppIntro/pull/1108 |
| 374 | +[#1109]: https://github.com/AppIntro/AppIntro/pull/1109 |
344 | 375 | [releases]: https://github.com/AppIntro/AppIntro/releases?after=v5.0.0
|
345 | 376 |
|
0 commit comments