Skip to content

Releases: strapi/sdk-plugin

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

v5.2.5

13 Sep 08:00

Choose a tag to compare

5.2.5

Patch Changes