Skip to content

Tags: haozi/clipboard-polyfill

Tags

v3.0.3

Toggle v3.0.3's commit message
v3.0.3

Release notes:

- Fix keys for module exports in `package.json`. lgarron#141

v3.0.2

Toggle v3.0.2's commit message
v3.0.2

Release notes:

- Include the `/overwrite-globals` folder in the build.
- Include `exports` in `package.json` for the 3 main builds.

v3.0.1

Toggle v3.0.1's commit message
v3.0.1

Release notes:

- Fix `clipboard-polyfill/text` import in the published package. lgarron#133

v3.0.0

Toggle v3.0.0's commit message
v3.0.0

Release notes:

- Switch to the latest Clipboard API spec, using the `ClipboardItem` type.
- Add a `text` build to save code size for most people.
- Add an `overwrite-globals` build that can be used for polyfilling global objects.
- Fix a bug that prevented copying `text/html` in Safari.
- Fix `types` field in `package.json` to point at the full library types.
- Avoid potential infinite recursion/bugs if the caller tries to overwrite `navigator.clipboard` and/or `window.ClipboardItem`. lgarron#127

v3.0.0-pre5

Toggle v3.0.0-pre5's commit message
v3.0.0-pre5

Release notes:

- Add a `text` build to save code size for most people.

v3.0.0-pre4

Toggle v3.0.0-pre4's commit message
v3.0.0-pre4

Release notes:

- Fix a bug that prevented copying `text/html` in Safari.

v3.0.0-pre3

Toggle v3.0.0-pre3's commit message
v3.0.0-pre3

Release notes:

- Fix the return type of `read()`.
- Add an `overwrite-globals` build that can be used for polyfilling global objects.

v3.0.0-pre2

Toggle v3.0.0-pre2's commit message
v3.0.0-pre2

Release notes:

- Fix `types` field in `package.json` to point at the full library types.
- Avoid potential infinite recursion/bugs if the caller tries to overwrite `navigator.clipboard` and/or `window.ClipboardItem`. lgarron#127

v3.0.0-pre1

Toggle v3.0.0-pre1's commit message
Update docs in `README.md`.

v2.8.6

Toggle v2.8.6's commit message
2.8.6