26053 Commits

Author SHA1 Message Date
ivanThePleasant
4745d76341 Clean up unnecessary code 2022-09-29 14:03:41 +03:00
Julie Plantey
4e0c0e6c2a
Merge pull request #14491 from strapi/relations/fix-loadMore-button-loading-state
[RelationInput] Fix Load more button loading state
2022-09-29 12:13:02 +02:00
Josh
d109346712 chore: make onSearchClose optional & remove passing event to onSearchOpen 2022-09-29 11:11:42 +01:00
Josh
e08227a183 fix: menu placement on options changed 2022-09-29 10:10:13 +01:00
Julie Plantey
c54b00d0df use loading prop from TextButton + use isFetchingNextPage boolean 2022-09-29 10:59:35 +02:00
ivanThePleasant
5a4362faf7 Refactor changes to use request context 2022-09-29 11:24:11 +03:00
ivanThePleasant
c0588231a6 Merge branch 'main' into chore/user-level-data 2022-09-29 11:23:17 +03:00
Josh
02f287b4ee
Merge pull request #14475 from strapi/feature/media-library-cards 2022-09-29 08:54:18 +01:00
dependabot[bot]
0e7fe4c744
Bump vm2 from 3.9.10 to 3.9.11
Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.10 to 3.9.11.
- [Release notes](https://github.com/patriksimek/vm2/releases)
- [Changelog](https://github.com/patriksimek/vm2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/patriksimek/vm2/compare/3.9.10...3.9.11)

---
updated-dependencies:
- dependency-name: vm2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-28 14:36:50 +00:00
Iago Calazans
01eed9f00c
Merge branch 'main' into patch-1 2022-09-28 11:34:48 -03:00
Jean-Sébastien Herbaux
d0bb8b3dc4
Merge pull request #14459 from CleberRossi/bugfix/admin-panel-src-admin-folder-13975
Fixing error when building without src/admin #13975
2022-09-28 16:24:03 +02:00
Cleber Rossi
f02b959f42
Merge branch 'strapi:main' into bugfix/admin-panel-src-admin-folder-13975 2022-09-28 10:33:23 -03:00
Iago Calazans
9e61f5902a
Merge branch 'main' into patch-1 2022-09-28 09:27:02 -03:00
Convly
d9febfb963 v4.4.0 v4.4.0 2022-09-28 14:25:44 +02:00
Jean-Sébastien Herbaux
e70919bed7
Merge pull request #14163 from strapi/features/custom-fields
[CustomField] Add custom fields
2022-09-28 13:35:43 +02:00
Rémi de Juvigny
6e659b4554
Merge branch 'main' into features/custom-fields 2022-09-28 11:00:59 +02:00
Jean-Sébastien Herbaux
b0ab17f634
Merge pull request #14117 from strapi/features/api-token-v2
Api token v2
2022-09-28 10:50:34 +02:00
Iago Calazans
c52623e143
fix: init invalid assignment of current prop
On building with TS it throws the following errors: 
- TS2540: Cannot assign to 'current' because it is a read-only property.
- TS2721: Cannot invoke an object which is possibly 'null'.
2022-09-27 16:39:08 -03:00
markkaylor
78934cacc8
Merge pull request #14474 from strapi/custom-fields/suspense-dz
Add suspense boundary in dynamic zones
2022-09-27 19:02:16 +02:00
Jamie Howard
9270ee9f27 fix(database): detect clashing DB tables
chore: rollback front end implementation
2022-09-27 17:25:48 +01:00
Rémi de Juvigny
86b5757d4a Move focus trap inside suspense 2022-09-27 18:17:49 +02:00
Rémi de Juvigny
60e13be6c3 Add text inside loader 2022-09-27 17:51:23 +02:00
Josh
c6a0b55a6d chore: updata snapshots 2022-09-27 16:44:38 +01:00
Josh
f36c4d07f8 Revert "chore: update snapshots"
This reverts commit d3304b8a5c419bf3a29037847e2f4f2f45c4ced4.
2022-09-27 16:37:05 +01:00
Josh
b6a9095ff1 feat(test): add tests for interactions 2022-09-27 16:36:20 +01:00
Josh
d3304b8a5c chore: update snapshots 2022-09-27 16:09:56 +01:00
Rémi de Juvigny
ea72a6e893 Add Suspense boundary in dynamic zones 2022-09-27 17:02:40 +02:00
Josh
cd6f4408d9 feat: handle desired actions 2022-09-27 15:58:03 +01:00
Josh
102e4d1c84 refactor: use one AssetCardBase 2022-09-27 13:57:30 +01:00
Julie Plantey
620230f172
Merge pull request #14471 from strapi/relations/fix-nested-data
[Relations] Fix nested data for relations in component
2022-09-27 14:19:48 +02:00
Jamie Howard
bfbab082cf fix(admin): lowercase email when creating user 2022-09-26 15:52:08 +01:00
markkaylor
71ba262ce2
Merge pull request #14465 from strapi/custom-fields/small-fixes-and-tests
[Custom fields] small fixes and tests
2022-09-26 15:28:17 +02:00
Mark Kaylor
b695a42a2f add test case back and fix check for property on object 2022-09-26 14:48:06 +02:00
Mark Kaylor
6321a4d970 Move mock 2022-09-26 13:25:52 +02:00
Mark Kaylor
023596ffbd Remove unneccesary mock data 2022-09-26 13:23:24 +02:00
Mark Kaylor
df5c80cf76 Add tests for FormModal forms 2022-09-26 13:16:27 +02:00
Julie Plantey
ee535ea0cb fix nested data for relations in component 2022-09-26 12:14:09 +02:00
Mark Kaylor
a21e4a683a Update mock data to test custom fields 2022-09-23 16:56:19 +02:00
Mark Kaylor
323cf3bf24 Avoid single line return 2022-09-23 15:49:59 +02:00
Mark Kaylor
5e8cb0f63b Respect alphabetical order 2022-09-23 15:36:44 +02:00
Mark Kaylor
b6bbd3e534 Remove use of lodash 2022-09-23 15:33:18 +02:00
Jamie Howard
0f69f833b9 fix(helper-plugin): search query encoding 2022-09-23 10:14:48 +01:00
Pierre Noël
3a43ba5d9a
Merge pull request #14462 from strapi/relations/temp-fix-xToOne
[Fix] xToOne relations not showing
2022-09-22 18:29:04 +02:00
Pierre Noël
8d36a07fc4 Merge branch 'main' into feature/relations-main-view 2022-09-22 17:46:04 +02:00
Julie Plantey
360f1d4593 fix more e2e tests 2022-09-22 17:30:28 +02:00
Julie Plantey
402f14b9c1 fix label count condition 2022-09-22 15:56:02 +02:00
Julie Plantey
04fe7f84be fix e2e tests 2022-09-22 14:20:04 +02:00
Julie Plantey
c407c20d05 fix xtoOne + conditions to enbale fetch + count label 2022-09-22 14:01:56 +02:00
Alexandre Bodin
d1c529b584 Merge branch 'main' into features/custom-fields 2022-09-22 10:37:11 +02:00
Alexandre Bodin
2bc5bdeabd Merge branch 'main' into features/api-token-v2 2022-09-22 10:36:58 +02:00