Skip to content

Releases: strapi/strapi

v4.15.5-alpha.2

14 Nov 16:29
Compare
Choose a tag to compare
v4.15.5-alpha.2 Pre-release
Pre-release

What's Changed

  • fix(admin): restore current password input on profile page by @remidej in #18789

Full Changelog: v4.15.5-alpha.1...v4.15.5-alpha.2

v4.15.5-alpha.1

14 Nov 14:03
Compare
Choose a tag to compare
v4.15.5-alpha.1 Pre-release
Pre-release

What's Changed

Full Changelog: v4.15.4...v4.15.5-alpha.1

v4.15.4

11 Nov 11:32
Compare
Choose a tag to compare

馃敟 Bug fix

v4.15.2

08 Nov 16:42
Compare
Choose a tag to compare

馃敟 Bug fix

馃殌 New feature

鈿欙笍 Chore

馃拝 Enhancement

馃摎 Update and Migration Guides

  • General update guide can be found here
  • Migration guides can be found here 馃摎

v4.14.6

03 Nov 16:08
Compare
Choose a tag to compare

馃敟 Bug fix

v4.15.1

02 Nov 14:30
Compare
Choose a tag to compare

鈿狅笍 This release is deprecated due to several issues we identified, we do not recommend users use this version until we issue a new patch release shortly

馃敟 Bug fix

馃殌 New feature

  • [plugin:cloud] feat(cloud): add strapi cloud plugin to CMS for marketing (#18209) @Mcastres

鈿欙笍 Chore

馃拝 Enhancement

馃摎 Update and Migration Guides

  • General update guide can be found here
  • Migration guides can be found here 馃摎

v4.15.0

25 Oct 13:09
6e44e1e
Compare
Choose a tag to compare

馃殌 New feature

馃拝 Enhancement

  • [core:admin] Add: promoting EE features in CE projects by default (#18179) @Mcastres
  • [core:admin] [Blocks editor] Fix - Change delete and edit buttons style inside the Link Popover (#18421) @simotae14
  • [utils:pack-up] feat(pack-up): add the ability to pass plugins via the config (#18486) @joshuaellis

馃敟 Bug fix

  • [core:admin] fix(blocks): fix weird behaviour when try to delete content inside a list (dropdown option empty) (#18521) @simotae14
  • [core:content-manager] fix: content manager action buttons not triggering and checkbox causing scroll (#18182) @amerikan
  • [core:content-type-builder] fix(ctb): advanced settings DatePickers crash with empty string (#18506) @joshuaellis
  • [plugin:graphql] fix: blocks fields not working in GraphQL (#18485) @remidej
  • [tooling] fix(workflow): re-add build step for linting because it's required (#18489) @joshuaellis

鈿欙笍 Chore

  • [core:admin] chore(admin): convert utils to TS (#18452) @gu-stav
  • [core:admin] chore(admin): convert layouts to TS (#18456) @gu-stav
  • [core:admin] chore(admin): convert GuidedTour to TS (#18461) @joshuaellis
  • [core:admin] chore(admin): move and combine various constants into a single TS file (#18472) @gu-stav
  • [core:admin] refactor(admin): convert rest of components to TS (#18473) @joshuaellis
  • [core:admin] chore(admin): convert ApiTokenPermissions to TS (#18476) @gu-stav
  • [core:admin] chore(admin): convert UseCasePage to TS (#18477) @gu-stav
  • [core:admin] chore(admin): convert InternalErrorPage to TS (#18478) @gu-stav
  • [core:admin] chore(admin): convert NotFoundPage to TS (#18482) @gu-stav
  • [core:admin] chore(admin): move LanguageProvider mock file to TS (#18533) @gu-stav
  • [core:admin] chore(admin): convert useContentTypes to TS (#18536) @gu-stav
  • [dependencies] chore(plugin-upload) - update sharp to 0.32.6 (#18480) @vojthor
  • [dependencies] chore(deps): update design-system to 1.13.0 (#18538) @remidej
  • [tooling] Run nx repair to correct nx configuration (#18446) @smorimoto

馃摎 Update and Migration Guides

  • General update guide can be found here
  • Migration guides can be found here 馃摎

v4.14.5

18 Oct 15:08
Compare
Choose a tag to compare

鈿欙笍 Chore

馃敟 Bug fix

  • [core:admin] [Blocks] Disable link button when multiple blocks are selected (#18384) @remidej
  • [core:admin] [Blocks] Multiple UI fixes to match the designs (#18387) @remidej
  • [core:admin] fix(blocks): prevent carrying over modifiers when creating empty blocks (#18413) @remidej
  • [core:helper-plugin] fix(helper-plugin): notifications should not have a default for "success" (#18372) @joshuaellis
  • [typescript] Types - Only allow content types as relation target (cannot target component) (#18212) @Convly
  • [utils:pack-up] fix(pack-up): redefine external to work better with presereModules and omit changing the fileName (#18395) @joshuaellis

馃拝 Enhancement

  • [core:admin] [Blocks editor] Images inserted and removed as first element breaks the app (#18347) @simotae14
  • [core:admin] [Blocks editor] Fix- The first time you click on the List option or button the list is not created (#18375) @simotae14
  • [core:admin] [Blocks editor] Remove empty line before block without editor selection (#18390) @simotae14
  • [core:admin] [Blocks editor] Fix - When a image is selected we want to disable the modifier buttons (#18412) @simotae14
  • [core:admin] [Blocks editor] Fix - Click on a Modifier when the editor selection is null crashes the app (#18426) @simotae14
  • [core:admin] [Blocks editor] Fix - When a code block is selected we want to disable the modifier buttons and the link button (#18458) @simotae14
  • [utils:pack-up] feat(pack-up): enable preserve modules (#18358) @joshuaellis
  • [utils:pack-up] feat(pack-up): enable config via nodeAPI & allow bundles to have own tsconfig (#18440) @joshuaellis

馃摎 Update and Migration Guides

  • General update guide can be found here
  • Migration guides can be found here 馃摎

v4.14.4

11 Oct 12:38
Compare
Choose a tag to compare

鈩癸笍 Node 16 has reached EOL and is no longer supported by Strapi. Starting with v4.14.5, Strapi projects will no longer work with Node 16, only Node 18 or 20.

馃敟 Bug fix

  • [core:content-manager] fix: typo causing action button to not show in empty list (#18252) @amerikan
  • [core:data-transfer] [Data Transfer] Select http/https module based on protocol in local provider (#17537) @innerdvations
  • [core:strapi] Use custom http timeout to keep data transfer connection alive (#18235) @innerdvations
  • [core:upload] fix: upload replaced media file (#18301) @TousifProvat

馃拝 Enhancement

馃殌 New feature

鈿欙笍 Chore

馃摎 Update and Migration Guides

  • General update guide can be found here
  • Migration guides can be found here 馃摎

v4.14.3

04 Oct 13:18
f509e0b
Compare
Choose a tag to compare

馃敟 Bug fix

鈿欙笍 Chore

馃摎 Update and Migration Guides

  • General update guide can be found here
  • Migration guides can be found here