Skip to content

Releases: michalstocki/jquery-custom-selection

0.5.1

12 Dec 09:47
Compare
Choose a tag to compare

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 to jcs-start-marker
  • renamed the configuration option for a content origin transformation from contextOrigin to contentOrigin

0.5.0

12 Nov 14:06
Compare
Choose a tag to compare

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,