Releases: deshiknaves/caret-pos
Releases · deshiknaves/caret-pos
Updated UMD module name
- Renamed UMD module from
caret-pos
tocaretPos
- Updated packages
Typings and security fixes
- Added typings
- Removed
yarn
in preference tonpm
- Updated vulnerable packages
isContentEditable
will support other browser APIs whereelement.contentEditable
can only be accessed byelement.getAttribute('contentEditable')
Firefox bug fix
- Removed conversion from
\s
to
for Firefox. It's not needed.
Custom position option for offset
- Added
customPos
option tooffset
No Shadow Caret
Added noShadowCaret
option to offset
Minor updates to package information
Functionally the same, just some updates to the details of the package.
First release
Completed port and added tests
Initial release
This is a fully working port for early testing.