Skip to content

Releases: SalesforceCommerceCloud/pwa-kit

v1.1.0

24 Nov 21:03
e63cd6b

Choose a tag to compare

This release focuses on minor fixes and enhancements around quantity picker components, developer experience, and localization.

Changes

Full changelog: v1.0.0...v1.1.0

New Components

The default quantity picker pattern for product detail pages and cart pages have a friendlier user experience.

  • New Quantity Picker component. #102

Developer Experience Enhancements

Developers can see a helpful stack trace for non-production deployments and local development, shortening debugging time.

  • Improve error page design #74
  • Ensure generated projects ship with a working .gitignore file #95

Performance

Some expensive page renders are faster thanks to caching and CPU optimizations.

  • Add default cache-control header to home page. #103
  • New Lazy Load Popover component. #134

Localization

As part of our gradual translation of PWA Kit across supported languages, the cart and checkout pages are prepared to accept translated messages.

  • Localize cart and checkout messages. #106

Bug Fixes

  • Fix wishlist bugs and provide better hooks for wishlist features. #64
  • Fix pseudo-localization command to use en-XB. #101
  • Remove eslint rule which check for Salesforce copyright #104

Security Updates

  • Update inquirer package. #121