Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions src/pages/eds-release/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading