Skip to content

Releases: canjs/can-route-pushstate

Fix the tests to actually test against can-define and can-map

10 Sep 17:06
Compare
Choose a tag to compare

Remove highlight.js from dependencies

30 May 20:28
Compare
Choose a tag to compare

QUNIT2 upgrade

28 May 19:49
Compare
Choose a tag to compare

This updates the tests to use QUnit@2.x.x.

#150

Fixes routing bug with target="_blank"

02 Apr 14:53
Compare
Choose a tag to compare

Put back fix for routing bug with target="_blank" and fix failing tests.

Reverting changes in v3.4.0

01 Apr 22:00
Compare
Choose a tag to compare

Some failing tests were found in v3.4.0. Reverting for now until these can be fixed.

Fixes routing bug with target="_blank"

01 Apr 19:40
Compare
Choose a tag to compare

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

25 Feb 20:37
Compare
Choose a tag to compare

Also:

See #141 for more info.

Handle SVG anchor tags

11 Feb 20:54
Compare
Choose a tag to compare

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>

#138

Refactoring + Inline Documentation

06 Dec 21:46
Compare
Choose a tag to compare

Greatly improved inline documentation and released docco docs.

Refactoring focused on better use of inherited binding and mixins from can-simple-observable.

using steal-with-promises for scripts loaded by canjs/canjs test suite (for IE11)

20 Nov 15:54
Compare
Choose a tag to compare