github zeroclipboard/zeroclipboard v1.3.0
The Final v1.x Release: Deprecations & Indy Clients (No more singleton!)

latest releases: v2.3.0, v2.2.0, v2.1.6...
10 years ago

New Features

  • Config-less support for AMD and CommonJS! → #186
  • Made a zIndex configurable option → #276
  • Allow multiple event handlers per event type → #294
  • Streamlined Flash security configuration → #324
  • Added an autoActivate configurable option → #325

Bug Fixes

  • Reversed the DOM appending order for Flash to fix an IE bug → #271
  • Removed left: -9999px style to eliminate RTL horizontal scrollbars → #272
  • Now firing "load"/"wrongflash"/"noflash" immediately if known → #273
  • Fixed AMD dispatching by using synchronous require#316
  • Fixing unglue array iteration to catch all elements → #321

Infrastructure/Adminstrative

  • Migrated remaining NodeUnit tests to QUnit → #269
  • Added a "Known Issues" section to the README → #274
  • Separated code for state, Flash, and deprecation → #277
  • Added an _extend utility method → #293
  • Code cleanup: sparse array handling, etc. → #306
  • Removed client singleton pattern, thus allowing multiple independent client instances → #311
  • Added better example for gluing multiple elements → #318
  • Added documentation for Bootstrap Modal issue → #319
  • Added documentation for jQuery UI Modal issue → #320

Deprecations

For more info, see the instructions.

  • per-client options (all options are now globally shared) → #307
  • options.hoverClass#296
  • options.activeClass#296
  • options.trustedOrigins#304
  • options.allowScriptAccess#304
  • options.useNoCache#326
  • options.moviePath#327
  • ZeroClipboard.prototype.addEventListener#289
  • ZeroClipboard.prototype.removeEventListener#289
  • ZeroClipboard.prototype.setCurrent#289
  • ZeroClipboard.prototype.resetBridge#289
  • ZeroClipboard.prototype.setTitle#289
  • ZeroClipboard.prototype.setDefaults#289
  • client.handlersZeroClipboard.prototype.handlers()#289
  • ZeroClipboard.prototype.ready#289
  • ZeroClipboard.prototype.glue#324
  • ZeroClipboard.prototype.unglue#324
  • ZeroClipboard.dispatch#328
  • All v1.x event names → #328
  • The v1.x event model → #328

Complete diff since v1.2.3

    v1.2.3...v1.3.0

Don't miss a new zeroclipboard release

NewReleases is sending notifications on new releases.