February 17 release notes#729
Conversation
Bumps the npm_and_yarn group with 1 update in the / directory: [lodash](https://github.com/lodash/lodash). Updates `lodash` from 4.17.21 to 4.17.23 - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.21...4.17.23) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.17.23 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
add icons to chose from
created new icon sheets with white backgrounds
added trailing slashes to all links to enforce possible routing errors
Co-authored-by: Margaret Eker <meker@adobe.com>
fixed white bullet text that should be black in special instances
- Add H1 headings to index.mdx and changelog.mdx for proper document structure - Remove trailing colons from section headings (Infrastructure updates, Document Authoring improvements, etc.) - Remove trailing whitespace from October 2025 suite heading - Fix trailing space in changelog.mdx content line Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Revert all files except release notes (index.mdx, changelog.mdx) to match the base branch. Update February 2026 suite compatibility: - Storefront Compatibility Package 4.8.16 (LYNX-1035) - Storefront Compatibility B2B Package 1.0.17 (LYNX-1034) - Carry forward 4.7.11 for Adobe Commerce 2.4.7 Co-authored-by: Cursor <cursoragent@cursor.com>
Document boilerplate fix #1112 from B2B PR #1107 that uses addressUid to prevent duplicate address entries during checkout. Co-authored-by: Cursor <cursoragent@cursor.com>
| The Storefront Compatibility Package has been updated to include the following changes: | ||
|
|
||
| - Added the **Merge Cart Preference** field to the **Store** > **Sales** > **Checkout** > **Shopping Cart** configuration panel in the Admin. It controls cart merge behavior when a GraphQL mutation merges guest or logged-in customer carts. | ||
| - Added the **Merge Cart Preference** field to the **Store** > **Sales** > **Checkout** > **Shopping Cart** configuration panel in the Admin. It controls cart merge behavior when a GraphQL mutation merges guest or logged-in customer carts. |
There was a problem hiding this comment.
This field needs to be added to the Admin Config Reference.
There was a problem hiding this comment.
I need to understand this better. I'll add this in another PR since it was in the 2025-06-25 release.
| > | ||
| The Order drop-in has been updated with the following changes: | ||
|
|
||
| - **Gift wrapping availability** - Added `gift_wrapping_available` field to order item product details, enabling conditional display of gift wrapping options based on product configuration ([#65](https://github.com/adobe-commerce/storefront-order/pull/65)). |
There was a problem hiding this comment.
I think you need to add giftWrappingAvailable to the order details data model doc
| The Product Details Page drop-in has been updated with the following changes: | ||
|
|
||
| - **Downloadable products support** - Added support for downloadable product options directly on the PDP, allowing customers to view and select downloadable links and samples ([#50](https://github.com/adobe-commerce/storefront-pdp/pull/50)). | ||
| - **Options transformer prop** - New `transformer` prop enables custom option type conversion with robust error handling for advanced product configuration scenarios. |
There was a problem hiding this comment.
not sure where to check if this has been doc'd. It's not in dropins/product-details/containers/product-options/, but I don't know if I'm looking in the right place
There was a problem hiding this comment.
Good catch. You were looking in the right drop-in but on the wrong page. The transform and transformer props live on the PDP initializer's models configuration, not on the ProductOptions container.
A search for them revealed they were not documented.
| The User Account drop-in has been updated with the following changes: | ||
|
|
||
| - **Dynamic form field translations** - Added dynamic i18n support for field labels and placeholders, enabling custom placeholders and floating labels in address forms ([#40](https://github.com/adobe-commerce/storefront-account/pull/40)). | ||
| - **Improved accessibility** - New `getAriaLabel` method for better screen reader support in form elements. |
There was a problem hiding this comment.
Not doc'd in dropins/user-account/functions/ (Same caveat applies)
There was a problem hiding this comment.
Changed bullet to remove the getAriaLabel because the implementation is internal and automatically applied.
| > | ||
| The Quote Management drop-in has been updated with the following changes: | ||
|
|
||
| - **Quote template expiration dates** - New `setQuoteTemplateExpirationDate` API enables managing expiration dates for quote templates, with a new modal component for setting dates through a user-friendly interface ([#78](https://github.com/adobe-commerce/storefront-quote-management/pull/78)). |
There was a problem hiding this comment.
Not doc'd in dropins-b2b/quote-management/functions/, but that's an AI generated file, so maybe it's forthcoming.
There was a problem hiding this comment.
I added it manually for now.
…sing components - Add detailed SDK commit descriptions replacing generic one-liner - Add missing drop-in components (Personalization, Product Discovery, Recommendations, Payment Services) - Enrich boilerplate section with B2B diff findings (enrichment block, keyboard accessibility) - Update compatibility versions (Payment Services ~3.0.1, PDP ~3.0.1) - Improve B2B component descriptions with specific changes from code analysis - Remove internal-only changes (Node.js 24 requirement, debounce cancel method) - Add async handleValidation and other checkout improvements Co-authored-by: Cursor <cursoragent@cursor.com>
| > | ||
| The Drop-in SDK (Elsie) has been updated with the following changes: | ||
|
|
||
| - **Revert: field asterisk styling** - Reverted wrapping required field asterisks in span elements for consistent styling ([#161](https://github.com/adobe-commerce/StorefrontSDK/pull/161)). |
There was a problem hiding this comment.
Could you please remove this line? this change was reverted in the release branch (it's not included into the previous stable version)
| - **Custom content below row total** - Allow custom content below cart item row total price ([#162](https://github.com/adobe-commerce/StorefrontSDK/pull/162)). | ||
| - **Price display fix** - Resolved issue with displaying prices. | ||
| - **RadioButton icon support** - Added icon support to the RadioButton component. | ||
| - **Cart item image border fix** - Fixed border around cart item's image when inside a link. |
There was a problem hiding this comment.
Could you please remove this line? this change was reverted in the release branch (it's not included into the previous stable version)
| - **Custom content below row total** - Allow custom content below cart item row total price ([#162](https://github.com/adobe-commerce/StorefrontSDK/pull/162)). | ||
| - **Price display fix** - Resolved issue with displaying prices. | ||
| - **RadioButton icon support** - Added icon support to the RadioButton component. | ||
| - **Cart item image border fix** - Fixed border around cart item's image when inside a link. |
There was a problem hiding this comment.
Could you please remove this line? this change was reverted in the release branch (it's not included into the previous stable version)
|
|
||
| ### Updated Drop-in SDK | ||
|
|
||
| - **Revert: field asterisk styling** - Reverted wrapping required field asterisks in span elements for consistent styling ([#161](https://github.com/adobe-commerce/StorefrontSDK/pull/161)). |
There was a problem hiding this comment.
Could you please remove this line? this change was reverted in the release branch (it's not included into the previous stable version)
|
@mcocapiza @keharper I've made the changes based on your reviews, both to the release notes and changelog, as well as doc changes mentioned in the release notes review. Thanks. |
keharper
left a comment
There was a problem hiding this comment.
The SCP/B2B SCP versions appear to be for the March release. Putting a block on this until we can get it sorted out.
Co-authored-by: Kevin Harper <keharper@users.noreply.github.com>
Purpose of this pull request
This PR adds the February 2026 suite release notes and changelog entries for the Commerce Storefront documentation. It documents incremental enhancements to the Commerce boilerplate, Universal Editor model v2 upgrade, and drop-in component updates for both B2C and B2B implementations.
Associated JIRA ticket
Staging preview
https://commerce-docs.github.io/microsite-commerce-storefront/releases/
Affected pages