Skip to content

Releases: timdown/rangy

1.3.0-alpha.20140822

21 Aug 23:33
Compare
Choose a tag to compare
1.3.0-alpha.20140822 Pre-release
Pre-release

Latest alpha release of Rangy 1.3. Added support for Browserify and Bower plus minor enhancements and bugfixes:

  • Fixed AMD issue #230
  • Rangy now auto-initializes if the document has already loaded and rangy.config.autoInitialize is true (thanks to Philip Peitsch)
  • Added exclusive option to highlighter module when highlighting and improved merging of highlights from pull request #228 (thanks to Vittorio)

1.3alpha.20140804

03 Aug 23:04
Compare
Choose a tag to compare
1.3alpha.20140804 Pre-release
Pre-release

Fixed bug (#229) that meant all modules were broken in the last release.

1.3alpha.20140801

01 Aug 23:08
Compare
Choose a tag to compare
1.3alpha.20140801 Pre-release
Pre-release

Latest alpha release of Rangy 1.3. Contains minor enhancements and bugfixes:

  • AMD support (I think)
  • Suppressed "Discontiguous selection is not supported" errors in Chrome
  • Renamed rangy-cssclassapplier.js to rangy-classapplier.js
  • Added rangy.config.autoInitialize config option. Default is true
  • Added getNativeTextRange() method to selection
  • Modules now initialize automatically if core has already initialized
  • Build script now works on non-Windows platforms

1.3alpha.20140716

15 Jul 23:06
Compare
Choose a tag to compare
1.3alpha.20140716 Pre-release
Pre-release

Latest alpha release of Rangy 1.3. Contains minor enhancements and bugfixes and some changes to bring Range implementation in line with DOM4:

  • detach() is now a no-op
  • RangeException is gone; it's all DOMExceptions now.

1.3alpha.20140706

05 Jul 23:17
Compare
Choose a tag to compare
1.3alpha.20140706 Pre-release
Pre-release

Latest alpha release of Rangy 1.3. Fixes several bugs: