402c9ee17b
Release v1.5.16
2016-12-12 11:54:35 -02:00
8ad16a2c6c
Release v1.5.15
2016-10-22 19:44:43 -07:00
ce0829054b
Updates dev dependencies
2016-10-22 19:37:37 -07:00
223d30c110
Removes babel loose mode
2016-10-22 19:37:18 -07:00
0149e1de5e
Updates good-listener package which removes two dependencies
2016-10-22 19:10:44 -07:00
26a9e9d56c
Release v1.5.13
2016-10-16 22:44:03 -07:00
eb7418b51b
Release v1.5.12
2016-06-09 07:57:20 -07:00
a4ab305297
Release v1.5.11
2016-06-08 21:46:20 -07:00
53a733fcb5
Release v1.5.10
2016-04-03 22:33:02 -07:00
ff3cd2c722
Release v1.5.9
2016-02-26 10:26:32 -08:00
e5fe34c524
WTF?! npm
2016-02-25 15:17:07 -05:00
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