Skip to content

Commit

Permalink
PWA-1781: Updated changelog for PWA 6.4.0 release and removed a wrong…
Browse files Browse the repository at this point in the history
… JSDoc type comment in the swiper react component.
  • Loading branch information
SG-Noxoreos committed Apr 1, 2019
1 parent 46e238b commit 6f8128b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ Please add an "x" into the option that is relevant:

## How to test it

Please describe here any specialty that the tester should be aware of.
Please describe here any specialty that the tester should be aware of.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#### :rocket: Enhancement
* [#589](https://github.com/shopgate/pwa/pull/589) The cart now display correct and consistent data in the totals. ([@devbucket](https://github.com/devbucket))
* [#588](https://github.com/shopgate/pwa/pull/588) Add portals wrapping the view content ([@alexbridge](https://github.com/alexbridge))
* [#588](https://github.com/shopgate/pwa/pull/588) Add portals wrapping the View Content ([@alexbridge](https://github.com/alexbridge))
* [#577](https://github.com/shopgate/pwa/pull/577) Implementation of the Barcode Scanner UI ([@fkloes](https://github.com/fkloes))
* [#573](https://github.com/shopgate/pwa/pull/573) Show QR Code Scan results ([@alexbridge](https://github.com/alexbridge))
* [#574](https://github.com/shopgate/pwa/pull/574) Unused selectors for UI and toast messages have been removed. ([@devbucket](https://github.com/devbucket))
Expand All @@ -14,6 +14,7 @@
* [#564](https://github.com/shopgate/pwa/pull/564) Restructured PaymentBar and added Portals around cart totals ([@fkloes](https://github.com/fkloes))

#### :bug: Bug Fix
* [#593](https://github.com/shopgate/pwa/pull/593) Fixed swiper open link actions ([@SG-Noxoreos](https://github.com/SG-Noxoreos))
* [#590](https://github.com/shopgate/pwa/pull/590) Patch for e2e tests for new slider implementation ([@alexbridge](https://github.com/alexbridge))
* [#571](https://github.com/shopgate/pwa/pull/571) Refactored the Sliders to use the new react-id-swiper version ([@devbucket](https://github.com/devbucket))
* [#576](https://github.com/shopgate/pwa/pull/576) Sentry.io level / severity is not send correctly ([@alexbridge](https://github.com/alexbridge))
Expand Down
1 change: 0 additions & 1 deletion libraries/common/components/Swiper/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ function Swiper(props) {
disabled,
} = props;

/** @type {Swiper} swiper An instance of the Swiper. */
const [swiper, setSwiper] = useState(null);

useEffect(() => {
Expand Down

0 comments on commit 6f8128b

Please sign in to comment.