Releases: canjs/can-route-pushstate
Releases · canjs/can-route-pushstate
Fix the tests to actually test against can-define and can-map
Remove highlight.js from dependencies
QUNIT2 upgrade
This updates the tests to use QUnit@2.x.x.
Fixes routing bug with target="_blank"
Put back fix for routing bug with target="_blank"
and fix failing tests.
Reverting changes in v3.4.0
Some failing tests were found in v3.4.0. Reverting for now until these can be fixed.
Fixes routing bug with target="_blank"
A fix from the 4.x branch to prevent <a target="_blank" href="https://my-app/pages">link</a>
from using pushstate and will open the link in a new tab.
Fix an issue with the tests passing in IE11
Also:
- Adds a file for testing with IE
- Works around a
highlight.js
issue highlightjs/highlight.js#1984
See #141 for more info.
Handle SVG anchor tags
This makes SVG anchor a
tags works with pushstate, for example:
<a xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/things/1/description">
<rect x="432.5" y="20" width="50" height="130" class="transponder"></rect>
</a>
Refactoring + Inline Documentation
Greatly improved inline documentation and released docco docs.
Refactoring focused on better use of inherited binding and mixins from can-simple-observable.