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) - 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