Skip to content

Releases: timdown/rangy

1.3.1

17 Aug 23:10
Compare
Choose a tag to compare

Full Changelog: 1.3.0...1.3.1

Bugfix and minor new feature release. Changes since 1.3.0:

1.3.0

10 May 14:39
Compare
Choose a tag to compare

Full release of Rangy 1.3. Changes since beta 2:

  • Amend Range.intersectsNode to conform to DOM4
  • Fixes for issues #164, #259, #293, #304, #305
  • Other minor tweaks and fixes

1.2.3

13 Apr 22:32
Compare
Choose a tag to compare

Most recent stable 1.2 release from 26 February 2012.

1.3.0-beta.2

22 Mar 23:57
Compare
Choose a tag to compare
1.3.0-beta.2 Pre-release
Pre-release

Second beta release. Changes since beta 1:

  • Add handling for non-HTML namespace elements (such as <svg>) to class applier (issue #272)
  • Prevent class applier applying a class to text within <style>, <script> and some other elements (issue #281)
  • Changerangy.config.alertOnFail default value to false (issue #280)
  • Fix for XHTML documents (PR #290)
  • Prevent a sneaky scenario where "Discontiguous selection is not supported" warnings are generated in Chrome (issue #276)
  • Change feature test elements to be inserted at the start of the body rather than the end in an attempt to fix issue #292
  • Add type option to highlighter serialize() method (PR #291)
  • Add saveRanges() and restoreRanges() methods to selection for issue #279

1.3.0-beta.1

12 Feb 23:58
Compare
Choose a tag to compare
1.3.0-beta.1 Pre-release
Pre-release

First beta release for version 1.3. Changes since the last alpha release:

  • Class applier: now supports applying/unapplying classes to empty elements such as <img> (issue #83)
  • Class applier: improved support for elementAttributes option (issue #206, issue #213)
  • AMD modules now return a copy of the main Rangy object (pull request #270)
  • Minor bugfixes

1.3.0-alpha.20150122

22 Jan 00:22
Compare
Choose a tag to compare
1.3.0-alpha.20150122 Pre-release
Pre-release
  • Fixes various minor issues, mostly in the Class Applier module
  • Change Bower package name from rangy-official to rangy (thanks to Dom Barker for releasing the rangy package name)

1.3.0-alpha.20140921

21 Sep 22:57
Compare
Choose a tag to compare
1.3.0-alpha.20140921 Pre-release
Pre-release

Fixes for the following issues:

  • Pull request #246: findText() bug when using regex (thanks to Ben Demboski)
  • Issue #248: IE 8 initializing too early
  • Issue #249: Error when using selection option in highlightSelection()

1.3.0-alpha.20140827

27 Aug 21:17
Compare
Choose a tag to compare
1.3.0-alpha.20140827 Pre-release
Pre-release

Internal tidying. No functional changes.

1.3.0-alpha.20140825

25 Aug 17:07
Compare
Choose a tag to compare
1.3.0-alpha.20140825 Pre-release
Pre-release

Includes a new feature:

  • ignoreCharacters option added to characterOptions used in TextRange module (issue #198)

Bugs fixed:

  • Global object issue #242

1.3.0-alpha.20140822.2

22 Aug 14:51
Compare
Choose a tag to compare
Pre-release

Fix for issue #241.