Skip to content

1.3.0

Compare
Choose a tag to compare
@suschneider suschneider released this 29 Oct 10:53
· 760 commits to develop since this release

required Intershop Commerce Management version: 7.10.32.7-LTS

Features

  • requisition approval usability improvements (#887) (2de6856)
  • add cost center approval widget (#887) (7b412b7)
  • display a success/info message after a requisition has been approved/rejected (#887) (9846c87)
  • display cost center approval information in the checkout approval dialog (#887) (1fb61f3)
  • extend the authorization service and directive to check against multiple permissions (b4d9c38)
  • introduce info message component (#909) (4eb6f24)
  • adapt styling for toast messages (#909) (725eeb1)
  • add quickorder sample CSV file (#895) (cd420f7)

Bug Fixes

  • display wishlist items in the wishlist widget (#917) (17224f1)
  • contact us page can't be used twice (#915) (41eae48)
  • DNS resolve issue in SSR (0e7010c)
  • update placeholders correctly on SSR (#906) (b734680)
  • check for whole occurences of localizations (#907) (a952146)
  • don't display 'please select' in the cost center selection dropdown if a cost center has already been assigned to a basket (8a2a6d3)
  • wait for retrieving localized ICM data until configuration is retrieved (#902) (fc068c2)
  • disable inlineCriticalCss for Angular Universal engine (#904) (00377e5)
  • respect ICM setting "Add Product Behavior" when adding basket items (#905) (a5fd804)
  • styling of radio buttons on shipping page (#900) (072f747)
  • missing styles for main navigation hover menu - removed by PurgeCSS (#901) (0205842)
  • repair chunk output file names for differential loading (#896) (b1e27d5)
  • quick order CSV file error message doesn't overlap button (#897) (c23b9d5)

Performance Improvements

  • refactor loading of server-side translations (#890) (3048485)

Documentation

Code Refactoring

  • remove b64u library and use native methods (#898) (440828a)

BREAKING CHANGES

  • The PWA no longer relies on the dependency to 'b64u' since no encoding and decoding Base64 is needed any more in SSR. In the browser native methods are used. If your custom code uses b64u in SSR you should not remove this dependency or use a polyfill like 'btoa-polyfill'.