Commit Graph

112 Commits

Author SHA1 Message Date
83b9d6a84d update modules and fix #176 2016-02-20 01:14:33 -05:00
7e37c95121 Release v1.5.8 2016-02-04 11:28:33 -08:00
a88bb77be4 Release v1.5.7 2016-02-03 08:31:41 -08:00
e86dc2caa2 Revert "Upgrades to Babel 6"
This reverts commit ee1eb455f4.
2016-02-03 08:22:35 -08:00
8392a7ba1c Release v1.5.6 2016-02-02 13:44:26 -08:00
ee1eb455f4 Upgrades to Babel 6 2016-02-02 13:11:25 -08:00
d50f2fb73f Updates good-listener
Fixes #170
2016-02-02 12:52:17 -08:00
783dc6f3cf Adds devDependencies since peerDependencies does not work anymore 2015-11-13 01:39:19 -08:00
3188ffbce3 Release v1.5.5 2015-11-13 01:20:15 -08:00
5dba68634e Fixes a bug where non-editable elements were being focused 2015-11-13 01:20:02 -08:00
a12a056ef6 Release v1.5.4 2015-11-13 00:25:35 -08:00
cb4301658c Updates delegate package which now exposes e.delegateTarget property #120 2015-11-13 00:24:46 -08:00
4967f118fe Release v1.5.3 2015-11-12 09:57:35 -08:00
db575bb4df Removes babelify from being a dependency to a devDependency #15 #105 2015-10-28 13:06:14 -07:00
bb6c4c0e7c Release v1.5.2 2015-10-28 12:57:47 -07:00
03ee9829e0 Removes browserify tests 2015-10-28 12:56:52 -07:00
24f6e1f541 Moves babel to devDependencies 2015-10-28 12:56:38 -07:00
4b73122f81 Provides a transpiled version to npm so browserify and webpack users do not have to transpile by themselves
Fixes #15 #27 #105
2015-10-28 12:54:29 -07:00
171f438f22 Release v1.5.1 2015-10-27 09:32:43 -07:00
42a459402c Release v1.5.0 2015-10-26 23:04:54 -07:00
6b1f6b22a6 Allows HTML elements to be passed in the constructor - Fixes #25 2015-10-26 01:06:29 -07:00
705e2dbefd Release v1.4.3 2015-10-24 11:41:53 -07:00
70b2548a80 Migrates to delegate fork 2015-10-20 12:35:25 -07:00
c6dc01cc29 Moves selection code to a different package 2015-10-19 16:21:38 -07:00
d166ff6d96 Adds banner - Fixes #88 2015-10-15 12:49:08 -07:00
8d804fdd42 fix npm3 build updating uglifyjs to version 2 2015-10-13 14:37:26 -04:00
54efeb68e6 Release v1.4.2 2015-10-13 11:12:56 -07:00
b3ad81570e Release v1.4.1 2015-10-09 09:08:02 +02:00
b7b2259dfb script build-watch should build standalone like build-debug 2015-10-06 15:55:21 +02:00
019b021624 Release v1.4.0 2015-10-03 19:17:42 -07:00
a4c8bc5bf0 Merge pull request #48 from tzoky07/master
Added "build-watch" command. Added ".git" and "dist" directories to .gitignore
2015-10-01 12:07:13 -07:00
5147086c48 Added build-watch script using watchify. Also added the dev dependency
Signed-off-by: tzoky07 <alex.gaman@yahoo.com>
2015-10-01 21:55:49 +03:00
c70a91a67e Moves browserify and babelify into dependencies #15 2015-10-01 08:35:17 -07:00
29d5127362 Updated browserify and karma-browserify to fix npm install error 2015-10-01 09:12:48 -05:00
1539bba290 Release v1.3.1 2015-09-29 22:35:01 -07:00
3c414a6b2e Renames npm scripts #19 2015-09-29 22:33:39 -07:00
aeec3fd520 Source formatting #19 2015-09-29 22:28:15 -07:00
4534fc4ca0 Adds test for browserify
This commit adds tests to make sure that the browserify bundle will work in the dist file of clipboard.js

This commit adds the mocha and chai modules, since karma doesn't work well with node only tests.

Also splited tests tasks in package.json and updated .gitignore
2015-09-29 22:16:32 -07:00
623614a4e0 Adds commonjs support
These configs in package.json enables the dist file to be required in commonjs envs without babel.
2015-09-29 22:16:32 -07:00
b5bc00f2e4 Release v1.3.0 2015-09-29 10:17:15 -07:00
05a807e2fb Adds UMD support
Using the --standalone option from browserify it automatically wrap your code into a UMD module.
2015-09-29 11:09:28 -03:00
84d1949718 Merge pull request #11 from SpazzMarticus/master
Added unminified dist/clipboard.js
2015-09-29 00:00:18 -07:00
b80f9f8aae Release v1.2.0 2015-09-28 23:56:45 -07:00
1d74794565 Publish-script builds dist/clipboard.js and minifies it to dist/clipboard.min.js 2015-09-29 08:43:23 +02:00
56bac2ce09 Release v1.1.0 2015-09-28 21:38:36 -07:00
d5a4ba1ff0 Updates headline 2015-09-27 16:55:31 -07:00
b0e118f750 Improves test coverage 2015-09-27 11:53:52 -07:00
ce7b9652c7 Includes .bind(this) polyfill for PhantomJS 2015-09-26 09:08:01 -07:00
3610bfa08c Emits event on base class instead of each element for better performance 2015-09-24 18:19:40 -07:00
ced945f11a Replaces every single event listener in favor of event delegation 2015-09-24 17:02:33 -07:00