2.3.0-rc1
Pre-release
Pre-release
What's Changed
gravatar
(Core module)
- A new function was added to the
AvatarService
to update the Avatar's rating and/or Alt text.
gravatar-ui
- Added
Avatar
component that takes a raw URL (as String). This give more fine-grained control for working with the cache busting.
gravatar-quickeditor
GravatarOAuthActivity
was added to handle the deep linking during the OAuth flow. Quick Editor no longer requires your app to handle theonNewIntent
. See the migration steps here.- Intro login screen was redesigned to better explain what's happening to the user. It will also stay visible when open for the first time, and the OAuth will be started only on a user action.
- A warning banner was added when no avatar was selected.
- The Avatar menu button's opacity was increased to improve its visibility.
- Added the following avatar options:
- Modify the Avatar's rating
- Update the Avatar's Alt Text
Full Changelog: 2.2.0...2.3.0-rc1