|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [v6.13.0](https://github.com/shopgate/pwa/compare/...v6.13.0) (2020-02-26) |
| 4 | + |
| 5 | +#### :rocket: Enhancement |
| 6 | +* [#939](https://github.com/shopgate/pwa/pull/939) Introduced a className prop to the Media component of the themes to enable custom component widths via classes ([@fkloes](https://github.com/fkloes)) |
| 7 | +* [#941](https://github.com/shopgate/pwa/pull/941) Added ProductHeader to themeApi ([@Carsten89](https://github.com/Carsten89)) |
| 8 | +* [#938](https://github.com/shopgate/pwa/pull/938) Applied UI tweaks to the StoreListAddress entries within FulfillmentSheet ([@fkloes](https://github.com/fkloes)) |
| 9 | +* [#936](https://github.com/shopgate/pwa/pull/936) Added widget config for ProductSlider to configure slidesPerView ([@Carsten89](https://github.com/Carsten89)) |
| 10 | +* [#934](https://github.com/shopgate/pwa/pull/934) Made number of columns in ProductGrid configurable via theme config ([@Carsten89](https://github.com/Carsten89)) |
| 11 | +* [#933](https://github.com/shopgate/pwa/pull/933) Added product media section portal ([@aaron-martin](https://github.com/aaron-martin)) |
| 12 | +* [#931](https://github.com/shopgate/pwa/pull/931) Added handling of reservation placement from the cart. ([@devbucket](https://github.com/devbucket)) |
| 13 | +* [#932](https://github.com/shopgate/pwa/pull/932) Extended the FulfillmentSelector with a button to change location when the pickup option is selected ([@fkloes](https://github.com/fkloes)) |
| 14 | +* [#929](https://github.com/shopgate/pwa/pull/929) Reservation form validation ([@alexbridge](https://github.com/alexbridge)) |
| 15 | +* [#930](https://github.com/shopgate/pwa/pull/930) Add "Direct Ship" cart items group ([@alexbridge](https://github.com/alexbridge)) |
| 16 | +* [#922](https://github.com/shopgate/pwa/pull/922) Added fulfillment location to the add to cart action from PDP if user location is selected. ([@devbucket](https://github.com/devbucket)) |
| 17 | +* [#921](https://github.com/shopgate/pwa/pull/921) Added reserve to cart user path. ([@devbucket](https://github.com/devbucket)) |
| 18 | +* [#909](https://github.com/shopgate/pwa/pull/909) Implemented "quick reserve" on the product detail page (PDP) ([@devbucket](https://github.com/devbucket)) |
| 19 | +* [#913](https://github.com/shopgate/pwa/pull/913) Added missing portals to root category page of gmd theme ([@alexbridge](https://github.com/alexbridge)) |
| 20 | +* [#908](https://github.com/shopgate/pwa/pull/908) Refactored the FormBuilder to support replacing of existing and adding custom elements. Also added class names to form elements for advanced component styling. ([@SG-Noxoreos](https://github.com/SG-Noxoreos)) |
| 21 | +* [#912](https://github.com/shopgate/pwa/pull/912) Export mutable actions as a part of engage api ([@alexbridge](https://github.com/alexbridge)) |
| 22 | +* [#906](https://github.com/shopgate/pwa/pull/906) Implemented auto logout after account deletion was requested ([@fkloes](https://github.com/fkloes)) |
| 23 | +* [#907](https://github.com/shopgate/pwa/pull/907) Moved View and ViewContext to engage package ([@alexbridge](https://github.com/alexbridge)) |
| 24 | +* [#789](https://github.com/shopgate/pwa/pull/789) Implemented the fulfillment selector on the Product Detail Page and improved the translation functionality ([@SG-Noxoreos](https://github.com/SG-Noxoreos)) |
| 25 | +* [#785](https://github.com/shopgate/pwa/pull/785) Added store selector sheet to the Product Detail Page ([@devbucket](https://github.com/devbucket)) |
| 26 | + |
| 27 | +#### :bug: Bug Fix |
| 28 | +* [#914](https://github.com/shopgate/pwa/pull/914) Fixed duplication of new array config entries on reference resolving. Further improved the config resolve algorithm to also support concatenated configs using references and custom text. ([@SG-Noxoreos](https://github.com/SG-Noxoreos)) |
| 29 | + |
| 30 | +#### :nail_care: Polish |
| 31 | +* [#911](https://github.com/shopgate/pwa/pull/911) Some unused selectors have been removed or deprecated. ([@devbucket](https://github.com/devbucket)) |
| 32 | + |
| 33 | +#### :house: Internal |
| 34 | +* [#940](https://github.com/shopgate/pwa/pull/940) Alert Shoppers if coupons of direct ship cart is removed. ([@alexbridge](https://github.com/alexbridge)) |
| 35 | +* [#937](https://github.com/shopgate/pwa/pull/937) Change location for reserve cart item ([@alexbridge](https://github.com/alexbridge)) |
| 36 | +* [#935](https://github.com/shopgate/pwa/pull/935) Show reservation cart errors ([@alexbridge](https://github.com/alexbridge)) |
| 37 | +* [#926](https://github.com/shopgate/pwa/pull/926) Log every console.error log into sentry.io ([@alexbridge](https://github.com/alexbridge)) |
| 38 | +* [#920](https://github.com/shopgate/pwa/pull/920) Removed error logs from pipeline request actions ([@fkloes](https://github.com/fkloes)) |
| 39 | + |
| 40 | + |
3 | 41 | ## [v6.11.0](https://github.com/shopgate/pwa/compare/v6.10.1...v6.11.0) (2020-02-12)
|
4 | 42 |
|
5 | 43 | #### :rocket: Enhancement
|
|
0 commit comments