Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v4.1 #1397

Merged
merged 136 commits into from Jun 30, 2022
Merged

v4.1 #1397

merged 136 commits into from Jun 30, 2022

Commits on Jun 29, 2022

  1. chore: up deps

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    46b170e View commit details
    Browse the repository at this point in the history
  2. feat: expose RouterView and RouterLink as GlobalComponents (#1372)

    Co-authored-by: Eduardo San Martin Morote <posva13@gmail.com>
    Leon Si and posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    3132915 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd7cdea View commit details
    Browse the repository at this point in the history
  4. refactor: fix type errors

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    d1e7a01 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ada0f22 View commit details
    Browse the repository at this point in the history
  6. feat(router): allow pausing listeners

    Close #1270
    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    d4f9db7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    22f634a View commit details
    Browse the repository at this point in the history
  8. refactor: use native symbols

    Native symbols are already used by Vue so it makes no sense to fallback in vue router
    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    0cd9a7e View commit details
    Browse the repository at this point in the history
  9. chore: regen lock

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    a2239cb View commit details
    Browse the repository at this point in the history
  10. chore: remove old todos

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    58eaeaf View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4f3b1d6 View commit details
    Browse the repository at this point in the history
  12. feat: loadRouteLocation()

    Close #1048
    
    Allows loading a route location to be passed to `<RouterView>`
    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    a302f65 View commit details
    Browse the repository at this point in the history
  13. test: remove unused imports

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    7673d7e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b2e3547 View commit details
    Browse the repository at this point in the history
  15. test: avoid type error

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    1d7d6b1 View commit details
    Browse the repository at this point in the history
  16. feat: support for typescript named routes

    pikax authored and posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    79de4c1 View commit details
    Browse the repository at this point in the history
  17. some code changes to make the demo kinda work

    pikax authored and posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    f3661c1 View commit details
    Browse the repository at this point in the history
  18. supporting child named routes

    pikax authored and posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    bf2865a View commit details
    Browse the repository at this point in the history
  19. changes on the location path

    pikax authored and posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    1b0f112 View commit details
    Browse the repository at this point in the history
  20. almost working

    pikax authored and posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    be9db8f View commit details
    Browse the repository at this point in the history
  21. improvements

    pikax authored and posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    40b690b View commit details
    Browse the repository at this point in the history
  22. add couple more test

    pikax authored and posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    8aa5d36 View commit details
    Browse the repository at this point in the history
  23. fixed it

    pikax authored and posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    ce5136d View commit details
    Browse the repository at this point in the history
  24. no need for name and children 😎

    pikax authored and posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    697840d View commit details
    Browse the repository at this point in the history
  25. add comment

    pikax authored and posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    605debd View commit details
    Browse the repository at this point in the history
  26. fix build

    pikax authored and posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    bd2fff2 View commit details
    Browse the repository at this point in the history
  27. rollback router

    pikax authored and posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    c04c35c View commit details
    Browse the repository at this point in the history
  28. chore: add createRouter templated options

    pikax authored and posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    78d9307 View commit details
    Browse the repository at this point in the history
  29. chore: change to readonly

    pikax authored and posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    ad0a1bc View commit details
    Browse the repository at this point in the history
  30. chore: unused imports

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    e254041 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    ff6c50c View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    9976a62 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    2784406 View commit details
    Browse the repository at this point in the history
  34. chore: oops file

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    223289e View commit details
    Browse the repository at this point in the history
  35. test: make them work

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    5b59760 View commit details
    Browse the repository at this point in the history
  36. refactor: remove old types

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    7d11524 View commit details
    Browse the repository at this point in the history
  37. refactor: internal types

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    4b00455 View commit details
    Browse the repository at this point in the history
  38. chore: testing

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    11ad0e5 View commit details
    Browse the repository at this point in the history
  39. feat: typing global router

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    1954cb7 View commit details
    Browse the repository at this point in the history
  40. chore: remove unused import

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    7e1def9 View commit details
    Browse the repository at this point in the history
  41. chore: leftovers

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    2bd0aac View commit details
    Browse the repository at this point in the history
  42. chore: mark type as internal

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    54c1544 View commit details
    Browse the repository at this point in the history
  43. feat: warn against named parent routes (#1396)

    Co-authored-by: Eating-Eating <47847099+Eating-Eating@users.noreply.github.com>
    posva and Eating-Eating committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    37cecfd View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    a1ad5bf View commit details
    Browse the repository at this point in the history
  45. build: use cjs/mjs extensions for cjs/esm builds (#1157)

    Co-authored-by: Eduardo San Martin Morote <posva13@gmail.com>
    danielroe and posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    50e7237 View commit details
    Browse the repository at this point in the history
  46. refactor: use type safe isArray

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    b705f9e View commit details
    Browse the repository at this point in the history
  47. fix: discard params in path redirect

    Fix #1401
    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    606da78 View commit details
    Browse the repository at this point in the history
  48. chore: types in tests

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    bae9cba View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    838a5a2 View commit details
    Browse the repository at this point in the history
  50. fix: resolve relative paths to /

    Fix #1410
    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    d8cbfb6 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    4794325 View commit details
    Browse the repository at this point in the history
  52. test: no trailing slash

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    9b90956 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    228b8ad View commit details
    Browse the repository at this point in the history
  54. chore: api docs

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    4e5a3fd View commit details
    Browse the repository at this point in the history
  55. chore: up deps

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    d376c67 View commit details
    Browse the repository at this point in the history
  56. chore: up TS

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    4d63fb2 View commit details
    Browse the repository at this point in the history
  57. ci: update ci image

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    ec8c2ff View commit details
    Browse the repository at this point in the history
  58. ci: add geckodriver

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    92a4c0d View commit details
    Browse the repository at this point in the history
  59. chore: add npmrc

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    be828b1 View commit details
    Browse the repository at this point in the history
  60. chore: format security

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    5cdab8d View commit details
    Browse the repository at this point in the history
  61. chore: move to pnpm workspaces

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    c4e5c2e View commit details
    Browse the repository at this point in the history
  62. ci: add missing binary option

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    a6af6f0 View commit details
    Browse the repository at this point in the history
  63. ci: fix size paths

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    f7d38be View commit details
    Browse the repository at this point in the history
  64. refactor: move docs to package

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    4603d1d View commit details
    Browse the repository at this point in the history
  65. ci: move to gh

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    4ee0fbd View commit details
    Browse the repository at this point in the history
  66. ci: size script

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    bbabded View commit details
    Browse the repository at this point in the history
  67. ci: give up the size one

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    7162755 View commit details
    Browse the repository at this point in the history
  68. chore: refactor paths

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    5be02ab View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    5219184 View commit details
    Browse the repository at this point in the history
  70. chore: upgrade nightwatch

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    ce09722 View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    c62c29a View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    ed8764a View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    f6fc1dc View commit details
    Browse the repository at this point in the history
  74. test: run remote e2e tests

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    340f07b View commit details
    Browse the repository at this point in the history
  75. chore: remove old selenium

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    224b88c View commit details
    Browse the repository at this point in the history
  76. test: run on ci try

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    a0f2983 View commit details
    Browse the repository at this point in the history
  77. ci: run server with tests

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    1efb205 View commit details
    Browse the repository at this point in the history
  78. ci: use script

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    03c1400 View commit details
    Browse the repository at this point in the history
  79. ci: try secrets again

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    ecbecf0 View commit details
    Browse the repository at this point in the history
  80. ci: try again

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    2ec582e View commit details
    Browse the repository at this point in the history
  81. ci: oops

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    2ea5f61 View commit details
    Browse the repository at this point in the history
  82. ci: more tries

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    ae10b25 View commit details
    Browse the repository at this point in the history
  83. ci: go firefox

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    e121d3b View commit details
    Browse the repository at this point in the history
  84. ci: again

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    8e4a159 View commit details
    Browse the repository at this point in the history
  85. ci: last...

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    a91e280 View commit details
    Browse the repository at this point in the history
  86. ci: well, let's use headless

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    8238216 View commit details
    Browse the repository at this point in the history
  87. ci: move bs tests to end

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    eae896d View commit details
    Browse the repository at this point in the history
  88. Configuration menu
    Copy the full SHA
    e21056f View commit details
    Browse the repository at this point in the history
  89. test: migrate hash test

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    c38716f View commit details
    Browse the repository at this point in the history
  90. test: migrate guards test

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    0498e04 View commit details
    Browse the repository at this point in the history
  91. test: migrate guards keep-alive

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    b505f73 View commit details
    Browse the repository at this point in the history
  92. Configuration menu
    Copy the full SHA
    02eb5e0 View commit details
    Browse the repository at this point in the history
  93. Configuration menu
    Copy the full SHA
    4958de5 View commit details
    Browse the repository at this point in the history
  94. test: migrate guards modal

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    a18ae4a View commit details
    Browse the repository at this point in the history
  95. test: migrate guards multi app

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    776c705 View commit details
    Browse the repository at this point in the history
  96. Configuration menu
    Copy the full SHA
    70f1a33 View commit details
    Browse the repository at this point in the history
  97. test: migrate guards suspense

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    1ebe010 View commit details
    Browse the repository at this point in the history
  98. Configuration menu
    Copy the full SHA
    a394369 View commit details
    Browse the repository at this point in the history
  99. ci: restore tests

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    308ffec View commit details
    Browse the repository at this point in the history
  100. chore: adapt scripts

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    2700d0a View commit details
    Browse the repository at this point in the history
  101. chore: fix lint-staged

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    fb973c4 View commit details
    Browse the repository at this point in the history
  102. Configuration menu
    Copy the full SHA
    85423b9 View commit details
    Browse the repository at this point in the history
  103. chore: doc function

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    bd8a411 View commit details
    Browse the repository at this point in the history
  104. Configuration menu
    Copy the full SHA
    72eadab View commit details
    Browse the repository at this point in the history
  105. Configuration menu
    Copy the full SHA
    a50503c View commit details
    Browse the repository at this point in the history
  106. build: add new release script

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    0bc0956 View commit details
    Browse the repository at this point in the history
  107. chore: move brotli dep

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    81d0ab6 View commit details
    Browse the repository at this point in the history
  108. chore: move changelog file

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    366d769 View commit details
    Browse the repository at this point in the history
  109. chore: types housekeeping

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    5b4001b View commit details
    Browse the repository at this point in the history
  110. chore: update lock

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    ca5cda9 View commit details
    Browse the repository at this point in the history
  111. refactor: move playground

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    d58268d View commit details
    Browse the repository at this point in the history
  112. chore: refactor deps

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    282df71 View commit details
    Browse the repository at this point in the history
  113. chore: remove js files

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    3bd185c View commit details
    Browse the repository at this point in the history
  114. Configuration menu
    Copy the full SHA
    fcd3348 View commit details
    Browse the repository at this point in the history
  115. Configuration menu
    Copy the full SHA
    1169baf View commit details
    Browse the repository at this point in the history
  116. Configuration menu
    Copy the full SHA
    77f9b88 View commit details
    Browse the repository at this point in the history
  117. Configuration menu
    Copy the full SHA
    2a414a1 View commit details
    Browse the repository at this point in the history
  118. Configuration menu
    Copy the full SHA
    f7af6af View commit details
    Browse the repository at this point in the history
  119. Configuration menu
    Copy the full SHA
    19060f8 View commit details
    Browse the repository at this point in the history
  120. chore: build scripts

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    b25a6b4 View commit details
    Browse the repository at this point in the history
  121. Configuration menu
    Copy the full SHA
    2fcc299 View commit details
    Browse the repository at this point in the history
  122. Configuration menu
    Copy the full SHA
    e139336 View commit details
    Browse the repository at this point in the history
  123. chore: minor cleanup

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    1bc26c8 View commit details
    Browse the repository at this point in the history
  124. test: fix rename

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    b4d0a27 View commit details
    Browse the repository at this point in the history
  125. docs: add typed routes

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    fef068f View commit details
    Browse the repository at this point in the history
  126. feat: add typed router link

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    23d9e2c View commit details
    Browse the repository at this point in the history
  127. Configuration menu
    Copy the full SHA
    0dfaf51 View commit details
    Browse the repository at this point in the history
  128. docs: simplify RouterLink usage

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    e6f847a View commit details
    Browse the repository at this point in the history
  129. Configuration menu
    Copy the full SHA
    25ebef2 View commit details
    Browse the repository at this point in the history
  130. Configuration menu
    Copy the full SHA
    c4e676c View commit details
    Browse the repository at this point in the history
  131. refactor: revert the complex types for path parsing

    Achieve it with a build plugin instead; https://github.com/posva/unplugin-vue-router
    Types were too slow due to their recursive nature and relying on tuples
    too much. A build-time type generation is not only reliable and fast but
    also enable creating other patterns.
    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    a7c591b View commit details
    Browse the repository at this point in the history
  132. docs: update typed routes

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    5e06788 View commit details
    Browse the repository at this point in the history
  133. chore: remove unused files

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    5452bea View commit details
    Browse the repository at this point in the history
  134. docs: screenshot

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    b67562e View commit details
    Browse the repository at this point in the history
  135. Configuration menu
    Copy the full SHA
    5b5ce34 View commit details
    Browse the repository at this point in the history
  136. build: fix line offset

    posva committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    6355d8f View commit details
    Browse the repository at this point in the history