Skip to content

Commit 990f455

Browse files
authored
Merge pull request #64 from yifaneye/dev
v0.2.8
2 parents 960bb8b + 04c969d commit 990f455

File tree

15 files changed

+66
-536
lines changed

15 files changed

+66
-536
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
[![NPM](https://img.shields.io/npm/v/react-gallery-carousel.svg)](https://www.npmjs.com/package/react-gallery-carousel)
44

5+
## v0.2.8 (2021-12-23)
6+
7+
### Bug Fixes
8+
9+
- Second attempt to fix swiping stuck after zoom issue.
10+
([Issue #44](https://github.com/yifaneye/react-gallery-carousel/issues/44))
11+
12+
### Enhancements
13+
14+
- Simplify Gatsby example
515

616
## v0.2.7 (2021-12-18)
717

example/src/components/Footer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const Footer = () => {
55
return (
66
<footer className='section'>
77
<div className='action-container'>
8-
<strong>react-gallery-carousel (v0.2.7)</strong>
8+
<strong>react-gallery-carousel (v0.2.8)</strong>
99
<div className='star-button-container'>
1010
<GitHubButton
1111
href='https://github.com/yifaneye/react-gallery-carousel'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-gallery-carousel",
3-
"version": "0.2.7",
3+
"version": "0.2.8",
44
"description": "Mobile-friendly Carousel with batteries included (supporting touch, mouse emulation, lazy loading, thumbnails, fullscreen, RTL, keyboard navigation and customisations).",
55
"author": "yifaneye",
66
"license": "MIT",

react-gallery-carousel-gatsby/gatsby-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module.exports = {
33
title: 'react-gallery-carousel Gatsby example',
44
description:
55
'react-gallery-carousel is a mobile-friendly dependency-free React carousel component with support for touch, mouse dragging, lazy loading, thumbnails, modal, keyboard navigation, RTL and pinch to zoom.',
6-
url: 'https://rgc.yifanai.com',
6+
url: 'https://yifanai.com/rgc',
77
image: '/images/icon.png',
88
twitterUsername: '@yifaneye'
99
},

react-gallery-carousel-gatsby/src/components/Carousel1.js

Lines changed: 0 additions & 91 deletions
This file was deleted.

react-gallery-carousel-gatsby/src/components/Carousel2.js

Lines changed: 0 additions & 28 deletions
This file was deleted.

react-gallery-carousel-gatsby/src/components/Carousel3.js

Lines changed: 0 additions & 27 deletions
This file was deleted.

react-gallery-carousel-gatsby/src/components/Carousel4.js

Lines changed: 0 additions & 65 deletions
This file was deleted.

react-gallery-carousel-gatsby/src/components/Carousel5.js

Lines changed: 0 additions & 118 deletions
This file was deleted.

0 commit comments

Comments
 (0)