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

Commit

Permalink
v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMGreene committed Dec 29, 2014
1 parent 1edd075 commit 039fb79
Show file tree
Hide file tree
Showing 12 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zeroclipboard",
"description": "The ZeroClipboard library provides an easy way to copy text to the clipboard using an invisible Adobe Flash movie and a JavaScript interface.",
"version": "2.2.0-beta.3",
"version": "2.2.0",
"main": [
"dist/ZeroClipboard.js",
"dist/ZeroClipboard.swf"
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "zeroclipboard",
"repository": "zeroclipboard/zeroclipboard",
"description": "The ZeroClipboard library provides an easy way to copy text to the clipboard using an invisible Adobe Flash movie and a JavaScript interface.",
"version": "2.2.0-beta.3",
"version": "2.2.0",
"keywords": [
"flash",
"clipboard",
Expand Down
4 changes: 2 additions & 2 deletions dist/ZeroClipboard.Core.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Copyright (c) 2009-2014 Jon Rohan, James M. Greene
* Licensed MIT
* http://zeroclipboard.org/
* v2.2.0-beta.3
* v2.2.0
*/
(function(window, undefined) {
"use strict";
Expand Down Expand Up @@ -1853,7 +1853,7 @@
* @property {string}
*/
_defineProperty(ZeroClipboard, "version", {
value: "2.2.0-beta.3",
value: "2.2.0",
writable: false,
configurable: true,
enumerable: true
Expand Down
4 changes: 2 additions & 2 deletions dist/ZeroClipboard.Core.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ZeroClipboard.Core.min.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/ZeroClipboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Copyright (c) 2009-2014 Jon Rohan, James M. Greene
* Licensed MIT
* http://zeroclipboard.org/
* v2.2.0-beta.3
* v2.2.0
*/
(function(window, undefined) {
"use strict";
Expand Down Expand Up @@ -1853,7 +1853,7 @@
* @property {string}
*/
_defineProperty(ZeroClipboard, "version", {
value: "2.2.0-beta.3",
value: "2.2.0",
writable: false,
configurable: true,
enumerable: true
Expand Down
4 changes: 2 additions & 2 deletions dist/ZeroClipboard.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ZeroClipboard.min.map

Large diffs are not rendered by default.

Binary file modified dist/ZeroClipboard.swf
Binary file not shown.
6 changes: 3 additions & 3 deletions docs/api/ZeroClipboard.Core.md
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ ZeroClipboard.on("error", function(e) {

##### `error[name = "version-mismatch"]`

_Added in `v2.2.0-beta.2`._
_Added in `v2.2.0`._

This type of `error` event fires when the JavaScript side's `ZeroClipboard.version` property value
does not exactly match the `ZeroClipboard.VERSION` property value that was compiled into the SWF.
Expand Down Expand Up @@ -620,7 +620,7 @@ ZeroClipboard.on("error", function(e) {

##### `error[name = "clipboard-error"]`

_Added in `v2.2.0-beta.3`._
_Added in `v2.2.0`._

This type of `error` event fires when any error occurs while the Flash layer is attempting to inject the pending clipboard data into the clipboard. This event is fired only if the injection of at least 1 data format into the clipboard threw an error but does **not** necessarily mean that the injection failed for _every_ data format.

Expand Down Expand Up @@ -660,7 +660,7 @@ ZeroClipboard.on("error", function(e) {

##### `error[name = "config-mismatch"]`

_Added in `v2.2.0-beta.3`._
_Added in `v2.2.0`._

This type of `error` event fires when the certain properties within the
`ZeroClipboard.config` configured values do not match real values within
Expand Down
6 changes: 3 additions & 3 deletions docs/api/ZeroClipboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ ZeroClipboard.on("error", function(e) {

##### `error[name = "version-mismatch"]`

_Added in `v2.2.0-beta.2`._
_Added in `v2.2.0`._

This type of `error` event fires when the JavaScript side's `ZeroClipboard.version` property value
does not exactly match the `ZeroClipboard.VERSION` property value that was compiled into the SWF.
Expand Down Expand Up @@ -620,7 +620,7 @@ ZeroClipboard.on("error", function(e) {

##### `error[name = "clipboard-error"]`

_Added in `v2.2.0-beta.3`._
_Added in `v2.2.0`._

This type of `error` event fires when any error occurs while the Flash layer is attempting to inject the pending clipboard data into the clipboard. This event is fired only if the injection of at least 1 data format into the clipboard threw an error but does **not** necessarily mean that the injection failed for _every_ data format.

Expand Down Expand Up @@ -660,7 +660,7 @@ ZeroClipboard.on("error", function(e) {

##### `error[name = "config-mismatch"]`

_Added in `v2.2.0-beta.3`._
_Added in `v2.2.0`._

This type of `error` event fires when the certain properties within the
`ZeroClipboard.config` configured values do not match real values within
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zeroclipboard",
"title": "ZeroClipboard",
"version": "2.2.0-beta.3",
"version": "2.2.0",
"description": "The ZeroClipboard library provides an easy way to copy text to the clipboard using an invisible Adobe Flash movie and a JavaScript interface.",
"keywords": [
"flash",
Expand Down

0 comments on commit 039fb79

Please sign in to comment.