Adobe Commerce Admin UI SDK release notes
Version 1.4.0
Release date
June 28, 2024
Enhancements
Added the following extension points:
Mass actions can now be implemented without an iFrame.
Added the
GET V1/adminuisdk/massaction/<requestId>
REST API to debug mass action failures.Added the Refresh registrations button to the configuration page. This button allows the administrator to refresh the
admin_ui_sdk
cache and reload all extensions.Refactored multiple sanitizers. As a result, incomplete or invalid input data from an extension point no longer causes display problems in the Admin.
The
class
parameter has been removed from theorder view button
extension point.Updated project dependencies.
Version 1.3.2
Release date
March 4, 2024
Bug fixes
- Corrected a condition that allowed administrators who did not have proper permissions to view data in grid columns.
Version 1.3.1
Release date
January 25, 2024
Enhancements
Enhanced unit coverage by 150%.
Added the ability to optionally specify a page title for a mass action.
The Admin UI SDK cache is now flushed weekly instead of every 12 hours.
The Admin UI SDK now supports PHP 8.3.
Bug fixes
- The Admin now displays extensions correctly when they are loaded from the extension manager registry.
Version 1.3.0
Release date
November 30, 2023
Enhancements
- Enabled the following extension points:
- Menus and extensions are cached to improve performance.
- When selecting a mass action, now only the needed extension is loaded.
- A spinner is now displayed when content is being loaded on customized extension points.
- Added the ability to redirect back to a grid page after executing a mass action.
- Added the
clientId
parameter tosharedContext
.
Bug fixes
- Corrected a timeout issue caused by an incorrectly-applied ACL resource.
- Customized columns are now exported as expected when exporting data from the Orders page.
Version 1.2.1
Release date
October 31, 2023
Enhancements
Added the Mock AdobeAdminIms Module field to the Admin UI SDK configuration page in the Admin. This field determines whether to send mock or real Adobe IMS credentials.
Added the Admin UI SDK (
Magento_CommerceBackendUix::admin
) resource. Administrators who are not assigned this resource will not have access the Admin UI SDK configuration page.Custom date columns in the order grid now use ISO 8601 formatting. Previously, these values were simple timestamps.
Bug fixes
- Menus display correctly when the Admin UI SDK is enabled but no menu registrations are found.
Version 1.2.0
Release date
October 18, 2023
Enhancements
Created the
order
extension point, which adds columns to the order grid.Added the
admin_ui_sdk
cache type. When enabled, Commerce caches customizations to the Admin.Added the
isSection
andsortOrder
parameters to themenu
extension point. TheisSection
parameter allows you to define a menu section, whilesortOrder
defines the placement of a menu item.Added the
productSelectLimit
parameter for mass actions in theproduct
extension point.
Bug fixes
- Minimized the number of calls needed to build a menu.
Version 1.1.2
Release date
October 6, 2023
Enhancements
Fixed cross-site scripting (XSS) and password hash security vulnerabilities.
Version 1.1.1
Release date
September 12, 2023
Bug fixes
Fixed an issue with a missing tab ID that occurred due to a dependency on a non-mandatory module.
Mass actions are now correctly cleared when the last app is removed.
Version 1.1.0
Release date
August 25, 2023
Enhancements
- You can now customize the mass actions on the Product grid.
- The API for registering a menu has changed.
- Updated the Admin configuration screen to give the option of enabling the Admin UI SDK.
Bug fixes
- Menus are now rendered correctly when no registrations are found.
Known issues
- You cannot deploy an app that uses the Admin UI SDK in a staging environment. Instead, you must deploy it in a production environment. See Prepare your app for production for details about this workaround.
Version 1.0.0
Release date
June 13, 2023
Compatibility
Adobe Commerce for Cloud and on-premises
- 2.4.5 and higher
Known issues
None