mirror of
https://github.com/strapi/strapi.git
synced 2025-08-29 03:05:55 +00:00

* fix(e2e): update blocks e2e tests (#22010) * feat: preview content in an iframe (#22008) * feat: preview content * fix: pr suggestions * fix: pr suggestions * fix: iframe border * fix(content-manager): translate content-type and component attributes (#21951) * fix: review workflow persist data (#21984) * fix: review workflow persist data * fix: persist assignee * chore: comment * fix: typings and code simplification * Feat(cloud-cli): deploy command allows environment to be passed (#21898) * feat: deploy to env * chore: migrate media-library components to Typescript (#21622) * chore: migrate to TS AudoPreview component * chore: migrate to TS PaginationContext component * chore: migrate to TS Pagination component * chore: migrate to TS PaginationFolder components * chore: migrate to TS PaginationFooter index component * chore: migrate to TS isSelectable util * chore: migrate to TS PageSize component * chore: migrate to TS DialogFooter component * chore: migrate to TS Draggable component * chore: migrate to TS ContextInfo component * chore: migrate to TS ContextInfo test and index component * chore: migrate to TS PreviewBox components file * chore: migrate to TS DialogHeader component * chore: migrate to TS RemoveFolderDialog * chore: migrate to TS EmptyAssetGrid * chore: migrate to TS EmptyAssets index file * chore: migrate to TS AssetCardBase * chore: migrate to TS AudioAssetCard component * chore: migrate to TS DocAssetCard component * chore: migrate to TS ImageAssetCard component * chore: migrate to TS AssetCard unit tests * chore: migrate to TS SearchAsset component * chore: migrate to TS UploadProgress component * chore: migrate to TS FromComputerForm component * chore: migrate to TS FromUrlForm component * chore: migrate to TS AddAssetStep component * chore: migrate to TS VideoPreview component * chore: migrate to TS VideoAssetCard component * chore: migrate to TS UploadingAssetCard component * chore: migrate to TS PreviewCell component * chore: migrate to TS CellContent component * chore: migrate to TS TableRows component * chore: migrate to TS TableList component * chore: migrate to TS SortPicker component * chore: migrate to TS Option component with utils * chore: migrate to TS EmptyStateAsset and CarouselAsset * chore: migrate to TS CopyLinkButton component * chore: migrate to TS CarouselAssetActions component * chore: migrate to TS FolderGridList component * chore: migrate to TS FolderCardContext * chore: migrate to TS FolderCard component * chore: migrate to TS FolderCardBody component * chore: migrate to TS FolderCardBodyAction component * chore: migrate to TS FolderCardCheckbox component * chore: migrate to TS FolderCard unit test * chore: migrate to TS getFilterList * chore: migrate to TS FilterValueInput component * chore: migrate to TS FilterTag * chore: migrate to TS FilterList * chore: migrate to TS EditFolderModalHeader component * chore: migrate to TS AssetPreview component * chore: migrate to TS CroppingActions component * chore: migrate to TS RemoveAssetDialog component * chore: migrate to TS ReplaceMediaButton component * chore: migrate to TS AssetCard component * chore: migrate to TS AssetGridList * chore: migrate to TS PendingAssetStep component * chore: migrate to TS SelectedStep component * chore: migrate to TS PreviewBox component * chore: migrate to TS SelectTree * chore: migrate to TS SelectTree unit test * chore: migrate to TS BulkMoveDialog * chore: migrate to TS EditFolderContent component * chore: migrate to TS FilterValueInput * chore: migrato to TS CrumbSimpleMenuAsync * chore: migrate to TS Breadcrumbs * chore: migrate to TS Filters component * chore: migrate to TS EditAssetDialog * chore: migrate to TS CarouselAssets * chore: migrate to TS UploadAssetDialog and BrowseStep * chore: migrate to TS BrowseStep test * chore: migrate to TS AssetDialog component * chore: migrate to TS MediaLibraryDialog component * chore: migrate to TS MediaLibraryDialog component * chore: remove a useless type guard * chore: fix small stuff * chore: fix BulkMoveDialog unit test * chore: fix some types * chore: fix prettier problems * chore: fix review's comments * chore: fix review comments * chore: bump design system to 2.0.0-rc.12 (#22043) * chore: bump design system dep * fix: remove showBullet prop from Status components * chore: snapshot updates * feat(content-manager): integrate review workflows with releases (#21882) * feat(review-workflows): adding required stage for publishing (#21380) * feat(review-workflows): adding required stage for publishing * fix(review-workflows): fixs on rw required stage * fix(review-workflows): selected required stage when stage name changed * fix(review-workflows): bug when creating new rw * feat(review-workflows): check entry stage before publish (#21400) * feat(content-releases): add stage check to releases details page (#21497) * feat(content-releases): add stage check * fix(content-releases): apply suggestions on releases x review workflows * feat(content-releases): considered review stage when getting the action status (#21612) * feat(content-releases): considered review stage when getting the action status * fix: apply changes to reviewWorkflows on schema * fix: add api test for review workflows publish stage * fix: api tests * fix: validation message errors (#21878) * feat: add workflowId & hasRequiredStageToPublish to workflows metrics events (#21897) * fix(content-releases): skip flaky test * fix: update accessible name in history.spec.ts --------- * fix(e2e): enable e2e tests in editview.spec.ts (#21986) * fix: run discardDrafts without concurrency (#22074) * chore: config nx releases (#22087) * chore: dependency change * fix: revert release script * v5.3.0 --------- Co-authored-by: markkaylor <mark.kaylor@strapi.io> Co-authored-by: Gonzalo Andres Garcia <nouvellegon@gmail.com> Co-authored-by: Simone <startae14@gmail.com> Co-authored-by: Rémi de Juvigny <remi.dejuvigny@strapi.io> Co-authored-by: Rémi de Juvigny <8087692+remidej@users.noreply.github.com> Co-authored-by: Fernando Chávez <fernando.chavez@strapi.io> Co-authored-by: Ben Irvin <ben.irvin@strapi.io> Co-authored-by: Bassel Kanso <basselkanso82@gmail.com>