Andrei L
90623baa6f
fix(admin): clean up lazy component registration warnings ( #25015 )
...
* fix(admin): don't warn when Component is missing in addMenuLink/addSettingsLink
* fix: add some missing StrapiApp types
* fix(admin): clean up lazy component registrations
---------
Co-authored-by: Bassel Kanso <basselkanso82@gmail.com >
2026-04-30 16:27:48 +03:00
Adrien L
8156393f8f
Merge pull request #26170 from strapi/main
2026-04-30 14:28:15 +02:00
Adzouz
11554fe43e
release: 5.44.0
2026-04-29 13:06:31 +00:00
markkaylor
403491df80
fix(upload): sharp concurrency and cache leads to OOM ( #26046 )
...
Co-authored-by: Ben Irvin <ben@innerdvations.com >
2026-04-29 10:01:23 +02:00
akash-dabhi-qed
4d3719a327
fix: contain absolute descendants in OverflowingItem ( #26133 )
...
Co-authored-by: Adrien Lepoutre <3693028+Adzouz@users.noreply.github.com >
2026-04-28 11:50:23 +02:00
nclsndr
765bd19a3a
Merge branch 'develop' of github.com:strapi/strapi
2026-04-24 15:40:44 +02:00
Ben Irvin
ac6cd0063c
chore(deps): bump multiple dependencies ( #26103 )
...
dotenv: 16.4.5 → 16.6.1
fs-extra: 11.2.0 → 11.3.4
semver: 7.5.4 → 7.7.4
typescript: 5.4.4 → 5.4.5
esbuild-loader: 4.3.0 → 4.4.3
esbuild-register: 3.5.0 → 3.6.0
grant: ^5.4.8 → 5.4.24 (pinned)
markdown-it: ^13.0.2 → 14.1.1
2026-04-24 13:11:54 +01:00
nclsndr
14628987b5
release: 5.43.0
2026-04-22 14:30:40 +00:00
Jan Willem Keizer
0c912f071b
feat(i18n): complete Dutch (nl) translations for admin panel ( #25932 )
...
Add missing Dutch translations across all core packages and plugins,
bringing coverage from ~50% to ~100%.
Changes:
- core/admin: 301 new translations added (564 → 863 keys)
- core/content-manager: 169 new translations added (190 → 359 keys)
- core/content-type-builder: 62 new translations added (226 → 288 keys)
- core/upload: new nl.json with 220 translations
- core/email: 43 translations added (was empty)
- core/content-releases: new nl.json with 104 translations
- core/review-workflows: new nl.json with 15 translations
- plugins/users-permissions: 39 new translations added (42 → 81 keys)
- plugins/i18n: new nl.json with 84 translations
- plugins/cloud: new nl.json with 19 translations
Also standardizes existing translations to use informal "je/jouw"
consistently (was mixed "u/uw" and "je/jouw"), matching Strapi's
informal, developer-friendly tone of voice.
2026-04-20 10:29:25 +01:00
markkaylor
7f17643db5
fix(upload): content-api does not return signed urls ( #26034 )
2026-04-17 10:17:51 +02:00
Nico André
bc0b0e9449
feat(core/*): introduce strapi.ai namespace ( #25886 )
2026-04-17 08:46:33 +02:00
jhoward1994
4709832272
release: 5.42.1
2026-04-15 11:13:30 +00:00
dependabot[bot]
68e20493cc
chore(deps): bump lodash from 4.17.23 to 4.18.1 ( #25919 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.23 to 4.18.1.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.23...4.18.1 )
---
updated-dependencies:
- dependency-name: lodash
dependency-version: 4.18.1
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-10 10:50:59 +02:00
markkaylor
9f7e061b65
fix(upload): cache busting for cross-origin images in crop ( #25950 )
2026-04-09 17:00:58 +02:00
Mark Kaylor
7d6ce043e0
Merge branch 'main' into develop
2026-04-09 15:36:49 +02:00
mathildeleg
708acdef81
fix: adjust typo in test ( #25960 )
2026-04-08 20:42:45 +00:00
Michał Kleszczyński
62023de80d
chore: update Polish language translations ( #23762 )
2026-04-08 15:29:18 +02:00
markkaylor
e86a5190a5
release: 5.42.0
2026-04-08 12:14:52 +00:00
Yohaan Narayanan
865f58605c
fix: fixed 9 typos, spelling errors, and duplicate words. ( #25936 )
2026-04-08 10:16:23 +02:00
Tony
949eeba5a4
fix: typo in Russian translation for upload button ( #25946 )
2026-04-07 13:57:19 +00:00
dependabot[bot]
3e3a93a89b
chore(deps): bump file-type from 21.0.0 to 21.3.2 ( #25728 )
2026-04-01 14:30:25 +02:00
Bassel17
5ae36e382d
release: 5.41.1
2026-04-01 09:48:47 +00:00
Bassel17
967175a13b
release: 5.41.0
2026-04-01 09:10:30 +00:00
akash-dabhi-qed
d8f642cc68
fix(upload): allow upload of files with empty MIME type ( #25844 )
2026-03-30 08:14:09 +00:00
Ben Irvin
353a86a60d
security: package upgrades to remove deprecated versions of boolean, tar, and glob ( #25776 )
...
* chore: upgrade tar, global-agent, dedupe yarn.lock
This removes the deprecated packages: boolean, tar<7, node-gyp<12, and others
* chore: upgrade inquirer, file-type, jscodeshift, supertest
* chore: update better-sqlite3
* chore: upgrade pg and mysql2
* fix: use dynamic imports for inquirer esm only
* test(cli): add create-strapi-app test
* test(cli): add scaffold cases
* chore: upgrade to rimraf 6.1.3
* chore: dedupe yarn.lock
* security: update jwk-to-pem
* chore: dedupe yarn.lock
* chore: align inquirer version
* chore: yarn.lock
* test: fix inquirer imports
* test(cli): support zero apps
* test: fix back-end
* test(cli): fix inquirer and fs
* chore: remove accidental file
* chore: dedupe and upgrade pinned deps
2026-03-19 13:44:02 +01:00
Adrien L
ba17962b42
release: 5.40.0
2026-03-18 16:21:08 +01:00
Shuhrat Dehkanov
d331f8fc34
fix(upload): row duplicate-key warning ( #25670 )
...
when rows array is a mixed list of folders and assets,
a folder and an asset can have a same id and emit a duplicate-key warning
2026-03-18 13:56:14 +00:00
Adzouz
e1cdebd2a5
release: 5.40.0
2026-03-18 13:25:35 +00:00
Ben Irvin
38049559a0
fix: use strapi.fetch for remote uploads ( #25661 )
2026-03-18 12:34:39 +01:00
Kai Gritun
e3b43de861
fix(upload): allow removal of file type filter in media library ( #25399 )
...
Co-authored-by: Kai Gritun <kai@kaigritun.com >
Co-authored-by: Adrien Lepoutre <thewebsdoor@gmail.com >
2026-03-17 11:24:32 +01:00
Bassel Kanso
ea3b700d6d
Merge branch 'main' into develop
2026-03-11 16:37:26 +02:00
Bassel17
243c96ff4a
release: 5.39.0
2026-03-11 10:13:31 +00:00
Bassel17
cd12da721d
release: 5.38.1
2026-03-11 09:56:28 +00:00
Nikolas Rimikis
a0a18654b2
chore: use https instead of git url in package.repository.url ( #25698 )
...
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com >
Co-authored-by: Nikolas Rimikis <leptopoda@users.noreply.github.com >
2026-03-10 12:42:42 +00:00
Nikolas Rimikis
f2a8048761
chore: update package metadata ( #25599 )
...
Add homepage, bugs and repository information to every public package
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com >
Co-authored-by: Nikolas Rimikis <leptopoda@users.noreply.github.com >
2026-03-09 15:34:48 +01:00
jeanvier
a208c2eb5e
fix(upload): add crossOrigin attribute to image preview ( #24946 )
...
Co-authored-by: Adrien Lepoutre <thewebsdoor@gmail.com >
2026-03-05 16:51:31 +01:00
Adrien L
9ef7aa5f21
fix: es translations ( #25655 )
...
Co-authored-by: Iñigo Zulueta <eggamer131@gmail.com >
2026-03-05 16:03:00 +01:00
Ben Irvin
12c801db9e
chore: upgrade koa to 20.8.4 and minimatch to 10.2.4 ( #25624 )
2026-03-05 12:25:36 +00:00
dependabot[bot]
8d98416eff
chore(deps): bump qs from 6.14.2 to 6.15.0 ( #25555 )
...
Bumps [qs](https://github.com/ljharb/qs ) from 6.14.2 to 6.15.0.
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.14.2...v6.15.0 )
---
updated-dependencies:
- dependency-name: qs
dependency-version: 6.15.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-04 16:24:46 +00:00
Mark Kaylor
51f8d168f0
Merge remote-tracking branch 'origin/main' into develop
2026-03-04 15:13:27 +01:00
markkaylor
29f5741e96
release: 5.38.0
2026-03-04 13:09:53 +00:00
Ben Irvin
484b494b02
security(upload): improve mimetype detection for uploads ( #25177 )
2026-03-04 10:39:09 +01:00
mathildeleg
55f985dfaa
chore: bump design-system to v2.2.0 ( #25584 )
2026-02-27 15:56:24 +00:00
markkaylor
c1b52ed675
chore(upload): add import from url ( #25496 )
2026-02-27 09:33:24 +01:00
Bassel Kanso
d0a4d6e1fd
Merge branch 'main' into develop
2026-02-26 17:03:26 +02:00
Bassel17
e7bb15d0fd
release: 5.37.1
2026-02-26 14:50:27 +00:00
Jorrit Schippers
024a45babc
fix: folder subtitles for folders without assets or subfolders ( #22694 )
2026-02-26 13:29:59 +00:00
Ben Irvin
bf7eb824dc
Merge main into develop (sync with release 5.37.0)
2026-02-26 10:04:24 +01:00
innerdvations
c18dbf7892
release: 5.37.0
2026-02-26 08:27:53 +00:00
Jamie Howard
4fe538996e
Future media lib folder creation ( #25532 )
...
* future(upload): add folder creation functionality in AssetsPage
* future(upload): update CreateFolderDialog to use props for open state and folder name
* future(upload): front/e2e tests for folder creation + error handling
2026-02-25 17:35:06 +00:00