Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

feat(nuxt): payload rendering support #6455

Merged
merged 56 commits into from Sep 10, 2022
Merged

feat(nuxt): payload rendering support #6455

merged 56 commits into from Sep 10, 2022

Commits on Aug 9, 2022

  1. Configuration menu
    Copy the full SHA
    9bf9e42 View commit details
    Browse the repository at this point in the history
  2. feat: use esm module

    pi0 committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    9202c55 View commit details
    Browse the repository at this point in the history
  3. feat: loadPayload (wip)

    pi0 committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    1acb659 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0217f3d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bd84ef3 View commit details
    Browse the repository at this point in the history
  6. refactor: use internal #app

    pi0 committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    ba576e4 View commit details
    Browse the repository at this point in the history
  7. always use link to prefetch

    pi0 committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    e7dd892 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ccc982f View commit details
    Browse the repository at this point in the history
  9. feat: isPrerendering composable

    pi0 committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    112694c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    39cbe73 View commit details
    Browse the repository at this point in the history
  11. add random fixture

    pi0 committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    bf16a1a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5cdad5c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c3f2343 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    fedca28 View commit details
    Browse the repository at this point in the history
  15. rename usePayload to loadPayload

    pi0 committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    820078b View commit details
    Browse the repository at this point in the history
  16. preload payload of current page

    pi0 committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    5242daf View commit details
    Browse the repository at this point in the history
  17. fix ts error

    pi0 committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    52f1002 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    270583b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4488042 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2022

  1. Configuration menu
    Copy the full SHA
    2d74ccd View commit details
    Browse the repository at this point in the history
  2. fix merge issues

    pi0 committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    37f3172 View commit details
    Browse the repository at this point in the history
  3. improve renderer logic

    pi0 committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    266ad92 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    537083a View commit details
    Browse the repository at this point in the history
  5. fix: fix payload url regex

    pi0 committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    1b171a4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fd37bef View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

  1. Configuration menu
    Copy the full SHA
    0023917 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fcc6c2 View commit details
    Browse the repository at this point in the history
  3. use process.prerender

    pi0 committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    34c03ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a215c11 View commit details
    Browse the repository at this point in the history
  5. fix: use process.env.prerender

    pi0 committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    b2d97a5 View commit details
    Browse the repository at this point in the history
  6. remove console.log

    pi0 committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    d0c3b25 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a4bcf5f View commit details
    Browse the repository at this point in the history
  8. add random state test

    pi0 committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    a366431 View commit details
    Browse the repository at this point in the history
  9. add missing spread

    pi0 committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    206c3b5 View commit details
    Browse the repository at this point in the history
  10. improve plugin

    pi0 committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    2181d62 View commit details
    Browse the repository at this point in the history
  11. invalidate cache if import fails

    pi0 committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    f54e44f View commit details
    Browse the repository at this point in the history
  12. assign state too

    pi0 committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    9a4c5d0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a1df2f7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4d05286 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c19b189 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e8404b1 View commit details
    Browse the repository at this point in the history
  17. lint

    pi0 committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    a16d258 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a84683e View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. unrelated change

    pi0 committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    136b399 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db5c808 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5629abc View commit details
    Browse the repository at this point in the history
  4. chore: small tweaks

    danielroe committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    31047f1 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. Configuration menu
    Copy the full SHA
    bb00934 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8480842 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ec95ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eaa0164 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4aaa9fb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    820c17f View commit details
    Browse the repository at this point in the history
  7. test: fix dev test

    danielroe committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    ff4aa14 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2022

  1. Configuration menu
    Copy the full SHA
    bd5fdcd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    374429a View commit details
    Browse the repository at this point in the history