]> git.ipfire.org Git - thirdparty/vuejs/router.git/log
thirdparty/vuejs/router.git
2 days agodocs: accurate definePage main
Eduardo San Martin Morote [Thu, 16 Jul 2026 15:11:00 +0000 (17:11 +0200)] 
docs: accurate definePage

2 days agofeat(unplugin): don't crash on duplicate definePage() calls (#2753)
Eduardo San Martin Morote [Thu, 16 Jul 2026 15:10:43 +0000 (17:10 +0200)] 
feat(unplugin): don't crash on duplicate definePage() calls (#2753)

Replaces the thrown SyntaxError with a reported diagnostic
(VUE_ROUTER_B0020). The first definePage() call is kept and the
extras are ignored, so the Vite server no longer crashes.

2 days agofix(types): allow unsetting a route name with `false` in `EditableTreeNode` (#2752)
Anoesj Sadraee [Thu, 16 Jul 2026 15:10:15 +0000 (17:10 +0200)] 
fix(types): allow unsetting a route name with `false` in `EditableTreeNode` (#2752)

---------

Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
2 days agochore: comments
Eduardo San Martin Morote [Thu, 16 Jul 2026 14:50:31 +0000 (16:50 +0200)] 
chore: comments

2 days agodocs: clarify HMR handling for dynamic routes in file-based routing
Eduardo San Martin Morote [Thu, 16 Jul 2026 09:39:46 +0000 (11:39 +0200)] 
docs: clarify HMR handling for dynamic routes in file-based routing

Closes https://github.com/vuejs/router/discussions/2750

2 days agochore: move all pnpm settings to `pnpm-workspace.yaml` (#2751)
btea [Thu, 16 Jul 2026 09:25:00 +0000 (17:25 +0800)] 
chore: move all pnpm settings to `pnpm-workspace.yaml` (#2751)

* chore: move all pnpm settings to `pnpm-workspace.yaml`

* chore: update

3 days agorelease: vue-router@5.2.0 v5.2.0
Eduardo San Martin Morote [Wed, 15 Jul 2026 10:04:11 +0000 (12:04 +0200)] 
release: vue-router@5.2.0

3 days agofix: allow pinia 4
Eduardo San Martin Morote [Wed, 15 Jul 2026 09:01:33 +0000 (11:01 +0200)] 
fix: allow pinia 4

See https://github.com/vuejs/pinia/discussions/3159

5 days agodocs: improve compat
Eduardo San Martin Morote [Mon, 13 Jul 2026 14:25:53 +0000 (16:25 +0200)] 
docs: improve compat

5 days agochore: up ts where possible
Eduardo San Martin Morote [Mon, 13 Jul 2026 09:25:19 +0000 (11:25 +0200)] 
chore: up ts where possible

5 days agoci: pin image
Eduardo San Martin Morote [Mon, 13 Jul 2026 09:00:43 +0000 (11:00 +0200)] 
ci: pin image

5 days agoci: update playwright image
Eduardo San Martin Morote [Mon, 13 Jul 2026 08:59:15 +0000 (10:59 +0200)] 
ci: update playwright image

5 days agochore: up lint, babel and others
Eduardo San Martin Morote [Mon, 13 Jul 2026 08:53:44 +0000 (10:53 +0200)] 
chore: up lint, babel and others

5 days agochore: up deps minor and patches
Eduardo San Martin Morote [Mon, 13 Jul 2026 08:43:49 +0000 (10:43 +0200)] 
chore: up deps minor and patches

2 weeks agoci: bump the actions group with 3 updates (#2745)
dependabot[bot] [Thu, 2 Jul 2026 15:25:16 +0000 (17:25 +0200)] 
ci: bump the actions group with 3 updates (#2745)

Bumps the actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [pnpm/action-setup](https://github.com/pnpm/action-setup) and [codecov/codecov-action](https://github.com/codecov/codecov-action).

Updates `actions/checkout` from 6.0.3 to 7.0.0
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/df4cb1c069e1874edd31b4311f1884172cec0e10...9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0)

Updates `pnpm/action-setup` from 6.0.8 to 6.0.9
- [Release notes](https://github.com/pnpm/action-setup/releases)
- [Commits](https://github.com/pnpm/action-setup/compare/0e279bb959325dab635dd2c09392533439d90093...0ebf47130e4866e96fce0953f49152a61190b271)

Updates `codecov/codecov-action` from 6.0.1 to 7.0.0
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/e79a6962e0d4c0c17b229090214935d2e33f8354...fb8b3582c8e4def4969c97caa2f19720cb33a72f)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: pnpm/action-setup
  dependency-version: 6.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: codecov/codecov-action
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 weeks agofix(unplugin): reject invalid hex digits in [x+hh] character codes (#2744)
greymoth [Tue, 30 Jun 2026 08:34:49 +0000 (17:34 +0900)] 
fix(unplugin): reject invalid hex digits in [x+hh] character codes (#2744)

* fix(unplugin): reject invalid hex digits in [x+hh] character codes

* refactor: review

---------

Co-authored-by: greymoth <246701683+greymoth-jp@users.noreply.github.com>
Co-authored-by: Eduardo San Martin Morote <posva13@gmail.com>
4 weeks agodocs: add Deno to install instructions (#2742)
Bartek Iwańczuk [Fri, 19 Jun 2026 04:18:42 +0000 (06:18 +0200)] 
docs: add Deno to install instructions (#2742)

4 weeks agofeat: add helpful diagnostics (#2737)
Eduardo San Martin Morote [Tue, 16 Jun 2026 13:43:44 +0000 (15:43 +0200)] 
feat: add helpful diagnostics (#2737)

use nostics

6 weeks agodocs: add modfiy vite config for use custom Parser (#2723)
WuMingDao [Fri, 5 Jun 2026 15:56:14 +0000 (23:56 +0800)] 
docs: add modfiy vite config for use custom Parser (#2723)

* docs(exp): add modfiy vite config for use custom Parser

* refactor: review

---------

Co-authored-by: Eduardo San Martin Morote <posva13@gmail.com>
6 weeks agofix(scroll): ignore stale async scrollBehavior results (#2730)
baozj [Fri, 5 Jun 2026 14:43:15 +0000 (22:43 +0800)] 
fix(scroll): ignore stale async scrollBehavior results (#2730)

* fix(scroll): ignore stale async scrollBehavior results

When scrollBehavior returns a Promise, superseded navigations could
still apply their scroll position to the current page. Track the
latest handleScroll call and only apply the result of the most recent
one.

Co-authored-by: Cursor <cursoragent@cursor.com>
* test(scroll): cover stale scrollBehavior rejections

Co-authored-by: Cursor <cursoragent@cursor.com>
* refactor: review

* test: refactor

---------

Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Eduardo San Martin Morote <posva13@gmail.com>
6 weeks agoci: bump actions/checkout from 6.0.2 to 6.0.3 in the actions group (#2729)
dependabot[bot] [Fri, 5 Jun 2026 14:00:55 +0000 (16:00 +0200)] 
ci: bump actions/checkout from 6.0.2 to 6.0.3 in the actions group (#2729)

Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).

Updates `actions/checkout` from 6.0.2 to 6.0.3
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/de0fac2e4500dabe0009e67214ff5f5447ce83dd...df4cb1c069e1874edd31b4311f1884172cec0e10)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
6 weeks agodocs: nuxt data loaders demo
Eduardo San Martin Morote [Tue, 2 Jun 2026 12:42:41 +0000 (14:42 +0200)] 
docs: nuxt data loaders demo

7 weeks agoci: update workflows
Eduardo San Martin Morote [Fri, 29 May 2026 16:07:37 +0000 (18:07 +0200)] 
ci: update workflows

7 weeks agoci: pin
Eduardo San Martin Morote [Fri, 29 May 2026 16:07:15 +0000 (18:07 +0200)] 
ci: pin

7 weeks agotest: migrate e2e suite from Nightwatch to Playwright (#2724)
Eduardo San Martin Morote [Fri, 29 May 2026 15:58:15 +0000 (17:58 +0200)] 
test: migrate e2e suite from Nightwatch to Playwright (#2724)

* test: migrate e2e suite from Nightwatch to Playwright

* ci: run e2e through Playwright only

* ci: use playwright image

* test: improve e2e specs

* ci: fix actions

* ci: parallelize e2e

* ci: try more workers

* ci: test speed only chrome

* ci: upgrade pnpm

7 weeks agodocs: fix formatting in `extending-routes.md` (#2721)
Micha Huhn [Fri, 29 May 2026 12:42:12 +0000 (14:42 +0200)] 
docs: fix formatting in `extending-routes.md` (#2721)

7 weeks agotest: unused import
Eduardo San Martin Morote [Fri, 29 May 2026 07:55:41 +0000 (09:55 +0200)] 
test: unused import

7 weeks agotest: fix
Eduardo San Martin Morote [Fri, 29 May 2026 07:51:04 +0000 (09:51 +0200)] 
test: fix

7 weeks agochore: fix missing script in test
Eduardo San Martin Morote [Fri, 29 May 2026 07:48:22 +0000 (09:48 +0200)] 
chore: fix missing script in test

7 weeks agorelease: vue-router@5.1.0 v5.1.0
Eduardo San Martin Morote [Thu, 28 May 2026 14:31:50 +0000 (16:31 +0200)] 
release: vue-router@5.1.0

7 weeks agochore: fix playgroundc usage
Eduardo San Martin Morote [Thu, 28 May 2026 14:04:22 +0000 (16:04 +0200)] 
chore: fix playgroundc usage

7 weeks agorefactor(experimental): remove defineQueryParamParser and definePathParamParser
Eduardo San Martin Morote [Thu, 28 May 2026 13:59:30 +0000 (15:59 +0200)] 
refactor(experimental): remove defineQueryParamParser and definePathParamParser

BREAKING CHANGE: these are now replaced by `defineParamParser` and
`defineParamParserRaw`. They should cover more use cases in a more
intuitive way. Feedback is welcome. See
https://router.vuejs.org/experimental/param-parsers.html

7 weeks agodocs: fix gen and dead links
Eduardo San Martin Morote [Thu, 28 May 2026 13:43:53 +0000 (15:43 +0200)] 
docs: fix gen and dead links

7 weeks agorefactor: organize imports and exports add back Router
Eduardo San Martin Morote [Thu, 28 May 2026 13:36:39 +0000 (15:36 +0200)] 
refactor: organize imports and exports add back Router

7 weeks agodocs: links update
Eduardo San Martin Morote [Thu, 28 May 2026 13:16:32 +0000 (15:16 +0200)] 
docs: links update

7 weeks agochore: unused param
Eduardo San Martin Morote [Thu, 28 May 2026 10:55:01 +0000 (12:55 +0200)] 
chore: unused param

7 weeks agodocs: experimental
Eduardo San Martin Morote [Thu, 28 May 2026 10:54:47 +0000 (12:54 +0200)] 
docs: experimental

7 weeks agochore: playground param parsers testing
Eduardo San Martin Morote [Thu, 28 May 2026 10:18:16 +0000 (12:18 +0200)] 
chore: playground param parsers testing

7 weeks agobuild: build before test:types
Eduardo San Martin Morote [Thu, 28 May 2026 10:16:31 +0000 (12:16 +0200)] 
build: build before test:types

7 weeks agotest: param parser + resolve
Eduardo San Martin Morote [Thu, 28 May 2026 10:10:46 +0000 (12:10 +0200)] 
test: param parser + resolve

7 weeks agofix(experimental): repeatable params in subsegments
Eduardo San Martin Morote [Wed, 27 May 2026 16:02:00 +0000 (18:02 +0200)] 
fix(experimental): repeatable params in subsegments

7 weeks agofeat: allow string as a param parser for convenience
Eduardo San Martin Morote [Wed, 27 May 2026 14:12:34 +0000 (16:12 +0200)] 
feat: allow string as a param parser for convenience

7 weeks agobuild: update tsdown and rolldown
Eduardo San Martin Morote [Wed, 27 May 2026 13:30:55 +0000 (15:30 +0200)] 
build: update tsdown and rolldown

7 weeks agochore: use experimental types config in playground
Eduardo San Martin Morote [Wed, 27 May 2026 12:49:02 +0000 (14:49 +0200)] 
chore: use experimental types config in playground

7 weeks agofeat: override useRouter() return with experimental types config
Eduardo San Martin Morote [Wed, 27 May 2026 12:48:32 +0000 (14:48 +0200)] 
feat: override useRouter() return with experimental types config

7 weeks agodocs: drop vue-router 4 references (#2719)
Eduardo San Martin Morote [Tue, 26 May 2026 09:29:57 +0000 (11:29 +0200)] 
docs: drop vue-router 4 references (#2719)

7 weeks agorefactor: not needed type
Eduardo San Martin Morote [Tue, 26 May 2026 09:07:44 +0000 (11:07 +0200)] 
refactor: not needed type

7 weeks agochore: remove vue-router 4 stuff
Eduardo San Martin Morote [Tue, 26 May 2026 09:05:11 +0000 (11:05 +0200)] 
chore: remove vue-router 4 stuff

8 weeks agofeat: emit runtime warning for invalid format in query params
Eduardo San Martin Morote [Sat, 23 May 2026 16:18:20 +0000 (18:18 +0200)] 
feat: emit runtime warning for invalid format in query params

8 weeks agochore: logs
Eduardo San Martin Morote [Sat, 23 May 2026 16:11:04 +0000 (18:11 +0200)] 
chore: logs

8 weeks agofix: allow undefined values for params in query
Eduardo San Martin Morote [Sat, 23 May 2026 16:10:23 +0000 (18:10 +0200)] 
fix: allow undefined values for params in query

8 weeks agochore: add param parser playground
Eduardo San Martin Morote [Sat, 23 May 2026 15:55:07 +0000 (17:55 +0200)] 
chore: add param parser playground

8 weeks agorefactor: use app.onUnmount
Eduardo San Martin Morote [Sat, 23 May 2026 15:23:00 +0000 (17:23 +0200)] 
refactor: use app.onUnmount

8 weeks agodocs: better docs for loaders in meta
Eduardo San Martin Morote [Sat, 23 May 2026 15:20:06 +0000 (17:20 +0200)] 
docs: better docs for loaders in meta

8 weeks agorefactor: add loader types to base meta
Eduardo San Martin Morote [Sat, 23 May 2026 15:16:26 +0000 (17:16 +0200)] 
refactor: add loader types to base meta

8 weeks agoci: ignore more
Eduardo San Martin Morote [Sat, 23 May 2026 15:08:12 +0000 (17:08 +0200)] 
ci: ignore more

8 weeks agotest: remove useless test run and others
Eduardo San Martin Morote [Sat, 23 May 2026 15:08:00 +0000 (17:08 +0200)] 
test: remove useless test run and others

8 weeks agochore: build run
Eduardo San Martin Morote [Fri, 22 May 2026 16:51:32 +0000 (18:51 +0200)] 
chore: build run

8 weeks agochore: note
Eduardo San Martin Morote [Fri, 22 May 2026 14:56:03 +0000 (16:56 +0200)] 
chore: note

8 weeks agofeat: allow overriding the global Router type
Eduardo San Martin Morote [Fri, 22 May 2026 14:55:16 +0000 (16:55 +0200)] 
feat: allow overriding the global Router type

8 weeks agotest: up colada, less flaky
Eduardo San Martin Morote [Thu, 21 May 2026 09:20:51 +0000 (11:20 +0200)] 
test: up colada, less flaky

8 weeks agorefactor: toStringLiteral
Eduardo San Martin Morote [Thu, 21 May 2026 09:11:02 +0000 (11:11 +0200)] 
refactor: toStringLiteral

8 weeks agofix: detect not set format
Eduardo San Martin Morote [Thu, 21 May 2026 09:10:53 +0000 (11:10 +0200)] 
fix: detect not set format

8 weeks agochore: playground updates
Eduardo San Martin Morote [Thu, 21 May 2026 09:02:15 +0000 (11:02 +0200)] 
chore: playground updates

8 weeks agofeat: force array type raw param parsers
Eduardo San Martin Morote [Thu, 21 May 2026 09:02:00 +0000 (11:02 +0200)] 
feat: force array type raw param parsers

8 weeks agofeat: support raw param parsers
Eduardo San Martin Morote [Thu, 21 May 2026 09:01:13 +0000 (11:01 +0200)] 
feat: support raw param parsers

8 weeks agorefactor: raw param parser
Eduardo San Martin Morote [Thu, 21 May 2026 08:56:26 +0000 (10:56 +0200)] 
refactor: raw param parser

8 weeks agotest: missing runtime test
Eduardo San Martin Morote [Wed, 20 May 2026 15:21:34 +0000 (17:21 +0200)] 
test: missing runtime test

8 weeks agofeat: strict type for definePage param default
Eduardo San Martin Morote [Wed, 20 May 2026 15:19:23 +0000 (17:19 +0200)] 
feat: strict type for definePage param default

8 weeks agofix: filter invalid query params without failing to match
Eduardo San Martin Morote [Wed, 20 May 2026 10:41:52 +0000 (12:41 +0200)] 
fix: filter invalid query params without failing to match

8 weeks agochore: remove old file
Eduardo San Martin Morote [Wed, 20 May 2026 10:38:29 +0000 (12:38 +0200)] 
chore: remove old file

8 weeks agofix: avoid importing unused param parsers
Eduardo San Martin Morote [Wed, 20 May 2026 09:51:37 +0000 (11:51 +0200)] 
fix: avoid importing unused param parsers

8 weeks agofix: deterministic param parser types order
Eduardo San Martin Morote [Wed, 20 May 2026 09:10:09 +0000 (11:10 +0200)] 
fix: deterministic param parser types order

8 weeks agobuild: fix script
Eduardo San Martin Morote [Tue, 19 May 2026 15:56:30 +0000 (17:56 +0200)] 
build: fix script

8 weeks agochore: up some deps
Eduardo San Martin Morote [Tue, 19 May 2026 15:56:23 +0000 (17:56 +0200)] 
chore: up some deps

8 weeks agofix(types): add vite as optional peer dependency (#2712)
Huijie Shi [Tue, 19 May 2026 15:48:45 +0000 (23:48 +0800)] 
fix(types): add vite as optional peer dependency (#2712)

Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
Co-authored-by: shihuijie <shihuijie@msh.team>
8 weeks agofeat: typed definePage params.path (#2716)
Eduardo San Martin Morote [Tue, 19 May 2026 15:43:01 +0000 (17:43 +0200)] 
feat: typed definePage params.path (#2716)

8 weeks agofix: fix auto import fixes and make experimental esm only
Eduardo San Martin Morote [Tue, 19 May 2026 14:36:02 +0000 (16:36 +0200)] 
fix: fix auto import fixes and make experimental esm only

2 months agodocs: update `params` example (#2707)
skirtle [Wed, 13 May 2026 07:47:28 +0000 (08:47 +0100)] 
docs: update `params` example (#2707)

2 months agorelease: vue-router@5.0.7 v5.0.7
Eduardo San Martin Morote [Wed, 13 May 2026 07:42:34 +0000 (09:42 +0200)] 
release: vue-router@5.0.7

2 months agofeat(param-parsers): add include/exclude options
Eduardo San Martin Morote [Wed, 13 May 2026 07:40:44 +0000 (09:40 +0200)] 
feat(param-parsers): add include/exclude options

Close #2706

2 months agofix(volar): drop runtime `@vue/language-core` import (#2710)
Daniel Roe [Wed, 13 May 2026 07:25:35 +0000 (08:25 +0100)] 
fix(volar): drop runtime `@vue/language-core` import (#2710)

2 months agochore(ci): set least-privilege workflow token permissions (#2708)
Arpit Jain [Tue, 12 May 2026 17:41:40 +0000 (02:41 +0900)] 
chore(ci): set least-privilege workflow token permissions (#2708)

2 months agochore(release): use @clack/prompts
Eduardo San Martin Morote [Fri, 8 May 2026 10:51:29 +0000 (12:51 +0200)] 
chore(release): use @clack/prompts

2 months agochore: playground param type
Eduardo San Martin Morote [Thu, 7 May 2026 15:56:06 +0000 (17:56 +0200)] 
chore: playground param type

2 months agorefactor(param-parsers): simplify defineParamParser
Eduardo San Martin Morote [Thu, 7 May 2026 15:43:07 +0000 (17:43 +0200)] 
refactor(param-parsers): simplify defineParamParser

BREAKING CHANGE: the new `defineParamParser()` is simpler and internally
handles arrays and nullish values, simplifying the writing of param
parsers:

  ```ts
  export const parser = defineParamParser<Date>({
    get: value => {
      const asDate = new Date(value)
      if (Number.isNaN(asDate.getTime())) {
        miss(`Invalid date: "${value}"`)
      }

      return asDate
    },
    set: value => value.toISOString(),
  })

  Setting the first type param (here `Date`) is all you need now.
```

2 months agochore: comments
Eduardo San Martin Morote [Thu, 7 May 2026 13:42:47 +0000 (15:42 +0200)] 
chore: comments

2 months agorefactor: wip of defineParamParser
Eduardo San Martin Morote [Thu, 7 May 2026 13:42:36 +0000 (15:42 +0200)] 
refactor: wip of defineParamParser

2 months agochore: logs
Eduardo San Martin Morote [Thu, 7 May 2026 10:37:11 +0000 (12:37 +0200)] 
chore: logs

2 months agofeat: upgrade `@vue/devtools-api`
Eduardo San Martin Morote [Thu, 7 May 2026 10:06:39 +0000 (12:06 +0200)] 
feat: upgrade `@vue/devtools-api`

2 months agochore: up oxfmt
Eduardo San Martin Morote [Thu, 7 May 2026 10:06:11 +0000 (12:06 +0200)] 
chore: up oxfmt

2 months agochore: up tsdown
Eduardo San Martin Morote [Thu, 7 May 2026 10:01:00 +0000 (12:01 +0200)] 
chore: up tsdown

2 months agochore: updates
Eduardo San Martin Morote [Thu, 7 May 2026 09:46:12 +0000 (11:46 +0200)] 
chore: updates

2 months agochore: deepsec
Eduardo San Martin Morote [Thu, 7 May 2026 09:43:35 +0000 (11:43 +0200)] 
chore: deepsec

2 months agochore: ignore claude files
Eduardo San Martin Morote [Thu, 7 May 2026 09:43:17 +0000 (11:43 +0200)] 
chore: ignore claude files

2 months agochore: up deps
Eduardo San Martin Morote [Thu, 7 May 2026 09:35:27 +0000 (11:35 +0200)] 
chore: up deps

this should fix docs

2 months agodocs: update 'Nested Routes' example (#2701)
skirtle [Thu, 7 May 2026 08:28:34 +0000 (09:28 +0100)] 
docs: update 'Nested Routes' example (#2701)

2 months agofix(types): wire RouteNamedMap via generated routes.d.ts (#2700)
Eduardo San Martin Morote [Wed, 6 May 2026 13:45:27 +0000 (15:45 +0200)] 
fix(types): wire RouteNamedMap via generated routes.d.ts (#2700)

2 months agofix(unplugin): apply definePage path-param parser overrides (#2699)
Eduardo San Martin Morote [Wed, 6 May 2026 13:31:30 +0000 (15:31 +0200)] 
fix(unplugin): apply definePage path-param parser overrides (#2699)

2 months agochore: rename
Eduardo San Martin Morote [Wed, 6 May 2026 12:53:48 +0000 (14:53 +0200)] 
chore: rename