4 Commits

Author SHA1 Message Date
0be5a0bf3d 1.0.16 2023-04-11 12:04:18 +02:00
187a273309 fix(core): update 2023-04-11 12:04:17 +02:00
1264a11140 1.0.15 2023-04-11 11:46:53 +02:00
c2c4fc96a5 fix(core): update 2023-04-11 11:46:53 +02:00
4 changed files with 666 additions and 658 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartrouter",
"version": "1.0.14",
"version": "1.0.16",
"private": false,
"description": "a router for routing on websites",
"main": "dist_ts/index.js",

1317
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@pushrocks/smartrouter',
version: '1.0.14',
version: '1.0.16',
description: 'a router for routing on websites'
}

View File

@ -51,9 +51,6 @@ export class SmartRouter {
popStateEventArg.preventDefault();
this._handleRouteState();
});
window.addEventListener('DOMContentLoaded', () => {
this._handleRouteState();
});
}
/**