]> git.ipfire.org Git - thirdparty/vuejs/router.git/log
thirdparty/vuejs/router.git
3 years agotest: make them work
Eduardo San Martin Morote [Thu, 5 May 2022 12:31:23 +0000 (14:31 +0200)] 
test: make them work

3 years agochore: oops file
Eduardo San Martin Morote [Wed, 4 May 2022 16:57:48 +0000 (18:57 +0200)] 
chore: oops file

3 years agofeat: add replace and refactor types to work
Eduardo San Martin Morote [Wed, 4 May 2022 16:55:11 +0000 (18:55 +0200)] 
feat: add replace and refactor types to work

3 years agorefactor(types): add path generics
Eduardo San Martin Morote [Tue, 3 May 2022 14:38:31 +0000 (16:38 +0200)] 
refactor(types): add path generics

3 years agofeat(types): add RouteNamepMap type
Eduardo San Martin Morote [Tue, 3 May 2022 14:37:40 +0000 (16:37 +0200)] 
feat(types): add RouteNamepMap type

3 years agochore: unused imports
Eduardo San Martin Morote [Tue, 3 May 2022 12:14:09 +0000 (14:14 +0200)] 
chore: unused imports

3 years agochore: change to readonly
pikax [Wed, 21 Apr 2021 10:19:43 +0000 (11:19 +0100)] 
chore: change to readonly

3 years agochore: add createRouter templated options
pikax [Wed, 21 Apr 2021 09:59:19 +0000 (10:59 +0100)] 
chore: add createRouter templated options

3 years agorollback router
pikax [Fri, 9 Apr 2021 15:43:02 +0000 (16:43 +0100)] 
rollback router

3 years agofix build
pikax [Fri, 9 Apr 2021 15:42:32 +0000 (16:42 +0100)] 
fix build

3 years agoadd comment
pikax [Fri, 9 Apr 2021 15:39:50 +0000 (16:39 +0100)] 
add comment

3 years agono need for name and children 😎
pikax [Fri, 9 Apr 2021 15:25:51 +0000 (16:25 +0100)] 
no need for name and children ðŸ˜Ž

3 years agofixed it
pikax [Fri, 9 Apr 2021 15:22:36 +0000 (16:22 +0100)] 
fixed it

3 years agoadd couple more test
pikax [Fri, 9 Apr 2021 12:19:38 +0000 (13:19 +0100)] 
add couple more test

3 years agoimprovements
pikax [Fri, 9 Apr 2021 12:17:23 +0000 (13:17 +0100)] 
improvements

3 years agoalmost working
pikax [Fri, 9 Apr 2021 12:09:34 +0000 (13:09 +0100)] 
almost working

3 years agochanges on the location path
pikax [Fri, 9 Apr 2021 08:19:33 +0000 (09:19 +0100)] 
changes on the location path

3 years agosupporting child named routes
pikax [Thu, 8 Apr 2021 19:30:00 +0000 (20:30 +0100)] 
supporting child named routes

3 years agosome code changes to make the demo kinda work
pikax [Thu, 8 Apr 2021 17:21:29 +0000 (18:21 +0100)] 
some code changes to make the demo kinda work

3 years agofeat: support for typescript named routes
pikax [Thu, 8 Apr 2021 17:16:20 +0000 (18:16 +0100)] 
feat: support for typescript named routes

3 years agotest: avoid type error
Eduardo San Martin Morote [Mon, 2 May 2022 16:46:08 +0000 (18:46 +0200)] 
test: avoid type error

3 years agofeat(types): infer params types from path
Eduardo San Martin Morote [Mon, 2 May 2022 16:45:58 +0000 (18:45 +0200)] 
feat(types): infer params types from path

3 years agotest: remove unused imports
Eduardo San Martin Morote [Mon, 2 May 2022 16:31:00 +0000 (18:31 +0200)] 
test: remove unused imports

3 years agofeat: loadRouteLocation()
Eduardo San Martin Morote [Mon, 2 May 2022 16:18:59 +0000 (18:18 +0200)] 
feat: loadRouteLocation()

Close #1048

Allows loading a route location to be passed to `<RouterView>`

3 years agorefactor: reverse extend order routerlocation
Eduardo San Martin Morote [Mon, 2 May 2022 15:17:05 +0000 (17:17 +0200)] 
refactor: reverse extend order routerlocation

3 years agochore: remove old todos
Eduardo San Martin Morote [Mon, 2 May 2022 15:16:48 +0000 (17:16 +0200)] 
chore: remove old todos

3 years agochore: regen lock
Eduardo San Martin Morote [Thu, 21 Apr 2022 15:04:39 +0000 (17:04 +0200)] 
chore: regen lock

3 years agorefactor: use native symbols
Eduardo San Martin Morote [Thu, 21 Apr 2022 14:31:36 +0000 (16:31 +0200)] 
refactor: use native symbols

Native symbols are already used by Vue so it makes no sense to fallback in vue router

3 years agofeat(devtools): add more options in devtools routes
Eduardo San Martin Morote [Wed, 20 Apr 2022 15:46:24 +0000 (17:46 +0200)] 
feat(devtools): add more options in devtools routes

Close #1033

3 years agofeat(router): allow pausing listeners
Eduardo San Martin Morote [Wed, 20 Apr 2022 14:16:09 +0000 (16:16 +0200)] 
feat(router): allow pausing listeners

Close #1270

3 years agotest: remove old ignore [skip ci]
Eduardo San Martin Morote [Thu, 4 Nov 2021 17:52:54 +0000 (18:52 +0100)] 
test: remove old ignore [skip ci]

3 years agorefactor: fix type errors
Eduardo San Martin Morote [Thu, 4 Nov 2021 17:52:02 +0000 (18:52 +0100)] 
refactor: fix type errors

3 years agofeat(view): handle empty components as pass through
Eduardo San Martin Morote [Thu, 4 Nov 2021 17:37:23 +0000 (18:37 +0100)] 
feat(view): handle empty components as pass through

3 years agofeat: expose RouterView and RouterLink as GlobalComponents (#1372)
Leon Si [Wed, 20 Apr 2022 13:21:59 +0000 (09:21 -0400)] 
feat: expose RouterView and RouterLink as GlobalComponents (#1372)

Co-authored-by: Eduardo San Martin Morote <posva13@gmail.com>
3 years agochore: up deps
Eduardo San Martin Morote [Wed, 20 Apr 2022 13:18:56 +0000 (15:18 +0200)] 
chore: up deps

3 years agoAdd Vue School Summer banner 2022 (#1446)
Nico Devs [Fri, 24 Jun 2022 15:04:58 +0000 (12:04 -0300)] 
Add Vue School Summer banner 2022 (#1446)

* docs(docs): Add Vue School Summer banner 2022

* docs(docs): Fix typo and font size in Vue School banner

3 years agorelease: v4.0.16 v4.0.16
Eduardo San Martin Morote [Thu, 9 Jun 2022 19:01:56 +0000 (21:01 +0200)] 
release: v4.0.16

3 years agofix(matcher): leave catchall routes at the end
Eduardo San Martin Morote [Thu, 9 Jun 2022 18:57:56 +0000 (20:57 +0200)] 
fix(matcher): leave catchall routes at the end

Fix #1435

3 years agofix(compat): force router-link mode to Vue 3 (#1426)
Alex Van Liew [Tue, 31 May 2022 13:14:49 +0000 (06:14 -0700)] 
fix(compat): force router-link mode to Vue 3 (#1426)

3 years agodocs: fix example apache configuration (#1427)
Steffen Schmidt [Tue, 31 May 2022 09:27:18 +0000 (11:27 +0200)] 
docs: fix example apache configuration (#1427)

3 years agodocs: missing bracket
Eduardo San Martin Morote [Fri, 27 May 2022 05:03:40 +0000 (07:03 +0200)] 
docs: missing bracket

3 years agodocs: fix code block closing (#1418)
Leon [Fri, 27 May 2022 05:02:16 +0000 (13:02 +0800)] 
docs: fix code block closing (#1418)

3 years agodocs: update sponsors
Eduardo San Martin Morote [Thu, 19 May 2022 15:27:33 +0000 (17:27 +0200)] 
docs: update sponsors

3 years agoChange type to LocationQueryValue to accurately reflect source. (#1398)
maximoosemine [Sat, 14 May 2022 23:51:29 +0000 (16:51 -0700)] 
Change type to LocationQueryValue to accurately reflect source. (#1398)

In the source, the type of RouteLocationNormalized.query is a Record<string, LocationQueryValue | LocationQueryValue[]>.  LocationQueryValue isn't exactly a string, but is a (string | null). I think it makes sense to update the docs, especially since LocationQueryValue isn't assignable to string.

3 years agodocs(zh): update zh docs from en and format some en docs (#1350)
Kim Yang [Fri, 13 May 2022 08:54:49 +0000 (16:54 +0800)] 
docs(zh): update zh docs from en and format some en docs (#1350)

Co-authored-by: edison <daiwei521@126.com>
3 years agoApply suggestions from code review
Eduardo San Martin Morote [Thu, 12 May 2022 09:14:24 +0000 (11:14 +0200)] 
Apply suggestions from code review

3 years agodocs: mention abstract history mode in the guide
Ralph van Kruiselbergen [Mon, 9 May 2022 17:47:16 +0000 (19:47 +0200)] 
docs: mention abstract history mode in the guide

3 years agorelease: v4.0.15 v4.0.15
Eduardo San Martin Morote [Wed, 4 May 2022 08:16:36 +0000 (10:16 +0200)] 
release: v4.0.15

3 years agodocs: fix typos (#1389)
Sharon Lau [Tue, 3 May 2022 08:03:35 +0000 (16:03 +0800)] 
docs: fix typos (#1389)

* docs: fix typo in an code example

* docs: fix a typo

3 years agoUpdate Vue School banner copy (#1384)
Nico Devs [Mon, 2 May 2022 07:50:00 +0000 (04:50 -0300)] 
Update Vue School banner copy (#1384)

3 years agoUpdate Vue School offer banner (#1380)
Nico Devs [Mon, 25 Apr 2022 13:48:17 +0000 (10:48 -0300)] 
Update Vue School offer banner (#1380)

3 years agodocs: add history mode vercel example (#1370)
qixiao [Wed, 20 Apr 2022 14:01:29 +0000 (22:01 +0800)] 
docs: add history mode  vercel example (#1370)

3 years agofix(view): handle @vue/compat automatically
Eduardo San Martin Morote [Wed, 20 Apr 2022 13:58:14 +0000 (15:58 +0200)] 
fix(view): handle @vue/compat automatically

Fix #1315

3 years agodocs: add example about props
Eduardo San Martin Morote [Wed, 20 Apr 2022 13:51:50 +0000 (15:51 +0200)] 
docs: add example about props

Close #1375

Close #1361

3 years agodocs: improve meta extending (#1360)
Matthias Sommer [Wed, 20 Apr 2022 13:40:34 +0000 (15:40 +0200)] 
docs: improve meta extending (#1360)

Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
3 years agodocs(docs): Show Vue School logo in free weekend banner mobile (#1368)
Nico Devs [Tue, 12 Apr 2022 09:53:12 +0000 (06:53 -0300)] 
docs(docs): Show Vue School logo in free weekend banner mobile (#1368)

3 years agoVue School Free Weekend Banner (#1359)
Nico Devs [Fri, 8 Apr 2022 14:32:31 +0000 (11:32 -0300)] 
Vue School Free Weekend Banner (#1359)

3 years agodocs: broken link (#1358)
Il Harper [Tue, 5 Apr 2022 08:53:29 +0000 (16:53 +0800)] 
docs: broken link (#1358)

3 years agofix(matcher): keep trailing slash on empty optional params
Eduardo San Martin Morote [Fri, 1 Apr 2022 08:34:42 +0000 (10:34 +0200)] 
fix(matcher): keep trailing slash on empty optional params

Fix #1357

3 years agochore: up sponsors
Eduardo San Martin Morote [Tue, 29 Mar 2022 16:43:55 +0000 (18:43 +0200)] 
chore: up sponsors

3 years agodocs(composition-api): add missing "to" in `useLink` section (#1351)
Johannes Noe [Tue, 22 Mar 2022 10:13:38 +0000 (11:13 +0100)] 
docs(composition-api): add missing "to" in `useLink` section (#1351)

3 years agodocs: RouteRecord to RouteRecordNormalized (#1348)
Jamie Gaehring [Fri, 18 Mar 2022 15:05:38 +0000 (11:05 -0400)] 
docs: RouteRecord to RouteRecordNormalized (#1348)

3 years agofix: setup history listeners once
Eduardo San Martin Morote [Wed, 16 Mar 2022 15:44:44 +0000 (16:44 +0100)] 
fix: setup history listeners once

Fix #1344

3 years agodocs: edit typo (#1340)
‪spindog [Mon, 14 Mar 2022 14:15:40 +0000 (22:15 +0800)] 
docs: edit typo (#1340)

3 years agorelease: v4.0.14 v4.0.14
Eduardo San Martin Morote [Thu, 10 Mar 2022 18:29:47 +0000 (19:29 +0100)] 
release: v4.0.14

3 years agofeat(devtools): use api.now()
Eduardo San Martin Morote [Thu, 10 Mar 2022 17:38:18 +0000 (18:38 +0100)] 
feat(devtools): use api.now()

3 years agodocs: add link to vue router video course on home page (#1318)
Daniel Kelly [Wed, 2 Mar 2022 17:38:46 +0000 (11:38 -0600)] 
docs: add link to vue router video course on home page (#1318)

3 years agodocs(zh): Update dynamic-routing.md (#1327)
Jinjiang [Tue, 1 Mar 2022 10:19:16 +0000 (18:19 +0800)] 
docs(zh): Update dynamic-routing.md (#1327)

3 years agobuild: use latest tag
Eduardo San Martin Morote [Mon, 28 Feb 2022 15:10:22 +0000 (16:10 +0100)] 
build: use latest tag

3 years agorelease: v4.0.13 v4.0.13
Eduardo San Martin Morote [Mon, 28 Feb 2022 15:09:42 +0000 (16:09 +0100)] 
release: v4.0.13

3 years agochore: up deps
Eduardo San Martin Morote [Mon, 28 Feb 2022 15:08:41 +0000 (16:08 +0100)] 
chore: up deps

3 years agorefactor: check for edge cases too
Eduardo San Martin Morote [Mon, 28 Feb 2022 14:34:36 +0000 (15:34 +0100)] 
refactor: check for edge cases too

3 years agotest: add missing test cases
Eduardo San Martin Morote [Mon, 28 Feb 2022 14:34:08 +0000 (15:34 +0100)] 
test: add missing test cases

3 years agofix(matcher): add child before parent when using `addRoute`
Namysh [Fri, 25 Feb 2022 18:01:12 +0000 (19:01 +0100)] 
fix(matcher): add child before parent when using `addRoute`

3 years agodocs: add 8 more Vue School links (#1317)
Daniel Kelly [Mon, 28 Feb 2022 14:37:28 +0000 (08:37 -0600)] 
docs: add 8 more Vue School links (#1317)

3 years agotest: edge cases isReady
Eduardo San Martin Morote [Mon, 28 Feb 2022 14:02:58 +0000 (15:02 +0100)] 
test: edge cases isReady

3 years agofix(ssr): reject unfinished initial navigation
Eduardo San Martin Morote [Mon, 28 Feb 2022 13:54:07 +0000 (14:54 +0100)] 
fix(ssr): reject unfinished initial navigation

Fix #1305

3 years agotest: typo
Eduardo San Martin Morote [Mon, 28 Feb 2022 13:29:28 +0000 (14:29 +0100)] 
test: typo

3 years agotest: add failing nested suspense for #1324
Eduardo San Martin Morote [Mon, 28 Feb 2022 10:23:36 +0000 (11:23 +0100)] 
test: add failing nested suspense for #1324

3 years agotest: add nested suspense tests
Eduardo San Martin Morote [Mon, 28 Feb 2022 10:07:33 +0000 (11:07 +0100)] 
test: add nested suspense tests

3 years agoRephrase Regexp to regular expression (#1321)
Jonathan [Thu, 24 Feb 2022 21:39:56 +0000 (22:39 +0100)] 
Rephrase Regexp to regular expression (#1321)

* Rephrase Regexp to regular expression

`RegExp` is the name of the object in JavaScript. The word "regex" is more generic and a shorthand for "regular expression".

* Update route-matching-syntax.md

3 years agochore: up lock
Eduardo San Martin Morote [Fri, 18 Feb 2022 23:53:23 +0000 (00:53 +0100)] 
chore: up lock

3 years agochore: up api-devtools
Eduardo San Martin Morote [Fri, 18 Feb 2022 23:19:25 +0000 (00:19 +0100)] 
chore: up api-devtools

3 years agodocs: add redirect guard example (#1311)
Stuart Jones [Fri, 18 Feb 2022 23:16:10 +0000 (09:46 +1030)] 
docs: add redirect guard example (#1311)

Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
3 years agodocs: Invalid logo link (#1309) [skip ci]
Alex Liu [Mon, 14 Feb 2022 10:44:08 +0000 (18:44 +0800)] 
docs: Invalid logo link (#1309) [skip ci]

Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
3 years agodocs: update links
Eduardo San Martin Morote [Thu, 10 Feb 2022 11:31:58 +0000 (12:31 +0100)] 
docs: update links

3 years agochore: remove trailing space [skip ci]
Eduardo San Martin Morote [Thu, 10 Feb 2022 11:21:07 +0000 (12:21 +0100)] 
chore: remove trailing space [skip ci]

3 years agoUpdate index.md (#1302)
188007803 [Wed, 9 Feb 2022 13:35:05 +0000 (21:35 +0800)] 
Update index.md (#1302)

3 years agodocs: document strict and sensitive option (#1294)
cnschwarz [Wed, 9 Feb 2022 07:59:12 +0000 (08:59 +0100)] 
docs: document strict and sensitive option (#1294)

Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
3 years agoRemove v3 prefix from vuejs.org link (#1299)
Lorand Horvath [Mon, 7 Feb 2022 20:15:44 +0000 (22:15 +0200)] 
Remove v3 prefix from vuejs.org link (#1299)

* Remove v3 prefix from vuejs.org link

* https in vuejs.org link

3 years agochore: remove next reference from readme badges [ci skip]
Evan You [Mon, 7 Feb 2022 06:52:54 +0000 (14:52 +0800)] 
chore: remove next reference from readme badges [ci skip]

3 years agodocs: force clear service worker
Evan You [Mon, 7 Feb 2022 06:00:49 +0000 (14:00 +0800)] 
docs: force clear service worker

3 years agochore: remove next references [ci skip]
Evan You [Mon, 7 Feb 2022 04:10:44 +0000 (12:10 +0800)] 
chore: remove next references [ci skip]

3 years agodocs: update v3 links
Evan You [Mon, 7 Feb 2022 03:50:00 +0000 (11:50 +0800)] 
docs: update v3 links

3 years agoforce deploy
Evan You [Mon, 7 Feb 2022 03:49:24 +0000 (11:49 +0800)] 
force deploy

3 years agochore: regen lock
Eduardo San Martin Morote [Fri, 4 Feb 2022 09:41:27 +0000 (10:41 +0100)] 
chore: regen lock

3 years agochore: up deps
Eduardo San Martin Morote [Fri, 4 Feb 2022 09:30:17 +0000 (10:30 +0100)] 
chore: up deps

3 years agoUpdate explanation on HTML mode (#1292)
Bruno Alfred [Tue, 1 Feb 2022 14:53:45 +0000 (17:53 +0300)] 
Update explanation on HTML mode (#1292)

Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
3 years agoDelete dependabot.yml
Eduardo San Martin Morote [Fri, 28 Jan 2022 08:46:41 +0000 (09:46 +0100)] 
Delete dependabot.yml

3 years agochore: up deps
Eduardo San Martin Morote [Thu, 27 Jan 2022 11:14:26 +0000 (12:14 +0100)] 
chore: up deps