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

feat(nuxt): remove wrapper from client only components #6165

Merged
merged 23 commits into from
Aug 2, 2022

Commits on Jul 26, 2022

  1. Configuration menu
    Copy the full SHA
    c7dea42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25580cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f77d169 View commit details
    Browse the repository at this point in the history
  4. fix(nuxt): wrap the render with h()

    - prefer using ctx for attrs instead of options
    - wrap with h() to avoid oldNodes is null issue
    huang-julien committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    e5b668f View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Configuration menu
    Copy the full SHA
    7bb336c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4b7150 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9975293 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d3fbb3c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0f87fd3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fb8798c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c963ba8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1a904b1 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. fix(nuxt): conditionnal render on build-dev for client-only.mjs

    - must use a Fragment to render the build component to avoid "f is null".
    jhuang@hsk-partners.com committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    b08a875 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8df797a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fea482e View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. fix(nuxt): fix inheritAttrs and handle template in createClientOnly

    jhuang@hsk-partners.com committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    294c077 View commit details
    Browse the repository at this point in the history
  2. fix(nuxt): fix attrs inheritance

    - set back attribute inheritance for template (runtime-compiler)
    - force null on Fragment props
    - use h() to render the functions with attrs inheritance
    jhuang@hsk-partners.com committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    0431072 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cacf259 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Configuration menu
    Copy the full SHA
    860c716 View commit details
    Browse the repository at this point in the history
  2. use ctx to read prop

    pi0 committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    0bf46dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    986bc42 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ff8bbb View commit details
    Browse the repository at this point in the history
  5. revert state name

    pi0 committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    4d400c7 View commit details
    Browse the repository at this point in the history