This repository was archived by the owner on Feb 16, 2021. It is now read-only.
Releases: zeroclipboard/zeroclipboard
Releases · zeroclipboard/zeroclipboard
v2.3.0
Enhancements
- Added
error[name='flash-insecure']event → #532 - Lots of documentation updates/fixes/expansions
Bug Fixes
- Lots of little bug fixes and documentation updates.
For more specific information:v2.3.0milestone closed issues
API Changes
New Events
error[name = "flash-insecure"]→ #532
Complete Diff
v2.2.0
Enhancements
- Added official support for ComponentJS → #519, #165
- Security and cache-busting: added filtering to reconstruct and only honor FlashVars. → #521, #379, #336, #164
- Lots of documentation updates/fixes/expansions
Bug Fixes
- Patch internal Flash
ExternalInterfacedata fidelity loss → #509, #506, #489 - Fixed a few issues related to quirkiness during/after
ZeroClipboard.destroy()→ #505, #507 - CSS: Fixed positioning for relatively positioned
body/htmlelements → #517, #491, #423, #200 - Some refactoring of the
_addClassand_removeClassmethods → may fix #501 (unverified)
API Changes
New Events
error[name = "flash-degraded"]→ #509, #506, #489error[name = "flash-sandboxed"]→ #530, #511error[name = "swf-not-found"]→ #522, #492error[name = "version-mismatch"]→ #516, #254error[name = "config-mismatch"]→ #521, #379error[name = "clipboard-error"]→ #520, #245
Complete Diff
Fixed `aftercopy` integrity on Windows
- Fixes a Flash timing bug [which only seems to occur in Windows-based Firefox and Chrome] that caused the
aftercopyandclickevents to fire either more than once or on the wrong elements → #468
Support for Polymer + module loader combo
Bug Fix:
- Fix for consumption by Polymer + module loaders (e.g. AMD) combination → #452
Complete Diff:
v2.1.4...v2.1.5
Documented limitations, fixed SPM
Documentation:
- Added important documentation about some misunderstood limitations → 75bf289
Cleanup:
- Fixed SPM configuration to grab the correct files → #457
Complete Diff:
v2.1.3...v2.1.4
Fixed default `swfPath` for Safari (etc.)
Cleanup:
- Filtered Bower components to only include
dist/files → #447
Bug Fix:
- Fixed default
swfPathfor Safari/WebKit/PhantomJS/FF3.6 → #449
Complete Diff:
v2.1.2...v2.1.3
Cleanup, 3rd party support, infrastructure
Cleanup:
- Cleaned up more utility methods that were only needed to support IE<9 → ed416a3
3rd Party Support:
- Minor bug fix to grab
windowifthisis falsy → de1a72e
Infrastructure:
- Added DavidDM (dependency management tracking) badge to the README → #442
- Added Coveralls (code coverage tracking) badge to the README → #443, 59d3f1b
Complete Diff:
v2.1.1...v2.1.2
Documentation cleanup
New API methods
New API methods
ZeroClipboard.focus(el), which is the preferred alias forZeroClipboard.activate(el)ZeroClipboard.blur(), which is the preferred alias forZeroClipboard.deactivate()var _currentElement = ZeroClipboard.activeElement();var pendingData = ZeroClipboard.getData();var pendingText = ZeroClipboard.getData("text/plain");var pendingData = client.getData();var pendingText = client.getData("text/plain");
Full API docs
v2.1.0/docs/api/ZeroClipboard.md