diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2017-10-16 23:32:19 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2017-10-22 14:14:33 +0200 |
commit | 8e60a2bd28fe7ae61faa8c4c019d97c673ab2bb9 (patch) | |
tree | 4d83c7d8c0a6dfe004c3be8524f405386b7a4c7d /apps/comments/js/vendor/Caret.js/CHANGELOG.md | |
parent | 04fafdd50543fb95f7d2640ad7d4fa5960d5f323 (diff) | |
download | nextcloud-server-8e60a2bd28fe7ae61faa8c4c019d97c673ab2bb9.tar.gz nextcloud-server-8e60a2bd28fe7ae61faa8c4c019d97c673ab2bb9.zip |
add At.js and dependencies
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'apps/comments/js/vendor/Caret.js/CHANGELOG.md')
-rw-r--r-- | apps/comments/js/vendor/Caret.js/CHANGELOG.md | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/apps/comments/js/vendor/Caret.js/CHANGELOG.md b/apps/comments/js/vendor/Caret.js/CHANGELOG.md new file mode 100644 index 00000000000..2b127e44335 --- /dev/null +++ b/apps/comments/js/vendor/Caret.js/CHANGELOG.md @@ -0,0 +1,52 @@ +### v0.2.1 + +* f66a1eb - can get offset at the benginning of a line +* 4885ddd - fix wrong position of textarea + +### v0.2.0 + +* 12119d2 - calculating in iframe's coordinate +* 959436d - implement `position` api for contentEditable +* d051ffc - fix html escaping while mirroring caret + +### v0.1.0 + +* b1f8f53 - fix Mirror div does not reset its CSS +* e88e40e - fix Bad positioning in long words +* 37d4c5e - disable auto decovery iframe + +### v0.0.7 + +* cf94271 - Added suport for .caret(pos, 0) - Nicolas Donna +* 2de2b0f - Fixed error when checking the pos arg when setting the position - Nicolas Donna +* 34ac7fa - catch error thrown in cross-domain iframe - jiyinyiyong + +* 01f1fa1 - add minified file in dist. + +### v0.0.6 + +* 287b5d8 working in iframe + +### v0.0.5 + +* aef0aa4 fix IE input position error +* 4a4f7f7 fix contenteditable null value bug + +### v0.0.4 + +* fix scrolling problem + +### v0.0.2 + +* support `contentEditable` mode +* fix ie bugs, and support IE > 6 to all mode + +### 2013-08-07 + +* fix bug: error position at beginning of textarea +* Bower +* jasmine test + +### 2013-03-31 + +* support IE browsers. |