Bassel Kanso
f7b9b47085
fix(graphql): revert graphql-upload library to non breaking change version ( #19182 )
2024-01-09 14:37:29 +00:00
Josh
8aac0893a9
chore: update ds 1.14.1 ( #19179 )
2024-01-09 11:40:22 +00:00
Josh
966723fe56
chore: update ds to 1.14.0 ( #19138 )
2024-01-03 10:06:15 +00:00
Josh
ddbb55f2eb
Merge branch 'main' into releases/4.17.0
2024-01-02 13:41:57 +00:00
Convly
b887f1aa47
v4.16.2
2023-12-21 15:53:18 +01:00
Mark Kaylor
af13d4e056
v4.16.1
2023-12-21 15:23:45 +01:00
Mark Kaylor
b8acb528cd
v4.16.0
2023-12-20 15:52:24 +01:00
Josh
bdcd983c3d
fix(tooling): use nx to build & clean ( #19084 )
...
* remove pre-publish scripts
* fix: use nx to clean & build
2023-12-19 13:21:33 +00:00
josephemswiler
627332f8d0
Inline eslint import/extensions disable
2023-12-08 10:32:03 -06:00
Jean-Sébastien Herbaux
1b0e310d06
Merge branch 'main' into chore/bump-graphql-upload-15.0.2
2023-12-08 15:26:48 +01:00
Josh
3301d58a39
chore(deps): update DS to 1.13.2 ( #18959 )
...
* chore(deps): update DS to 1.13.2
* chore: update snapshots
2023-11-30 16:37:04 +00:00
Alexandre Bodin
6b35da10af
Merge branch 'main' into develop
2023-11-30 16:32:56 +01:00
Mark Kaylor
97e854e902
Merge branch 'main' of github.com:strapi/strapi into releases/4.15.5
2023-11-30 11:08:02 +01:00
Mark Kaylor
dc96169c3f
v4.15.5
2023-11-29 16:42:28 +01:00
Josh
eb7b88426d
fix(pack-up): ensure we pass the tsconfig file name, not a path to it ( #18875 )
...
* fix(pack-up): ensure we pass the tsconfig file name, not a path to it
fix(admin): annotate return type on createBuildContext
fix(admin): ensure shared is a the base folder not importing from server
chore(pack-up): PRINT MOREEEE
fix(ctb): export required type
chore: refactor tsconfigs
* chore: pr amends
2023-11-23 09:16:25 +00:00
Alexandre Bodin
afe9e18254
v4.15.5-alpha.5
2023-11-21 20:35:37 +01:00
josephemswiler
d77b6ba209
chore(deps): bump graphql-upload to 15.0.2
2023-11-16 14:30:59 -06:00
Alexandre Bodin
6a4fcc93af
v4.15.5-alpha.4
2023-11-15 16:37:41 +01:00
Alexandre Bodin
85efb4bfa3
v4.15.5-alpha.3
2023-11-15 14:37:17 +01:00
Alexandre Bodin
180e3acca9
v4.15.5-alpha.2
2023-11-14 17:24:18 +01:00
Alexandre Bodin
59aec6c474
v4.15.5-alpha.1
2023-11-14 14:55:52 +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
2023-11-11 12:17:57 +01:00
Alexandre Bodin
458516e434
v4.15.3
2023-11-11 12:03:41 +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
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
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
Ben Irvin
84033819f8
Fix: GraphQL validates repeatable component attributes correctly ( #18647 )
2023-11-06 15:01:59 +01:00
Josh
0e69461383
fix(admin): build pipeline & deps ( #18658 )
2023-11-03 15:56:03 +01:00
Ben Irvin
d6433aecec
chore: remove extraneous editorconfigs ( #18592 )
2023-11-03 09:04:49 +01:00
Alexandre BODIN
ae792fb42c
Release 4.15.1 ( #18646 )
...
Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
Co-authored-by: Marc Roig <marc12info@gmail.com>
2023-11-03 08:37:53 +01:00
Alexandre Bodin
b6c085052f
v4.15.1
2023-11-02 15:26:58 +01:00
Josh
4ef442cc49
chore: pack-up all admin packages ( #18622 )
...
* chore: pack-up all admin packages
* chore: remove implicit deps
* chore: fix test
2023-10-31 15:38:51 +00:00
Josh
116339ad86
refactor: admin build pipeline ( #18539 )
...
* chore(admin): refactor admin develop/build pipeline
chore: remove `webpackChunkName` comments
chore: reuse admin tsconfig where possible
chore: add .strapi to gitignore
chore(admin): pack-up
feat(admin): inject commands into strapi from admin for building
feat(admin): move watch command to admin
chore: keep backward compat API available
Update packages/core/admin/_internal/cli/index.ts
docs(admin): document the build & develop process and pipeline
test(admin): fix StrapiApp tests
chore: fix build
* Update skipped_tests.yml
* test(e2e): fix e2e setup
feat: add dependency installation
fix: mjs webpack resolution
* chore: fix server exports
* fix: typescript project type generation
* fix: development watch mode
* fix: connect to hot middleware – anywhere
* Update packages/core/admin/_internal/node/core/monorepo.ts
Co-authored-by: Marc Roig <marc12info@gmail.com>
* fix(admin): theme toggle type export
* chore: fixes
* chore: pr amends
Co-Authored-By: Ben Irvin <ben@innerdvations.com>
---------
Co-authored-by: Marc Roig <marc12info@gmail.com>
Co-authored-by: Ben Irvin <ben@innerdvations.com>
2023-10-30 11:36:16 +00:00
Marc-Roig
9714d1d0af
Merge branch 'main' into releases/4.15.0
2023-10-26 12:09:31 +02:00
Marc-Roig
6e44e1e68d
v4.15.0
2023-10-25 15:06:00 +02:00
Josh
48867929ad
chore(admin): convert marketplace ( #18548 )
2023-10-25 08:45:09 +01:00
Rémi de Juvigny
aad59f0299
chore(deps): update design-system to 1.13.0 ( #18538 )
2023-10-23 16:43:26 +02:00
Mark Kaylor
2c8028e0a8
Merge branch 'main' of github.com:strapi/strapi into releases/4.14.5
2023-10-18 17:15:57 +02:00
Mark Kaylor
a0400e4a0f
v4.14.5
2023-10-18 17:02:10 +02:00
Rémi de Juvigny
4b0773bf8c
Fix blocks field not working in GraphQL ( #18485 )
2023-10-18 12:10:11 +02:00
Ben Irvin
f2fb21ce62
Merge branch 'main' into tests/drop16
2023-10-17 14:07:54 +02:00
Josh
976b90dd92
chore(deps): update design-system to 1.12.2 ( #18438 )
2023-10-13 17:24:06 +01:00
Convly
fbd6e3e301
v4.14.4
2023-10-11 14:31:53 +02:00
Alexandre Bodin
4fab0c711d
Update engines
2023-10-11 11:15:35 +02:00
Marc Roig
c771262273
v4.14.3 ( #18294 )
...
* v4.14.3
* chore: update pack up version
2023-10-05 10:20:53 +01:00