14677 Commits

Author SHA1 Message Date
Dhruv Chheda
c530cc4c2b
fix: conditional validation preview publish (#23894)
* fix: prevent validation errors when publishing from preview with conditional fields

---------

Co-authored-by: Ziyi <daydreamnation@live.com>
2025-07-25 15:00:14 +02:00
Hannah Paine
a6f2f89298
Merge pull request #23988 from ioleo/patch-issue-23969
fix: document_id must appear in the GROUP BY clause
2025-07-25 09:19:18 +02:00
Ben Irvin
1ea8ba8720 Merge branch 'main' into develop 2025-07-24 13:03:15 +02:00
Ben Irvin
5ea30a044e chore: fix test types 2025-07-24 11:45:17 +02:00
Bassel Kanso
a28a416df0 release: 5.19.0 2025-07-23 18:32:10 +03:00
akash-dabhi-qed
388e513cc3
fix: resolved filter overlap with datepicker by reducing zIndex of filter … (#23884)
Co-authored-by: Adrien Lepoutre <thewebsdoor@gmail.com>
2025-07-23 14:28:42 +02:00
Adrien L
a2e3862f0b
fix: add reducer to be able to mutate widgets in register function (#23908) 2025-07-23 11:39:31 +02:00
Jorrit Schippers
402f6df180 chore(content-manager): fix typo in code comment
This small change makes sure this line of code appears when searching for `plugins[i18n][locale]`.

Signed-off-by: Jorrit Schippers <jorrit@ncode.nl>
2025-07-23 10:41:06 +02:00
markkaylor
bd259b48f3
fix: guided tour is null (#24001) 2025-07-22 18:17:45 +02:00
Michal Kos
44dc8b55b6
fix: update autocomplete attribute in RelationsInput component to filter by contains (#23579)
Co-authored-by: Simone <startae14@gmail.com>
2025-07-22 17:30:45 +02:00
Aashish Kumar
9c2f4e2f0c
Fixes #23986: Conditional field operator reset to "is" when set to "is not". (#23993)
* fix: retain 'is not' operator in conditional field logic

* chore: run prettier:write and fix lint issues in ConditionForm

* fix: Remove unnecessary cls file

---------

Co-authored-by: Ziyi <ziyi.yuan@strapi.io>
2025-07-22 16:39:10 +02:00
akash-dabhi-qed
bf1a58757a
fix: resolved filter overlapping issue by changing z-index (#23953) 2025-07-22 14:26:22 +02:00
Rémi de Juvigny
39b256a9a2
enhancement: promote preview configuration docs (#23961)
* enhancement: promote preview configuration docs

* chore: add tests

* fix: api test

* fix: don't show panel in create mode
2025-07-22 05:34:48 -04:00
markkaylor
0fe043296d
future: add reset guided tour to profile (#23984)
Co-authored-by: Simone <startae14@gmail.com>
2025-07-21 10:51:08 +02:00
Ziyi
68865f630a
feat: add env variable for tracking (#23866)
* feat: add env variable for tracking

* fix: update default env and frontend files
2025-07-21 10:48:03 +02:00
ioleo
947c3a83d8 fix: document_id must appear in the GROUP BY clause 2025-07-19 13:08:12 +01:00
Rémi de Juvigny
c298aeac14
feat: add preview device selector (#23985)
* fix: no data view on first preview open

* feat: add preview device selector

* chore: extract devices const
2025-07-18 12:39:57 -04:00
mazzucchelli
cafab34e06 chore: improve types 2025-07-18 10:52:30 +02:00
mazzucchelli
ef8b017af0 chore: update settings sidebar links ui 2025-07-18 10:52:30 +02:00
mazzucchelli
83c9d185c6 chore: useScopedPersistentState custom hook 2025-07-18 09:38:56 +02:00
Simone
8ecdda9ea1
future: fix Final Step Popover has the LeftMenu link tooltip on top of it (#23966) 2025-07-18 09:07:00 +02:00
markkaylor
7899d70204
future: always run the tour regardless of app state (#23965) 2025-07-17 17:03:27 +02:00
markkaylor
9ee20c168c
future: add step count to all got it actions (#23975) 2025-07-17 13:42:00 +02:00
Rémi de Juvigny
2d97100ef7 Merge remote-tracking branch 'origin/main' into develop 2025-07-16 17:59:48 +02:00
remidej
ffea34c551 release: 5.18.1 2025-07-16 14:22:34 +00:00
Simone
fc585c658c
future: Guided Tour Tracking (#23926)
Co-authored-by: Mark Kaylor <mark.kaylor@strapi.io>
2025-07-16 15:29:21 +02:00
Rémi de Juvigny
68883a121b
fix: sign file URLs in upload service and in graphql (#23834)
* fix: add URL signing support for media files in upload service and GraphQL resolvers

* fix: graphql api test

* fix: graphql association

* chore: remove unnecessary tests

* fix: sign when querying media files directly

* chore: removed signedData

* fix: backend ci

* fix: pr feedback

* fix: signed images not loading in media input

* fix: make gql unit test pass ci

* chore: move rawData
2025-07-15 12:16:33 -04:00
Rémi de Juvigny
7583cb538c
fix: getstarted admin constantly reloading (#23956)
* fix: admin constantly reloading in development (#23929)

* fix: optimize dependencies that cause reload

(cherry picked from commit 60b2bc8b6eb503d06f5ea64f1eb116dd749f8143)

* chore: use glob for prism imports

(cherry picked from commit 7ca83d73c43cc96e14a0fe3e682b3f17e0cb932a)

* fix: prevent admin reloads only for getstarted apps
2025-07-15 09:12:47 -04:00
markkaylor
241fdb42ee
fix: test revert optimizeDeps (#23946)
Co-authored-by: Simone <startae14@gmail.com>
2025-07-14 14:25:08 +02:00
markkaylor
6eead6e4f5
future: only show guided tour overview to first super admin (#23941)
Co-authored-by: Simone <startae14@gmail.com>
2025-07-14 11:12:12 +02:00
markkaylor
56b502adf9
future: add missing translations and step count (#23945) 2025-07-14 10:14:14 +02:00
Simone
3fc9f7ab14
fix: add Introduction step in the Single collection Edit view (#23943) 2025-07-14 10:07:27 +02:00
Adrien L
0b05e14275
chore: strapi DS v2.0.0-rc.29 bump (#23937) 2025-07-10 15:39:38 +02:00
Rémi de Juvigny
7ca83d73c4
fix: admin constantly reloading in development (#23929)
* fix: optimize dependencies that cause reload

(cherry picked from commit 60b2bc8b6eb503d06f5ea64f1eb116dd749f8143)

* chore: use glob for prism imports
2025-07-10 08:22:25 -04:00
Adrien L
cca0790e58
feat: homepage widget entries chart (#23903) 2025-07-09 15:38:15 +02:00
Bassel Kanso
32fd0d43af Merge branch 'main' into develop 2025-07-09 12:52:03 +03:00
Bassel17
0c0afccbfb release: 5.18.0 2025-07-09 08:45:37 +00:00
markkaylor
e50ef5e2ea
future: update guided tour got it button and when conditions (#23922) 2025-07-08 17:57:35 +02:00
markkaylor
6258973711
future: add confirmation dialog when closing the tour (#23914) 2025-07-08 17:52:01 +02:00
Mark Kaylor
8ed7454f69 chore: remove fragment 2025-07-08 11:07:41 +02:00
Mark Kaylor
590c24ce65 chore: round arrow, adjust offsets, add border none back 2025-07-08 11:04:38 +02:00
Simone Taeggi
f37a0ea033 future: add withArrow to show the Popover Arrow 2025-07-07 18:39:13 +02:00
Simone Taeggi
0fa62394da future: change PopoverArrow styled component's name 2025-07-07 16:32:31 +02:00
Simone Taeggi
4ef41514bc Merge branch 'develop' into future/guided-tour-add-popover-arrow-disable-old-tour 2025-07-07 16:23:10 +02:00
Simone Taeggi
e109058915 future: disable the old guided tour in case the future is not enabled 2025-07-07 16:04:18 +02:00
Simone Taeggi
488022a030 future: add Popover Arrow dimensions 2025-07-07 15:57:10 +02:00
Simone Taeggi
67dcd427be future: add the arrow in the first step 2025-07-07 14:13:42 +02:00
Ziyi
15aa519427
fix: fix condition loss on relation field (#23885)
* fix: fix condition loss on relation field

* fix: add comments explaination and fix prettier issue
2025-07-07 14:13:33 +02:00
Simone Taeggi
e7beaaae42 future: add Arrow in the Popover 2025-07-07 12:01:18 +02:00
Adrien L
42d441cd5d
feat: homepage widget assigned to me (#23848) 2025-07-07 11:29:12 +02:00