From 4efb1620a3c291fb3bde5fd9ce52782d93b37063 Mon Sep 17 00:00:00 2001 From: jiangy10 Date: Wed, 17 Jun 2026 15:38:25 -0700 Subject: [PATCH 1/2] chore: add Jun-17-2026 release notes --- src/pages/eds-release/index.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/pages/eds-release/index.md b/src/pages/eds-release/index.md index a48d4cc..1144450 100644 --- a/src/pages/eds-release/index.md +++ b/src/pages/eds-release/index.md @@ -5,6 +5,18 @@ description: Release notes and changelog for Edge Delivery Services updates on t # EDS Release Notes +## June 17, 2026 + +- [Devsite 1269 text](https://github.com/AdobeDocs/adp-devsite/pull/653) — Adds a collapsible toggle icon to the CodeBlock block, allowing users to expand and collapse code sections. +- [fix(discoverblock): exclude AI assistant headings from default styles](https://github.com/AdobeDocs/adp-devsite/pull/647) — Updates Discoverblock CSS selectors to exclude AI assistant headings from default h2/h3 styles using `:not()` selectors. +- [feat: enable ai assistant by default on stage](https://github.com/AdobeDocs/adp-devsite/pull/655) — Enables the AI assistant to appear by default on the staging environment. +- [feat(ai-assistant): add BETA badge with animated hide/show logic](https://github.com/AdobeDocs/adp-devsite/pull/656) — Adds an animated BETA badge to the AI assistant chat button that hides when the chat window opens and reappears when closed. +- [Devsite 1996 - fixed inconsistency of external-icon](https://github.com/AdobeDocs/adp-devsite/pull/657) — Fixes external icon rendering inconsistency in resource lists by correcting the HTML attribute and adding icon styles for list items. +- [discoverblock update](https://github.com/AdobeDocs/adp-devsite/pull/658) — Fixes a double horizontal line on h2 headings and resolves an overlapping element issue in the Discoverblock component at smaller screen widths. +- [feat(ai-assistant): add support for codeblocks](https://github.com/AdobeDocs/adp-devsite/pull/650) — Enables syntax-highlighted code block rendering within AI Assistant chat bubbles using Prism, with a condensed icon-only copy button. +- [feat(ai-assistant): initial prompts and persistance for suggested questions](https://github.com/AdobeDocs/adp-devsite/pull/660) — Replaces dynamic initial prompts with a static list and persists AI assistant suggested questions in sessionStorage across page reloads. +- [fix: explicitly set charset to utf-8](https://github.com/AdobeDocs/adp-devsite/pull/661) — Explicitly sets the page charset to UTF-8 to fix rendering issues caused by a legacy Windows-1252 charset on certain repositories. + ## 4/30/26 EDS Release: - **Fix:** Discovery Interface [devsite-2327](https://jira.corp.adobe.com/browse/DEVSITE-2327) From afd0cd15b4ccc703500b29bdc56f84f544c0ec1d Mon Sep 17 00:00:00 2001 From: jiangy10 Date: Tue, 23 Jun 2026 06:36:58 -0700 Subject: [PATCH 2/2] chore: update 6/17/26 release notes format --- src/pages/eds-release/index.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/pages/eds-release/index.md b/src/pages/eds-release/index.md index 1144450..e45db16 100644 --- a/src/pages/eds-release/index.md +++ b/src/pages/eds-release/index.md @@ -5,17 +5,17 @@ description: Release notes and changelog for Edge Delivery Services updates on t # EDS Release Notes -## June 17, 2026 - -- [Devsite 1269 text](https://github.com/AdobeDocs/adp-devsite/pull/653) — Adds a collapsible toggle icon to the CodeBlock block, allowing users to expand and collapse code sections. -- [fix(discoverblock): exclude AI assistant headings from default styles](https://github.com/AdobeDocs/adp-devsite/pull/647) — Updates Discoverblock CSS selectors to exclude AI assistant headings from default h2/h3 styles using `:not()` selectors. -- [feat: enable ai assistant by default on stage](https://github.com/AdobeDocs/adp-devsite/pull/655) — Enables the AI assistant to appear by default on the staging environment. -- [feat(ai-assistant): add BETA badge with animated hide/show logic](https://github.com/AdobeDocs/adp-devsite/pull/656) — Adds an animated BETA badge to the AI assistant chat button that hides when the chat window opens and reappears when closed. -- [Devsite 1996 - fixed inconsistency of external-icon](https://github.com/AdobeDocs/adp-devsite/pull/657) — Fixes external icon rendering inconsistency in resource lists by correcting the HTML attribute and adding icon styles for list items. -- [discoverblock update](https://github.com/AdobeDocs/adp-devsite/pull/658) — Fixes a double horizontal line on h2 headings and resolves an overlapping element issue in the Discoverblock component at smaller screen widths. -- [feat(ai-assistant): add support for codeblocks](https://github.com/AdobeDocs/adp-devsite/pull/650) — Enables syntax-highlighted code block rendering within AI Assistant chat bubbles using Prism, with a condensed icon-only copy button. -- [feat(ai-assistant): initial prompts and persistance for suggested questions](https://github.com/AdobeDocs/adp-devsite/pull/660) — Replaces dynamic initial prompts with a static list and persists AI assistant suggested questions in sessionStorage across page reloads. -- [fix: explicitly set charset to utf-8](https://github.com/AdobeDocs/adp-devsite/pull/661) — Explicitly sets the page charset to UTF-8 to fix rendering issues caused by a legacy Windows-1252 charset on certain repositories. +## 6/17/26 EDS Release: + +- **Fix:** collapsible toggle for CodeBlock show/hide [DEVSITE-1269](https://jira.corp.adobe.com/browse/DEVSITE-1269) +- **Fix:** exclude AI assistant headings from discoverblock default styles +- **Feat:** enable AI assistant by default on stage +- **Feat:** BETA badge with animated hide/show for AI assistant +- **Fix:** external link icon rendering inconsistency [DEVSITE-1996](https://jira.corp.adobe.com/browse/DEVSITE-1996) +- **Fix:** discoverblock double horizontal line and overlapping elements [DEVSITE-2464](https://jira.corp.adobe.com/browse/DEVSITE-2464) [DEVSITE-2195](https://jira.corp.adobe.com/browse/DEVSITE-2195) +- **Feat:** syntax-highlighted code block rendering in AI assistant [ADPGENAI-67](https://jira.corp.adobe.com/browse/ADPGENAI-67) +- **Feat:** static initial prompts and session persistence for AI assistant suggested questions +- **Fix:** explicitly set charset to utf-8 in page head ## 4/30/26 EDS Release: