Skip to content

Latest commit

 

History

History
182 lines (94 loc) · 10.3 KB

File metadata and controls

182 lines (94 loc) · 10.3 KB

@strapi/sdk-plugin

6.1.0

Minor Changes

Patch Changes

  • #124 eb33a92 Thanks @boazpoolman! - chore: update dependencies

  • #121 b8d289b Thanks @boazpoolman! - fix type declarations not being generated for custom exports

    Previously, only ./strapi-admin and ./strapi-server exports would produce .d.ts files when a types field was defined in package.json. Custom exports silently skipped type generation because no per-bundle tsconfig existed for them.

    The build now falls back to the project root tsconfig.build.json or tsconfig.json when no per-bundle tsconfig is found, so any export with a types field will correctly emit type declarations.

  • #117 6a61df0 Thanks @jhoward1994! - include all source files for type declaration

  • #123 c8bbba9 Thanks @jhoward1994! - Pin generated plugin devDependencies typescript and @strapi/typescript-utils to ^5 so install succeeds with Strapi 5 (avoids resolving TypeScript 6, which conflicts with react-intl@6 peerOptional range).

6.0.1

Patch Changes

6.0.0

Major Changes

  • #103 cce52a6 Thanks @jhoward1994! - ### Breaking Changes

    • Removed @strapi/pack-up dependency - build system now uses Vite v6 directly
    • packup.config.ts is no longer used (can be safely deleted)
    • Sourcemaps now default to false (use --sourcemap flag to enable)

    Migration

    1. Delete packup.config.ts from your plugin (it's no longer read)
    2. If you need sourcemaps, add --sourcemap to your build command

    Why This Change?

    • Resolves Vite security vulnerability (CVE) that existed in pack-up's dependencies
    • Simplifies the build system with direct Vite configuration
    • Reduces maintenance overhead by removing the pack-up abstraction layer

5.4.0

Minor Changes

Patch Changes

5.3.2

Patch Changes

5.3.1

Patch Changes

5.3.0

Minor Changes

5.2.8

Patch Changes

5.2.7

Patch Changes

5.2.6

Patch Changes

5.2.5

Patch Changes

5.2.2

Patch Changes

5.2.1

Patch Changes

5.2.0

Minor Changes

Patch Changes

5.1.1

Patch Changes

5.1.0

Minor Changes

Patch Changes

5.0.2

Patch Changes

5.0.1

Patch Changes

5.0.0

Patch Changes

5.0.0-beta.8

Patch Changes

5.0.0-beta.7

Patch Changes