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

types(defineComponent): Support for GlobalComponents, typed Directives and respect expose on defineComponent #3399

Merged
merged 43 commits into from
Apr 25, 2024

Commits on Mar 9, 2021

  1. Configuration menu
    Copy the full SHA
    e2cac07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ccdc0b View commit details
    Browse the repository at this point in the history
  3. chore: exposed type suppor

    pikax committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    e140b07 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f49e9c View commit details
    Browse the repository at this point in the history
  5. chore: fix tests

    pikax committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    fbb62bc View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. chore: clean dup code

    pikax committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    b10bc77 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

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

Commits on Mar 13, 2021

  1. Configuration menu
    Copy the full SHA
    057bad9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9970b45 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2498929 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b792c6c View commit details
    Browse the repository at this point in the history
  5. chore: add BaseTransition

    pikax committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    980dbf3 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2021

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

Commits on Mar 30, 2021

  1. Configuration menu
    Copy the full SHA
    dffd7c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08c1217 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

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

Commits on Apr 18, 2021

  1. Configuration menu
    Copy the full SHA
    16352ca View commit details
    Browse the repository at this point in the history
  2. chore: improve tests

    pikax committed Apr 18, 2021
    Configuration menu
    Copy the full SHA
    7754d7e View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

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

Commits on Apr 25, 2021

  1. chore: vmodel WIP

    pikax committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    99741b8 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2021

  1. Merge branch 'master-upstream' into types/refactor_defineComponent

    # Conflicts:
    #	packages/runtime-core/src/componentOptions.ts
    #	packages/runtime-core/src/componentPublicInstance.ts
    #	packages/runtime-dom/src/directives/vModel.ts
    #	packages/runtime-dom/src/directives/vOn.ts
    #	packages/runtime-dom/src/index.ts
    pikax committed Aug 15, 2021
    Configuration menu
    Copy the full SHA
    675a642 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    5573d90 View commit details
    Browse the repository at this point in the history
  3. chore: remove type

    pikax committed Aug 15, 2021
    Configuration menu
    Copy the full SHA
    a3408d7 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2022

  1. Merge branch 'master-upstream' into types/refactor_defineComponent

    # Conflicts:
    #	packages/runtime-dom/src/index.ts
    pikax committed Jan 1, 2022
    Configuration menu
    Copy the full SHA
    3ecd0cb View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. Merge branch 'main-upstream' into types/refactor_defineComponent

    # Conflicts:
    #	packages/runtime-core/src/componentPublicInstance.ts
    pikax committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    3757760 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2022

  1. minor: fix ssrCompiler test

    pikax committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    37593c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b268011 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b82ea4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1269ab1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    50b17d4 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

  1. Merge branch 'main-upstream' into types/refactor_defineComponent

    # Conflicts:
    #	packages/runtime-core/src/apiDefineComponent.ts
    #	packages/runtime-core/src/componentOptions.ts
    #	packages/runtime-core/src/componentPublicInstance.ts
    #	packages/runtime-dom/src/directives/vModel.ts
    #	packages/runtime-dom/src/index.ts
    pikax committed May 11, 2022
    Configuration menu
    Copy the full SHA
    90a5872 View commit details
    Browse the repository at this point in the history
  2. fix bad merge

    pikax committed May 11, 2022
    Configuration menu
    Copy the full SHA
    fa99b42 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Merge branch 'main-upstream' into types/refactor_defineComponent

    # Conflicts:
    #	packages/shared/src/typeUtils.ts
    pikax committed May 12, 2022
    Configuration menu
    Copy the full SHA
    a59d3c5 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. Merge branch 'main' into pr/3399

    # Conflicts:
    #	packages/dts-test/componentTypeExtensions.test-d.tsx
    #	packages/dts-test/defineComponent.test-d.tsx
    #	packages/dts-test/directives.test-d.ts
    #	packages/runtime-core/__tests__/componentPublicInstance.spec.ts
    #	packages/runtime-core/__tests__/rendererTemplateRef.spec.ts
    #	packages/runtime-core/src/apiDefineComponent.ts
    #	packages/runtime-core/src/componentOptions.ts
    #	packages/runtime-core/src/componentPublicInstance.ts
    #	packages/runtime-core/src/hydration.ts
    #	packages/runtime-core/src/index.ts
    #	packages/runtime-dom/src/directives/vModel.ts
    #	packages/runtime-dom/src/globalComponents.d.ts
    #	packages/runtime-dom/src/globalDirectives.d.ts
    #	packages/shared/src/typeUtils.ts
    pikax committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    30dd076 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f0042e View commit details
    Browse the repository at this point in the history
  3. format and remove comment

    pikax committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    f9754a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b98398 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Merge branch 'main' into pr/3399

    # Conflicts:
    #	packages/dts-test/defineComponent.test-d.tsx
    #	packages/runtime-core/src/apiDefineComponent.ts
    #	packages/runtime-core/src/componentPublicInstance.ts
    pikax committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    794f6c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34a5391 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. chore: fix vuetify usage

    pikax committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    6eda2d5 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. chore: Merge branch 'minor' into pr/3399

    # Conflicts:
    #	packages/dts-test/appUse.test-d.ts
    #	packages/dts-test/defineComponent.test-d.tsx
    #	packages/runtime-core/src/apiCreateApp.ts
    #	packages/runtime-core/src/apiDefineComponent.ts
    #	packages/runtime-core/src/componentOptions.ts
    #	packages/runtime-core/src/componentPublicInstance.ts
    #	packages/runtime-core/src/directives.ts
    #	packages/runtime-core/src/index.ts
    #	packages/runtime-dom/src/directives/vModel.ts
    #	packages/runtime-dom/src/directives/vOn.ts
    #	packages/runtime-dom/src/index.ts
    pikax committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    3b5b8f2 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

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

Commits on Apr 25, 2024

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