Conversation
Co-authored-by: melissag-ensemble <120194874+melissag-ensemble@users.noreply.github.com>
|
Hello, I'm the AEM Code Sync Bot and I will run some actions to deploy your branch and validate page speed.
Commits
|
❌ Test ResultsStatus: Some tests failed! 🔍 Click to view failed testsTest Coverage ReportOverall Coverage Summary
Coverage by File/Directory
Coverage report generated at 2026-06-04T19:05:08.338Z |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release —
stage→mainChanges included
Descriptions
[1] #627 — fix highlight attributes
Jira: DEVSITE-2075
Author: @louisachu
Approved by: @melissag-ensemble
Merged: 2026-05-25
Fixes a bug where the
disableNumberLineattribute and unnamed data attributes causeddata-line-offsetto stop working in code blocks. Without the fix, line-offset highlighting would silently fail when those attribute combinations were present.[2] #631 — fix : info card text overflow issue
Jira: DEVSITE-2432
Author: @BaskarMitrah
Approved by: @melissag-ensemble
Merged: 2026-05-27
Fixes a text overflow bug in the Info Card block where long heading and description text would render beyond its container boundaries.
[3] #633 — fix : unquoted src and alt attributes in superhero video tag
Jira: DEVSITE-2421
Author: @BaskarMitrah
Approved by: @melissag-ensemble
Merged: 2026-05-27
Fixes malformed HTML in the Superhero block's video tag by properly quoting the
srcandaltattribute values.[4] #634 — fix : malformed title attributes in embed block
Jira: DEVSITE-2420
Author: @BaskarMitrah
Approved by: @melissag-ensemble
Merged: 2026-05-28
Fixes malformed
titleattribute values in the Embed block to produce valid HTML markup.[5] #624 — feat(ai-assistant): added basic analytics
Jira: —⚠️ No Jira ticket
Author: @davids-ensemble
Approved by: @melissag-ensemble
Merged: 2026-05-28
Adds DAA analytics tracking to the AI Assistant, including
daa-lh/daa-llattributes on interactive elements and tracking attributes on rendered links.[6] #625 — feat(ai-assistant): prevent auto-scroll when user scrolls up
Jira: —⚠️ No Jira ticket
Author: @davids-ensemble
Approved by: @melissag-ensemble
Merged: 2026-05-28
Adds behavior to the AI Assistant chat panel so that auto-scrolling to new messages is paused when the user has manually scrolled upward to review earlier content.
[7] #628 — feat(ai-assistant): prod env
Jira: —⚠️ No Jira ticket
Author: @davids-ensemble
Approved by: @melissag-ensemble
Merged: 2026-05-28
Wires the AI Assistant to a production API endpoint and key, using
isProdEnvironment()to automatically switch between stage and production configurations based on the current host.[8] #629 — feat(ai-assistant): add Beta badge and widen chat window to 460px
Jira: —⚠️ No Jira ticket
Author: @davids-ensemble
Approved by: @melissag-ensemble
Merged: 2026-05-28
Adds a "Beta" badge to the AI Assistant panel header and widens the chat window to 460px to improve readability.
[9] #637 — fix(ai-assistant): fixed marked crashing because of undefined renderer
Jira: —⚠️ No Jira ticket
Author: @davids-ensemble
Approved by: @melissag-ensemble
Merged: 2026-06-01
Fixes a crash in the AI Assistant's Markdown rendering by switching from passing a custom renderer directly to
marked.parse(which overwrites the entire renderer) to usingmarked.use, which correctly merges the custom link function into the default renderer.[10] #638 — feat(ai-assistant): new panel animation
Jira: —⚠️ No Jira ticket
Author: @davids-ensemble
Approved by: @melissag-ensemble
Merged: 2026-06-01
Replaces the AI Assistant panel's open/close animation with a revised version that meets updated design requirements.
[11] #632 — DEVSITE-2416 - read hideOnThisPage from md metadata to hide ON THIS PAGE
Jira: DEVSITE-2416
Author: @jiangy10
Approved by: @louisachu, @timkim
Merged: 2026-06-01
Adds a
hideOnThisPage: truemetadata flag that, when set in a page's frontmatter, suppresses the "On This Page" sidebar navigation from rendering on that page.[12] #635 — exclude block headings from OnThisPage sidebar
Jira: DEVSITE-2173
Author: @jiangy10
Approved by: @melissag-ensemble
Merged: 2026-06-01
Fixes the OnThisPage sidebar collector to target only default-content headings (those wrapped by EDS auto-blocks as
.heading2/.heading3) rather than all rawh2/h3elements in<main>, preventing headings inside block components like CodeBlock, AccordionItem, and Cards from generating broken sidebar entries.[13] #641 — update edition color
Jira: DEVSITE-2434
Author: @louisachu
Approved by: @melissag-ensemble
Merged: 2026-06-02
Adds a new color variant to the Edition badge component, extending the available styling options for content authors.
[14] #642 — Devsite 2260
Jira: DEVSITE-2260
Author: @jiangy10
Approved by: @timkim
Merged: 2026-06-02
Fixes the layout of the Vertical Tab block to address display issues with the vertical tab decoration and image rendering.
[15] #640 — feat: enable text color on non-default superhero variants
Jira: DEVSITE-2289, DEVSITE-2008
Author: @melissag-ensemble
Approved by: @louisachu
Merged: 2026-06-03
Fixes the
textColormodifier on Superhero block variants (Centered, Centered XL, Half-Width) for both DevBiz and DevDocs — previously ignored or partially applied. Also ensures inline links within the hero are underlined and that the default variant's heading color is consistent with body text.[16] #643 — fix: no empty searches, product boxes jumpiness, and lag between product checks
Jira: DEVSITE-2425
Author: @dianeba3
Approved by: @timkim
Merged: 2026-06-03
Resolves three search UI bugs: wraps the Algolia search client to return empty local results for blank queries (preventing unnecessary API calls), removes checkbox visibility toggling that caused product filter jumpiness, and re-registers dynamic widgets on each filter change to eliminate lag when switching between products. Also adds anchor fragment support to search result URLs.
[17] #646 — feat(ai-assistant): improve daa-ll tracking identifiers
Jira: —⚠️ No Jira ticket
Author: @davids-ensemble
Approved by: @timkim
Merged: 2026-06-04
Updates the
daa-llattribute values in the AI Assistant to use more descriptive and consistent identifiers, improving the quality of analytics data captured.[18] #639 — fix(ai-assistant): fixed chat button size
Jira: —⚠️ No Jira ticket
Author: @davids-ensemble
Approved by: @timkim
Merged: 2026-06-04
Fixes the sizing of the AI Assistant's chat toggle button so it renders at the correct dimensions.
Notes
stagebut are not yet merged and are excluded from this release.