Zeno Rocha
|
9377659c9c
|
Fixes discontiguous selection #17
|
2015-10-13 09:28:11 -07:00 |
|
Zeno Rocha
|
b3ad81570e
|
Release v1.4.1
|
2015-10-09 09:08:02 +02:00 |
|
Zeno Rocha
|
019b021624
|
Release v1.4.0
|
2015-10-03 19:17:42 -07:00 |
|
Kevin Malakoff
|
e5a6797c82
|
Got rid of ES7 notation and built library
|
2015-10-03 19:06:29 -07:00 |
|
Maxim Lebedinets
|
e4f3fb226c
|
Modified comments and changed element type for "ClipboardAction" class;
|
2015-09-30 20:52:48 +03:00 |
|
Maxim Lebedinets
|
c041e2a8f0
|
changed "fakeElem" element type.
|
2015-09-30 20:22:45 +03:00 |
|
Zeno Rocha
|
1539bba290
|
Release v1.3.1
|
2015-09-29 22:35:01 -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
|
194bf6aeb3
|
Source formatting
|
2015-09-28 23:54:34 -07:00 |
|
SpazzMarticus
|
fe6c408e48
|
Built dist/clipboard.js via npm run publish
|
2015-09-29 08:45:29 +02:00 |
|
Mauricio Soares
|
40e6ac9674
|
run publish command
|
2015-09-28 14:08:34 -03:00 |
|
Zeno Rocha
|
467684333f
|
Moves from Node's require to ES6's import syntax
|
2015-09-26 17:31:18 -07:00 |
|
Zeno Rocha
|
1ac258dea5
|
Moves to a better delegate library
|
2015-09-24 22:23:15 -07:00 |
|
Zeno Rocha
|
34c798851d
|
Only removes the fake element after another click event, that way an user can hit Ctrl+C to copy because selection still exists
|
2015-09-24 21:25:37 -07:00 |
|
Zeno Rocha
|
3610bfa08c
|
Emits event on base class instead of each element for better performance
|
2015-09-24 18:19:40 -07:00 |
|
Zeno Rocha
|
ced945f11a
|
Replaces every single event listener in favor of event delegation
|
2015-09-24 17:02:33 -07:00 |
|
Zeno Rocha
|
540038e2ad
|
Adds documentation for each block
|
2015-09-24 16:18:50 -07:00 |
|
Zeno Rocha
|
56dd1aac22
|
Handles attributes with getters/setters and breaks code into two classes
|
2015-09-24 15:11:11 -07:00 |
|
Zeno Rocha
|
e72ce02c87
|
Clears selection only if operation succeeded
|
2015-09-23 10:54:18 -07:00 |
|
Zeno Rocha
|
dedfbffe05
|
Fixes selection on non-editable elements
|
2015-09-22 23:32:04 -07:00 |
|
Zeno Rocha
|
fbb2a316bf
|
Removes fake element from screen instead making it transparent
|
2015-09-22 09:59:15 -07:00 |
|
Zeno Rocha
|
b4a748f89f
|
Uses template string instead of concat strings
|
2015-09-22 08:33:34 -07:00 |
|
Zeno Rocha
|
c92c4e545a
|
Removes "no-support" event in favor of "error" and "copy/cut" in favor of "success"
|
2015-09-21 10:32:11 -07:00 |
|
Zeno Rocha
|
f3c042a364
|
Only fire detailed events if copy was successful
|
2015-09-21 01:15:01 -07:00 |
|
Zeno Rocha
|
aebcbdf292
|
Updates headline and add default export
|
2015-09-21 00:37:02 -07:00 |
|
Zeno Rocha
|
52b444609e
|
Improves error handling
|
2015-09-20 14:35:19 -07:00 |
|
Zeno Rocha
|
b1d0ac9520
|
Makes compilation faster but less spec-compliant
|
2015-09-20 00:47:18 -07:00 |
|
Zeno Rocha
|
66c18fbcb4
|
Breaks code into two classes
|
2015-09-19 18:03:31 -07:00 |
|
Zeno Rocha
|
24f4bc77ed
|
Handles browsers that do not support this API
|
2015-09-19 16:44:30 -07:00 |
|
Zeno Rocha
|
960d1a9dd9
|
Adds browserify and babelify for import transformation
|
2015-09-19 15:42:36 -07:00 |
|
Zeno Rocha
|
7a92a67487
|
Adds CustomEvent polyfill
|
2015-09-19 14:02:56 -07:00 |
|
Zeno Rocha
|
76ab07a186
|
Triggers a custom event after copying/cutting commands
|
2015-09-19 11:38:19 -07:00 |
|
Zeno Rocha
|
e1f8fe6cde
|
Renames "data-value" to "data-text"
|
2015-09-19 02:25:46 -07:00 |
|
Zeno Rocha
|
6fcb7d5f87
|
Fetches attributes via "getAttributes" for better cross browser support
|
2015-09-19 02:03:45 -07:00 |
|
Zeno Rocha
|
6ecabeb38f
|
Throws an error if selector is empty
|
2015-09-18 22:40:10 -07:00 |
|
Zeno Rocha
|
9f59fd4c59
|
Converts to a valid HTML document
|
2015-09-18 18:25:28 -07:00 |
|
Zeno Rocha
|
72cfee91a1
|
Adds support for cut action
|
2015-09-18 18:10:44 -07:00 |
|
Zeno Rocha
|
ed8260591c
|
Breaks code into multiple methods (arrow functions ❤️)
|
2015-09-18 17:30:12 -07:00 |
|
Zeno Rocha
|
f7d3fb249a
|
Adds new "value" attribute that creates a fake element and select its content to clipboard
|
2015-09-18 16:32:57 -07:00 |
|
Zeno Rocha
|
8780d3c6bb
|
Adds minify task
|
2015-09-18 15:55:18 -07:00 |
|
Zeno Rocha
|
d682f4a3d4
|
Adds support for any HTML element
|
2015-09-17 23:53:36 -07:00 |
|
Zeno Rocha
|
231d62db0e
|
Adds initial clipboard implementation
|
2015-09-17 23:18:08 -07:00 |
|