Skip to content
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.

Releases: GoogleWebComponents/google-drive

v1.0.2

21 Jul 00:03
Compare
Choose a tag to compare
1.0.1 -> 1.0.2

0.2.0

08 Feb 00:21
Compare
Choose a tag to compare

This is a maintenance release of google-drive, updating it to work with the latest versions of google-signin and the other dependencies requires by the element. The element now also uses webcomponents.js, the revised version of the Web Component polyfills.

0.1.1

29 Sep 11:18
Compare
Choose a tag to compare

This release includes a fix for the element breaking in IE9. It also bumps the version of Polymer supported to latest (0.4.1).

0.1.0 magnificent-appetite

01 Sep 13:47
Compare
Choose a tag to compare

This version of <google-drive> uses Polymer's 0.4.x elements and also includes a number of bug fixes. Check out the landing page or our demo.

screen shot 2014-09-01 at 15 44 06

Install

npm install GoogleWebComponents/google-drive

Changelog

  • 5211ff2 Bump to 0.4.x dependencies
  • 5d36403 Improve distance between sign-in element and upload buttons.
  • e29a260 Drop Drive Link from demo to minimize confusion with Web links
  • 8f41845 Update bower metadata
  • 6809370 polymer.html should be included in the element level, not in the app level
  • 74423d2 Update to google-signin 0.0.7, drop resolutions.
  • 0d34da9 Update clientId to shared demo version
  • f2032a8 remove ga
  • 2fc3282 Switch to auto-binding
  • 5d6a8ce Fix issue with templates in demo
  • e082813 Add package resolutions
  • f1fb826 Add revised version post re-review and refresh
  • 1698c6b Improve width of layout.
  • 1409461 Remove reference to google-apis as signing already uses it.
  • 2fd717e Add core-upload-sample as a dependency.