* feat(content-manager): contional fields
* fix: remove logs
* fix: skip validation incase field has condition invisible
* chore: adding example
* chore: merge develop
* fix: filter out invisble fields
* test: add e2e tests
* fix: ensure that hidden fields are not validate or passed through at any point
* feat: add support for components and dz
* fix: saving relations on the fly
* fix: skipping test
* fix: dependencies
* feat: add support for Dynamic Zone
* fix: e2e tests
* feat(CTB): conditional fields (#23662)
* wip
* wip need to fix schema
* delete condition
* clean up
* feat: update condition form and related components, clean up logs, fix frontend
* fix: only add to the first section
* feat: add confirmation dialog and fixed UI
* chore: remove unused code
* chore: linting
* fix: display related filed names in warning dialog
---------
Co-authored-by: Bassel Kanso <bassel.kanso@strapi.io>
* fix: skip displaying hidden dynamic zone in history
* fix: ctb generate conditions for relation fields
* feat: add tracker for conditional field count (#23828)
* feat: add tracker for conditional field count
---------
Co-authored-by: Ziyi <ziyi.yuan@strapi.io>
Co-authored-by: Jamie Howard <48524071+jhoward1994@users.noreply.github.com>
Co-authored-by: Hannah Paine <151527179+hanpaine@users.noreply.github.com>
* feat(relations-on-the-fly): setup future flag and replace link with a text button
* feat(relations-on-the-fly): create unstable variant of relations components to handle the relations on the fly logic
* feat(relations-on-the-fly): remove code
* 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
---------
Co-authored-by: Mark Kaylor <mark.kaylor@strapi.io>