Releases: GoogleWebComponents/google-signin
Releases · GoogleWebComponents/google-signin
v2.0.0: Merge pull request #161 from GoogleWebComponents/2.0-preview
1.3.4
Element now works well with Closure compiler.
Rev 1.3.1
- Updated Google logo branding.
1.3.0
- Removed unused iron-icons from element. Perf matters! This shouldn't be a breaking change, but users may have inadvertently be relying on the rest of the icons in the default set.
<google-signin> element 1.2.0
This release adds support for the following new features:
- A new
hosted-domain
option limiting sign-in to a particular Google Apps hosted domain
- A
forceOffline
parameter exposing approval_prompt="force"
needed to get a refresh token for the same user even if they have already granted offline access to an app using this element in the past.