Marc-Roig
e204f16a71
fix: strapi search api tests
2023-11-14 19:10:46 +01:00
Marc-Roig
54bac609ca
fix: content manager search api test
2023-11-14 18:56:03 +01:00
Marc-Roig
c6fe81ee69
fix: package.json
2023-11-14 17:17:50 +01:00
Marc-Roig
7b9d7ee2fb
fix: update yarn lock
2023-11-14 16:48:34 +01:00
Marc-Roig
b99bb9a2a0
fix: revert webpack bundle analyzer dependency version
2023-11-14 16:42:26 +01:00
Marc-Roig
6daaab5d7a
fix: cast bundle analyzer plugin type
2023-11-14 14:55:02 +01:00
Ben Irvin
28d0d5434a
fix: ts tests
2023-11-14 14:42:26 +01:00
Marc-Roig
d077922b77
Merge branch 'v5/main' into v5/document_id
2023-11-14 10:19:24 +01:00
Marc-Roig
9e388d8484
Merge branch 'main' into v5/main
2023-11-14 10:14:39 +01:00
Marc-Roig
f7046608df
fix: update yarn lock
2023-11-13 11:41:16 +01:00
Josh
175b72af9d
fix(admin): admin build errors ( #18764 )
...
* fix(admin): import & pass user customisations for admin panel
* fix(admin): modules should be resolved with module paths not system paths
* fix(admin): ensure webpack config is a type of function before calling, warn otherwise
* fix: convert the pluginPath to a system path before trying to resolve relative
* chore: update documentation
2023-11-13 10:21:24 +00:00
Josh
add566491a
chore(deps): update axios to 1.6.0 ( #18768 )
...
due to https://github.com/advisories/GHSA-wf5p-g6vw-rhxx
2023-11-13 10:16:09 +00:00
Josh
c3d7a8a3e7
Merge pull request #18751 from strapi/releases/4.15.4
...
Release 4.15.3 & 4.15.4
2023-11-13 08:55:21 +00:00
Marc Roig
f947debf17
Merge pull request #18674 from itsMaadh/main
2023-11-13 09:41:11 +01:00
Alexandre Bodin
416657afd5
Merge branch 'main' into releases/4.15.4
2023-11-12 11:09:55 +01:00
Alexandre Bodin
da634b0951
v4.15.4
v4.15.4
2023-11-11 12:17:57 +01:00
Alexandre Bodin
458516e434
v4.15.3
v4.15.3
2023-11-11 12:03:41 +01:00
Alexandre Bodin
f97b1b0733
fix: invalid deps
2023-11-11 11:29:29 +01:00
Alexandre Bodin
81425b4b98
fix: make peer dep less strict for npm
2023-11-11 11:03:59 +01:00
Maadh
b29f9fa1ad
fix: test update for iso-locales
2023-11-09 23:32:40 +00:00
Alexandre BODIN
d999ad0b00
Merge pull request #18709 from strapi/releases/4.15.2
...
Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
Co-authored-by: Marc Roig <marc12info@gmail.com>
Co-authored-by: Mark Kaylor <mark.kaylor@strapi.io>
2023-11-09 16:56:46 +01:00
Marc-Roig
d89856c348
fix: remove doc id type from database
2023-11-09 12:50:31 +01:00
Marc-Roig
ed954d6a95
fix: typescript tests failing because of missing prettier types
2023-11-09 12:42:44 +01:00
Marc-Roig
9b9c319046
Merge branch 'v5/main' into v5/document_id
2023-11-09 12:15:18 +01:00
Marc-Roig
8aca4eae6a
Merge branch 'main' into v5/main
2023-11-09 12:13:13 +01:00
Alexandre Bodin
154796c047
Fix package.json versions
2023-11-08 19:50:39 +01:00
Alexandre Bodin
cf5979d1fd
Merge branch 'main' into releases/4.15.2
2023-11-08 19:31:57 +01:00
Alexandre BODIN
5c5ae949bf
chore(graphql): migration to basic ts ( #18696 )
2023-11-08 18:21:41 +01:00
Alexandre Bodin
73f10819d7
Update lock & pkg
v4.15.2
2023-11-08 17:40:54 +01:00
Josh
6129ef3c6c
chore: update design-system 1.13.1 ( #18704 )
2023-11-08 16:21:15 +00:00
Mark Kaylor
3f510d0338
chore: publish 4.15.2
2023-11-08 17:04:13 +01:00
Mark Kaylor
bb51089333
v4.15.2
2023-11-08 16:27:10 +01:00
markkaylor
f413c08916
fix: add missing prepublish script ( #18700 )
2023-11-08 15:38:32 +01:00
Rémi de Juvigny
4abe743fdf
chore: convert blocks editor to typescript ( #18671 )
...
* chore: add precise types to blocks attribute
* Add BlockNode type util
* wip
* chore: convert blocks editor to typescript
* use import type when possible
* migrate missing tests
* remove commented code
* apply alex feedback
* add BlocksInlineNode export
* add more precise descendant type
* move slate override to its own file
* move slate type definitions to custom.d.ts
* josh feedback
* more thorough isBlockList type guard
* madhuri feedback
* improve type organization
* typescript error workaround
2023-11-08 14:29:45 +01:00
Mark Kaylor
0ca0dff7b4
Merge remote-tracking branch 'origin/releases/4.15.2' into releases/4.15.3
2023-11-08 14:13:14 +01:00
Maxime Castres
000fd5a3bf
fix(admin): website link containing a typo ( #18694 )
2023-11-08 08:50:57 +00:00
Rémi de Juvigny
22ffc8b6b7
chore: add precise types to blocks attribute ( #18626 )
...
* chore: add precise types to blocks attribute
* Add BlockNode type util
* apply alex feedback
* add BlocksInlineNode export
2023-11-07 13:48:02 +01:00
Josh
ca1ec5aecf
refactor(admin): add watch-admin flag ( #18688 )
2023-11-07 11:35:40 +01:00
Christian
02973d45cb
Fix: Update AWS (aws-sdk) from deprecated V2 to V3 ( #18557 )
2023-11-06 16:43:35 +01:00
Ben Irvin
87431e44c3
feat: allow passing http serverOptions from config ( #18591 )
2023-11-06 15:31:17 +01:00
Ben Irvin
84033819f8
Fix: GraphQL validates repeatable component attributes correctly ( #18647 )
2023-11-06 15:01:59 +01:00
Alexandre BODIN
03194ce5a3
fix(admin): use appropriate loader between jsx and tsx ( #18670 )
2023-11-06 11:58:55 +01:00
Marc-Roig
1dae937ea5
feat: prevent user from using doc id attribute
2023-11-06 11:28:19 +01:00
Marc-Roig
91d6b8ca44
feat: move the document id schema insertion into strapi/strapi
2023-11-06 10:05:06 +01:00
Marc-Roig
5f48ce84cc
fix: unit test
2023-11-06 09:28:40 +01:00
Gustav Hansen
477ea8ee80
chore(admin): convert useSettingsMenu to TS ( #18616 )
...
* chore(admin): move constants into global constants
* chore(admin): convert useSettingsMenu to TS
2023-11-05 13:45:37 +00:00
Maadh
761bbe93ac
Update iso-locales.json
...
Added Dhivehi (Maldives) to the iso-locales.json
2023-11-04 15:46:00 +00:00
Josh
e741a4a0c0
fix: import Document directly & add ignorePrompts
CLI flag ( #18668 )
2023-11-03 17:06:51 +01:00
Alexandre BODIN
805908ba2b
fix(admin): close webpack watch on reload ( #18667 )
2023-11-03 16:28:46 +01:00
Josh
0e69461383
fix(admin): build pipeline & deps ( #18658 )
2023-11-03 15:56:03 +01:00