Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 9deb040

Browse files
authored
Merge branch 'master' into Live-Search-popover-active-class
2 parents 77d89be + 5848dcc commit 9deb040

File tree

29 files changed

+1176
-262
lines changed

29 files changed

+1176
-262
lines changed

src/_data/roadmap.yml

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
roadmap:
2+
- name: In Progress
3+
features:
4+
- name: Framework updates (e.g. KnockoutJS, RequireJS, etc.)
5+
status: inProgress
6+
- name: GraphQL - Admin configuration
7+
status: inProgress
8+
- name: GraphQL - Caching updates
9+
status: inProgress
10+
- name: jQuery 3.6.x support
11+
status: inProgress
12+
- name: OpenSearch 1.x support
13+
status: inProgress
14+
- name: PayPal and Braintree updates
15+
status: inProgress
16+
type: Extension
17+
- name: PHP 8.1 support
18+
status: inProgress
19+
- name: PWA - Global theming/styling
20+
status: inProgress
21+
- name: PWA - Custom product attributes
22+
status: inProgress
23+
- name: PWA - Performance optimizations
24+
status: inProgress
25+
- name: PWA - Shopping and cart improvements
26+
status: inProgress
27+
- name: Security and quality improvements
28+
status: inProgress
29+
- name: Vendor Bundled Extensions (VBEs) – Updates
30+
status: inProgress
31+
type: Extension
32+
- name: Planned
33+
features:
34+
- name: Accelerated checkout powered by Bolt (extension)
35+
status: Planned
36+
type: Extension
37+
- name: Accessibility improvements for storefront/admin
38+
status: Planned
39+
- name: Framework updates (e.g. KnockoutJS, RequireJS, etc.)
40+
status: Planned
41+
- name: GraphQL - Personalization updates
42+
status: Planned
43+
- name: GraphQL - Page Builder improvements
44+
status: Planned
45+
- name: GraphQL - Inventory improvements
46+
status: Planned
47+
- name: Page Builder - Mobile layout optimization
48+
status: Planned
49+
- name: Page Builder - Column grid layouts (viewports)
50+
status: Planned
51+
- name: Payment services (extension)
52+
status: Planned
53+
- name: PWA - Server-side rendering (SSR)
54+
status: Planned
55+
- name: PWA - Extensibility improvements (payment/ship)
56+
status: Planned
57+
- name: PWA - Bundle product type
58+
status: Planned
59+
- name: Security and quality improvements
60+
status: Planned
61+
- name: Walmart Marketplace (extension)
62+
status: Planned
63+
type: Extension

src/_data/toc/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
label: Release Information
22
pages:
33

4+
- label: Roadmap
5+
url: /release/roadmap.html
6+
versionless: true
7+
48
- label: Upcoming releases
59
url: /release/
610
versionless: true
Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
#### Class changes {#b2b-240-241-class}
2+
3+
| What changed | How it changed |
4+
| ------------------------------------------------------------------------- | ------------------------------------ |
5+
| Magento\Authorization\Model\Role::$\_cacheTag | [protected] Property has been added. |
6+
| Magento\Catalog\Model\Category::getCacheTags | [public] Method has been added. |
7+
| Magento\Catalog\Model\Product::getCacheTags | [public] Method has been added. |
8+
| Magento\CompanyShipping\Block\Company\Profile\ShippingMethod | Class was added. |
9+
| Magento\Framework\Stdlib\Cookie\CookieMetadata::KEY_SAME_SITE | Constant has been added. |
10+
| Magento\Framework\Stdlib\Cookie\CookieMetadata::getSameSite | [public] Method has been added. |
11+
| Magento\Framework\Stdlib\Cookie\CookieMetadata::setSameSite | [public] Method has been added. |
12+
| Magento\NegotiableQuote\Block\Adminhtml\CustomerEdit\Tab\Grid | Class was added. |
13+
| Magento\PurchaseOrderRule\Block\PurchaseOrder\Approval\Counter | Class was added. |
14+
| Magento\PurchaseOrderRule\Block\RuleFieldset\ViewCondition | Class was added. |
15+
| Magento\ReCaptchaValidationApi\Model\ValidationErrorMessagesProvider | Class was added. |
16+
| Magento\RequisitionList\Block\Cart\Item\Renderer\Actions\AddToRequisition | Class was added. |
17+
| Magento\RequisitionList\Block\Checkout\Cart\Addto\Requisition | Class was added. |
18+
| Magento\User\Model\User::$\_cacheTag | [protected] Property has been added. |
19+
20+
#### Interface changes {#b2b-240-241-interface}
21+
22+
| What changed | How it changed |
23+
| -------------------------------------------------------------------------------- | --------------------------------- |
24+
| Magento\AdobeImsApi\Api\Data\ConfigInterface | Interface was added. |
25+
| Magento\AdobeStockClientApi\Api\Data\LicenseConfirmationInterface::getCanLicense | [public] Method has been removed. |
26+
| Magento\AdobeStockClientApi\Api\Data\LicenseConfirmationInterface::isCanLicense | [public] Method has been added. |
27+
| Magento\Catalog\Api\ProductAttributeOptionUpdateInterface | Interface was added. |
28+
| Magento\Eav\Api\AttributeOptionUpdateInterface | Interface was added. |
29+
| Magento\ReCaptchaUi\Model\ErrorMessageConfigInterface | Interface was added. |
30+
31+
#### Database changes {#b2b-240-241-database}
32+
33+
| What changed | How it changed |
34+
| ------------------------------------------------------------------------- | -------------------------------------------------------------------- |
35+
| company_shipping | Table was added |
36+
| login_as_customer_assistance_allowed | Table was added |
37+
| media_gallery_asset/MEDIA_GALLERY_ID_PATH_TITLE_CONTENT_TYPE_WIDTH_HEIGHT | Unique key was removed |
38+
| media_gallery_asset/constraint | Module db schema whitelist reduced (media_gallery_asset/constraint). |
39+
40+
#### Di changes {#b2b-240-241-di}
41+
42+
| What changed | How it changed |
43+
| ---------------------- | ------------------------ |
44+
| mediaGalleryFilterPool | Virtual Type was removed |
45+
| mediaGalleryReporting | Virtual Type was removed |
46+
47+
#### System changes {#b2b-240-241-system}
48+
49+
| What changed | How it changed |
50+
| ----------------------------------------------------------------------------------- | ----------------------------------- |
51+
| btob | A section-node was added |
52+
| btob/website_configuration | A group-node was added |
53+
| btob/website_configuration/default_b2b_shipping_methods | A group-node was added |
54+
| btob/website_configuration/default_b2b_shipping_methods/applicable_shipping_methods | A field-node was added |
55+
| btob/website_configuration/default_b2b_shipping_methods/available_shipping_methods | A field-node was added |
56+
| checkout/cart/enable_clear_shopping_cart | A field-node was added |
57+
| cms/pagebuilder/enable_content_preview | A field-node was added |
58+
| login_as_customer/general/shopping_assistance_checkbox_title | A field-node was added |
59+
| login_as_customer/general/shopping_assistance_checkbox_tooltip | A field-node was added |
60+
| recaptcha_backend/failure_messages | A group-node was added |
61+
| recaptcha_backend/failure_messages/technical_failure_message | A field-node was added |
62+
| recaptcha_backend/failure_messages/validation_failure_message | A field-node was added |
63+
| recaptcha_backend/type_invisible/validation_failure_message | A field-node was removed |
64+
| recaptcha_backend/type_recaptcha/validation_failure_message | A field-node was removed |
65+
| recaptcha_backend/type_recaptcha_v3/validation_failure_message | A field-node was removed |
66+
| recaptcha_frontend/failure_messages | A group-node was added |
67+
| recaptcha_frontend/failure_messages/technical_failure_message | A field-node was added |
68+
| recaptcha_frontend/failure_messages/validation_failure_message | A field-node was added |
69+
| recaptcha_frontend/type_for/company_create | A field-node was added |
70+
| recaptcha_frontend/type_for/customer_edit | A field-node was added |
71+
| recaptcha_frontend/type_invisible/validation_failure_message | A field-node was removed |
72+
| recaptcha_frontend/type_recaptcha/validation_failure_message | A field-node was removed |
73+
| recaptcha_frontend/type_recaptcha_v3/validation_failure_message | A field-node was removed |
74+
| system.xml | System configuration file was added |
75+
76+
#### XSD changes {#b2b-240-241-xsd}
77+
78+
| What changed | How it changed |
79+
| ------------------ | ------------------------------ |
80+
| /etc/overrides.xsd | A schema declaration was added |
81+
| global | An optional node was added |
82+
83+
#### Class API membership changes {#b2b-240-241-class-api-membership}
84+
85+
| What changed | How it changed |
86+
| -------------------------------------------------------- | ---------------- |
87+
| Magento\AdvancedCheckout\Block\Adminhtml\Sku\AbstractSku | Class was added. |
88+
| Magento\Framework\View\Page\Builder | Class was added. |
89+
| Magento\SalesRule\Model\Validator | Class was added. |
90+
| Magento\TargetRule\Block\Product\AbstractProduct | Class was added. |

0 commit comments

Comments
 (0)