Releases: timdown/rangy
Releases · timdown/rangy
1.3.0-alpha.20140822.2
Fix for issue #241.
1.3.0-alpha.20140822
Latest alpha release of Rangy 1.3. Added support for Browserify and Bower plus minor enhancements and bugfixes:
1.3alpha.20140804
Fixed bug (#229) that meant all modules were broken in the last release.
1.3alpha.20140801
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 istrue
- 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
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-opRangeException
is gone; it's allDOMException
s now.