Skip to content

v2.6.0

Choose a tag to compare

@adamraya adamraya released this 26 Jan 01:00
· 3632 commits to develop since this release
d944dd6

Featured Change: Mega Menu Improvements

Performance of the mega menu used by the Retail React App has been improved.

Changes

Full changelog: release-2.5.x...develop

pwa-kit-dev

  • Upgrade prettier to v2. #926
  • Security package updates.

pwa-kit-runtime

  • Security package updates.

template-retail-react-app

  • Changes to the mega menu to improve site performance. The mega menu now accepts a configuration for initial render 'depth' and then lazy loads further submenus when the page is loaded. #875 and #910
  • Cache SLAS callback using request processor. #884
  • Fix padding of footer drawer component. #899
  • Fix to support order data tracking for the new Einstein event tracking. #920
  • Fix PropTypes. #924
  • Remove unnecessary map statement. #929

New Contributors