Releases: timdown/rangy
Releases · timdown/rangy
1.3.2
1.3.1
Full Changelog: 1.3.0...1.3.1
Bugfix and minor new feature release. Changes since 1.3.0:
- Added
setBaseAndExtent()
on selection - Added
type
property to selection - Added
parentElement()
on range - Class applier: fix bug (see #454). Turns out I fixed this in 2015 but never rebuilt and published.
1.3.0
1.2.3
1.3.0-beta.2
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) - Change
rangy.config.alertOnFail
default value tofalse
(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 highlighterserialize()
method (PR #291) - Add
saveRanges()
andrestoreRanges()
methods to selection for issue #279
1.3.0-beta.1
First beta release for version 1.3. Changes since the last alpha release:
1.3.0-alpha.20150122
- Fixes various minor issues, mostly in the Class Applier module
- Change Bower package name from
rangy-official
torangy
(thanks to Dom Barker for releasing therangy
package name)
1.3.0-alpha.20140921
1.3.0-alpha.20140827
Internal tidying. No functional changes.