Welcome to Intershop Progressive Web App 12.0.0.
This public release note contains information about the latest features of the Intershop Progressive Web App. It also serves as a quick reference for the latest documentation.
Intershop Progressive Web App | Intershop Commerce Management | |
|---|---|---|
Version | 12.0.0 | 14.4.0 Versions 11+ and 7.10.x (versions later than 7.10.38.0) work with the |
For production deployments, set ALLOWED_HOSTS to the public hostname(s) under which the PWA is served (e.g., ALLOWED_HOSTS=shop.example.com,*.example.com).
When unset, only localhost is accepted.
Restricting the allowed hosts ensures that only requests with a trusted Host header are rendered server-side.
Failing to configure the correct ALLOWED_HOSTS will result in the following error message:
URL with hostname "abc.xyz.com" is not allowed.
Example for the configuration via PWA Helm Chart:
environment:
- name: ALLOWED_HOSTS
value: 'shop.example.com,*.example.com'
For more details about the release, refer to the following documents:
Refer to the following documentation for more information on how to work and develop with the Angular-based storefront project:
Add CMS include at the top of the registration page (#2108) (4950363)
Add Contributor License Agreement (CLA) Assistant workflow (#2096) (0e95b64)
Improve new-entry input UX in order template and wishlist select modals (#2105) (2fd6728)
Select quote when adding a product to one of many quotes (#2105) (3883552)
Independent support for Design View and preview context (#2089) (95ec1ac)
Improve customization options for modal dialogs (1ace514)
Use ng-select for product filter drop-down component (#2090) (9264590)
Introduce DeferredItemComponent for lazy loading used with new Swiper integration (#2078) (86f0080)
Bootstrap: replace ProductRatingStarComponent with NgbRating (#2126) (cf69f64)
Bootstrap: refactor breadcrumb component to be closer to the Bootstrap breadcrumb (#2109) (b5537c6)
SSR: set ALLOWED_HOSTS for production mode in Angular 19 SSR (#2094) (87f178b)
Display customer approval message after registration (#2132) (93d5acd)
Handling of environment switch TESTING to be evaluated correctly (111d01b)
Validation display in address fields (b3c4b93)
Error message in quick order forms (4e49b2d)
Empty placeholder of ng-select form field (72a990e)
Support SSO authentication together with Captcha by using X-Captcha-Token header (#2122) (e9985e8)
Move order template item to a new order template (#1666, #2120) (c079274)
OK button and link on move order template confirmation dialog (#2120) (94e5197)
Set focus to the first invalid element after form submit (99b3e63)
Fix link to newly created list (1c762a7)
Route product master variation filtering to ICM search service instead of SPARQUE (#2116) (484e78d)
Prevent false-positive missing translation errors in SSR (#2117) (c861699)
Change Captcha v3 token fetching mechanism (#2112) (7953c03)
Improve ApiTokenService finishing of subscriptions (8c77f17)
NGINX: bad array subscript error parsing wastatistics (#2118) (3a71025)
Introduce Perfectionist ESLint rules to enforce sortings in code (#2094) (d5eb591)
Update Angular 19 dependencies (125d25b)
NGINX: update OpenResty version to 1.31.1.1 (#2129) (c536b81)
SSR: The ALLOWED_HOSTS environment variable must be set to the appropriate value for production mode when using SSR. This change may require updates to deployment configurations and environment variable settings to ensure that the application functions correctly in production environments.
Angular 19 upgrade including necessary migrations (see Migrations / From 11.2.0 to 12.0.0 for more details).
ngx-translate 17 upgrade (see Migrations / From 11.2.0 to 12.0.0 for more details).
ngx-translate 18 upgrade (see Migrations / From 11.2.0 to 12.0.0 for more details).
Swiper has been upgraded to version 12 (see Migrations | From 11.1.0 to 12.0.0 for more details).
Design View integration no longer works with PreviewContextID=DESIGNVIEW and initializing the Design View was replaced by a query parameter DesignView (see Migrations / From 11.1.0 to 12.0.0 for more details).
Bootstrap: The ProductRatingStarComponent was removed.
The order template and wishlist handling were reworked based on the improved ICM 14.2.0 /wishlists REST API that results in less REST calls.
The information provided in the Knowledge Base may not be applicable to all systems and situations. Intershop Communications will not be liable to any party for any direct or indirect damages resulting from the use of the Customer Support section of the Intershop Corporate Website, including, without limitation, any lost profits, business interruption, loss of programs or other data on your information handling system.