Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.

Releases: zeroclipboard/zeroclipboard

Bug Hotfix

31 Dec 04:04
Compare
Choose a tag to compare

Emergency bug release

  • [BUG] IE6/7/8 mouseup and mousedown bug. Events weren't being registered properly #55

New Yearboard

29 Dec 05:59
Compare
Choose a tag to compare

This release re-writes a lot of how zeroclipboard client works. Check the docs for more details.

[FEATURE] Replace dom selector with simple sizzler query selector
[FEATURE] Indicate via an event when there is no flash or flash is wrong version
[FEATURE] More meta info passed with each flash event.
[FEATURE] Register more than one event .on("load complete", function() {})
[FEATURE] Event handlers can now access the clicked element via this
[BUG] setText doesn't override the default data-clipboard-text attribute.
[BUG] When creating more than one clip, the second clip doesn't glue.
[BUG] If there is no currentElement return from reposition #51
[BUG] ready() wasn't returning false when bridge wasn't ready.