Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Next.js][Editing] Partial rendering implementation #1169

Merged
merged 18 commits into from
Oct 5, 2022

Conversation

illiakovalenko
Copy link
Contributor

@illiakovalenko illiakovalenko commented Sep 27, 2022

Description / Motivation

We need to support rendering of a single component for editing purposes. This will be used by Pages (no plans for EE to use). It utilizes the same /api/editing/render endpoint and middleware

Testing Details

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

illiakovalenko and others added 12 commits September 15, 2022 15:39
…e view events (#1166)

* use consistent cookie prefix casing

* Use a domain instead of full URL for cdp-cdp-service (consistent with SitecoreCloud Engage SDK)

* switchover to new engage SDK

* avoid multiple tracking requests

* Send (properly formatted) pageVariantId in page view event

* emphasize cookie consent management implementation for disabled (matches language in CdpIntegrationScript)

* Moved getContentId to CdpHelper (for centralized id formatting logic)

* bump @sitecore/engage to 0.3.0

* Revert "Use a domain instead of full URL for cdp-cdp-service (consistent with SitecoreCloud Engage SDK)"

This reverts commit 14147c6.

* Additional fixes and tests added

* renamed "CdpIntegrationScript" > "CdpPageView"
@illiakovalenko illiakovalenko changed the base branch from dev to release/21.0.0 September 27, 2022 14:44
@illiakovalenko illiakovalenko requested a review from a team September 27, 2022 14:46
Copy link
Contributor

@ambrauer ambrauer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@illiakovalenko illiakovalenko merged commit 130f133 into release/21.0.0 Oct 5, 2022
@illiakovalenko illiakovalenko deleted the feature/551067-21.0.0 branch October 5, 2022 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants