]>
git.ipfire.org Git - thirdparty/vuejs/router.git/log
edison [Thu, 7 Jan 2021 09:07:23 +0000 (17:07 +0800)]
refactor(test): replace custom testing utils with VTU (#695)
Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
Eduardo San Martin Morote [Mon, 4 Jan 2021 15:31:27 +0000 (16:31 +0100)]
refactor: infer correct type
Eduardo San Martin Morote [Mon, 4 Jan 2021 12:06:47 +0000 (13:06 +0100)]
fix(hash): allow base tag different from base parameter
Fix #685
Eduardo San Martin Morote [Mon, 4 Jan 2021 10:38:29 +0000 (11:38 +0100)]
chore: up vitepress
Eduardo San Martin Morote [Mon, 4 Jan 2021 10:01:13 +0000 (11:01 +0100)]
docs: note the importance of base in hash mode
Close #685
dependabot-preview[bot] [Mon, 4 Jan 2021 09:33:20 +0000 (09:33 +0000)]
build(deps-dev): bump webpack from 5.11.0 to 5.11.1
Bumps [webpack](https://github.com/webpack/webpack) from 5.11.0 to 5.11.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.11.0...v5.11.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 4 Jan 2021 09:18:05 +0000 (09:18 +0000)]
build(deps-dev): bump webpack-dev-server from 3.11.0 to 3.11.1
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 3.11.0 to 3.11.1.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/v3.11.1/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v3.11.0...v3.11.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 4 Jan 2021 09:18:26 +0000 (09:18 +0000)]
build(deps-dev): bump vue, @vue/compiler-sfc and @vue/server-renderer
Bumps [vue](https://github.com/vuejs/vue), [@vue/compiler-sfc](https://github.com/vuejs/vue-next/tree/HEAD/packages/compiler-sfc) and [@vue/server-renderer](https://github.com/vuejs/vue-next/tree/HEAD/packages/server-renderer). These dependencies needed to be updated together.
Updates `vue` from 3.0.4 to 3.0.5
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](https://github.com/vuejs/vue/commits)
Updates `@vue/compiler-sfc` from 3.0.4 to 3.0.5
- [Release notes](https://github.com/vuejs/vue-next/releases)
- [Changelog](https://github.com/vuejs/vue-next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-next/commits/v3.0.5/packages/compiler-sfc)
Updates `@vue/server-renderer` from 3.0.4 to 3.0.5
- [Release notes](https://github.com/vuejs/vue-next/releases)
- [Changelog](https://github.com/vuejs/vue-next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-next/commits/v3.0.5/packages/server-renderer)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 4 Jan 2021 09:03:55 +0000 (09:03 +0000)]
build(deps-dev): bump html-webpack-plugin from 4.5.0 to 4.5.1
Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/jantimon/html-webpack-plugin/releases)
- [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jantimon/html-webpack-plugin/compare/v4.5.0...v4.5.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 4 Jan 2021 09:02:27 +0000 (09:02 +0000)]
build(deps-dev): bump webpack-cli from 4.3.0 to 4.3.1
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.3.0...webpack-cli@4.3.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 4 Jan 2021 09:02:17 +0000 (09:02 +0000)]
build(deps-dev): bump ts-loader from 8.0.12 to 8.0.13
Bumps [ts-loader](https://github.com/TypeStrong/ts-loader) from 8.0.12 to 8.0.13.
- [Release notes](https://github.com/TypeStrong/ts-loader/releases)
- [Changelog](https://github.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/TypeStrong/ts-loader/compare/v8.0.12...v8.0.13)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Eduardo San Martin Morote [Tue, 29 Dec 2020 11:01:02 +0000 (12:01 +0100)]
docs: typo
Eduardo San Martin Morote [Tue, 29 Dec 2020 09:17:54 +0000 (10:17 +0100)]
chore: comments
Eduardo San Martin Morote [Mon, 28 Dec 2020 10:36:39 +0000 (11:36 +0100)]
feat(warn): more specific warnings
Eduardo San Martin Morote [Sun, 27 Dec 2020 23:30:31 +0000 (00:30 +0100)]
release: v4.0.2
Eduardo San Martin Morote [Sun, 27 Dec 2020 23:22:39 +0000 (00:22 +0100)]
fix(router): allow replace to have query and hash
fix #668
Eduardo San Martin Morote [Sun, 27 Dec 2020 22:44:09 +0000 (23:44 +0100)]
chore: up deps
dneuschaefer-rube [Sun, 27 Dec 2020 14:12:32 +0000 (15:12 +0100)]
fix(matcher): clear customRe after consuming buffer (#680)
Fix #679
Eduardo San Martin Morote [Sun, 27 Dec 2020 14:09:20 +0000 (15:09 +0100)]
fix(devtools): use assign instead of spread operator (#672)
Eduardo San Martin Morote [Sun, 27 Dec 2020 13:48:34 +0000 (14:48 +0100)]
refactor: move omit to devtools
Eduardo San Martin Morote [Sun, 27 Dec 2020 13:01:09 +0000 (14:01 +0100)]
chore: up devtools (#675)
Eduardo San Martin Morote [Sun, 27 Dec 2020 12:49:12 +0000 (13:49 +0100)]
fix(router): do not restore history when ...
navigating back or forward and a navigation guard triggers a
redirect
Related to #662
Dennis Wissel [Fri, 25 Dec 2020 22:01:46 +0000 (23:01 +0100)]
docs: add imports (#677)
Eduardo San Martin Morote [Thu, 24 Dec 2020 09:51:04 +0000 (10:51 +0100)]
fix(router-view): disable inheritAttrs
Fix #674
Eduardo San Martin Morote [Thu, 24 Dec 2020 09:45:29 +0000 (10:45 +0100)]
fix(types): add missing exported types
Eduardo San Martin Morote [Wed, 23 Dec 2020 11:09:44 +0000 (12:09 +0100)]
chore: add todos
Mashiro Wang [Wed, 23 Dec 2020 09:01:12 +0000 (17:01 +0800)]
docs: fix link in useRouter api doc (#673)
wangjiahan [Tue, 22 Dec 2020 13:02:58 +0000 (21:02 +0800)]
fix: spread operator compatible
dependabot-preview[bot] [Mon, 21 Dec 2020 17:06:34 +0000 (17:06 +0000)]
build(deps): [security] bump node-notifier from 8.0.0 to 8.0.1
Bumps [node-notifier](https://github.com/mikaelbr/node-notifier) from 8.0.0 to 8.0.1. **This update includes a security fix.**
- [Release notes](https://github.com/mikaelbr/node-notifier/releases)
- [Changelog](https://github.com/mikaelbr/node-notifier/blob/v8.0.1/CHANGELOG.md)
- [Commits](https://github.com/mikaelbr/node-notifier/compare/v8.0.0...v8.0.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 21 Dec 2020 10:07:27 +0000 (10:07 +0000)]
build(deps-dev): bump vue-loader from 16.1.1 to 16.1.2
Bumps [vue-loader](https://github.com/vuejs/vue-loader) from 16.1.1 to 16.1.2.
- [Release notes](https://github.com/vuejs/vue-loader/releases)
- [Changelog](https://github.com/vuejs/vue-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-loader/compare/v16.1.1...v16.1.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 21 Dec 2020 09:44:22 +0000 (09:44 +0000)]
build(deps-dev): bump webpack from 5.10.1 to 5.11.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.10.1 to 5.11.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.10.1...v5.11.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 21 Dec 2020 09:36:58 +0000 (09:36 +0000)]
build(deps-dev): bump @rollup/plugin-node-resolve from 11.0.0 to 11.0.1
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins) from 11.0.0 to 11.0.1.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Commits](https://github.com/rollup/plugins/compare/commonjs-v11.0.0...commonjs-v11.0.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 21 Dec 2020 09:35:15 +0000 (09:35 +0000)]
build(deps-dev): bump webpack-bundle-analyzer from 4.2.0 to 4.3.0
Bumps [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/webpack-contrib/webpack-bundle-analyzer/releases)
- [Changelog](https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/webpack-bundle-analyzer/compare/v4.2.0...v4.3.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 21 Dec 2020 09:34:45 +0000 (09:34 +0000)]
build(deps-dev): bump rollup from 2.35.0 to 2.35.1
Bumps [rollup](https://github.com/rollup/rollup) from 2.35.0 to 2.35.1.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.35.0...v2.35.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Eduardo San Martin Morote [Mon, 14 Dec 2020 21:57:24 +0000 (22:57 +0100)]
docs: typo
dependabot-preview[bot] [Mon, 14 Dec 2020 11:28:48 +0000 (11:28 +0000)]
build(deps-dev): bump ts-loader from 8.0.11 to 8.0.12
Bumps [ts-loader](https://github.com/TypeStrong/ts-loader) from 8.0.11 to 8.0.12.
- [Release notes](https://github.com/TypeStrong/ts-loader/releases)
- [Changelog](https://github.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/TypeStrong/ts-loader/compare/v8.0.11...v8.0.12)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 14 Dec 2020 11:27:48 +0000 (11:27 +0000)]
build(deps-dev): bump rollup from 2.34.2 to 2.35.0
Bumps [rollup](https://github.com/rollup/rollup) from 2.34.2 to 2.35.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.34.2...v2.35.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 14 Dec 2020 11:08:57 +0000 (11:08 +0000)]
build(deps-dev): bump typescript from 4.1.2 to 4.1.3
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 14 Dec 2020 11:07:44 +0000 (11:07 +0000)]
build(deps-dev): bump chromedriver from 87.0.2 to 87.0.4
Bumps [chromedriver](https://github.com/giggio/node-chromedriver) from 87.0.2 to 87.0.4.
- [Release notes](https://github.com/giggio/node-chromedriver/releases)
- [Commits](https://github.com/giggio/node-chromedriver/commits)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 14 Dec 2020 11:04:56 +0000 (11:04 +0000)]
build(deps-dev): bump @types/jest from 26.0.16 to 26.0.19
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.16 to 26.0.19.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 14 Dec 2020 11:03:02 +0000 (11:03 +0000)]
build(deps-dev): bump webpack from 5.10.0 to 5.10.1
Bumps [webpack](https://github.com/webpack/webpack) from 5.10.0 to 5.10.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.10.0...v5.10.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 14 Dec 2020 11:01:44 +0000 (11:01 +0000)]
build(deps-dev): bump ts-node from 9.1.0 to 9.1.1
Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 9.1.0 to 9.1.1.
- [Release notes](https://github.com/TypeStrong/ts-node/releases)
- [Commits](https://github.com/TypeStrong/ts-node/compare/v9.1.0...v9.1.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Thu, 10 Dec 2020 18:27:48 +0000 (18:27 +0000)]
build(deps): [security] bump ini from 1.3.5 to 1.3.7
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. **This update includes a security fix.**
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.7)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Eduardo San Martin Morote [Thu, 10 Dec 2020 12:20:13 +0000 (13:20 +0100)]
docs: rollback vitepress (#646)
Alan Wang [Thu, 10 Dec 2020 08:46:42 +0000 (16:46 +0800)]
docs: fix links (#645)
Richard Keep [Thu, 10 Dec 2020 08:46:27 +0000 (11:46 +0300)]
docs: typo (#644) [skip ci]
Eduardo San Martin Morote [Tue, 8 Dec 2020 10:43:33 +0000 (11:43 +0100)]
docs: fix ads
Eduardo San Martin Morote [Tue, 8 Dec 2020 10:16:31 +0000 (11:16 +0100)]
docs: feedback
Eduardo San Martin Morote [Mon, 7 Dec 2020 13:50:31 +0000 (14:50 +0100)]
release: v4.0.1
Eduardo San Martin Morote [Mon, 7 Dec 2020 13:38:44 +0000 (14:38 +0100)]
fix(build): rollback rollup plugin commonjs
Eduardo San Martin Morote [Mon, 7 Dec 2020 10:19:49 +0000 (11:19 +0100)]
release: v4.0.0
Eduardo San Martin Morote [Mon, 7 Dec 2020 10:16:52 +0000 (11:16 +0100)]
chore: prepare for stable
Eduardo San Martin Morote [Mon, 7 Dec 2020 09:57:57 +0000 (10:57 +0100)]
chore: up deps
Eduardo San Martin Morote [Mon, 7 Dec 2020 09:48:13 +0000 (10:48 +0100)]
chore: up vue
dependabot-preview[bot] [Mon, 7 Dec 2020 09:18:19 +0000 (09:18 +0000)]
build(deps-dev): bump webpack-bundle-analyzer from 4.1.0 to 4.2.0
Bumps [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/webpack-contrib/webpack-bundle-analyzer/releases)
- [Changelog](https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/webpack-bundle-analyzer/compare/v4.1.0...v4.2.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 7 Dec 2020 09:10:31 +0000 (09:10 +0000)]
build(deps-dev): bump lint-staged from 10.5.2 to 10.5.3
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.5.2 to 10.5.3.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v10.5.2...v10.5.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 7 Dec 2020 09:09:56 +0000 (09:09 +0000)]
build(deps-dev): bump @types/jest from 26.0.15 to 26.0.16
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.15 to 26.0.16.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 7 Dec 2020 09:09:32 +0000 (09:09 +0000)]
build(deps-dev): bump algoliasearch from 4.8.2 to 4.8.3
Bumps [algoliasearch](https://github.com/algolia/algoliasearch-client-javascript) from 4.8.2 to 4.8.3.
- [Release notes](https://github.com/algolia/algoliasearch-client-javascript/releases)
- [Changelog](https://github.com/algolia/algoliasearch-client-javascript/blob/master/CHANGELOG.md)
- [Commits](https://github.com/algolia/algoliasearch-client-javascript/compare/4.8.2...4.8.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 7 Dec 2020 09:08:40 +0000 (09:08 +0000)]
build(deps-dev): bump chromedriver from 87.0.0 to 87.0.2
Bumps [chromedriver](https://github.com/giggio/node-chromedriver) from 87.0.0 to 87.0.2.
- [Release notes](https://github.com/giggio/node-chromedriver/releases)
- [Commits](https://github.com/giggio/node-chromedriver/compare/87.0.0...87.0.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 7 Dec 2020 09:07:56 +0000 (09:07 +0000)]
build(deps-dev): bump webpack from 5.9.0 to 5.10.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.9.0 to 5.10.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.9.0...v5.10.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Eduardo San Martin Morote [Sat, 5 Dec 2020 16:19:53 +0000 (17:19 +0100)]
test(e2e): missed this one
Eduardo San Martin Morote [Sat, 5 Dec 2020 16:17:18 +0000 (17:17 +0100)]
test(e2e): update for safari
Eduardo San Martin Morote [Fri, 4 Dec 2020 10:47:12 +0000 (11:47 +0100)]
docs: fix layout shift ad
Eduardo San Martin Morote [Thu, 3 Dec 2020 10:27:33 +0000 (11:27 +0100)]
build: prepare for stable [skip ci]
Eduardo San Martin Morote [Thu, 3 Dec 2020 09:49:58 +0000 (10:49 +0100)]
feat: expose routerViewLocationKey as internal
Eduardo San Martin Morote [Thu, 3 Dec 2020 09:49:41 +0000 (10:49 +0100)]
fix(router-view): properly use route prop when nested
Dan [Thu, 3 Dec 2020 08:09:56 +0000 (03:09 -0500)]
docs: grammar (#628)
Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
Eduardo San Martin Morote [Wed, 2 Dec 2020 18:03:38 +0000 (19:03 +0100)]
fix(router-view): return one node when possible
Fix #537
Eduardo San Martin Morote [Wed, 2 Dec 2020 18:02:09 +0000 (19:02 +0100)]
test: test out-in nested transitions
Eduardo San Martin Morote [Wed, 2 Dec 2020 18:01:43 +0000 (19:01 +0100)]
test: fix ts
dependabot-preview[bot] [Mon, 30 Nov 2020 09:31:17 +0000 (09:31 +0000)]
build(deps-dev): bump webpack from 5.6.0 to 5.9.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.6.0 to 5.9.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.6.0...v5.9.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 30 Nov 2020 09:21:12 +0000 (09:21 +0000)]
build(deps-dev): bump prettier from 2.2.0 to 2.2.1
Bumps [prettier](https://github.com/prettier/prettier) from 2.2.0 to 2.2.1.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.2.0...2.2.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 30 Nov 2020 09:14:13 +0000 (09:14 +0000)]
build(deps-dev): bump algoliasearch from 4.8.1 to 4.8.2
Bumps [algoliasearch](https://github.com/algolia/algoliasearch-client-javascript) from 4.8.1 to 4.8.2.
- [Release notes](https://github.com/algolia/algoliasearch-client-javascript/releases)
- [Changelog](https://github.com/algolia/algoliasearch-client-javascript/blob/master/CHANGELOG.md)
- [Commits](https://github.com/algolia/algoliasearch-client-javascript/compare/4.8.1...4.8.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 30 Nov 2020 09:14:07 +0000 (09:14 +0000)]
build(deps-dev): bump vue-loader from 16.0.0-rc.2 to 16.1.0
Bumps [vue-loader](https://github.com/vuejs/vue-loader) from 16.0.0-rc.2 to 16.1.0.
- [Release notes](https://github.com/vuejs/vue-loader/releases)
- [Changelog](https://github.com/vuejs/vue-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-loader/compare/v16.0.0-rc.2...v16.1.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 30 Nov 2020 09:07:08 +0000 (09:07 +0000)]
build(deps-dev): bump rollup from 2.33.3 to 2.34.0
Bumps [rollup](https://github.com/rollup/rollup) from 2.33.3 to 2.34.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.33.3...v2.34.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 30 Nov 2020 09:04:36 +0000 (09:04 +0000)]
build(deps-dev): bump vue, @vue/compiler-sfc and @vue/server-renderer
Bumps [vue](https://github.com/vuejs/vue), [@vue/compiler-sfc](https://github.com/vuejs/vue-next/tree/HEAD/packages/compiler-sfc) and [@vue/server-renderer](https://github.com/vuejs/vue-next/tree/HEAD/packages/server-renderer). These dependencies needed to be updated together.
Updates `vue` from 3.0.2 to 3.0.3
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](https://github.com/vuejs/vue/commits)
Updates `@vue/compiler-sfc` from 3.0.2 to 3.0.3
- [Release notes](https://github.com/vuejs/vue-next/releases)
- [Changelog](https://github.com/vuejs/vue-next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-next/commits/v3.0.3/packages/compiler-sfc)
Updates `@vue/server-renderer` from 3.0.2 to 3.0.3
- [Release notes](https://github.com/vuejs/vue-next/releases)
- [Changelog](https://github.com/vuejs/vue-next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-next/commits/v3.0.3/packages/server-renderer)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Eduardo San Martin Morote [Mon, 30 Nov 2020 08:35:31 +0000 (09:35 +0100)]
release: v4.0.0-rc.6
Eduardo San Martin Morote [Mon, 30 Nov 2020 08:34:25 +0000 (09:34 +0100)]
chore: comment [skip ci]
Eduardo San Martin Morote [Thu, 26 Nov 2020 09:42:12 +0000 (10:42 +0100)]
test: remove unnecessary decodeURI [skip ci]
Eduardo San Martin Morote [Wed, 25 Nov 2020 11:31:31 +0000 (12:31 +0100)]
chore: up deps
Eduardo San Martin Morote [Tue, 24 Nov 2020 23:03:02 +0000 (00:03 +0100)]
chore: fix browserstack image [skip ci]
Eduardo San Martin Morote [Tue, 24 Nov 2020 22:25:27 +0000 (23:25 +0100)]
fix(guards): correctly reuse guards (#616)
Fix #614
Eduardo San Martin Morote [Tue, 24 Nov 2020 11:55:08 +0000 (12:55 +0100)]
test(e2e): test for guards with named views
Eduardo San Martin Morote [Tue, 24 Nov 2020 09:12:51 +0000 (10:12 +0100)]
test: add assertion
Eduardo San Martin Morote [Tue, 24 Nov 2020 09:12:24 +0000 (10:12 +0100)]
test(e2e): refactor to extend with named views
Eduardo San Martin Morote [Tue, 24 Nov 2020 08:56:31 +0000 (09:56 +0100)]
chore: ignore file
Eduardo San Martin Morote [Mon, 23 Nov 2020 16:26:39 +0000 (17:26 +0100)]
docs: fix display ads
Eduardo San Martin Morote [Mon, 23 Nov 2020 10:29:43 +0000 (11:29 +0100)]
refactor: remove unintented changes
Eduardo San Martin Morote [Mon, 23 Nov 2020 10:27:46 +0000 (11:27 +0100)]
feat(devtools): improve active + match in routes inspector
Eduardo San Martin Morote [Mon, 23 Nov 2020 08:46:21 +0000 (09:46 +0100)]
feat(types): expose `LocationQueryValueRaw` as internal
dependabot-preview[bot] [Mon, 23 Nov 2020 10:04:26 +0000 (10:04 +0000)]
build(deps-dev): bump vue-loader from 16.0.0-rc.1 to 16.0.0-rc.2
Bumps [vue-loader](https://github.com/vuejs/vue-loader) from 16.0.0-rc.1 to 16.0.0-rc.2.
- [Release notes](https://github.com/vuejs/vue-loader/releases)
- [Changelog](https://github.com/vuejs/vue-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-loader/compare/v16.0.0-rc.1...v16.0.0-rc.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 23 Nov 2020 09:50:57 +0000 (09:50 +0000)]
build(deps-dev): bump prettier from 2.1.2 to 2.2.0
Bumps [prettier](https://github.com/prettier/prettier) from 2.1.2 to 2.2.0.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.1.2...2.2.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 23 Nov 2020 09:51:00 +0000 (09:51 +0000)]
build(deps-dev): bump typescript from 4.0.5 to 4.1.2
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.0.5 to 4.1.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.0.5...v4.1.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 23 Nov 2020 09:42:37 +0000 (09:42 +0000)]
build(deps-dev): bump rollup from 2.33.2 to 2.33.3
Bumps [rollup](https://github.com/rollup/rollup) from 2.33.2 to 2.33.3.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.33.2...v2.33.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Sean G. Wright [Sun, 22 Nov 2020 09:35:21 +0000 (04:35 -0500)]
docs: typo (#604)
Missing quote for RouteLocationRaw definition
Eduardo San Martin Morote [Sat, 21 Nov 2020 09:49:43 +0000 (10:49 +0100)]
release: v4.0.0-rc.5
Eduardo San Martin Morote [Sat, 21 Nov 2020 09:47:45 +0000 (10:47 +0100)]
feat(scroll): allow modifying scrollBehavior in options (#602)
this allows enhanceApp in vuepress to run after creating the router
Eduardo San Martin Morote [Sat, 21 Nov 2020 09:16:08 +0000 (10:16 +0100)]
docs: note about toRef
Eduardo San Martin Morote [Fri, 20 Nov 2020 18:39:02 +0000 (19:39 +0100)]
docs: force build
Eduardo San Martin Morote [Fri, 20 Nov 2020 18:38:28 +0000 (19:38 +0100)]
docs: upgrade vitepress