]>
git.ipfire.org Git - thirdparty/vuejs/router.git/log
Eduardo San Martin Morote [Mon, 29 May 2023 09:00:41 +0000 (11:00 +0200)]
release: vue-router@4.2.2
Eduardo San Martin Morote [Mon, 29 May 2023 08:59:34 +0000 (10:59 +0200)]
build: release script
Eduardo San Martin Morote [Mon, 29 May 2023 08:56:44 +0000 (10:56 +0200)]
chore: update sponsors [skip ci]
Eduardo San Martin Morote [Mon, 29 May 2023 08:17:33 +0000 (10:17 +0200)]
build: add readme to package release
Sourabh Ranka [Sun, 21 May 2023 12:56:25 +0000 (18:26 +0530)]
Update dynamic-matching.md (#1853)
Comma issues.
Sourabh Ranka [Sun, 21 May 2023 12:55:44 +0000 (18:25 +0530)]
docs: url (#1852)
Easier to read and remain consistent with usage.
Eduardo San Martin Morote [Thu, 18 May 2023 16:46:58 +0000 (18:46 +0200)]
chore: up testing deps
Eduardo San Martin Morote [Thu, 18 May 2023 16:39:35 +0000 (18:39 +0200)]
ci: fix maybe
Eduardo San Martin Morote [Thu, 18 May 2023 16:35:13 +0000 (18:35 +0200)]
chore: up others
Eduardo San Martin Morote [Thu, 18 May 2023 16:33:07 +0000 (18:33 +0200)]
chore: up rollup deps
Eduardo San Martin Morote [Thu, 18 May 2023 16:20:27 +0000 (18:20 +0200)]
style: no lint
Eduardo San Martin Morote [Thu, 18 May 2023 15:48:56 +0000 (17:48 +0200)]
release: vue-router@4.2.1
Eduardo San Martin Morote [Thu, 18 May 2023 15:47:41 +0000 (17:47 +0200)]
fix(types): revert declare module vue
This seems to be causing problems without fixing any. I'm reverting this
to avoid any more trouble until we can figure out a better rollout
strategy.
Jinjiang [Tue, 16 May 2023 01:46:37 +0000 (11:46 +1000)]
docs(zh): translate api interfaces (#1821)
* docs(zh): translate api interfaces
* Update Router.md
* Apply suggestions from code review
Co-authored-by: wxsm <wxsms@foxmail.com>
---------
Co-authored-by: wxsm <wxsms@foxmail.com>
Eduardo San Martin Morote [Mon, 15 May 2023 12:50:56 +0000 (14:50 +0200)]
chore: up api
Eduardo San Martin Morote [Mon, 15 May 2023 12:48:04 +0000 (14:48 +0200)]
chore: update pnpm node
Eduardo San Martin Morote [Thu, 11 May 2023 10:58:27 +0000 (12:58 +0200)]
docs: show store
Eduardo San Martin Morote [Thu, 11 May 2023 10:53:30 +0000 (12:53 +0200)]
release: vue-router@4.2.0
Eduardo San Martin Morote [Thu, 11 May 2023 10:51:46 +0000 (12:51 +0200)]
docs: allow global injections
Eduardo San Martin Morote [Thu, 11 May 2023 10:41:46 +0000 (12:41 +0200)]
style: lint
Eduardo San Martin Morote [Thu, 11 May 2023 10:40:30 +0000 (12:40 +0200)]
chore: add notes
Eduardo San Martin Morote [Thu, 11 May 2023 10:38:51 +0000 (12:38 +0200)]
feat: allow inject within global navigation guards
Eduardo San Martin Morote [Thu, 11 May 2023 10:36:43 +0000 (12:36 +0200)]
chore: up deps
lightnoway [Tue, 9 May 2023 15:35:17 +0000 (23:35 +0800)]
found a translation mistake @navigation-guards.md (#1800)
* report a translation mistake @navigation-guards.md
发现翻译错误
正确调用 @line: 89
原文:but resolve guards are called right before the navigation is confirmed
* Update packages/docs/zh/guide/advanced/navigation-guards.md
---------
Co-authored-by: Jinjiang <zhaojinjiang@me.com>
Jinjiang [Tue, 9 May 2023 14:43:30 +0000 (00:43 +1000)]
dosc(zh): translate api/router (#1822)
* dosc(zh): translate first half of api router
* dosc(zh): translate all in the api router
* Apply suggestions from code review
Co-authored-by: wxsm <wxsms@foxmail.com>
---------
Co-authored-by: wxsm <wxsms@foxmail.com>
Jinjiang [Tue, 2 May 2023 08:15:05 +0000 (18:15 +1000)]
docs(zh): add a translation guide (#1823)
Jinjiang [Sun, 9 Apr 2023 02:12:45 +0000 (10:12 +0800)]
docs(zh): update the translation of active and exact active
Eduardo San Martin Morote [Tue, 25 Apr 2023 13:26:27 +0000 (15:26 +0200)]
feat(warn): improve infinite redirect warning message
lightnoway [Mon, 24 Apr 2023 14:52:42 +0000 (22:52 +0800)]
sync code with en-doc (#1803)
Eduardo San Martin Morote [Mon, 24 Apr 2023 07:50:57 +0000 (09:50 +0200)]
test(resolve): empty string params
Eduardo San Martin Morote [Mon, 24 Apr 2023 07:50:38 +0000 (09:50 +0200)]
test(matcher): empty string optional param resolve
skirtle [Mon, 24 Apr 2023 07:50:07 +0000 (08:50 +0100)]
fix: remove nullish params when resolving (#1814)
NOTES: This change improves allows passing `null` or `undefined` to a param to completely drop. In practice, this should be better than casting it to an empty string but it should make no change if you check the absence of empty params with `!route.params.optional` rather than `route.params.optional !== ''` or any other stricter check. If you were doing stricter checks for optional params, make sure to change them to looser checks. Note that when resolving from the URL, optional parameters are always absent in the resolved object.
Jinjiang [Fri, 21 Apr 2023 09:23:37 +0000 (17:23 +0800)]
chore: add the guide for self-host translations [skip ci](#1788)
Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
leemove [Fri, 21 Apr 2023 09:23:02 +0000 (17:23 +0800)]
fix(warn): avoid redundant usage warn (#1797)
Co-authored-by: leemove <limu.mzm@bytedance.com>
卤蛋 [Wed, 19 Apr 2023 15:13:12 +0000 (23:13 +0800)]
docs(zh): fix typo (#1805)
_lmmmmmm [Tue, 18 Apr 2023 13:58:00 +0000 (21:58 +0800)]
docs(zh): update typed routes sidebar (#1798)
Jinjiang [Sun, 9 Apr 2023 03:28:40 +0000 (11:28 +0800)]
docs(zh): translate some API pages (#1774)
Co-authored-by: GU Yiling <justice360@gmail.com>
Jinjiang [Sun, 9 Apr 2023 01:38:13 +0000 (09:38 +0800)]
chore: add translation guide into contributing.md (#1778)
Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
Jinjiang [Sat, 8 Apr 2023 02:31:31 +0000 (10:31 +0800)]
docs(zh): sync update to
1a3a28f (#1773)
Co-authored-by: GU Yiling <justice360@gmail.com>
Amon Keishima [Fri, 7 Apr 2023 12:05:20 +0000 (21:05 +0900)]
docs: Update navigation-failures.md (#1786)
Eduardo San Martin Morote [Fri, 7 Apr 2023 09:36:53 +0000 (11:36 +0200)]
chore: contributing notes [skip ci]
Kirk Lin [Fri, 7 Apr 2023 09:23:43 +0000 (17:23 +0800)]
chore: remove unnecessary await keyword (#1783)
Kirk Lin [Fri, 7 Apr 2023 07:02:34 +0000 (15:02 +0800)]
ci: fix GitHub Actions Deprecating save-state and set-output commands (#1782)
Eduardo San Martin Morote [Wed, 5 Apr 2023 10:26:36 +0000 (12:26 +0200)]
docs: fix escaped titles
Fix #1743
_lmmmmmm [Wed, 5 Apr 2023 01:50:44 +0000 (09:50 +0800)]
docs(zh): typed routes translate (#1752)
Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
Co-authored-by: Jinjiang <zhaojinjiang@me.com>
jmx1008 [Tue, 4 Apr 2023 12:58:38 +0000 (20:58 +0800)]
dcos: typo (#1775)
Eduardo San Martin Morote [Mon, 3 Apr 2023 15:38:15 +0000 (17:38 +0200)]
chore: refactor size check
Eduardo San Martin Morote [Mon, 3 Apr 2023 15:32:31 +0000 (17:32 +0200)]
chore: refactor checkFileSize
Close #1755
Jinjiang [Sat, 1 Apr 2023 03:39:28 +0000 (11:39 +0800)]
docs(zh): update the API references to the latest (#1738)
zhjiajia [Fri, 31 Mar 2023 17:17:47 +0000 (01:17 +0800)]
修改一处语法错误 (#1754)
A SOUL [Wed, 15 Mar 2023 12:37:05 +0000 (20:37 +0800)]
chore: modify the way to get folders (#1741)
Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
[skip ci]
Eduardo San Martin Morote [Thu, 9 Mar 2023 10:10:50 +0000 (11:10 +0100)]
chore: fix indent [skip ci]
Eduardo San Martin Morote [Thu, 9 Mar 2023 10:09:37 +0000 (11:09 +0100)]
chore: issue templates
A SOUL [Wed, 8 Mar 2023 19:45:03 +0000 (03:45 +0800)]
chore: modify the way to get __dirname (#1727) [skip ci]
Co-authored-by: Eduardo San Martin Morote <posva13@gmail.com>
Jinjiang [Wed, 8 Mar 2023 08:54:50 +0000 (16:54 +0800)]
Merge pull request #1726 from Jinjiang/jinjiang/translate/zh-2023-02-16
docs(zh): sync update to
e008551
Nico Devs [Mon, 6 Mar 2023 21:22:12 +0000 (18:22 -0300)]
Add Vue School top banner (#1721)
Daniel Rentz [Thu, 2 Mar 2023 16:44:08 +0000 (17:44 +0100)]
docs: typo (#1719)
Eduardo San Martin Morote [Mon, 27 Feb 2023 13:26:21 +0000 (14:26 +0100)]
docs: upgrade vitepress
Eduardo San Martin Morote [Mon, 27 Feb 2023 13:25:32 +0000 (14:25 +0100)]
docs: fix dead links
Niceplugin [Mon, 27 Feb 2023 13:10:53 +0000 (22:10 +0900)]
docs: simple typo code correction (#1715)
Ozgur Atmaca [Fri, 24 Feb 2023 15:41:29 +0000 (16:41 +0100)]
docs: fix url path (#1712)
Eduardo San Martin Morote [Thu, 23 Feb 2023 09:00:48 +0000 (10:00 +0100)]
docs: fix v-slot useLink
Close #1711
Eduardo San Martin Morote [Wed, 22 Feb 2023 10:31:23 +0000 (11:31 +0100)]
refactor: internal types
Eduardo San Martin Morote [Wed, 22 Feb 2023 10:31:07 +0000 (11:31 +0100)]
chore: upgrade vite and rollup
Eduardo San Martin Morote [Wed, 22 Feb 2023 09:49:03 +0000 (10:49 +0100)]
chore: up deps
Salim Djerbouh [Tue, 21 Feb 2023 07:32:11 +0000 (08:32 +0100)]
docs: fix link (#1709)
Jay [Mon, 20 Feb 2023 17:18:06 +0000 (01:18 +0800)]
docs: Update index.md (fix #1236) (#1656)
_lmmmmmm [Mon, 20 Feb 2023 17:15:24 +0000 (01:15 +0800)]
docs(zh): index tagline translate (#1699)
Co-authored-by: edison <daiwei521@126.com>
MonsterPi [Fri, 17 Feb 2023 09:56:08 +0000 (17:56 +0800)]
test: modify test case (#1703)
MonsterPi13 [Fri, 17 Feb 2023 08:47:48 +0000 (16:47 +0800)]
docs: fix bottom links's url
Jinjiang [Thu, 16 Feb 2023 05:38:36 +0000 (13:38 +0800)]
docs(zh): sync update to
e008551
Eduardo San Martin Morote [Wed, 15 Feb 2023 10:25:23 +0000 (11:25 +0100)]
docs: fix logo
Eduardo San Martin Morote [Wed, 15 Feb 2023 08:48:40 +0000 (09:48 +0100)]
docs: temporarily remove banner
Ozgur Atmaca [Sat, 11 Feb 2023 19:02:38 +0000 (20:02 +0100)]
docs: remove duplicate css classes in example (#1693)
Ozgur Atmaca [Sat, 11 Feb 2023 13:11:08 +0000 (14:11 +0100)]
docs: add missing curly brace in config example (#1692)
Nazaré da Piedade [Wed, 1 Feb 2023 09:15:50 +0000 (09:15 +0000)]
docs: mention both `useRoute` and `useRouter` functions (#1680)
de-oz [Mon, 30 Jan 2023 08:53:21 +0000 (11:53 +0300)]
docs: fix grammatical mistakes (#1676)
Eduardo San Martin Morote [Thu, 26 Jan 2023 16:50:51 +0000 (17:50 +0100)]
docs: add chinese docs
Eduardo San Martin Morote [Thu, 26 Jan 2023 16:27:59 +0000 (17:27 +0100)]
docs: migrate en docs
Eduardo San Martin Morote [Thu, 26 Jan 2023 15:16:14 +0000 (16:16 +0100)]
style: lint
Eduardo San Martin Morote [Thu, 26 Jan 2023 15:02:20 +0000 (16:02 +0100)]
chore: up jest major
Eduardo San Martin Morote [Tue, 24 Jan 2023 15:02:57 +0000 (16:02 +0100)]
docs: update sponsors
Tinos Ps [Thu, 5 Jan 2023 07:09:04 +0000 (07:09 +0000)]
docs: Fixed typo in transition example (#1650)
Eduardo San Martin Morote [Thu, 5 Jan 2023 07:07:32 +0000 (08:07 +0100)]
docs: use meta.transition
Eduardo San Martin Morote [Tue, 27 Dec 2022 14:22:14 +0000 (15:22 +0100)]
test: fix
Eduardo San Martin Morote [Tue, 27 Dec 2022 13:07:05 +0000 (14:07 +0100)]
feat(warn): infinite redirection up to 30
Close #1643
Eduardo San Martin Morote [Tue, 27 Dec 2022 13:00:29 +0000 (14:00 +0100)]
chore: note about beforeunload
abitwhy [Sun, 18 Dec 2022 09:03:25 +0000 (17:03 +0800)]
docs(zh): typo (#1636)
Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
Gabriel A. Salinas Szada [Sat, 17 Dec 2022 08:53:39 +0000 (09:53 +0100)]
docs: improve sentence (#1634)
Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
Gabriel A. Salinas Szada [Wed, 14 Dec 2022 13:19:01 +0000 (14:19 +0100)]
docs: Update navigation-guards.md (#1630)
Romero Lijkwan [Tue, 29 Nov 2022 12:21:22 +0000 (13:21 +0100)]
docs: remove dead link (#1622)
Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
Eduardo San Martin Morote [Mon, 28 Nov 2022 09:47:12 +0000 (10:47 +0100)]
test: add more relative path
Eduardo San Martin Morote [Mon, 28 Nov 2022 08:35:06 +0000 (09:35 +0100)]
chore: up vite,ts,docs
Eduardo San Martin Morote [Mon, 28 Nov 2022 08:19:28 +0000 (09:19 +0100)]
chore: up deps
Eduardo San Martin Morote [Mon, 28 Nov 2022 08:18:57 +0000 (09:18 +0100)]
fix(location): correctly parse url ending with .
Fix #1620
Robert Komaromi [Sun, 27 Nov 2022 11:28:57 +0000 (06:28 -0500)]
Update `pushWithQuery` example function (#1619)
The `pushWithQuery` function accepts a `query` argument that was not used. I updated the docs to how I assume the function was mean to be set up.
Steins [Thu, 24 Nov 2022 16:04:18 +0000 (00:04 +0800)]
docs: fix zh docs dynamic transition name mismatch error (#1581)
Co-authored-by: Eduardo San Martin Morote <posva13@gmail.com>
Eduardo San Martin Morote [Thu, 24 Nov 2022 16:02:16 +0000 (17:02 +0100)]
docs: typo
Close #1615
zenf [Wed, 16 Nov 2022 17:31:12 +0000 (23:01 +0530)]
chore: update ci badge [skip ci] (#1614)
Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
LiuJie1998 [Wed, 9 Nov 2022 18:03:29 +0000 (02:03 +0800)]
docs(zh): Update history-mode.md (#1606)