711 Commits

Author SHA1 Message Date
Josh
0ddbe58210
chore(pack-up): remove from monorepo (#20082)
* chore(pack-up): remove from monorepo

* chore: declare util dep of helper-plugin
2024-04-12 09:45:14 +01:00
Alexandre Bodin
6b059628de fix: release invalid versions 2024-04-11 14:14:02 +02:00
Alexandre Bodin
cff608ed92 v5.0.0-beta.3 2024-04-10 19:09:43 +02:00
Marc Roig
450055e5af
release: 4.23.0 to develop (#20078)
* feat(releases): add release column to CM list view (#19926)

* draft: bulk release injection zone added

* chore: implement cm-api to strapi-app & description component renderer

* feat: bulk delete action

* Revert "draft: bulk release injection zone added"

This reverts commit 2d9e8872e847327888d988009fa16f91b5f1c777.

* feat: bulk unpublish action added

* feat: default bulk publish action

* fix: variable renaming

* fix: on close of modal updated and refetched list on publish action completion

* fix: removed IZ publish and unpublish modals, e2e tests added for default bulk actions

* tests: e2e updated for publish button disabled state

* fix: bug fixed on publishing with already published entries

* fix: e2e tests

* fix: reverted IZ components

* feat: bulk release action added

* update: check right permissions to show add to release button

* update: bulk actions modal updated to accept content(modalbody+modalfooter), publish action and release actions updated accordingly

* fix: types

* test: bulk release e2e test added

* fix: e2e test

* fix: test case timeout added, notification component updated to not saved message

* feat: inject release column in LV

* fix: minor changes

* fix: remove commented code

* fix: upgraded styled components to fix the error: defaultProps circularly references

* feat(content-releases): add to be released in column in list view

* fix: types and 0 releases entry

* fix: invalidate entries in release after bulk release or on deleting a release action

* tests: e2e tests added for release column

* tests: e2e updated to create new release and then add bulk release

* fix: minor changes, test fixed

* fix: delete release action invalite tag added back

* fix: e2e test

* apply josh feedback|

---------

Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
Co-authored-by: Fernando Chavez <fernando.chavez@strapi.io>

* chore(deps): revert sharp to 0.32.6 (#20066)

* fix: fix boot issue when removing i18n from an app

* chore: get i18n service outside the for loop

* chore: remove empty spaces

* v4.23.0

---------

Co-authored-by: Madhuri Sandbhor <madhurisandbhor@gmail.com>
Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
Co-authored-by: Fernando Chavez <fernando.chavez@strapi.io>
Co-authored-by: markkaylor <mark.kaylor@strapi.io>
Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com>
2024-04-10 17:08:53 +02:00
Alexandre BODIN
a806043f96 Merge branch 'v5/main' into v5/document-service-api 2024-04-08 11:22:28 +02:00
Ben Irvin
9139d4b029
test: use object.defineProperty to mock global.fetch 2024-04-05 15:22:19 +02:00
Alexandre Bodin
6c0c7031cc chore: cleanup entity-service and move everything into document service for further changes 2024-04-05 11:34:10 +02:00
DMehaffy
68c52dc267
Chore: Update vite and webpack-dev-middleware (#20037) 2024-04-05 08:10:26 +01:00
Alexandre Bodin
009bd52a1a v4.22.1 2024-04-05 08:20:38 +02:00
Alexandre Bodin
a2464092e1 chore: apply updates 2024-04-03 20:43:21 +02:00
Alexandre Bodin
c81b5f327c chore: implement v5 codemods 2024-04-03 20:43:21 +02:00
Alexandre Bodin
a063b749b6 chore: add strapi public interface codemod 2024-04-03 20:43:21 +02:00
Alexandre Bodin
cb63439231 fix: invalid dep version after beta release 2024-04-03 20:43:12 +02:00
Alexandre BODIN
c9159be3ec
Merge pull request #19943 from strapi/v5/core
chore: internal core refactorings
2024-04-03 17:37:12 +02:00
Alexandre Bodin
13a7fe96d1 v5.0.0-beta.2 2024-04-03 17:35:15 +02:00
Mark Kaylor
45fb7bc16d v4.22.0 2024-04-03 09:06:13 -04:00
Alexandre Bodin
eb61511884 chore: use strapi.service instead of strapi.admin.services 2024-04-03 14:24:15 +02:00
Alexandre Bodin
daf629fd13 chore: remove loadedStrapi and init everything but admin in constructor 2024-04-03 14:24:15 +02:00
Convly
76a943360c chore: update codemods debug logs and fix formatting issues 2024-04-03 11:58:38 +02:00
Convly
08be1fade2 fix: update path to the INTERNAL_CODEMODS_DIRECTORY 2024-04-03 10:52:19 +02:00
Ben Irvin
79ce9ef077
Merge branch 'v5/main' into v5/upgrade-tool/enhance-codemods-command 2024-04-02 15:02:56 +02:00
Convly
10f94d744c fix: lint 2024-04-02 13:04:34 +02:00
Convly
55652b8a77 fix: style 2024-04-02 12:47:14 +02:00
Convly
4928f9527f feat: refactor upgrade-cli and add new codemods commands 2024-04-02 11:35:19 +02:00
Ben Irvin
b003dee48e
chore: upgrade prettier to 3.2.5 2024-03-29 14:39:52 +01:00
Alexandre BODIN
b862056abd
Merge pull request #19917 from strapi/v5/validator
chore: init zod usage
2024-03-27 21:30:45 +01:00
Marc-Roig
a45a0cfabf chore: release 5.0.0-beta.1
Co-Authored-By: Marc Roig <20578351+Marc-Roig@users.noreply.github.com>
2024-03-27 16:22:20 +00:00
Convly
32d9b66e63 v4.21.1 2024-03-27 16:53:59 +01:00
Ben Irvin
99d624cdea
chore: upgrade rimraf to 5.0.5 2024-03-27 15:21:38 +01:00
Alexandre Bodin
6a0886d6e0 chore: init facades & cleanup public interface of strapi/strapi 2024-03-26 21:18:33 +01:00
Alexandre Bodin
08b52e8741 chore: init zod usage 2024-03-25 21:01:38 +01:00
Alexandre BODIN
29d9bfaedc
Merge pull request #19888 from strapi/v5/utils-remove-global-strapi-dep
chore: inverse control of contentAPI sanitize & validate
2024-03-22 17:36:45 +01:00
Ben Irvin
0843a7f8cf
test: change default test log level to warn (#19893) 2024-03-22 14:08:42 +01:00
Convly
39d21dcaf0 enhancement: set TSX parser for codemod script parsing 2024-03-22 11:37:48 +01:00
Convly
affe44a53a Merge remote-tracking branch 'origin/v5/upgrade-tool/persist-modifications' into v5/upgrade-tool/persist-modifications 2024-03-22 11:18:11 +01:00
Convly
907eb0f14d chore: delete unwanted codemod 2024-03-22 11:18:01 +01:00
Jean-Sébastien Herbaux
c2e4bddef9
fix: typo 2024-03-22 10:54:57 +01:00
Convly
9a5d752f94 fix: refresh project files after applying codemods 2024-03-22 10:51:50 +01:00
Alexandre Bodin
e68afb0e1e chore: inverse control of contentAPI sanitize & validate 2024-03-21 22:26:41 +01:00
Jean-Sébastien Herbaux
6157bff9eb
Merge pull request #19867 from strapi/v5/codemod/react-router-dom-dep 2024-03-21 16:01:16 +01:00
Convly
1a677831d2 chore: add a codemod to remove the @strapi/plugin-i18n dep from package.json 2024-03-21 14:13:25 +01:00
Convly
a089c86b9e chore: add react-router-dom dependency upgrade codemod 2024-03-21 11:48:04 +01:00
Alexandre Bodin
f8ef062eb5 Merge branch 'releases/5.0.0-beta.0' into v5/main 2024-03-20 16:05:47 +01:00
Alexandre Bodin
4b2e592f77 v5.0.0-beta.0 2024-03-20 16:00:06 +01:00
Alexandre Bodin
894c8f40f3 v5.0.0-alpha.5 2024-03-20 15:54:53 +01:00
Alexandre Bodin
d536f44a9a v5.0.0-alpha.4 2024-03-20 15:44:45 +01:00
Alexandre Bodin
24b9de6705 Merge branch 'releases/v5-beta' into v5/main 2024-03-20 15:19:07 +01:00
Marc Roig
024626cf43
Releases/4.21.0 (#19854) 2024-03-20 15:12:40 +01:00
Alexandre Bodin
1c6cf2ae9f v5.0.0-alpha.3 2024-03-20 15:08:03 +01:00
Convly
670c292117 Merge branch 'v5/main' of github.com:strapi/strapi into v5/types/v2 2024-03-20 14:22:44 +01:00