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

feat(nuxt): allow client components within NuxtIsland #22649

Merged
merged 94 commits into from
Dec 19, 2023

Commits on Aug 10, 2023

  1. WIP

    huang-julien committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    c5d930b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2331d38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    202fe05 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    00da021 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. feat: working in dev

    huang-julien committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    6f85659 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. Configuration menu
    Copy the full SHA
    98527fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38ba957 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. feat: WORTKING IN BUIKLD

    huang-julien committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    cbd94c3 View commit details
    Browse the repository at this point in the history
  2. fix: hydration

    huang-julien committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    e5ddf98 View commit details
    Browse the repository at this point in the history
  3. chore: lint and types

    huang-julien committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    aceb4ae View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    15782f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3f76bf View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    606a55f View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    b308714 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79fc8a1 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. Configuration menu
    Copy the full SHA
    ba917cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26dff83 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    08079ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b76767 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    be6a1b4 View commit details
    Browse the repository at this point in the history
  6. test: update snapshots

    huang-julien committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    d5fb848 View commit details
    Browse the repository at this point in the history
  7. test: remove .only

    huang-julien committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    716b291 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    be862e8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    011516f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    67eb50b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    17ed315 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    85bc7d5 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. Configuration menu
    Copy the full SHA
    41fcb19 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. Configuration menu
    Copy the full SHA
    ecb66ae View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. Configuration menu
    Copy the full SHA
    fafe09d View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. test: refactor tests

    huang-julien committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    8c622e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6d2ddd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3fd481 View commit details
    Browse the repository at this point in the history
  4. chore: lint

    huang-julien committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    d553fd0 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. fix: remove lib config

    huang-julien committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    ee27963 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38d0854 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Configuration menu
    Copy the full SHA
    aaca711 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. test: update snapshots

    huang-julien committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    09bf017 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91911b2 View commit details
    Browse the repository at this point in the history
  3. chore: clean and rename

    huang-julien committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    e4dbbeb View commit details
    Browse the repository at this point in the history
  4. test: update snapshots

    huang-julien committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    ec89f87 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2023

  1. Configuration menu
    Copy the full SHA
    70f436d View commit details
    Browse the repository at this point in the history
  2. chore: rename

    huang-julien committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    b9ae8eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3693523 View commit details
    Browse the repository at this point in the history
  4. test: update snapshots

    huang-julien committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    a0f097f View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Configuration menu
    Copy the full SHA
    fb63340 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. refactor: refactor fafe09d

    huang-julien committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    c9d9582 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95eb11c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4f708b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8b90b8 View commit details
    Browse the repository at this point in the history
  5. test: update snapshots

    huang-julien committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    dc4c74e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7d5342c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    570337d View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. Configuration menu
    Copy the full SHA
    ca45ef9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb104be View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Configuration menu
    Copy the full SHA
    55f3bb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    442459d View commit details
    Browse the repository at this point in the history
  3. chore: lint

    huang-julien committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    8f25266 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    14eae71 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    8f8622b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41f4cfa View commit details
    Browse the repository at this point in the history
  3. fix: ignore chunk source

    danielroe committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    2beaae9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2538092 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. chore: remove comment

    huang-julien committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    31ff865 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08565d3 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    8b8b801 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d243bd8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    440820a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dea5613 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0c9b9e6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1f683be View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Configuration menu
    Copy the full SHA
    97e07aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65ba27b View commit details
    Browse the repository at this point in the history
  3. test: update snapshots

    huang-julien committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    ba419a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7d6c869 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d2f2628 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ae83204 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ee96945 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fcb887c View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. test: update unit tests

    huang-julien committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    d6efef5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d507aeb View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    4cf1b2d View commit details
    Browse the repository at this point in the history
  2. Update packages/schema/src/config/experimental.ts

    Co-authored-by: Daniel Roe <daniel@roe.dev>
    huang-julien and danielroe committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    505ebcb View commit details
    Browse the repository at this point in the history
  3. Update test/basic.test.ts

    Co-authored-by: Daniel Roe <daniel@roe.dev>
    huang-julien and danielroe committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    ac9f19b View commit details
    Browse the repository at this point in the history
  4. chore: lint

    huang-julien committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    016d134 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0b16598 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Configuration menu
    Copy the full SHA
    9a6db04 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Configuration menu
    Copy the full SHA
    3a36671 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Configuration menu
    Copy the full SHA
    c08d53f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f021da5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b46a9b View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Configuration menu
    Copy the full SHA
    67db1d8 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Configuration menu
    Copy the full SHA
    d11fb21 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    5c14de4 View commit details
    Browse the repository at this point in the history