router icon indicating copy to clipboard operation
router copied to clipboard

Small and powerful client-side router for Web Components. Framework-agnostic.

Results 146 router issues
Sort by recently updated
recently updated
newest added

Bumps [rollup](https://github.com/rollup/rollup) from 2.35.1 to 2.78.0. Release notes Sourced from rollup's releases. v2.78.0 2022-08-14 Features Support writing plugin hooks as objects with a "handler" property (#4600) Allow changing execution order...

dependencies

Hello, I'm trying to integrade vaadin router in a lit-element project. I realised if you refresh any page other than the home page, like `/users/kim` you are going to get...

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.11.6 to 7.18.10. Release notes Sourced from @​babel/core's releases. v7.18.10 (2022-08-01) :rocket: New Feature babel-helper-string-parser, babel-types #14757 feat: Automatically generate cooked for templateElement (@​liuxingbaoyu) :bug: Bug Fix...

dependencies

Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.16.3 to 4.21.3. Changelog Sourced from browserslist's changelog. 4.21.3 Improved unknown region and unknown feature error (by Alexander Chabin). 4.21.2 Updated Firefox ESR. 4.21.1 Fixed parsing days...

dependencies

Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. Changelog Sourced from shell-quote's changelog. 1.7.3 Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the...

dependencies

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.1.5 to 4.7.4. Release notes Sourced from typescript's releases. TypeScript 4.7.4 For release notes, check out the release announcement. For the complete list of fixed issues, check...

dependencies

I'm using the router from skypack.dev and it recommends packages to include typescript dts files in the `types` field in `package.json`. https://docs.skypack.dev/package-authors/package-checks#types I have made a simple commit to add...

Bumps [urijs](https://github.com/medialize/URI.js) from 1.19.6 to 1.19.11. Release notes Sourced from urijs's releases. 1.19.11 (April 3rd 2022) SECURITY fixing URI.parse() handle excessive slashes in scheme-relative URLs - disclosed by zeyu2001 via...

dependencies

We have a SPA that uses Vaadin Router and would like to employ a broken link checker like Lychee (https://github.com/lycheeverse/lychee), but we have a wildcard in the router to send...