Aesthetic Dialogs v3.0.0
- [Docs] correct inaccurate claims in the README and KDoc by @gabriel-TheCode in https://github.com/gabriel-TheCode/AestheticDialogs/pull/37
- [Refactor] Update badges and links on README.md by @gabriel-TheCode in https://github.com/gabriel-TheCode/AestheticDialogs/pull/38
- [Feat] AestheticDialogs 3.0 — discrete callbacks, three new dialog families by @gabriel-TheCode in https://github.com/gabriel-TheCode/AestheticDialogs/pull/39
Full Changelog: https://github.com/gabriel-TheCode/AestheticDialogs/compare/2.0.0...3.0.0
Aesthetic Dialogs v2.0.0
- [Feat] Migrate AestheticDialogs to Compose design system (2.0) by @gabriel-TheCode in https://github.com/gabriel-TheCode/AestheticDialogs/pull/36
Full Changelog: https://github.com/gabriel-TheCode/AestheticDialogs/compare/1.3.8...2.0.0
Aesthetic Dialogs v1.3.8
- Fix Gradle dependencies import
Full Changelog: https://github.com/gabriel-TheCode/AestheticDialogs/compare/1.3.7...1.3.8
Aesthetic Dialogs v1.3.7
- Update license by @gabriel-TheCode in https://github.com/gabriel-TheCode/AestheticDialogs/pull/23
- clean up code by @gabriel-TheCode in https://github.com/gabriel-TheCode/AestheticDialogs/pull/26
- Migrate from Synthetics to ViewBinding
- Release[v1.3.7] by @gabriel-TheCode in https://github.com/gabriel-TheCode/AestheticDialogs/pull/27
Full Changelog: https://github.com/gabriel-TheCode/AestheticDialogs/compare/1.3.6...1.3.7
Aesthetic Dialogs v1.3.6
- Update text message max lines of Flash & Flat dialogs
- Upgrade library version
Aesthetic Dialogs v1.3.5
- Fix colors importation issue
Aesthetic Dialogs v1.3.4
- Improve code by adding kotlin extensions
Aesthetic Dialogs v1.3.3
➕ Add setAnimation() method;
You can now set custom animations on dialogs
Aesthetic Dialogs v1.3.2
➕ Add new methods
- setDuration()
- setGravity()
Aesthetic Dialogs v1.3.0
- 💯 Migration of source code from Java to Kotlin
- 🚮 Removal of deprecated methods
- 🛠 Code refactoring based on the design pattern Builder
- ✅ Adding setCancelable () property
- ⏫ Migration from Gradle 5.4.1 to 6.1.1
- ✅ Addition of the setOnClickListener() method on dialogs with a button
- 🔄 Update README.md