36133 Commits

Author SHA1 Message Date
dependabot[bot]
80103017ad
chore(deps): bump undici from 6.19.2 to 6.21.1 (#22697)
Bumps the npm_and_yarn group with 1 update: [undici](https://github.com/nodejs/undici).


Updates `undici` from 6.19.2 to 6.21.1
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v6.19.2...v6.21.1)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: direct:production
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-14 11:48:30 +01:00
Alexandre BODIN
4ea0e78d4b
Merge commit from fork
feat: add password length validation of 72 bytes
2025-02-14 11:27:02 +01:00
Ben Irvin
082492f357 Merge branch 'develop' into advisory-fix-1 2025-02-14 10:59:05 +01:00
Ben Irvin
c99d5d32b6 Merge remote-tracking branch 'upstream/develop' into develop 2025-02-14 10:40:43 +01:00
markkaylor
aa5ec8f780
chore: swap Download icon for Earth icon (#22881) 2025-02-14 09:26:52 +01:00
markkaylor
2a1c7a281f
fix: flaky tests (#22829) 2025-02-13 14:35:38 +01:00
Alexandre Bodin
36914a8477 Merge branch 'main' into develop 2025-02-13 09:37:34 +01:00
Alexandre Bodin
353326453a Merge branch 'main' into develop 2025-02-13 09:36:27 +01:00
alexandrebodin
51cb30e957 release: 5.10.2 v5.10.2 2025-02-13 08:31:58 +00:00
Alexandre Bodin
7896ed8da1 fix: duplicate dep 2025-02-13 09:24:13 +01:00
alexandrebodin
8a96041b6e release: 5.10.1 v5.10.1 2025-02-13 08:17:57 +00:00
Alexandre BODIN
2046a256f4
Merge pull request #22869 from strapi/fix/v5.10.0
fix: issue in 5.10.0
2025-02-13 09:09:12 +01:00
Derrick Mehaffy
7f8710b10e enhancement: add additional package scripts to default templates 2025-02-12 15:15:48 -08:00
Alexandre Bodin
dd20031544 fix: issin in 5.10.0 2025-02-12 18:44:35 +01:00
Alexandre Bodin
7e99284915 Merge branch 'main' into develop 2025-02-12 18:07:20 +01:00
Marc-Roig
a34d7e9945 release: 5.10.0 v5.10.0 2025-02-12 13:53:03 +00:00
Jamie Howard
901e70c3a9
fix: note md format (#22859) 2025-02-12 13:15:46 +00:00
Alexandre BODIN
bd3419429b
Merge branch 'develop' into fix/relation-order-publish 2025-02-12 13:23:23 +01:00
Marc Roig
c06fe0f729
Merge pull request #22857 from strapi/fix/remove-onboarding
chore: remove outdated tutorial helper button
2025-02-12 10:03:44 +01:00
Marc-Roig
6cde24cc98
chore: remove outdated tutorial 2025-02-11 14:18:14 +01:00
Mohamed Dilshad
9e9a841899
fix: color missing in links of rich texts blocks (#22230) (#22350) 2025-02-10 10:43:06 -05:00
Alexandre BODIN
a6235c371b
fix: ctb reload state after save & delete (#22805) 2025-02-10 16:12:25 +01:00
Marc-Roig
4d4e78457a
chore: apply changes to discard draft 2025-02-07 18:07:15 +01:00
Marc-Roig
6fdadbae0a
fix: relation order 2025-02-07 17:41:53 +01:00
Dhruv Maradiya
0521e81a13
fix: delete previous relations in morph to many relation (#22736) 2025-02-07 16:27:34 +01:00
Lucas Boilly
bfd160f0c6
fix: corrected typing mistake in translation key (#22766)
Co-authored-by: Simone <startae14@gmail.com>
2025-02-07 09:42:48 -05:00
Rémi de Juvigny
8a76e00846
future: add edit form to preview page (#22823)
* future: add edit form to preview page

* fix: permissions
2025-02-07 09:29:07 -05:00
Marc Roig
d686b7b798
Merge pull request #22801 from samgutentag/add-trunk-community-edition
chore(tooling): add Trunk Integration to CE e2e tests
2025-02-07 15:14:21 +01:00
Lucas Boilly
baaccab18d
fix: ui issues of the avatar button (#22457)
* fix: ui issues of the avatar button

* fix: moved spread props

* fix: updated failing logout test

* updated test

* fix: logout e2e test

---------

Co-authored-by: Simone <startae14@gmail.com>
Co-authored-by: Rémi de Juvigny <remi.dejuvigny@strapi.io>
2025-02-07 08:50:31 -05:00
markkaylor
5cab2283e8
feat(content-manager): make markdown editor responsive (#22820) 2025-02-07 11:46:51 +01:00
Jorrit Schippers
c2c5eafc02
fix(upload): window title in media library (#22806)
Signed-off-by: Jorrit Schippers <jorrit@ncode.nl>
2025-02-07 09:56:10 +01:00
Marc Roig
6fcf50045f
Merge branch 'develop' into add-trunk-community-edition 2025-02-07 09:39:28 +01:00
Rémi de Juvigny
b4e84114b7
feat: responsive blocks editor toolbar (#22753)
* ehancement: responsive blocks toolbar

* enhancement: change buttons ui when in menu

* chore: extract ObservedToolbarItem

* chore: observed MoreMenu

* fix: no visible item case

* fix: set intersection observer root

* chore: use useElementOnScreen in toolbar

* chore: export single useElementOnScreen from admin

* fix: unique key

* enhancement: abstract intersection observer callback

* fix: mark feedback

* fix: menu divider

* fix: add menu divider

* fix: show active style and icon on menu item

* fix: use onSelect no menu items

* fix: prevent focusing trigger on menu close

* fix: remove unused editor var
2025-02-06 10:01:35 -05:00
Prafull Pandey
cb302de31a
fix: pagination query params at root level of query return incorrect error message (#22455) 2025-02-06 16:05:14 +02:00
dhoko
4656e5d415
enhancement: better log informations about the errors for yup validations messages (#22001) 2025-02-06 15:42:10 +02:00
Jorrit Schippers
be068eb440
fix(admin): display correct version on admin notification (#22810)
Fixes #22117

Signed-off-by: Jorrit Schippers <jorrit@ncode.nl>
2025-02-06 12:32:47 +01:00
Lucas Boilly
3dd140e31b
fix: removed unexpected padding around accordions (#22811) 2025-02-06 12:29:55 +01:00
Simone
16cb0821de
feat(relations-on-the-fly): Setup the Future flag for the Relations on the fly (#22771)
* feat(relations-on-the-fly): setup future flag and replace link with a text button

* feat(relations-on-the-fly): create unstable variant of relations components to handle the relations on the fly logic

* feat(relations-on-the-fly): remove code
2025-02-05 16:04:03 +01:00
Marc Roig
42d261ac77
Merge branch 'develop' into add-trunk-community-edition 2025-02-05 15:42:47 +01:00
Rémi de Juvigny
76d6960b96
chore(deps): bump design system to rc.16 (#22788)
* chore: bump design system to rc.15

* chore: upgrade design system to rc.16

* fix: snapshots
2025-02-05 04:31:48 -05:00
Rémi de Juvigny
941474818c
chore(deps): bump design system to rc.16 (#22788)
* chore: bump design system to rc.15

* chore: upgrade design system to rc.16

* fix: snapshots
2025-02-05 04:30:11 -05:00
Rémi de Juvigny
389e87d046
fix: ctb relation types (#22798) 2025-02-05 03:41:03 -05:00
Sam Gutentag
e25a6b73e1 add trunk upload to community edition tests 2025-02-04 11:57:29 -08:00
Alexandre BODIN
39c0188c3a
Merge pull request #22742 from strapi/chore/ctb
chore: move to rtk slices & improve typings
2025-02-03 18:04:06 +01:00
PapatMayuri
3baf0cc07f
Merge branch 'develop' into fix/issue_20809 2025-01-31 20:54:16 +05:30
Lucas Boilly
c22d1aa502
chore: remove icon for fields without i18n (#22774) 2025-01-31 09:58:54 -05:00
Alexandre Bodin
7a6c796bd2 chore: move to rtk slices & improve typings 2025-01-31 14:34:39 +01:00
Ben Irvin
0954e210a1
test(api): cleanup test data (#22760)
* test(api): cleanup test data

* test(api): do not delete products in afterAll
2025-01-31 12:31:36 +01:00
markkaylor
88f5d2bfb3
chore(preview): prepare layout for side editor (#22767) 2025-01-31 12:30:31 +01:00
markkaylor
d6a56e1783
fix: class Plugin is not immerable (#22763)
Co-authored-by: pksr <pksr@users.noreply.github.com>
Co-authored-by: Jorrit Schipper <jorrit@ncode.nl>
2025-01-31 12:27:39 +01:00