14487 Commits

Author SHA1 Message Date
markkaylor
51ac3e3622
future(homepage): refactor internal widgets to use api (#23352) 2025-04-14 17:08:21 +02:00
Marc-Roig
670dd814bc
chore: release backmerge 2025-04-14 12:12:32 +02:00
markkaylor
1ebd3c267c
future(homepage): export widget helper components (#23345) 2025-04-11 16:46:29 +02:00
markkaylor
b0ac9d7f6f
future(homepage): add widgets api (#23342) 2025-04-11 10:04:19 +02:00
DMehaffy
76977370da
fix: optimize schema validation lookup for mysql/mariadb (#23331) 2025-04-10 06:53:05 -07:00
PapatMayuri
cef741e292
fix: relation icons shape in the relation modal (#22371) 2025-04-10 11:46:52 +03:00
PapatMayuri
7c379da05e
Merge branch 'develop' into fix/issue_20809 2025-04-09 23:01:38 +05:30
Christian Sánchez
40c9a94475
enhancement: support for IPv6 addresses in absolute urls (#23212)
---------

Co-authored-by: Ben Irvin <ben.irvin@strapi.io>
2025-04-09 15:13:53 +02:00
Marc-Roig
31a6e03b9d release: 5.12.4 2025-04-09 13:10:51 +00:00
PapatMayuri
e75b7fed5e
Merge branch 'develop' into fix/issue_20809 2025-04-08 23:30:47 +05:30
Marc Roig
82fd5bc51d
fix: axios version (#23329) 2025-04-08 09:30:27 +02:00
Marc Roig
e58b6436d4
chore: bump vite version (#23330) 2025-04-08 09:30:09 +02:00
Rémi de Juvigny
5cb623f32d
chore: refactor relation input modal (#23145)
* chore: drop side editor future flag

(cherry picked from commit 4a4c1f97b333d265ea392cdbdd558f54e77b4217)

* fix: ts error

* chore: manage relation modal state in reducer (wip)

* wip: conditional context wrapper

* wip: refactoring

* fix: display the modal

* feat: introduce useNewDocumentContext

* fix: move onPreview to preview context

* chore: remove DocumentContextProvider

* chore: finishing touches

* chore: test reducer state instead of component

* fix: create page throwing error

* chore: fix lint error

* chore: pair programming improvements

* fix: published tab content is not disabled

* fix: hasUnsavedChanges not reset on close

* fix: relation modal nested form issue (#23243)

* fix: relation modal nested form and ellispsis

* fix: reducer test

* fix: make GO_FULL_PAGE close modal (#23245)

* fix: uid field broken in modals (#23251)

* enhancement: move relation modal expand button and remove footer (#23254)

* fix: handle the case you publish a nested relation starting from a create entry form

* fix: change the condition value

* fix: update the values of new relations added and not yet saved when we modify their name or status in the modal (#23310)

* fix: update the values of the connected relations modified in the modal

Co-authored-by: Rémi de Juvigny <remidej@users.noreply.github.com>

* fix: fix review's comments

* fix: failing e2e tests

* fix: refactor a little bit a flaky e2e test

* fix: add a comment to explain the part of code we added

* fix: remove useless code in the flaky test

---------

Co-authored-by: Rémi de Juvigny <remidej@users.noreply.github.com>

---------

Co-authored-by: Mark Kaylor <mark.kaylor@strapi.io>
Co-authored-by: Simone Taeggi <startae14@gmail.com>
Co-authored-by: Rémi de Juvigny <remidej@users.noreply.github.com>
2025-04-07 05:33:12 -04:00
Stefano
69e2ba3406
feat(upload): sharp v0.33.5 (#22237)
Co-authored-by: Mark Kaylor <mark.kaylor@strapi.io>
2025-04-04 11:55:08 +02:00
Anand Oganiya
3ff6c84f42
enhancement: added tooltip for icons (#22973)
Co-authored-by: Bassel Kanso <basselkanso82@gmail.com>
2025-04-04 11:45:01 +03:00
markkaylor
efe4356054
chore(deps): bump markdown-it from 12.3.2 to 13.0.2 (#23272) 2025-04-04 08:13:44 +02:00
Mark Kaylor
929f36e7cd Merge branch 'main' into develop 2025-04-03 08:41:52 +02:00
markkaylor
c20d4c99e6 release: 5.12.3 2025-04-02 16:12:25 +00:00
Simone
02d0e30145
Merge branch 'develop' into fix/review-workflow-find-all 2025-04-02 18:06:43 +02:00
Mark Kaylor
51e0d5616a Merge branch 'main' into develop 2025-04-02 17:25:28 +02:00
markkaylor
53adddafe2 release: 5.12.2 2025-04-02 12:49:03 +00:00
Simone
a58ff487b6
Merge branch 'develop' into fix/review-workflow-find-all 2025-04-02 12:09:51 +02:00
Simone
108196f258
Merge pull request #23239 from strapi/fix/reset-form-publish
fix: disable publish button when publishing a relation change
2025-04-02 11:07:56 +02:00
Simone
90b74f7798
Merge branch 'develop' into fix/review-workflow-find-all 2025-04-01 16:13:09 +02:00
Simone Taeggi
03adc9cedb fix: skip temporally unit test 2025-04-01 11:16:09 +02:00
Simone Taeggi
dd1c13dd2d fix: wrap render in act 2025-04-01 10:56:35 +02:00
Simone Taeggi
b93670366e fix: add another assertion 2025-04-01 10:41:11 +02:00
Simone Taeggi
a463a07d2d fix: try to fix unit test failing 2025-04-01 10:06:47 +02:00
Simone Taeggi
fab84c71c6 fix: change AssigneeSelect test implementation 2025-03-31 18:13:06 +02:00
Simone Taeggi
482dad0eaf fix: use best practices to retrieve elements in unit test 2025-03-31 14:14:51 +02:00
Simone Taeggi
42807fff93 fix: remove the populate param to useGetWorkflowsQuery 2025-03-31 12:33:43 +02:00
Simone Taeggi
bc71126573 fix: test skip failing test in the CI 2025-03-31 10:49:56 +02:00
Simone Taeggi
b983c79970 fix: try to fix unit test failing 2025-03-31 09:45:26 +02:00
Simone Taeggi
2cd944b6f0 fix: change waitFor content 2025-03-28 23:26:16 +01:00
Simone Taeggi
e276020e4c fix: update unit test 2025-03-28 18:53:13 +01:00
Simone Taeggi
b055dd28f1 fix: push changes add review workflow unit test to pass it in the CI 2025-03-28 18:37:30 +01:00
Simone Taeggi
086adb7ab7 fix: skip failing test 2025-03-28 18:22:56 +01:00
Simone Taeggi
2691cd1d89 fix: attempt highlight error 2025-03-28 18:03:57 +01:00
Simone Taeggi
98b127d802 Merge branch 'develop' into chore/ds-v2.0.0-rc.21 2025-03-28 17:48:31 +01:00
Ben Irvin
3df0fc0021
Merge pull request #23259 from strapi/main
Merge 5.12.1 Release into develop
2025-03-28 17:41:25 +01:00
Simone Taeggi
9a73863b64 fix: try to fix Tooltip issue 2025-03-28 17:40:43 +01:00
Simone Taeggi
4b88793037 fix: flaky unit test 2025-03-28 17:25:37 +01:00
innerdvations
4b4dcb3548 release: 5.12.1 2025-03-28 12:02:01 +00:00
Bassel Kanso
0c37f5c278
fix: sso login jwt formatting issues (#23247) 2025-03-28 12:54:14 +01:00
HichamELBSI
daac815e03 chore: strapi DS v2.0.0-rc.21 2025-03-28 12:26:42 +01:00
markkaylor
8c98bb4ad3
chore: bump vite from 5.4.13 to 5.4.15 (#23248) 2025-03-27 16:52:46 +01:00
Ankit
8c41841e48
fix: updated update's response to include data within data in case of user permissions (fixes #23201) (#23226) 2025-03-27 09:34:21 +01:00
Satvik Katoch
266ff4f831
enhancement: add user menu with profile settings and role display (#22954)
Co-authored-by: markkaylor <mark.kaylor@strapi.io>
2025-03-26 20:19:34 +01:00
Convly
9cec0b5a76 Merge branch 'main' into develop 2025-03-26 16:05:01 +01:00
Convly
05d9a49244 release: 5.12.0 2025-03-26 14:49:11 +00:00