Skip to content

Releases: strapi/sdk-plugin

v6.1.0

23 Apr 15:16
b0b5e77

Choose a tag to compare

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).

v6.0.1

25 Feb 13:27
9577b4f

Choose a tag to compare

Patch Changes

v6.0.0

19 Feb 13:15
8344e4c

Choose a tag to compare

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

v5.4.0

22 Dec 12:01
4bec86c

Choose a tag to compare

Minor Changes

Patch Changes

v5.3.2

19 Feb 10:36
77ff79f

Choose a tag to compare

Patch Changes

v5.3.1

11 Feb 13:13
0821835

Choose a tag to compare

Patch Changes

v5.3.0

06 Jan 17:56
e6d73f1

Choose a tag to compare

Minor Changes

v5.2.8

10 Dec 09:48
d56ebe3

Choose a tag to compare

Patch Changes

v5.2.7

11 Oct 08:18
bf3ede5

Choose a tag to compare

Patch Changes

v5.2.6

18 Sep 15:54

Choose a tag to compare

What's Changed

Full Changelog: v5.2.5...v5.2.6