Skip to content

Releases: emreerkan/insertAtCaret

v1.2.2 - Dependency update

19 Jun 13:50
Compare
Choose a tag to compare

Updated jQuery dependency. Now it requires at least 3.5.0 version.

v1.2.1 - ContentEditable focus fix

19 Jun 08:40
Compare
Choose a tag to compare

If the contentEditable element does not have focus it was adding the text to the active element. .focus() added to prevent that, now it's giving the focus to the contentEditable element first and then adds the intended text.

Thanks for reporting @wayheming

v1.2.0 - ContentEditable support

18 Jun 06:34
Compare
Choose a tag to compare

As per the request #5 the support for elements with contenteditable="true" is added.

v1.1.5 - Selection support

05 Jun 14:54
Compare
Choose a tag to compare

Plugin now replaces selected texts in inputs.