Skip to content

2.3.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@AdamGrzybkowski AdamGrzybkowski released this 23 Jan 14:29
· 1 commit to trunk since this release
4eec5dd

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 the onNewIntent. 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