]> git.ipfire.org Git - thirdparty/vuejs/router.git/shortlog
thirdparty/vuejs/router.git
2020-07-27  dependabot... build(deps-dev): bump chromedriver from 83.0.1 to 84.0.1 391/head
2020-07-27  dependabot... build(deps-dev): bump @types/jest from 26.0.5 to 26.0.7
2020-07-27  dependabot... build(deps-dev): bump codecov from 3.7.1 to 3.7.2
2020-07-27  dependabot... build(deps-dev): bump nightwatch from 1.3.6 to 1.3.7
2020-07-27  dependabot... build(deps-dev): bump rollup from 2.22.1 to 2.23.0
2020-07-27  dependabot... build(deps-dev): bump webpack from 4.43.0 to 4.44.0
2020-07-25  Eduardo San... release: v4.0.0-beta.4 v4.0.0-beta.4
2020-07-24  Eduardo San... test(router-view): test v-slot
2020-07-24  Eduardo San... fix(router-view): render the slot when there is no...
2020-07-24  瓦姆乌·湫曗fix: work on Edge by adding an argument to catch (...
2020-07-21  Eduardo San... release: v4.0.0-beta.3 v4.0.0-beta.3
2020-07-21  Eduardo San... docs: remove extra content
2020-07-21  Eduardo San... docs: add more tsdocs
2020-07-21  weihaiyurefactor(guards): optimize with one single for loop...
2020-07-21  Eduardo San... feat(errors): export isNavigationFailure
2020-07-21  Eduardo San... types(guards): allow to return values in guards
2020-07-21  Eduardo San... feat(guards): allow guards to return a value instead...
2020-07-21  dependabot... build(deps): bump lodash from 4.17.15 to 4.17.19 (...
2020-07-21  Eduardo San... fix(guards): skip update and leave guards of unmounted...
2020-07-21  Eduardo San... fix(guards): remove registered update guards after...
2020-07-21  Eduardo San... test(guards): test onBeforeRouteLeave are removed
2020-07-21  Eduardo San... feat(guards): wip context support in multi apps
2020-07-21  Eduardo San... fix(guards): call beforeRouteEnter once per named view
2020-07-21  Eduardo San... docs: add comments
2020-07-20  Eduardo San... fix(hash): allow url to contain search params before...
2020-07-20  Eduardo San... chore: up deps
2020-07-17  Eduardo San... ci: add size-limit action (#376)
2020-07-17  Eduardo San... build: clear build cache
2020-07-16  uuoocckk-983test(__tests__/RouterLink.spec): add not match repeated...
2020-07-15  zMousetest(warns): add a warning test when `next` is called...
2020-07-13  dependabot... build(deps-dev): bump @rollup/plugin-commonjs from...
2020-07-13  dependabot... build(deps-dev): bump chromedriver from 83.0.0 to 83.0.1
2020-07-13  dependabot... build(deps-dev): bump @rollup/plugin-node-resolve from...
2020-07-12  Eduardo San... chore: move issue template folder
2020-07-12  Eduardo San... chore: fix issue template
2020-07-12  Eduardo San... chore: up deps
2020-07-11  Eduardo San... chore: up vue
2020-07-11  burefactor: remove unused imports and code (#364)
2020-07-09  ImJustAMantest(router-link): add not active with different params...
2020-07-07  Eduardo San... release: v4.0.0-beta.2 v4.0.0-beta.2
2020-07-07  Eduardo San... test(e2e): add fixme note
2020-07-06  dependabot... build(deps-dev): bump rollup from 2.18.1 to 2.19.0
2020-07-06  dependabot... build(deps-dev): bump typescript from 3.9.5 to 3.9.6
2020-07-06  dependabot... build(deps-dev): bump @types/webpack from 4.41.18 to...
2020-07-06  dependabot... build(deps-dev): bump @microsoft/api-documenter from...
2020-07-06  dependabot... build(deps-dev): bump size-limit and @size-limit/preset...
2020-07-04  Nick Halldocs: typo in readme (#349)
2020-07-03  Johann Schopplichchore(warn): typo in <keep-alive> deprecation message...
2020-07-03  bélachore: update readme status (#348)
2020-07-03  Eduardo San... chore: typo in comment [skip ci]
2020-07-03  Eduardo San... release: v4.0.0-beta.1 v4.0.0-beta.1
2020-07-03  Eduardo San... refactor(router): remove history property
2020-07-03  Eduardo San... refactor(history): simplify location as a string
2020-07-03  Eduardo San... fix(router-link): add missing prop custom in jsx
2020-07-02  Eduardo San... build: use release vue-next release script
2020-07-02  Eduardo San... build: prepare for beta
2020-07-02  Eduardo San... docs: remove outdated missing features
2020-07-02  Eduardo San... test(errors): add test for isNavigationFailure
2020-07-02  Eduardo San... fix(hash): manual changes should trigger a navigation
2020-07-02  Eduardo San... refactor: remove old TODO
2020-07-02  Eduardo San... feat(guards): next callback beforeRouteEnter
2020-07-02  Eduardo San... fix(warn): warn when RouterView is wrapped with transition
2020-07-02  Evan Youfix(router-view): preserve keep-alive route guard this...
2020-07-01  Eduardo San... chore: add comment [skip ci]
2020-07-01  Eduardo San... docs: add missing hyphen
2020-07-01  Eduardo San... release: v4.0.0-alpha.14 v4.0.0-alpha.14
2020-07-01  Eduardo San... fix(hash): use relative links in hash mode
2020-06-30  dependabot... build(deps-dev): bump @microsoft/api-documenter from...
2020-06-30  Eduardo San... chore: up vue deps
2020-06-29  dependabot... build(deps-dev): bump @types/webpack from 4.41.17 to...
2020-06-29  dependabot... build(deps-dev): bump size-limit and @size-limit/preset...
2020-06-29  dependabot... build(deps-dev): bump @types/jest from 26.0.0 to 26.0.3
2020-06-29  dependabot... build(deps-dev): bump rollup from 2.18.0 to 2.18.1
2020-06-29  dependabot... build(deps-dev): bump jest from 26.0.1 to 26.1.0
2020-06-25  Eduardo San... fix(query): do not normalize query with custom stringif...
2020-06-24  Eduardo San... fix(query): isSameRouteLocation compares queries by...
2020-06-24  Eduardo San... refactor: rename internal function
2020-06-23  Eduardo San... feat(router): support multiple apps at the same time
2020-06-23  Eduardo San... refactor: move install code to router.ts
2020-06-23  Eduardo San... test(e2e): make them pass on older browsers
2020-06-23  Eduardo San... chore: up other deps
2020-06-23  Eduardo San... chore: upgrade ts
2020-06-23  Eduardo San... chore: up vue
2020-06-23  Carlos Rodriguestypes: Add type to NavigationGuardNextCallback (#205)
2020-06-22  dependabot... build(deps-dev): bump ts-jest from 26.1.0 to 26.1.1
2020-06-22  dependabot... build(deps-dev): bump rollup from 2.16.1 to 2.18.0
2020-06-22  dependabot... build(deps-dev): bump size-limit and @size-limit/preset...
2020-06-22  dependabot... build(deps-dev): bump lint-staged from 10.2.10 to 10...
2020-06-22  dependabot... build(deps-dev): bump webpack-cli from 3.3.11 to 3...
2020-06-22  dependabot... build(deps-dev): bump @microsoft/api-documenter from...
2020-06-19  瓦姆乌·湫曗chore: ComponentOptions -> Component in shim (#315)
2020-06-18  Eduardo San... feat(redirect): allow redirect on routes witch children
2020-06-18  Eduardo San... release: v4.0.0-alpha.13 v4.0.0-alpha.13
2020-06-18  Eduardo San... fix: use assign to align with Vue browser support ...
2020-06-17  Eduardo San... chore: remove playground from files
2020-06-15  dependabot... build(deps-dev): bump @microsoft/api-documenter from...
2020-06-15  dependabot... build(deps-dev): bump rollup from 2.15.0 to 2.16.1
2020-06-15  dependabot... build(deps-dev): bump css-loader from 3.5.3 to 3.6.0
2020-06-12  Eduardo San... feat(scroll): replace selector with el
2020-06-12  Eduardo San... chore: up rollup dep
next