Skip to content

Commit

Permalink
Merge pull request #64 from yifaneye/dev
Browse files Browse the repository at this point in the history
v0.2.8
  • Loading branch information
yifaneye authored Dec 24, 2021
2 parents 960bb8b + 04c969d commit 990f455
Show file tree
Hide file tree
Showing 15 changed files with 66 additions and 536 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## v0.2.8 (2021-12-23)

### Bug Fixes

- Second attempt to fix swiping stuck after zoom issue.
([Issue #44](https://github.com/yifaneye/react-gallery-carousel/issues/44))

### Enhancements

- Simplify Gatsby example

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

Expand Down
2 changes: 1 addition & 1 deletion example/src/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const Footer = () => {
return (
<footer className='section'>
<div className='action-container'>
<strong>react-gallery-carousel (v0.2.7)</strong>
<strong>react-gallery-carousel (v0.2.8)</strong>
<div className='star-button-container'>
<GitHubButton
href='https://github.com/yifaneye/react-gallery-carousel'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-gallery-carousel",
"version": "0.2.7",
"version": "0.2.8",
"description": "Mobile-friendly Carousel with batteries included (supporting touch, mouse emulation, lazy loading, thumbnails, fullscreen, RTL, keyboard navigation and customisations).",
"author": "yifaneye",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion react-gallery-carousel-gatsby/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = {
title: 'react-gallery-carousel Gatsby example',
description:
'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.',
url: 'https://rgc.yifanai.com',
url: 'https://yifanai.com/rgc',
image: '/images/icon.png',
twitterUsername: '@yifaneye'
},
Expand Down
91 changes: 0 additions & 91 deletions react-gallery-carousel-gatsby/src/components/Carousel1.js

This file was deleted.

28 changes: 0 additions & 28 deletions react-gallery-carousel-gatsby/src/components/Carousel2.js

This file was deleted.

27 changes: 0 additions & 27 deletions react-gallery-carousel-gatsby/src/components/Carousel3.js

This file was deleted.

65 changes: 0 additions & 65 deletions react-gallery-carousel-gatsby/src/components/Carousel4.js

This file was deleted.

118 changes: 0 additions & 118 deletions react-gallery-carousel-gatsby/src/components/Carousel5.js

This file was deleted.

Loading

0 comments on commit 990f455

Please sign in to comment.