Releases: Automattic/Gravatar-SDK-Android
Releases · Automattic/Gravatar-SDK-Android
Release 1.1.0
What's Changed
gravatar (Core module)
apipackage is deprecated and replaced withrestapi- New model classes were build with backward compatibility in mind
gravatar-ui
- Profile components are now wrapped in a
Surfacemaking overriding the theming attributes possible - Multiple visual fixes to the profile components aligning it with iOS version of the SDK
- New UI composables that take the new models as params. You can still use the old deprecated ones.
- Profile components now allow for custom Avatar and Button composables via slot API
demo-app
Full Changelog: 1.0.0...1.1.0
Release 1.0.0
What's Changed
gravatar (Core module)
- API Key initialization
- Refactor
UserProfileStateto a generic state - Using the new OpenApi specification (new REST API)
GravatarServicesexposing suspend functions
gravatar-ui
- Added empty state in UI components
- Screenshot testing
demo-app
- Allowing SSL Proxying to simplify testing
- Show raw profile response
Full Changelog: 0.3.0...1.0.0
0.3.0
Full Changelog: 0.2.0...0.3.0
0.2.0
Full Changelog: 0.1.0...0.2.0
0.1.0
What's Changed
First release of the Gravatar Android SDK.
Full Changelog: https://github.com/Automattic/Gravatar-SDK-Android/commits/0.1.0