Skip to content

June 24 Release#679

Merged
timkim merged 22 commits into
mainfrom
stage
Jun 24, 2026
Merged

June 24 Release#679
timkim merged 22 commits into
mainfrom
stage

Conversation

@timkim

@timkim timkim commented Jun 24, 2026

Copy link
Copy Markdown

Release — stagemain

Commits ahead: 22
Merge base: 540b6984
Generated: 2026-06-24

Changes included

# PR Title Jira Author Approved by
1 #654 update on the horizontalline error DEVSITE-2237 @louisachu @melissag-ensemble
2 #670 Title align center DEVSITE-2477 @BaskarMitrah @melissag-ensemble
3 #667 fix : miniresource card design issue DEVSITE-2476 @BaskarMitrah @melissag-ensemble
4 #672 fix : infocard hover issue DEVSITE-2479 @BaskarMitrah @melissag-ensemble
5 #666 Devbiz Codeblock Update DEVSITE-2474 @BaskarMitrah @jiangy10
6 #673 fix decoration of Code in Accordion DEVSITE-2193 @jiangy10 @dianeba3
7 #674 Devsite 1747 DEVSITE-1747 @jiangy10 @melissag-ensemble
8 #671 Video block Alt @BaskarMitrah @timkim
9 #668 chore(ai-assistant): updated disclaimer text @davids-ensemble @melissag-ensemble, @timkim
10 #669 feat(ai-assistant): improve initial prompts @davids-ensemble @melissag-ensemble, @timkim
11 #678 fix: enable ai assitant for prod @timkim @melissag-ensemble

Descriptions

[1] #654 — update on the horizontalline error

Jira: DEVSITE-2237
Author: @louisachu
Approved by: @melissag-ensemble
Merged: 2026-06-19

Fixes a rendering error with horizontal lines in the Express add-ons documentation sidebar causing incorrect display at section dividers.


[2] #670 — Title align center

Jira: DEVSITE-2477
Author: @BaskarMitrah
Approved by: @melissag-ensemble
Merged: 2026-06-23

Fixes text alignment in the Title block on mobile devices so author-specified center alignment renders correctly on smaller screens.


[3] #667 — fix : miniresource card design issue

Jira: DEVSITE-2476
Author: @BaskarMitrah
Approved by: @melissag-ensemble
Merged: 2026-06-23

Fixes a layout and styling issue in the Mini Resource Card component affecting its visual presentation.


[4] #672 — fix : infocard hover issue

Jira: DEVSITE-2479
Author: @BaskarMitrah
Approved by: @melissag-ensemble
Merged: 2026-06-23

Fixes the hover state styling on the Info Card component so interactive states render correctly.


[5] #666 — Devbiz Codeblock Update

Jira: DEVSITE-2474
Author: @BaskarMitrah
Approved by: @jiangy10
Merged: 2026-06-23

Scopes codeblock tab spacing improvements to DevBiz only, reverting a prior change that inadvertently affected DevDocs styles as well.


[6] #673 — fix decoration of Code in Accordion

Jira: DEVSITE-2193
Author: @jiangy10
Approved by: @dianeba3
Merged: 2026-06-23

Fixes the decoration of <code> elements nested inside Accordion blocks so inline code renders correctly when the accordion is expanded.


[7] #674 — Devsite 1747

Jira: DEVSITE-1747
Author: @jiangy10
Approved by: @melissag-ensemble
Merged: 2026-06-23

Fixes an unwanted slide-out animation on the side nav when resizing from desktop to mobile by suppressing the CSS transition during breakpoint crossings via a no-transition class and a matchMedia listener.


[8] #671 — Video block Alt

Jira:
Author: @BaskarMitrah
Approved by: @timkim
Merged: 2026-06-24

Adds automatic default alt text for videos across Super Hero, Columns, Text, Carousel, and Embed blocks when none is author-provided, and fixes relative video path resolution in DevDocs.

⚠️ No Jira ticket


[9] #668 — chore(ai-assistant): updated disclaimer text

Jira:
Author: @davids-ensemble
Approved by: @melissag-ensemble, @timkim
Merged: 2026-06-24

Updates the disclaimer text displayed in the AI Assistant chat window.

⚠️ No Jira ticket


[10] #669 — feat(ai-assistant): improve initial prompts

Jira:
Author: @davids-ensemble
Approved by: @melissag-ensemble, @timkim
Merged: 2026-06-24

Improves the initial suggested prompts shown to users when the AI Assistant is first opened.

⚠️ No Jira ticket


[11] #678 — fix: enable ai assitant for prod

Jira:
Author: @timkim
Approved by: @melissag-ensemble
Merged: 2026-06-24

Removes the stage/localhost environment gate from IS_AI_ASSISTANT_ENABLED, enabling the AI Assistant for production visitors.

⚠️ No Jira ticket


dev-docs-reference PR: AdobeDocs/dev-docs-reference#71

@aem-code-sync

aem-code-sync Bot commented Jun 24, 2026

Copy link
Copy Markdown

Hello, I'm the AEM Code Sync Bot and I will run some actions to deploy your branch and validate page speed.
In case there are problems, just click a checkbox below to rerun the respective action.

  • Re-run all PSI checks
  • Re-run failed PSI checks
  • Re-sync branch
Commits

@timkim
timkim requested a review from melissag-ensemble June 24, 2026 15:48
@github-actions

Copy link
Copy Markdown

❌ Test Results

Status: Some tests failed!

🔍 Click to view failed tests
📁 test/blocks/code/code.test.js:

❌ Code block > code > data-playground attributes from class
      AssertionError: expected null to equal 'code-session'
        at n.<anonymous> (test/blocks/code/code.test.js:29:63)


📁 test/blocks/columns/columns.test.js:

❌ Columns block > Columns > columns-container
      AssertionError: expected false to be true
      + expected - actual
      
      -false
      +true
      
      at n.<anonymous> (test/blocks/columns/columns.test.js:29:117)

❌ Columns block > Columns > buttons
      AssertionError: expected false to be true
      + expected - actual
      
      -false
      +true
      
      at test/blocks/columns/columns.test.js:100:86
      at NodeList.forEach (<anonymous>)
      at n.<anonymous> (test/blocks/columns/columns.test.js:95:50)


📁 test/blocks/embed/embed.test.js:

❌ Could not import your test module. Check the browser logs or open the browser in debug mode for more information.


📁 test/blocks/contributors/contributors.test.js:

❌ Contributors block > contributors > firstDiv
      AssertionError: expected null to exist
        at n.<anonymous> (test/blocks/contributors/contributors.test.js:32:28)

❌ Contributors block > contributors > remove divs without children
      AssertionError: expected false to be true
      + expected - actual
      
      -false
      +true
      
      at test/blocks/contributors/contributors.test.js:42:44
      at NodeList.forEach (<anonymous>)
      at n.<anonymous> (test/blocks/contributors/contributors.test.js:41:51)

❌ Contributors block > contributors > last update div
      AssertionError: expected '' to equal 'https://github.com/AdobeDocs/express-add-ons-docs/commits/main/src/pages/references/index.md'
      + expected - actual
      
      +https://github.com/AdobeDocs/express-add-ons-docs/commits/main/src/pages/references/index.md
      
      at n.<anonymous> (test/blocks/contributors/contributors.test.js:53:40)

❌ Contributors block > contributors > image list div
      AssertionError: expected null to exist
        at test/blocks/contributors/contributors.test.js:71:27
        at Array.forEach (<anonymous>)
        at n.<anonymous> (test/blocks/contributors/contributors.test.js:69:33)


📁 test/blocks/tab/tab-playground.test.js:

❌ Tab block playground metadata > extracts data-playground attributes via decoratePreformattedCode
      AssertionError: expected null to equal 'tab-session'
        at n.<anonymous> (test/blocks/tab/tab-playground.test.js:17:63)


📁 test/blocks/tab/tab.test.js:

❌ Tab block > Tab Button Structure > tab > button load structure
      AssertionError: expected 'tab-button active' to equal 'tab-button'
      + expected - actual
      
      -tab-button active
      +tab-button
      
      at n.<anonymous> (test/blocks/tab/tab.test.js:60:38)

❌ Tab block > Sub-tabs > sub-tab > attributes
      AssertionError: expected 'subTab1' to equal 'subTab3'
      + expected - actual
      
      -subTab1
      +subTab3
      
      at test/blocks/tab/tab.test.js:135:58
      at NodeList.forEach (<anonymous>)
      at n.<anonymous> (test/blocks/tab/tab.test.js:133:23)



Test Coverage Report

Overall Coverage Summary

Metric Percentage Coverage
Statements 58.47% 3865/6610
Branches 86.95% 560/644
Functions 53.25% 131/246
Lines 58.47% 3865/6610

Coverage by File/Directory

File Statements Branches Functions Lines
blocks/accordion 96.73% 100% 100% 96.73%
blocks/announcement 76.69% 60% 100% 76.69%
blocks/banner 94.28% 62.5% 100% 94.28%
blocks/cards 94.04% 94.73% 100% 94.04%
blocks/carousel 77.8% 82.35% 71.42% 77.8%
blocks/code 81.81% 60% 100% 81.81%
blocks/columns 66.8% 76.31% 100% 66.8%
blocks/contributors 84.23% 56% 100% 84.23%
blocks/edition 91.37% 57.14% 100% 91.37%
blocks/fragment 17.03% 100% 0% 17.03%
blocks/image-text 57.5% 55.55% 100% 57.5%
blocks/info 96.87% 100% 100% 96.87%
blocks/info-card 100% 100% 100% 100%
blocks/info-columns 75% 100% 100% 75%
blocks/list 59.09% 85.71% 100% 59.09%
blocks/mini-resource-card 98% 87.5% 100% 98%
blocks/product-card 78.57% 94.11% 100% 78.57%
blocks/profile-card 96.29% 100% 100% 96.29%
blocks/site-hero 93.93% 80% 100% 93.93%
blocks/summary 98.36% 88.88% 100% 98.36%
blocks/tab 93.25% 96.87% 100% 93.25%
blocks/table 100% 84.61% 100% 100%
blocks/text 50% 83.33% 50% 50%
blocks/title 84% 66.66% 100% 84%
components 57.83% 78.68% 58.33% 57.83%
scripts 48.95% 95.27% 43.78% 48.95%

Coverage report generated at 2026-06-24T15:48:36.064Z

@timkim
timkim merged commit e43b0c4 into main Jun 24, 2026
1 of 4 checks passed
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.

6 participants