1083 Commits

Author SHA1 Message Date
Alexandre Bodin
ce84fada19 v5.0.0 2024-09-18 17:17:32 +02:00
Alexandre Bodin
506f8c8a6e v5.0.0-rc.30 2024-09-18 17:13:46 +02:00
Alexandre BODIN
726f3cc313
Merge pull request #21314 from strapi/fix/cm-validation
fix: cm validation logic is broken
2024-09-18 17:11:24 +02:00
Alexandre Bodin
f3ac9da018 fix: roles creation 2024-09-18 16:31:48 +02:00
Alexandre Bodin
6f3a2283e0 v5.0.0-rc.29 2024-09-18 15:02:45 +02:00
Alexandre Bodin
2ee3865f9d fix: update schemas to have nullables where needed 2024-09-18 14:54:26 +02:00
Alexandre Bodin
b5354baf37 fix: checks 2024-09-18 13:56:47 +02:00
Ben Irvin
46c7eec8a2
chore: upgrade sanitize-html to 2.13.0 (#21278) 2024-09-18 13:45:13 +02:00
Rémi de Juvigny
5d0c1f94a1
fix: history fields width (#21313)
* fix: history field width

* fix: relations to admin:user are not fetched correctly

* fix: do not link to admin users from history relation input

* fix: apply shadow none everywhere

---------

Co-authored-by: Alexandre Bodin <bodin.alex@gmail.com>
2024-09-18 05:49:14 -04:00
Jamie Howard
f3c30dfb3f
Merge branch 'releases/5.0.0' into fix/i18n-rbac-locale-switch 2024-09-18 09:42:17 +01:00
Alexandre Bodin
0faf896735 fix: cm validation logic is broken 2024-09-18 10:17:59 +02:00
Alexandre Bodin
42f0cd4dcc v5.0.0-rc.28 2024-09-17 20:29:18 +02:00
Jamie Howard
ca27873487 fix(content-manager): wip pass userbac context for accurate query params
Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com>
2024-09-17 18:36:51 +01:00
Ben Irvin
c1d097e2f9 fix: do not use single type id in useDoc 2024-09-17 15:50:13 +02:00
Rémi de Juvigny
0a14b9e2e8
fix: manyToOne relation input (#21299)
* fix: manyToOne relation input

* chore: remove if blocks
2024-09-17 08:47:15 -04:00
Alexandre Bodin
3afad34184 v5.0.0-rc.27 2024-09-17 12:28:01 +02:00
Ben Irvin
76615c85ce
Merge branch 'releases/5.0.0' into fix/rbac-locales 2024-09-17 12:19:47 +02:00
Ben Irvin
351e3e4a8d fix: useDoc returns document id for single types
Co-authored-by: Bassel Kanso <basselkanso82@gmail.com>
Co-authored-by: Jamie Howard <jhoward1994@users.noreply.github.com>
2024-09-17 12:17:29 +02:00
Alexandre BODIN
a4f31bf045
Merge pull request #21301 from strapi/fix/relations
fix: relations filtering on locales
2024-09-17 10:42:07 +02:00
Alexandre Bodin
71ed910bd8 fix: relations filtering on locales 2024-09-17 09:59:45 +02:00
Alexandre Bodin
9fbba3089f v5.0.0-rc.26 2024-09-17 09:56:55 +02:00
Alexandre BODIN
e8bfb30eaf
Merge pull request #21304 from strapi/fix/created-by-in-variants
fix: createdBy missing when you create a variant of a document in a new locale
2024-09-17 08:42:15 +02:00
Alexandre Bodin
8d3e2a8c29 fix: creator fiels UI 2024-09-17 07:48:10 +02:00
Simone Taeggi
0b7f833b6f fix: change the updateDocument setCreator in case of new locale 2024-09-16 22:20:46 +02:00
Alexandre Bodin
f2e07a2014 v5.0.0-rc.25 2024-09-16 21:08:01 +02:00
Alexandre Bodin
860b3bae00 v5.0.0-rc.24 2024-09-16 18:51:16 +02:00
Alexandre BODIN
ec7fb54b20
Merge pull request #21261 from liqueflies/patch-1
fix(DynamicComponent): inconsistent gap between fields and components
2024-09-16 11:29:26 +02:00
Alexandre Bodin
4eadad69ba v5.0.0-rc.23 2024-09-13 18:52:49 +02:00
Rémi de Juvigny
7dec2eaf7b
chore: bump design system to rc-11 (#21265) 2024-09-13 12:00:24 -04:00
Simone
37776ceb24
fix: allow publish new locale directly (#21251)
* fix: change the publish controller logic to handle different versions publish

* fix: change the logic to create a new document variant

* fix: apply review's comments
2024-09-13 17:31:36 +02:00
Simone
a7d7189bd2
fix: show Page Error on the EditView if you have errors in the useDocument hook (#21264) 2024-09-13 17:29:13 +02:00
Rémi de Juvigny
f34e7c08eb
fix: single relation input allowing multiple value (#21263)
* fix: single relation input allowing multiple value

* fix: ui

* fix: icon button
2024-09-13 11:27:00 -04:00
Fernando Chávez
21d634a638
Merge pull request #21199 from strapi/fix/locale-picker-status
fix: change status on locale picker
2024-09-13 14:58:27 +02:00
Lorenzo Girardi
b7a9bd575b
fix(DynamicComponent): inconsistent gap between fields and components 2024-09-13 12:47:22 +02:00
Fernando Chávez
25f8ab9fbc
Merge pull request #21163 from strapi/fix/custom-fields-backward-compatibility
fix(content-manager): pass field to CustomField input to have backward compatibility
2024-09-13 11:16:28 +02:00
Fernando Chavez
e15de49080 fix(content-manager): fix i18n tests 2024-09-13 10:26:20 +02:00
Fernando Chavez
8f7f41b32f fix(content-releases): validation and cache releases 2024-09-12 20:52:06 +02:00
Fernando Chavez
f43c04128d fix(content-manager): fix locale option 2024-09-12 19:49:53 +02:00
Fernando Chavez
9c19fb8bb9 Merge branch 'v5/main' of github.com:strapi/strapi into fix/locale-picker-status 2024-09-12 19:26:15 +02:00
Alexandre Bodin
0f2bce1beb v5.0.0-rc.22 2024-09-12 14:25:11 +02:00
Alexandre Bodin
b9dffe0797 v5.0.0-rc.21 2024-09-12 14:07:02 +02:00
Alexandre Bodin
e1f26c862f v5.0.0-rc.20 2024-09-10 20:54:37 +02:00
Simone
9d87e83917
fix: change the header name property to use the mainField name (#21198) 2024-09-10 14:22:10 +02:00
Bassel Kanso
1cc6777118
fix: use property naming documentId instead of id (#21200) 2024-09-10 11:25:06 +03:00
Alexandre Bodin
f2f7405929 v5.0.0-rc.19 2024-09-09 22:20:12 +02:00
Fernando Chavez
e5db813798 fix: change status on locale picker 2024-09-09 18:30:16 +02:00
Alexandre Bodin
c523273c64 v5.0.0-rc.18 2024-09-09 18:09:43 +02:00
Alexandre BODIN
d7ca1a1259
Merge pull request #21194 from strapi/chore/strapi-server-resolve
enhancement: resolve strapi-server with exports map too
2024-09-09 17:45:19 +02:00
Alexandre BODIN
d9f14e6702
Merge pull request #21167 from strapi/enh/admin-panel-api
chore: improve admin panel DX & add more advance plugin example
2024-09-09 15:30:02 +02:00
Alexandre BODIN
640da651db
Merge pull request #21183 from strapi/fix/guided-tour
fix: guided tour
2024-09-09 15:05:24 +02:00