Skip to content

Releases: googleworkspace/drive-picker-element

@googleworkspace/drive-picker-react@0.2.0

09 Dec 17:05
338a3ca

Choose a tag to compare

Minor Changes

  • be90299: Add SSR support by enforcing client-side rendering and using dynamic imports.

Patch Changes

  • Updated dependencies [5d13681]
    • @googleworkspace/drive-picker-element@0.7.3

@googleworkspace/drive-picker-element@0.7.3

09 Dec 17:05
338a3ca

Choose a tag to compare

Patch Changes

  • 5d13681: Update link to React component in README.

@googleworkspace/drive-picker-react@0.1.3

04 Dec 18:50
225e03b

Choose a tag to compare

Patch Changes

  • Updated dependencies [1a2fafb]
  • Updated dependencies [c37edb5]
  • Updated dependencies [2f1276b]
    • @googleworkspace/drive-picker-element@0.7.2

@googleworkspace/drive-picker-element@0.7.2

04 Dec 18:50
225e03b

Choose a tag to compare

Patch Changes

  • 1a2fafb: Added Content Security Policy (CSP) guide and example.
  • c37edb5: Fix: injectScript now always injects a new script element to avoid race conditions with async loading. It also copies all attributes (including nonce and integrity) from any existing script tag to ensure CSP compliance.
  • 2f1276b: Update README to point to @googleworkspace/drive-picker-react for React usage.

@googleworkspace/drive-picker-react@0.1.2

01 Dec 19:34
aa7e33a

Choose a tag to compare

Patch Changes

  • Updated dependencies [e7d5f8c]
    • @googleworkspace/drive-picker-element@0.7.1

@googleworkspace/drive-picker-element@0.7.1

01 Dec 19:34
aa7e33a

Choose a tag to compare

Patch Changes

  • e7d5f8c: Add a console warning when the app-id attribute is missing. While the picker may function without it, app-id is often required for backend API integration (e.g., drive.files.get). This warning helps developers identify potential configuration issues earlier.

@googleworkspace/drive-picker-react@0.1.1

19 Nov 19:42
cd529d4

Choose a tag to compare

Patch Changes

  • 1f99e74: Fix package.json fields for provenance.

@googleworkspace/drive-picker-element@0.6.5

18 Nov 17:53
69693ec

Choose a tag to compare

Patch Changes

  • e0d4ab6: Fix provenance for package.

@googleworkspace/drive-picker-element@0.6.4

18 Nov 17:29

Choose a tag to compare

Patch Changes

  • 3178fef: Fix README after monorepo transition.
  • 3178fef: Fix path to custom-elements.json

v0.6.2

11 Sep 15:15
a7c2da8

Choose a tag to compare

0.6.2 (2025-09-11)

Bug Fixes

  • ensure component initializes on connection (58b1ccc)