Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 2, 2026

Bumps react-image-gallery from 1.4.0 to 2.0.5.

Release notes

Sourced from react-image-gallery's releases.

v2.0.5

Full Changelog: xiaolin/react-image-gallery@v2.0.4...v2.0.5

v2.0.4

Full Changelog: xiaolin/react-image-gallery@v2.0.3...v2.0.4

Fixes thumbnail swiping and general swiping/transitions

thumbnail bar swiping is fixed

Bullet limits and resize observer fix

  • Fixes issue with resize observer not repositioning thumbnail and bullets
  • Adds maxBullets prop to support limiting bullet dispaly

v2.0.0 - TypeScript Rewrite

TLDR

Complete rewrite from JavaScript to TypeScript with modernized architecture, zero-config CSS, and improved touch/swipe handling.

✨ New Features

  • Zero-config CSS - Styles auto-inject on import, no separate CSS import needed
  • CSS custom properties - Easy theming via --ig-primary-color, --ig-thumbnail-size, etc.
  • TypeScript support - Full type definitions included out of the box

🔧 Improvements

  • Complete TypeScript rewrite - Entire codebase migrated from JS/JSX to TS/TSX
  • Hooks-based architecture - Refactored from class components to functional components with custom hooks
  • Better swipe handling - Improved touch gestures and thumbnail swiping
  • Smaller bundle - ~14KB gzipped (JS + CSS)

⚠️ Breaking Changes

  • Requires React 16.0.0+
  • Requires Node.js 18.18+
  • Removed SCSS source files (CSS only now)
  • Internal component structure changed (if you were importing internals)

📦 Migration

// Before (v1.x)
import ImageGallery from 'react-image-gallery';
import 'react-image-gallery/styles/css/image-gallery.css';
// After (v2.0) - CSS auto-injects!
import ImageGallery from 'react-image-gallery';

Commits
  • 6d518e0 2.0.5
  • b9fda95 feat: modernize demo page with new design, dark mode, and reorganized settings
  • 6453774 2.0.4
  • 7d064e0 fix: use npm 11.5.1+ for true tokenless trusted publishing
  • 8011052 fix: add NPM_TOKEN for npm publish
  • 72ed9d8 fix: handle no-changes case in deploy-demo script
  • 862dd3e 2.0.3
  • 1712352 ci: automate releases with npm provenance and GitHub releases
  • 797359e update ci
  • 0049fcb tsconfig fix
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for react-image-gallery since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [react-image-gallery](https://github.com/xiaolin/react-image-gallery) from 1.4.0 to 2.0.5.
- [Release notes](https://github.com/xiaolin/react-image-gallery/releases)
- [Commits](xiaolin/react-image-gallery@v1.4.0...v2.0.5)

---
updated-dependencies:
- dependency-name: react-image-gallery
  dependency-version: 2.0.5
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/Website/main/react-image-gallery-2.0.5 branch from 709e37a to 055bbf7 Compare February 2, 2026 07:32
@mergify mergify bot merged commit a107eed into main Feb 2, 2026
3 of 4 checks passed
@mergify mergify bot deleted the dependabot/npm_and_yarn/Website/main/react-image-gallery-2.0.5 branch February 2, 2026 07:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants