Rémi de Juvigny
57e5fcfee3
future(preview): keep highlights up to date on dom updates ( #24216 )
...
* feat: add content source maps service
* chore: refactor to fp and async.pipe
* chore: use header instead of query param
* fix: ignore polymorphic relations
* chore: add error handling
* fix: arrays of relations and medias
* enhancement(getstarted): show nested values in preview
* fix: update highlights when the dom changes
* fix: highlight dimensions after text update
* fix: strip away invisible characters from dom
* fix: don't encode slugs
* chore: mark feedback
* chore: rearrange observers
2025-08-28 08:14:27 -04:00
Mark Kaylor
1c8a275e80
Merge branch 'main' of github.com:strapi/strapi into develop
2025-08-27 17:18:10 +02:00
markkaylor
7b9b8c7122
release: 5.23.1
2025-08-27 12:34:37 +00:00
Rémi de Juvigny
bcd95cff43
future(preview): add content source maps service ( #24213 )
...
* feat: add content source maps service
* chore: refactor to fp and async.pipe
* chore: use header instead of query param
* fix: ignore polymorphic relations
* chore: add error handling
* fix: arrays of relations and medias
* chore: marc feedback
* chore: use traverseEntity util
* fix: make backend unit test async
* chore: refactor types
2025-08-26 07:40:09 -04:00
Adrien L
a8a53e3e7c
fix: wrong count of non draftAndPublish entries ( #24211 )
2025-08-26 09:45:23 +02:00
akash-dabhi-qed
9243d2d1af
fix: corrected UI of searchbar on content manager ( #23813 )
...
* fix: corrected UI of searchbar on strapi content manager
* fix: removed redundant code and added trim search input before filtering links on request
* fix: replaced existing textinput component with design-system's searchbar
* fix: replaced TextInput with Searchbar in ContentTypeBuilder's Navigation field
* fix: update snapshot and fix test
* fix: update search name to fix tests
---------
Co-authored-by: Adrien Lepoutre <thewebsdoor@gmail.com>
2025-08-25 10:57:57 +02:00
Bassel Kanso
1dfd60174c
Merge branch 'main' into develop
2025-08-20 14:40:33 +03:00
Bassel17
1b4c4b89c3
release: 5.23.0
2025-08-20 09:05:34 +00:00
Rémi de Juvigny
09e349ad45
future: sync preview to side editor forms ( #24179 )
...
* feat: live preview via iframe events
* fix: only show focus style if not in popover
* chore: extract Blocker component
* chore: single WILL_EDIT_FIELD listener
* chore: rename constants
* fix: hovering focused highlight
* fix: remove useless highlights
* fix: adrien feedback
2025-08-19 11:25:07 -04:00
Adrien L
9fe221c689
fix: reordering dynamic zones messes up indexes during validation ( #24195 )
2025-08-19 17:15:33 +02:00
markkaylor
e4700a5963
enhancement: improve guided tour ( #24094 )
2025-08-18 09:54:58 +02:00
Rémi de Juvigny
e52f529abf
Merge remote-tracking branch 'origin/main' into develop
2025-08-14 11:16:31 +02:00
remidej
1bd30337cd
release: 5.22.0
2025-08-13 10:17:18 +00:00
markkaylor
a5df4d3bdf
fix: guided tour adds paddings to pages instead of using offset ( #24170 )
2025-08-13 06:00:06 -04:00
Adrien L
330c50cc41
fix: update tracking on homepage widgets ( #24153 )
2025-08-13 11:32:10 +02:00
Bas Broekhuizen
9651e7ce33
fix: wrong count for published entries in homepage widget ( #24152 )
2025-08-13 10:20:06 +02:00
Rémi de Juvigny
f68a5f66ec
future: create preview overlay div with highlights ( #24127 )
...
* chore: create overlay div
* enhancement: display highlight over data-strapi-source elements
* fix: highlight event listeners
* chore: simplify cleanup
* fix: mark feedback
2025-08-13 03:33:51 -04:00
Adrien L
f5d21551ed
fix: reordering newly created components in dz cause error on save ( #24114 )
2025-08-07 16:23:24 +02:00
Rémi de Juvigny
76b5b40aa1
future: set up preview injected script ( #24111 )
...
* chore: set up preview injected script
* fix: previewReady useEffect
* chore: unused var
2025-08-07 07:42:03 -04:00
Adrien L
a6aba9268c
fix: homepage widgets adjustments ( #24071 )
2025-08-06 16:57:09 +02:00
Bassel17
ac9adc3ccf
release: 5.21.0
2025-08-06 09:36:40 +00:00
Adrien L
f34003be2c
fix: color of release status icon ( #23842 )
2025-07-31 11:51:40 +02:00
Adrien L
f116d21c09
feat: homepage upcoming releases widget ( #23998 )
2025-07-31 10:29:14 +02:00
Adrien L
6d264f56ba
feat: key statistics homepage widget ( #23938 )
2025-07-31 09:36:25 +02:00
markkaylor
8f0cdd4f9e
Merge pull request #24004 from jorrit/fixtypo
2025-07-30 17:33:35 +02:00
markkaylor
7d7b44aa7c
release: 5.20.0
2025-07-30 12:40:47 +00:00
Dhruv Chheda
7f43c80009
fix: prevent validation error when updating user without password change ( #23898 )
...
Co-authored-by: Ziyi <ziyi.yuan@strapi.io>
2025-07-28 16:42:18 +02:00
Giulio Montagner
e648c19c20
chore: replace node-schedule with strapi.cron service
2025-07-28 14:58:05 +02:00
Rémi de Juvigny
7f13d09efd
fix: prevent full screen loader regression in preview page ( #24038 )
2025-07-28 08:06:15 -04:00
markkaylor
0e47ec1b0a
chore: remove old guided tour and set the new one as stable ( #24003 )
2025-07-25 17:35:15 +02:00
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
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
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
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
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
markkaylor
7899d70204
future: always run the tour regardless of app state ( #23965 )
2025-07-17 17:03:27 +02:00
remidej
ffea34c551
release: 5.18.1
2025-07-16 14:22:34 +00: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
Adrien L
cca0790e58
feat: homepage widget entries chart ( #23903 )
2025-07-09 15:38:15 +02:00
Bassel17
0c0afccbfb
release: 5.18.0
2025-07-09 08:45:37 +00:00
Adrien L
42d441cd5d
feat: homepage widget assigned to me ( #23848 )
2025-07-07 11:29:12 +02:00
Simone Taeggi
cedd719a48
chore: strapi DS v2.0.0-rc.28 bump
2025-07-04 11:15:59 +02:00
Simone
53c1fe2b97
future: add content manager Guided Tour ( #23824 )
...
Co-authored-by: Mark Kaylor <mark.kaylor@strapi.io>
2025-07-04 10:36:40 +02:00