Skip to content

Releases: strapi/strapi

v4.10.5

11 May 16:36
Compare
Choose a tag to compare

🔥 Bug fix

  • [core:content-manager] Fix: Fix toOne sorting in CM list-view (#16675) @gu-stav
  • [core:data-transfer] [DTS] Allow schema check bypass; remove data that cannot be transfered (#16634) @innerdvations
  • [core:strapi] [fix] remove Expect-CT response header (#16292) @candidosales

💅 Enhancement

⚙️ Chore


📚 Update and Migration Guides

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

v4.10.4

10 May 12:51
Compare
Choose a tag to compare

💅 Enhancement

  • [core:strapi] enhancement: Improve mysql concurrency performance (#16364) @Marc-Roig

⚙️ Chore

  • [core:content-manager] Chore: Update success notification text (#16614) @gu-stav
  • [core:content-type-builder] Renamed message when running in production. (#16584) @Eventyret
  • [core:helper-plugin] Chore: Remove unnecessary styled overwrites (#16646) @gu-stav
  • [core:strapi] feat: register admin routes like any other plugin (#16484) @Marc-Roig
  • [core:upload] chore: bump aws-sdk version (#16626) @Marc-Roig
  • [dependencies] chore: update ds@1.7.3 (#16611) @joshuaellis
  • [dependencies] chore(deps): bump @strapi/icons from 1.6.5 to 1.7.3 (#16650) @dependabot
  • [dependencies] chore(deps): bump @fingerprintjs/fingerprintjs from 3.3.6 to 3.4.1 (#16651) @dependabot
  • [dependencies] chore(deps): bump webpack-cli from 5.0.1 to 5.1.0 (#16654) @dependabot
  • [plugin:i18n] Created Russian translation for plugin:i18n (#16615) @hide-me
  • [plugin:users-permissions] Updated Russian translation for plugin:users-permissions (#16618) @hide-me
  • [tooling] Stop mocking useTracking (#16635) @joshuaellis
  • [tooling] Chore: Increase dependabot open-pr limit to 10 (#16647) @gu-stav

🔥 Bug fix


📚 Update and Migration Guides

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

v4.10.2

03 May 13:12
Compare
Choose a tag to compare

💅 Enhancement

⚙️ Chore

🚀 New feature

  • ⚠️ Experimental ⚠️ [typescript] [TS] Automatic types generation (dev mode) (#16516) @Convly

🔥 Bug fix


📚 Update and Migration Guides

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

v4.10.1

26 Apr 13:51
Compare
Choose a tag to compare

🔥 Bug fix

  • v4.10.0 contained a bug that prevented applications from running yarn build

v4.10.0

26 Apr 12:41
Compare
Choose a tag to compare

🚀 New feature

💅 Enhancement

🔥 Bug fix

  • [core:admin] Allow configuration of SSO Cookie Domain (#16471) @derrickmehaffy
  • [core:content-manager] [RepeatableComponents]: Use the full key par the index for the type (#16441) @joshuaellis
  • [core:data-transfer] [Data transfer] Filesystem agnostic loading of Strapi data files (#16402) @innerdvations
  • [core:database] [Fix] KnexJs return parsed JSONB (#16310) @Marc-Roig
  • [core:database] Fixed MySQL dialect connection option to allow to set bigNumberString… (#16313) @owen107
  • [core:database] Fix knex error when updating an entity with large existing relations (#16472) @molund
  • [core:helper-plugin] fix "Uncaught error trying to nullify/remove a date field in Content Manager" (#16434) @simotae14
  • [core:strapi] feat(proxy): allow the use of a proxy in internal requests (#16367) @nathan-pichon
  • [core:strapi] Extend ExtendableContext instead of BaseContext for PolicyContext (#16427) @bmpickford
  • [core:upload] fix: S3 Upload Provider "baseUrl" for Video uploads on DO spaces (#16467) @Marc-Roig
  • [plugin:documentation] Fix/plugin documentation bugs (#16265) @markkaylor
  • [tooling] use Object.defineProperty to redefine localStorage (#16459) @joshuaellis

⚙️ Chore

🚨 Security

  • [plugin:users-permissions] Update users-permissions registration field blacklist (#16420) @derrickmehaffy

📖 Documentation


📚 Update and Migration Guides

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

v4.9.2

19 Apr 13:01
Compare
Choose a tag to compare

🔥 Bug fix

  • [core:admin] Fix yarn strapi build to use admin package .browserslistrc (#16196) @hsource
  • [core:admin] Fix Admin Crashes when user roles are accessed without create or update rights (#16279) @simotae14
  • [core:admin] EE Fix audit logs permissions error (#16343) @markkaylor
  • [core:admin] Fix a keys problem with the social links on homepage (#16413) @Feranchz
  • [core:content-manager] fix: Reorder relations in dynamic components crashes page (#16332) @gitstart
  • [core:content-manager] Auto close the edit modal on form submit (#16383) @LuisRodriguezLD
  • [core:content-type-builder] Fix 'preceding' typo (#16303) @hatsforclowns
  • [core:data-transfer] Await websocket connection to be established in push and pull transfers (#16251) @Bassel17
  • [core:data-transfer] [Data transfer] Exclude optional admin types in schema check (#16268) @innerdvations
  • [core:database] [Fix] Reorder relations with null order values (#16298) @Marc-Roig
  • [core:database] Fix(transactions): Do not return completed transactions (#16341) @Marc-Roig
  • [dependencies] chore: release peer version constraint using ^ (#16348) @chentsulin
  • [providers] Don't use a named export, export an object for audit-logs content-type (#16371) @joshuaellis

💅 Enhancement

⚙️ Chore

📖 Documentation


📚 Update and Migration Guides

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

v4.9.1

12 Apr 14:28
Compare
Choose a tag to compare

🚀 New feature

💅 Enhancement

⚙️ Chore

🔥 Bug fix


📚 Update and Migration Guides

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

v4.9.0

29 Mar 12:38
Compare
Choose a tag to compare

🚀 New feature

💅 Enhancement

🔥 Bug fix

⚙️ Chore


📚 Update and Migration Guides

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

v4.8.2

16 Mar 16:51
Compare
Choose a tag to compare

🔥 Bug fix

  • [core:content-manager] Disabled property for JSONInput (GenericInput) (#16033) @alvarolozano
  • [core:content-type-builder] [Fix] CTB return private config on media types (#16060) @Marc-Roig
  • [core:content-type-builder] ContentTypeBuilderNav: Fix plus icon size (#16085) @gu-stav
  • [core:strapi] Fix broken populate traversal with no fragment (#16109) @Convly

💅 Enhancement

  • [core:admin] Update zh-Hans.json to catch up latest en.json (#16036) @smoothdvd
  • [plugin:users-permissions] Update zh-Hans translation to match latest en.json (#16076) @smoothdvd

⚙️ Chore

  • [dependencies] chore(deps): bump webpack from 5.75.0 to 5.76.0 (#16077) @dependabot

📚 Update and Migration Guides

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

v4.8.1

15 Mar 21:26
Compare
Choose a tag to compare

🔥 Bug fix


📚 Update and Migration Guides

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