-
Notifications
You must be signed in to change notification settings - Fork 683
Release notes
James Calcaben edited this page Feb 19, 2019
·
7 revisions
Branch: https://github.com/magento-research/pwa-studio/tree/release/2.0
- UPWARD spec introduced for cross platform server behavior configuration. An upward spec describes a stack-agnostic server that is used for server side rendering.
- A PWA package can now define its network requirements in an UPWARD spec file.
- A PWA can now be deployed on any tech stack as long as the server is UPWARD compliant.
- UPWARD server implemented in NodeJS and PHP
- UPWARD spec published and open for community contribution.
- Implemented consistent patterns for workflow, such as action/reducer organization and container/presentational separation, in the Venia reference theme source code.
- Venia components are now portable and can be used in any React application.
- New centralized driver and adapter concepts for all PWA-Studio component input/output.
- Configurable low level UI elements, such as lists and forms, available for developers without the need for drivers or adapters.
- Improved error handling to help detection and recoverability.
- Pagination feature added to Venia reference storefront for app-like navigation.
- Inline checkout implemented in the Venia reference storefront.
- Basic account creation and management implemented in Venia.
- Loading state implemented to improved the app-like experience.
- Braintree integration in the Venia reference storefront.
- Search with intelligent previews implemented in the Venia reference storefront.
- Web App Manifest file created for the Venia reference storefront. This file provides the metadata for adding the Venia storefront to a mobile home screen.
- Service worker optimizations
- Smart caching implemented to improve service worker catalog caching
- Bandwidth usage optimizations achieved using:
- Dynamic image compression/resize
- Advanced minification
- Bundle splitting
- Improved app performance on devices using smoother animations and non-blocking renders, which provide faster times on first meaningful paint.
- GraphQL usage increased to match coverage updates in Magento 2.3.0.
- A new Magento module (
Magento_UpwardConnector
) is available to route frontend requests through an UPWARD-PHP server. - Software Integrators(SI) can replace existing Magento cloud storefronts with a new PWA storefront using the UPWARD connector module.
- Documentation created for deploying storefront to Magento Cloud
- Assistance offered by Magento Enterprise Cloud deployment team
-
README for the
Magento_UpwardConnector
module, which contains Cloud deployment instructions.
- After submitting a successful order, users are unable to add items to the cart. (#916)
- Create account page displayed with null values for email, first and last name when creating an account during a guest checkout. (#830)
- (Mobile specific) When there are more categories, users cannot scroll to Sign in button. It blocks user from signing to the account. (#824)
- Setup Venia storefront video developed and available in Magento U
- Sync calls:
- Check the calendar
- Recordings - https://goo.gl/2uWUhX
- Slack: #pwa Join #pwa
- Contributing
- Product