Release notes for March 2026#777
Merged
meker12 merged 17 commits intomar2026-developfrom Mar 18, 2026
Merged
Conversation
Made-with: Cursor
- index.mdx: March 2026 suite (highlights, boilerplate, B2C/B2B tables, component compatibility) - changelog.mdx: March entries for Boilerplate, Cart, PDP, Product Discovery, Wishlist, Requisition List, Quick Order; benefit-focused 404 wording - README.md: testing-the-skill section for comparing stashed vs from-scratch runs Made-with: Cursor
- Track .cursor/skills/release-notes/ (SKILL.md, repos.json, repos.md) in git - Update .gitignore: ignore .cursor/* but allow .cursor/skills/release-notes/ - Enables others to generate release notes using the same skill when cloning the repo Made-with: Cursor
Add preview to push branches so the workflow runs automatically when preview is updated (e.g. after merge from a PR). Made-with: Cursor
8818c6b to
3810c79
Compare
dshevtsov
reviewed
Mar 12, 2026
Collaborator
dshevtsov
left a comment
There was a problem hiding this comment.
Was this approved to expose .cursor content in public repos?
Collaborator
Author
|
@dshevtsov No. Let me know if you find out if we can't do it. I needed it to be available in the storefront repo so that anyone on the guardians team can run it to create release notes. |
sirugh
reviewed
Mar 13, 2026
| > | ||
| The Wishlist drop-in has been updated with the following changes: | ||
|
|
||
| - **Multi-store wishlist** - The drop-in now supports multi-store scenarios. Pass an optional `storeCode` config prop during initialization (the boilerplate reads it from the AEM config system and passes it into the drop-in). When `storeCode` is set and not `'default'`, localStorage and sessionStorage keys and wishlist ID cookies are scoped per store (for example `DROPIN__WISHLIST__WISHLIST__DATA__` plus the store code), so guest and authenticated wishlist data stay isolated between store views. Single-store setups and the `'default'` store continue using the original unscoped keys for backward compatibility ([#73](https://github.com/adobe-commerce/storefront-wishlist/pull/73)). Boilerplate integration ([#1139](https://github.com/hlxsites/aem-boilerplate-commerce/pull/1139)). |
Contributor
There was a problem hiding this comment.
the boilerplate reads it from the AEM config system and passes it into the drop-in
What does this mean? Is it documented elsewhere, in wishlist block docs? What is "AEM Config system"?
sirugh
approved these changes
Mar 13, 2026
Collaborator
Author
Removed now. |
…ite-commerce-storefront into release-notes-march
dshevtsov
approved these changes
Mar 13, 2026
mcocapiza
approved these changes
Mar 17, 2026
- Update Drop-in SDK to ~1.8.0 (tools upgraded from 1.7.0) - Personalization v3.1.0 → v3.1.1 (langDefinitions merge fix) - Company Management v1.1.0 → v1.2.0 (initializer API alignment + langDef fix) - Company Switcher v1.1.0 → v1.1.1 (langDef fix) - Purchase Order v1.1.0 → v1.1.1 (langDef fix) - Quote Management v1.1.0 → v1.1.1 (langDef fix) - Quick Order v1.0.0: add langDef merge fix note - Move all March 2026 dates to 2026-03-19 (release date) - Remove internal LYNX Jira ticket references from SCP entries - Add .claude/ and .cursor/ to .gitignore Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
meker12
reviewed
Mar 18, 2026
meker12
approved these changes
Mar 18, 2026
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.
Purpose of this pull request
🚨 You only need to review the following files: 🚨
index.mdxfile for the Release notes andchangelog.mdx.The other files are internal site changes
This pull request adds the March 2026 release suite to the storefront release notes and changelog. It documents highlights, boilerplate updates, B2C/B2B drop-in component versions, and component compatibility, and adds per-component changelog entries for the March release. It also updates the README with a "Testing the skill" section for comparing stashed vs from-scratch runs of the release-notes skill.
Associated JIRA ticket
COMDOX-1541
Staging preview
https://commerce-docs.github.io/microsite-commerce-storefront/releases/
Affected pages
What's New highlights
This update adds the March 2026 release suite to the Release Information page and adds March 2026 changelog entries across multiple components, including Boilerplate, Cart, Product Details Page (PDP), Product Discovery, Wishlist, Requisition List, and Quick Order.
Key highlights include video support on the PDP, multi-store wishlist functionality, configurable PLP page size, Quick Order enhancements for B2B, improved 404 error handling, layout updates, and the latest B2C and B2B drop-in version updates.