Skip to content

Commit

Permalink
Created changelog for version 'v7.20.2'.
Browse files Browse the repository at this point in the history
  • Loading branch information
shopgate-deployer committed Nov 18, 2024
1 parent 44ca2b1 commit 266bf10
Show file tree
Hide file tree
Showing 3 changed files with 348 additions and 0 deletions.
116 changes: 116 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,121 @@
# Changelog

## [v7.20.2](https://github.com/shopgate/pwa/compare/v7.20.1...v7.20.2) (2024-11-18)

#### :rocket: Enhancement
* [#1276](https://github.com/shopgate/pwa/pull/1276) Small improvements for WebCheckout extensions ([@fkloes](https://github.com/fkloes))
* [#1267](https://github.com/shopgate/pwa/pull/1267) HTML Sanitizer now blocks YouTube and Vimeo videos when comfort cookies are not accepted ([@fkloes](https://github.com/fkloes))
* [#1267](https://github.com/shopgate/pwa/pull/1267) HTML Sanitizer now blocks YouTube and Vimeo videos when comfort cookies are not accepted ([@fkloes](https://github.com/fkloes))
* [#1205](https://github.com/shopgate/pwa/pull/1205) Introduced new contexts around product lists to enable easy identification of product list types from child components ([@fkloes](https://github.com/fkloes))
* [#1205](https://github.com/shopgate/pwa/pull/1205) Introduced new contexts around product lists to enable easy identification of product list types from child components ([@fkloes](https://github.com/fkloes))
* [#1026](https://github.com/shopgate/pwa/pull/1026) Improved auth routes system for initial page ([@fkloes](https://github.com/fkloes))
* [#1026](https://github.com/shopgate/pwa/pull/1026) Improved auth routes system for initial page ([@fkloes](https://github.com/fkloes))
* [#943](https://github.com/shopgate/pwa/pull/943) Making hardcoded colors configurable ([@alexbridge](https://github.com/alexbridge))
* [#943](https://github.com/shopgate/pwa/pull/943) Making hardcoded colors configurable ([@alexbridge](https://github.com/alexbridge))
* [#857](https://github.com/shopgate/pwa/pull/857) Improved a11y labels of price range filter chips ([@fkloes](https://github.com/fkloes))
* [#857](https://github.com/shopgate/pwa/pull/857) Improved a11y labels of price range filter chips ([@fkloes](https://github.com/fkloes))
* [#508](https://github.com/shopgate/pwa/pull/508) Add ellipsis for product properties in a cart view ([@alexbridge](https://github.com/alexbridge))
* [#508](https://github.com/shopgate/pwa/pull/508) Add ellipsis for product properties in a cart view ([@alexbridge](https://github.com/alexbridge))
* [#416](https://github.com/shopgate/pwa/pull/416) GMD PaymentBar now renders outside of the route content ([@richardgorman](https://github.com/richardgorman))
* [#458](https://github.com/shopgate/pwa/pull/458) Update es-ES.json ([@Bettina-Baumert](https://github.com/Bettina-Baumert))
* [#457](https://github.com/shopgate/pwa/pull/457) Pwa 1421 spanish translations ([@Bettina-Baumert](https://github.com/Bettina-Baumert))
* [#439](https://github.com/shopgate/pwa/pull/439) rework e2e tests for ios ([@Iv3x](https://github.com/Iv3x))
* [#435](https://github.com/shopgate/pwa/pull/435) Added support to add multiple products to the cart with the addProductsToCartAction ([@fkloes](https://github.com/fkloes))
* [#436](https://github.com/shopgate/pwa/pull/436) Removed non-memoized function call from connector ([@richardgorman](https://github.com/richardgorman))
* [#432](https://github.com/shopgate/pwa/pull/432) Remove unnecessary redirects ([@alexbridge](https://github.com/alexbridge))
* [#422](https://github.com/shopgate/pwa/pull/422) Toast messages are hidden ([@richardgorman](https://github.com/richardgorman))
* [#413](https://github.com/shopgate/pwa/pull/413) Moved PaymentBar and SnackBar in iOS to AppFooter ([@richardgorman](https://github.com/richardgorman))
* [#421](https://github.com/shopgate/pwa/pull/421) Add webcheckout register redirect action ([@alexbridge](https://github.com/alexbridge))
* [#419](https://github.com/shopgate/pwa/pull/419) Improved interaction with cart items and the coupon field ([@fkloes](https://github.com/fkloes))
* [#417](https://github.com/shopgate/pwa/pull/417) Normalise SnackBar usage ([@richardgorman](https://github.com/richardgorman))
* [#414](https://github.com/shopgate/pwa/pull/414) Correct add to cart bar styles ([@richardgorman](https://github.com/richardgorman))
* [#415](https://github.com/shopgate/pwa/pull/415) Copied Viewport blocks to GMD ([@richardgorman](https://github.com/richardgorman))
* [#406](https://github.com/shopgate/pwa/pull/406) Changed pipeline usage to match specification ([@SG-Noxoreos](https://github.com/SG-Noxoreos))
* [#381](https://github.com/shopgate/pwa/pull/381) Added portals and location prop for product-item.price ([@dqdquint](https://github.com/dqdquint))
* [#380](https://github.com/shopgate/pwa/pull/380) Added exports to common library for public router imports ([@richardgorman](https://github.com/richardgorman))
* [#349](https://github.com/shopgate/pwa/pull/349) Improved search suggestions on iOS and GMD theme ([@fkloes](https://github.com/fkloes))
* [#325](https://github.com/shopgate/pwa/pull/325) Added iOS style AddToCart bar. ([@devbucket](https://github.com/devbucket))
* [#324](https://github.com/shopgate/pwa/pull/324) Added iOS styled headlines to category routes and widgets ([@fkloes](https://github.com/fkloes))
* [#331](https://github.com/shopgate/pwa/pull/331) The browser connector is used only in none SDK web environments. ([@devbucket](https://github.com/devbucket))
* [#310](https://github.com/shopgate/pwa/pull/310) A getProductRelations pipeline redux implementation ([@sznowicki](https://github.com/sznowicki))
* [#283](https://github.com/shopgate/pwa/pull/283) Using the new image service (wepb/jp2000) where easily possible ([@philipp-heyse](https://github.com/philipp-heyse))
* [#285](https://github.com/shopgate/pwa/pull/285) Added a library for benchmarking and added a public api for it. (new router) ([@reneeichhorn](https://github.com/reneeichhorn))
* [#278](https://github.com/shopgate/pwa/pull/278) Added Pull Request Template and automatic changelog creation. ([@devbucket](https://github.com/devbucket))
* [#259](https://github.com/shopgate/pwa/pull/259) PWA-957 optimize tax disclaimer ([@devbucket](https://github.com/devbucket))
* [#266](https://github.com/shopgate/pwa/pull/266) PWA-508 optimise cart route ([@richardgorman](https://github.com/richardgorman))
* [#264](https://github.com/shopgate/pwa/pull/264) PWA-911 migrate user privacy extension ([@richardgorman](https://github.com/richardgorman))
* [#256](https://github.com/shopgate/pwa/pull/256) PWA-831 refactor filters ([@richardgorman](https://github.com/richardgorman))
* [#255](https://github.com/shopgate/pwa/pull/255) PWA-953 Optimize characteristics ([@devbucket](https://github.com/devbucket))
* [#246](https://github.com/shopgate/pwa/pull/246) Pwa 922 refactor filter chips ([@richardgorman](https://github.com/richardgorman))
* [#243](https://github.com/shopgate/pwa/pull/243) PWA-885 create deployment test ([@Iv3x](https://github.com/Iv3x))
* [#241](https://github.com/shopgate/pwa/pull/241) PWA-910 render ui with available filters ([@devbucket](https://github.com/devbucket))
* [#240](https://github.com/shopgate/pwa/pull/240) PWA-906 add transitions and the chevron ([@devbucket](https://github.com/devbucket))
* [#237](https://github.com/shopgate/pwa/pull/237) PWA-856 Added GMD styled accordion. ([@devbucket](https://github.com/devbucket))
* [#235](https://github.com/shopgate/pwa/pull/235) Pwa 858 refactor filters feature ([@richardgorman](https://github.com/richardgorman))

#### :bug: Bug Fix
* [#743](https://github.com/shopgate/pwa/pull/743) Start page renders immediately when React is ready. ([@sznowicki](https://github.com/sznowicki))
* [#743](https://github.com/shopgate/pwa/pull/743) Start page renders immediately when React is ready. ([@sznowicki](https://github.com/sznowicki))
* [#654](https://github.com/shopgate/pwa/pull/654) Fixed an issue where product sliders widgets didn't update on state updates ([@fkloes](https://github.com/fkloes))
* [#654](https://github.com/shopgate/pwa/pull/654) Fixed an issue where product sliders widgets didn't update on state updates ([@fkloes](https://github.com/fkloes))
* [#416](https://github.com/shopgate/pwa/pull/416) GMD PaymentBar now renders outside of the route content ([@richardgorman](https://github.com/richardgorman))
* [#339](https://github.com/shopgate/pwa/pull/339) Split availability text and stock information on product details page. ([@alexbridge](https://github.com/alexbridge))
* [#443](https://github.com/shopgate/pwa/pull/443) Added missing react keys to to prevent errors with Fragment collections. ([@devbucket](https://github.com/devbucket))
* [#437](https://github.com/shopgate/pwa/pull/437) GMD Snackbar adjusts action color to white when accent color to black contrast is less than 4 ([@sznowicki](https://github.com/sznowicki))
* [#435](https://github.com/shopgate/pwa/pull/435) Added support to add multiple products to the cart with the addProductsToCartAction ([@fkloes](https://github.com/fkloes))
* [#434](https://github.com/shopgate/pwa/pull/434) Updated conductor to v1.0.0 to address scroll issue ([@richardgorman](https://github.com/richardgorman))
* [#429](https://github.com/shopgate/pwa/pull/429) Changed the ViewContent to receive the visible flag as a prop ([@richardgorman](https://github.com/richardgorman))
* [#431](https://github.com/shopgate/pwa/pull/431) Cart information now wraps where appropriate ([@richardgorman](https://github.com/richardgorman))
* [#428](https://github.com/shopgate/pwa/pull/428) Removed the Accordion height transition ([@richardgorman](https://github.com/richardgorman))
* [#426](https://github.com/shopgate/pwa/pull/426) Empty filter page after the app was in the background for a while ([@fkloes](https://github.com/fkloes))
* [#427](https://github.com/shopgate/pwa/pull/427) Fixed structure of defaultClientInformation ([@fkloes](https://github.com/fkloes))
* [#425](https://github.com/shopgate/pwa/pull/425) Change to getProductsById action that keeps original hash when some requested products are already cached. Make Product widget responsive to settings changes after mounting ([@aaron-martin](https://github.com/aaron-martin))
* [#422](https://github.com/shopgate/pwa/pull/422) Toast messages are hidden ([@richardgorman](https://github.com/richardgorman))
* [#423](https://github.com/shopgate/pwa/pull/423) Increased AppBar z-index to avoid overlapping elements ([@fkloes](https://github.com/fkloes))
* [#413](https://github.com/shopgate/pwa/pull/413) Moved PaymentBar and SnackBar in iOS to AppFooter ([@richardgorman](https://github.com/richardgorman))
* [#419](https://github.com/shopgate/pwa/pull/419) Improved interaction with cart items and the coupon field ([@fkloes](https://github.com/fkloes))
* [#418](https://github.com/shopgate/pwa/pull/418) Updated Conductor package ([@richardgorman](https://github.com/richardgorman))
* [#417](https://github.com/shopgate/pwa/pull/417) Normalise SnackBar usage ([@richardgorman](https://github.com/richardgorman))
* [#414](https://github.com/shopgate/pwa/pull/414) Correct add to cart bar styles ([@richardgorman](https://github.com/richardgorman))
* [#411](https://github.com/shopgate/pwa/pull/411) Page content is now below all AppBars ([@richardgorman](https://github.com/richardgorman))
* [#415](https://github.com/shopgate/pwa/pull/415) Copied Viewport blocks to GMD ([@richardgorman](https://github.com/richardgorman))
* [#405](https://github.com/shopgate/pwa/pull/405) Refactored SnackBar to use react-spring ([@richardgorman](https://github.com/richardgorman))
* [#410](https://github.com/shopgate/pwa/pull/410) Fixed a cached selector that caused outdated url in tracking data ([@reneeichhorn](https://github.com/reneeichhorn))
* [#409](https://github.com/shopgate/pwa/pull/409) Cart items are not visible when entering the cart ([@richardgorman](https://github.com/richardgorman))
* [#408](https://github.com/shopgate/pwa/pull/408) Re-added hiding of the legacy menu bar on app start ([@fkloes](https://github.com/fkloes))
* [#403](https://github.com/shopgate/pwa/pull/403) More menu buttons on iOS will now wrap on small devices ([@richardgorman](https://github.com/richardgorman))
* [#401](https://github.com/shopgate/pwa/pull/401) Updated conductor to 1.0.0-beta.45 ([@richardgorman](https://github.com/richardgorman))
* [#398](https://github.com/shopgate/pwa/pull/398) Fixed wrong displayed tier price products ([@fkloes](https://github.com/fkloes))
* [#399](https://github.com/shopgate/pwa/pull/399) Improved button appearance on small iOS devices ([@fkloes](https://github.com/fkloes))
* [#395](https://github.com/shopgate/pwa/pull/395) Fixed a bug that caused broken product pages ([@fkloes](https://github.com/fkloes))
* [#393](https://github.com/shopgate/pwa/pull/393) Replaced deprecated FR, LV, FE and GE iso province codes ([@SG-Noxoreos](https://github.com/SG-Noxoreos))
* [#391](https://github.com/shopgate/pwa/pull/391) Tapping on blank area now closes Search ([@richardgorman](https://github.com/richardgorman))
* [#385](https://github.com/shopgate/pwa/pull/385) Reverted styling changes to SnackBar ([@richardgorman](https://github.com/richardgorman))
* [#386](https://github.com/shopgate/pwa/pull/386) Re-added hiding of the legacy menu bar on app start ([@fkloes](https://github.com/fkloes))
* [#384](https://github.com/shopgate/pwa/pull/384) Corrected an issue where the action of stacked toast messages was incorrect ([@richardgorman](https://github.com/richardgorman))
* [#383](https://github.com/shopgate/pwa/pull/383) Characteristic button text is now aligned on iOS ([@richardgorman](https://github.com/richardgorman))
* [#382](https://github.com/shopgate/pwa/pull/382) Corrected a bug that prevented filter attributes from being selected ([@richardgorman](https://github.com/richardgorman))
* [#377](https://github.com/shopgate/pwa/pull/377) Removed unnecessary white space below routes ([@richardgorman](https://github.com/richardgorman))
* [#378](https://github.com/shopgate/pwa/pull/378) Corrected a bug where child product prices were not updating ([@richardgorman](https://github.com/richardgorman))
* [#375](https://github.com/shopgate/pwa/pull/375) Correct bug where products could not be sorted due to wrong navigation location ([@richardgorman](https://github.com/richardgorman))
* [#374](https://github.com/shopgate/pwa/pull/374) Forced the search input field to reset ([@richardgorman](https://github.com/richardgorman))
* [#373](https://github.com/shopgate/pwa/pull/373) Corrected a bug where the MessageBar would shrink inside a f… ([@richardgorman](https://github.com/richardgorman))
* [#372](https://github.com/shopgate/pwa/pull/372) Fixed an inAppBrowser issue where previous opened pages got visible again ([@fkloes](https://github.com/fkloes))
* [#370](https://github.com/shopgate/pwa/pull/370) Fixed an inAppBrowser issue where previous opened pages got visible again ([@fkloes](https://github.com/fkloes))
* [#367](https://github.com/shopgate/pwa/pull/367) Fixed product list updates when filters where applied or changed ([@fkloes](https://github.com/fkloes))
* [#364](https://github.com/shopgate/pwa/pull/364) Corrected a visual bug caused by Safari 10.3 bug ([@richardgorman](https://github.com/richardgorman))
* [#361](https://github.com/shopgate/pwa/pull/361) Corrected visual bugs inside GMD ([@richardgorman](https://github.com/richardgorman))
* [#357](https://github.com/shopgate/pwa/pull/357) AddToCartBar is now rendered outside of the page content ([@richardgorman](https://github.com/richardgorman))
* [#354](https://github.com/shopgate/pwa/pull/354) Removed inline scroll polyfill in favour of the npm package ([@richardgorman](https://github.com/richardgorman))
* [#349](https://github.com/shopgate/pwa/pull/349) Improved search suggestions on iOS and GMD theme ([@fkloes](https://github.com/fkloes))
* [#333](https://github.com/shopgate/pwa/pull/333) CartButton and SearchButton are now reliably hidden on cart page ([@fkloes](https://github.com/fkloes))
* [#293](https://github.com/shopgate/pwa/pull/293) Removed country codes from province province codes used by the form builder ([@SG-Noxoreos](https://github.com/SG-Noxoreos))
* [#302](https://github.com/shopgate/pwa/pull/302) Fixed hammer.js by fixing the version to 0.5.6 ([@devbucket](https://github.com/devbucket))
* [#295](https://github.com/shopgate/pwa/pull/295) Fix UI separating line between coupon and coupon field. ([@alexbridge](https://github.com/alexbridge))
* [#287](https://github.com/shopgate/pwa/pull/287) Added iPhoneXs, XsMax and Xr support ([@Carsten89](https://github.com/Carsten89))
* [#258](https://github.com/shopgate/pwa/pull/258) PWA-970 Added new category selectors. Converted list component to be … ([@richardgorman](https://github.com/richardgorman))


## [v7.20.0](https://github.com/shopgate/pwa/compare/...v7.20.0) (2024-11-07)

#### :rocket: Enhancement
Expand Down
Loading

0 comments on commit 266bf10

Please sign in to comment.