Zeno Rocha
53a733fcb5
Release v1.5.10
2016-04-03 22:33:02 -07:00
Zeno Rocha
ff3cd2c722
Release v1.5.9
2016-02-26 10:26:32 -08:00
Helder Santana
e5fe34c524
WTF?! npm
2016-02-25 15:17:07 -05:00
Helder Santana
83b9d6a84d
update modules and fix #176
2016-02-20 01:14:33 -05:00
Zeno Rocha
7e37c95121
Release v1.5.8
2016-02-04 11:28:33 -08:00
Zeno Rocha
a88bb77be4
Release v1.5.7
2016-02-03 08:31:41 -08:00
Zeno Rocha
e86dc2caa2
Revert "Upgrades to Babel 6"
...
This reverts commit ee1eb455f4
.
2016-02-03 08:22:35 -08:00
Zeno Rocha
8392a7ba1c
Release v1.5.6
2016-02-02 13:44:26 -08:00
Zeno Rocha
ee1eb455f4
Upgrades to Babel 6
2016-02-02 13:11:25 -08:00
Zeno Rocha
d50f2fb73f
Updates good-listener
...
Fixes #170
2016-02-02 12:52:17 -08:00
Zeno Rocha
783dc6f3cf
Adds devDependencies since peerDependencies does not work anymore
2015-11-13 01:39:19 -08:00
Zeno Rocha
3188ffbce3
Release v1.5.5
2015-11-13 01:20:15 -08:00
Zeno Rocha
5dba68634e
Fixes a bug where non-editable elements were being focused
2015-11-13 01:20:02 -08:00
Zeno Rocha
a12a056ef6
Release v1.5.4
2015-11-13 00:25:35 -08:00
Zeno Rocha
cb4301658c
Updates delegate package which now exposes e.delegateTarget property #120
2015-11-13 00:24:46 -08:00
Zeno Rocha
4967f118fe
Release v1.5.3
2015-11-12 09:57:35 -08:00
Zeno Rocha
db575bb4df
Removes babelify from being a dependency to a devDependency #15 #105
2015-10-28 13:06:14 -07:00
Zeno Rocha
bb6c4c0e7c
Release v1.5.2
2015-10-28 12:57:47 -07:00
Zeno Rocha
03ee9829e0
Removes browserify tests
2015-10-28 12:56:52 -07:00
Zeno Rocha
24f6e1f541
Moves babel to devDependencies
2015-10-28 12:56:38 -07:00
Zeno Rocha
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
Zeno Rocha
171f438f22
Release v1.5.1
2015-10-27 09:32:43 -07:00
Zeno Rocha
42a459402c
Release v1.5.0
2015-10-26 23:04:54 -07:00
Zeno Rocha
6b1f6b22a6
Allows HTML elements to be passed in the constructor - Fixes #25
2015-10-26 01:06:29 -07:00
Zeno Rocha
705e2dbefd
Release v1.4.3
2015-10-24 11:41:53 -07:00
Zeno Rocha
70b2548a80
Migrates to delegate fork
2015-10-20 12:35:25 -07:00
Zeno Rocha
c6dc01cc29
Moves selection code to a different package
2015-10-19 16:21:38 -07:00
Zeno Rocha
d166ff6d96
Adds banner - Fixes #88
2015-10-15 12:49:08 -07:00
Helder Santana
8d804fdd42
fix npm3 build updating uglifyjs to version 2
2015-10-13 14:37:26 -04:00
Zeno Rocha
54efeb68e6
Release v1.4.2
2015-10-13 11:12:56 -07:00
Zeno Rocha
b3ad81570e
Release v1.4.1
2015-10-09 09:08:02 +02:00
arve0
b7b2259dfb
script build-watch should build standalone like build-debug
2015-10-06 15:55:21 +02:00
Zeno Rocha
019b021624
Release v1.4.0
2015-10-03 19:17:42 -07:00
Zeno Rocha
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
tzoky07
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
Zeno Rocha
c70a91a67e
Moves browserify and babelify into dependencies #15
2015-10-01 08:35:17 -07:00
JoshSpears3
29d5127362
Updated browserify and karma-browserify to fix npm install error
2015-10-01 09:12:48 -05:00
Zeno Rocha
1539bba290
Release v1.3.1
2015-09-29 22:35:01 -07:00
Zeno Rocha
3c414a6b2e
Renames npm scripts #19
2015-09-29 22:33:39 -07:00
Zeno Rocha
aeec3fd520
Source formatting #19
2015-09-29 22:28:15 -07:00
Mauricio Soares
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
Mauricio Soares
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
Zeno Rocha
b5bc00f2e4
Release v1.3.0
2015-09-29 10:17:15 -07:00
Mauricio Soares
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
Zeno Rocha
84d1949718
Merge pull request #11 from SpazzMarticus/master
...
Added unminified dist/clipboard.js
2015-09-29 00:00:18 -07:00
Zeno Rocha
b80f9f8aae
Release v1.2.0
2015-09-28 23:56:45 -07:00
SpazzMarticus
1d74794565
Publish-script builds dist/clipboard.js and minifies it to dist/clipboard.min.js
2015-09-29 08:43:23 +02:00
Zeno Rocha
56bac2ce09
Release v1.1.0
2015-09-28 21:38:36 -07:00
Zeno Rocha
d5a4ba1ff0
Updates headline
2015-09-27 16:55:31 -07:00
Zeno Rocha
b0e118f750
Improves test coverage
2015-09-27 11:53:52 -07:00