Now supports Node 18. Node 14 has reached end-of-life and we recommend upgrading to Node 18 as soon as possible since Node 16 reaches end of life in September 2023.
Upgrading Node is not required to use this update.
Added dropdown to Return Authorization Card to show more refund details
Made Lookup overridable and exported Lookup and LookupField subcomponents
May be overridden using name blLookup
.
Added new tax breakdown to the order item popover displaying included and non-included merchandise and fulfillment taxes in the Order and Order Fulfillment screens
Lowered modal footer z-index to avoid issues with dropdowns being clipped.
Fixed not being able to create values for lookups.
This means that a user can now manually enter values into lookups as well as select values retrieved from an endpoint.
Fixed Entity Not Found error that would appear when content item update page was refreshed
This fix involved reworking parts of the TrackingContextProvider
which manages the global state and caching for catalog and sandbox data. See more about how TrackingContextProvider
works here.