Releases: michalstocki/jquery-custom-selection
Releases · michalstocki/jquery-custom-selection
0.5.1
Changes:
- The whole code base rewritten to the object-oriented architecture using CoffeeScript
- Added object-oriented API as an alternative for jQuery plugin
- Fixed wrong selection drawing when the end of selection range has been put at the beginning of an element [Bugfix]
- default CSS class for the start marker changed from
jcs-beginning-marker
tojcs-start-marker
- renamed the configuration option for a content origin transformation from
contextOrigin
tocontentOrigin
0.5.0
Changes:
- fixed selecting the last letter in a line [Bugfix],
- added
markerShiftY
option for adjusting space between a pointer on a screen and it's position in text, - fixed long-tap-selection of words divided into span elements (e.g. partial bold or italic of a word) [Bugfix],
- improved drawing selection on iOS devices,