]> git.ipfire.org Git - thirdparty/vuejs/router.git/shortlog
thirdparty/vuejs/router.git
2020-04-22  Eduardo San... test: remove warning
2020-04-22  Eduardo San... refactor: rename files to camelCase
2020-04-22  Austin Akerstest: refactor guards context test (#177)
2020-04-21  Eduardo San... docs: add tsdoc for options
2020-04-21  Eduardo San... refactor(utils): move location utils to its file
2020-04-21  Eduardo San... fix(view): render slot with no match
2020-04-21  Eduardo San... chore: up vue
2020-04-21  Eduardo San... feat(router): add back,forward,go
2020-04-21  Eduardo San... fix(link): preserve the alias path
2020-04-20  Eduardo San... docs: add named views playground
2020-04-20  Eduardo San... docs: improve missing section
2020-04-20  Eduardo San... fix(guards): preserve navigation options when redirecting
2020-04-20  Eduardo San... fix(router): preserve navigation options with redirects
2020-04-20  Eduardo San... fix(html5): correctly preserve current history.state
2020-04-20  Eduardo San... ci: build release tags
2020-04-20  dependabot... build(deps-dev): bump @types/webpack from 4.41.11 to...
2020-04-20  dependabot... build(deps-dev): bump jest from 25.3.0 to 25.4.0
2020-04-20  dependabot... build(deps-dev): bump @rollup/plugin-replace from 2...
2020-04-20  dependabot... build(deps-dev): bump lint-staged from 10.1.3 to 10.1.6
2020-04-20  dependabot... build(deps-dev): bump ts-loader from 7.0.0 to 7.0.1
2020-04-20  Eduardo San... docs: add codesandbox link
2020-04-17  Eduardo San... release: v4.0.0-alpha.7 v4.0.0-alpha.7
2020-04-17  Eduardo San... docs: typo
2020-04-17  Eduardo San... feat: add `$route` and `$router` types
2020-04-17  Eduardo San... feat: add guards types
2020-04-17  Eduardo San... feat: refactor navigation to comply with vuejs/rfcs#150
2020-04-17  Eduardo San... release: v4.0.0-alpha.6 v4.0.0-alpha.6
2020-04-17  Eduardo San... types(router): mark history and currentRoute as readonly
2020-04-17  Eduardo San... refactor(router): merge createHref into resolve
2020-04-17  Eduardo San... refactor: add mixin only on browser
2020-04-17  Eduardo San... chore: up deps
2020-04-17  Eduardo San... chore: up vue
2020-04-16  Eduardo San... build: temporarily add node@12 types
2020-04-16  Eduardo San... feat: add this.$route
2020-04-16  Eduardo San... chore: up vue deps
2020-04-16  Eduardo San... refactor(history): remove back/forward from private...
2020-04-16  Eduardo San... feat: add this.$router
2020-04-16  Eduardo San... docs: mention other breaking changes
2020-04-16  Eduardo San... refactor(view): replace useView with a prop
2020-04-15  Eduardo San... ci: run firefox
2020-04-15  Eduardo San... fix(scroll): only apply on browser
2020-04-15  Eduardo San... feat(scroll): handle scroll on popstate
2020-04-15  Eduardo San... test: refactor e2e config
2020-04-15  Eduardo San... test: modify e2e tests to work on safari
2020-04-15  Eduardo San... ci: update chrome driver
2020-04-15  Eduardo San... ci: try fixing e2e
2020-04-15  Eduardo San... Revert "test: only call browser.end on the last test"
2020-04-15  Eduardo San... test: only call browser.end on the last test
2020-04-15  Eduardo San... test: add transition test
2020-04-15  Eduardo San... test: remove headless from e2e for transitions
2020-04-15  Eduardo San... test: mock isBrowser in unit tests
2020-04-15  Eduardo San... build: add browser env to webpack builds
2020-04-15  Eduardo San... refactor: proper isBrowser
2020-04-14  Eduardo San... feat: merge meta fields
2020-04-13  Eduardo San... fix(history): allow hash history with no origin
2020-04-13  Eduardo San... fix(history): allow base with / and base tag
2020-04-13  Eduardo San... test: add find method to wrapper
2020-04-13  dependabot... build(deps-dev): bump @microsoft/api-documenter from...
2020-04-13  dependabot... build(deps-dev): bump @rollup/plugin-alias from 3.0...
2020-04-13  dependabot... build(deps-dev): bump jest from 25.2.7 to 25.3.0
2020-04-13  dependabot... build(deps-dev): bump css-loader from 3.4.2 to 3.5.2
2020-04-13  dependabot... build(deps-dev): bump @rollup/plugin-commonjs from...
2020-04-13  dependabot... build(deps-dev): bump @types/jsdom from 16.2.0 to 16.2.1
2020-04-13  dependabot... build(deps-dev): bump lint-staged from 10.1.2 to 10.1.3
2020-04-13  dependabot... build(deps-dev): bump html-webpack-plugin from 4.0...
2020-04-13  dependabot... build(deps-dev): bump @microsoft/api-extractor from...
2020-04-13  dependabot... build(deps-dev): bump @rollup/plugin-node-resolve from...
2020-04-09  Eduardo San... refactor(link): directly inject the route
2020-04-09  Eduardo San... test: rename mount2
2020-04-09  Eduardo San... test: remove old mount helper
2020-04-09  Eduardo San... test: refactor mount function
2020-04-09  Eduardo San... refactor: use cleaner mount for tests
2020-04-09  Eduardo San... chore: add vm to playground for testing purposes
2020-04-09  Eduardo San... chore: up vue
2020-04-08  Eduardo San... test: extra import
2020-04-08  Eduardo San... test: remove outdated error
2020-04-08  Eduardo San... fix: revert history navigation if navigation is cancelled
2020-04-08  Eduardo San... feat(guards): support errors in navigation guards
2020-04-08  Eduardo San... test: rename test
2020-04-08  Eduardo San... refactor: group guards code
2020-04-08  Eduardo San... feat(router): hasRoute
2020-04-08  Eduardo San... test: group tests
2020-04-08  Eduardo San... build: fix script
2020-04-08  Eduardo San... release: v4.0.0-alpha.5 v4.0.0-alpha.5
2020-04-08  Eduardo San... chore: consistent usage of yarn run
2020-04-08  Eduardo San... refactor: remove old comments
2020-04-08  Eduardo San... test(e2e): add hash test
2020-04-08  Eduardo San... refactor: test
2020-04-08  Eduardo San... fix(link): not active when matched is empty
2020-04-08  Eduardo San... chore: improve scrolling in playground
2020-04-08  Eduardo San... test: throws with invalid route locations
2020-04-07  Eduardo San... fix: ignore order of keys in query and params
2020-04-07  Eduardo San... test: test missing param error
2020-04-07  Eduardo San... test: update snapshots
2020-04-07  Eduardo San... test: refactor tests
2020-04-07  Eduardo San... feat: allow symbols as route record name
2020-04-07  Eduardo San... feat(link): allow `custom` prop
2020-04-07  Eduardo San... test(link): add absolute alias active tests
2020-04-07  Eduardo San... feat(link): activeClass and exactActiveClass props
2020-04-07  Eduardo San... refactor: remove vue-loader usage from e2e tests
next