Skip to content

Releases: alexlafroscia/custom-elements-playground

cem-plugin-svelte@1.2.0

Choose a tag to compare

@github-actions github-actions released this 17 Jul 18:25
0c1f822

Minor Changes

  • 1289295: Reference types imported from other packages by the module specifier they are importable
    from, including types used in unions, type aliases, and method signatures.

cem-plugin-dts@1.1.0

Choose a tag to compare

@github-actions github-actions released this 17 Jul 18:25
0c1f822

Minor Changes

  • 1289295: Emit import type statements for types referenced from other packages and from local
    modules. Local module paths from the manifest are used verbatim, relativized to the emitted file's
    location.
  • bdf29f5: Export the generated HTMLElement interfaces from the emitted file in addition to
    declaring them globally, so they can be imported explicitly with import type.

cem-plugin-svelte@1.1.0

Choose a tag to compare

@github-actions github-actions released this 15 Jul 21:04
c22e98f

Minor Changes

  • 2b4daa7: Honor tsconfig.json when resolving prop types, so globally-declared types (for example,
    from types/typeRoots) can be resolved. A new tsconfigPath option controls which config file
    is used, falling back to <cwd>/tsconfig.json. Globally-available types are now labeled with the
    manifest schema's global: package convention in type references.

Patch Changes

  • 65b9637: Preserve undefined in prop and method types. The type-resolution program now enables
    strictNullChecks by default (a tsconfig that explicitly disables it still wins), so types like
    HTMLElement | undefined are no longer reported as HTMLElement in the manifest and generated
    .d.ts files.

cem-plugin-svelte@1.0.1

Choose a tag to compare

@github-actions github-actions released this 15 Jul 20:28
e76e198

Patch Changes

  • 73384d6: Add svelte2tsx as a dependency
  • 786cf62: Normalize kebab-case file names

cem-plugin-svelte@1.0.0

Choose a tag to compare

@github-actions github-actions released this 03 Jul 17:10
7419025

Major Changes

cem-plugin-dts@1.0.0

Choose a tag to compare

@github-actions github-actions released this 03 Jul 17:10
7419025

Major Changes