You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

react-image-grid-gallery

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-image-grid-gallery - npm Package Versions

1

2.0.0

Diff
c
codesweetly
published 2.0.0 •

Changelog

Source

2.0.0 (2024-01-03)

⚠ BREAKING CHANGES

  • Rename imagesArray prop to imagesInfoArray
  • Rename imgArray prop to imagesArray
  • Users must now use named importation to add the package to their apps.

Named importation provides better compatibility with node and babel-like tools.

Ref: https://esbuild.github.io/content-types/#default-interop

🧱 Dependency

  • Bump @types/react (2515713)
  • Bump packages (3340792)
  • Configure script for building es modules and commonjs compilations (14a6251)
  • Configure script for building es modules compilations (390e63a)
  • Configure typescript as the package's compiler (3738a8e)
  • Delete the copy-files script (6da1df0)
  • Specify items typescript should compile (280f7d1)
  • Uninstall babel packages (f1f9e8f)

🏠 Chores

  • Define package's entry point (45f3c19)
  • Delete babel configuration (846a6cf)
  • Provide url and email for raising issues and reporting bugs (7d0319c)
  • Specify additional ignore rules (4659bde)
  • Specify files to publish to npm (b05e3d1)
  • Specify package's declaration file (b8d634d)

📝 Documentation

  • Add headers to installation section (d0c444b)
  • Update readme (1946f5c)

🐛 Bug Fix

  • Resolve crypto.randomUUID is not a function jest error (d3196a2)

🔄️ Code Refactoring

  • Add test section to changelog (cc924ff)
  • Change imagegallery's export mode from default to named exportation (d38624c)
  • Convert commitlint configuration file to typescript (b4bbe51)
  • Move css rulesets into imagegallerystyles file (4529b1e)
  • Move interface into types file (24c2f9e)
  • Rename imagesArray prop to imagesInfoArray (753fc2a)
  • Rename imgArray prop to imagesArray (2b7f611)
  • Rename imgElementArray to imageElementsArray (a975321)
  • Replace uniqid with crypto.randomuuid (06bd0ee)
  • Use release-it's default publish path (2a5be4a)

💅 Styling and Formatting

  • Delete stylesheet (f61ef5d)
  • Move the gallery container's rulesets into the imagegallerystyles class (db209e5)
  • Show figcaption on hover (16b3708)
  • Use inline css styling technique (d2951ca)

🧪 Code Testing

  • Configure jest as the package's testing tool (89fcdc3)
  • Confirm that the image gallery renders correctly (671c90d)
  • Convert jest configuration file to typescript (3845d9c)
  • Rename imgArray prop to imagesArray (3d5839d)
c
codesweetly
published 1.0.3 •

Changelog

Source

2.0.0 (2024-01-03)

⚠ BREAKING CHANGES

  • Rename imagesArray prop to imagesInfoArray
  • Rename imgArray prop to imagesArray
  • Users must now use named importation to add the package to their apps.

Named importation provides better compatibility with node and babel-like tools.

Ref: https://esbuild.github.io/content-types/#default-interop

🧱 Dependency

  • Bump @types/react (2515713)
  • Bump packages (3340792)
  • Configure script for building es modules and commonjs compilations (14a6251)
  • Configure script for building es modules compilations (390e63a)
  • Configure typescript as the package's compiler (3738a8e)
  • Delete the copy-files script (6da1df0)
  • Specify items typescript should compile (280f7d1)
  • Uninstall babel packages (f1f9e8f)

🏠 Chores

  • Define package's entry point (45f3c19)
  • Delete babel configuration (846a6cf)
  • Provide url and email for raising issues and reporting bugs (7d0319c)
  • Specify additional ignore rules (4659bde)
  • Specify files to publish to npm (b05e3d1)
  • Specify package's declaration file (b8d634d)

📝 Documentation

  • Add headers to installation section (d0c444b)
  • Update readme (1946f5c)

🐛 Bug Fix

  • Resolve crypto.randomUUID is not a function jest error (d3196a2)

🔄️ Code Refactoring

  • Add test section to changelog (cc924ff)
  • Change imagegallery's export mode from default to named exportation (d38624c)
  • Convert commitlint configuration file to typescript (b4bbe51)
  • Move css rulesets into imagegallerystyles file (4529b1e)
  • Move interface into types file (24c2f9e)
  • Rename imagesArray prop to imagesInfoArray (753fc2a)
  • Rename imgArray prop to imagesArray (2b7f611)
  • Rename imgElementArray to imageElementsArray (a975321)
  • Replace uniqid with crypto.randomuuid (06bd0ee)
  • Use release-it's default publish path (2a5be4a)

💅 Styling and Formatting

  • Delete stylesheet (f61ef5d)
  • Move the gallery container's rulesets into the imagegallerystyles class (db209e5)
  • Show figcaption on hover (16b3708)
  • Use inline css styling technique (d2951ca)

🧪 Code Testing

  • Configure jest as the package's testing tool (89fcdc3)
  • Confirm that the image gallery renders correctly (671c90d)
  • Convert jest configuration file to typescript (3845d9c)
  • Rename imgArray prop to imagesArray (3d5839d)
c
codesweetly
published 1.0.2 •
c
codesweetly
published 1.0.0 •
c
codesweetly
published 0.9.3 •

Changelog

Source

0.9.3 (2023-05-31)

🧱 Dependency

  • Move fslightbox-react and uniqid to dependencies field (eec267b)
c
codesweetly
published 0.9.2 •

Changelog

Source

0.9.2 (2023-05-30)

💅 Styling and Formatting

  • Change figcaption background's maximum opacity to 1 (46c624f)
  • Change padding-inline to padding (74b638c)
c
codesweetly
published 0.9.1 •

Changelog

Source

0.9.1 (2023-05-30)

📝 Documentation

  • Write about the 'columnWidth' and 'gapSize' props (0637ae4)
c
codesweetly
published 0.9.0 •

Changelog

Source

0.9.0 (2023-05-30)

🐛 Bug Fix

  • Use github readme as homepage (5cb07b4)

💅 Styling and Formatting

  • Use mansory grid layout format for the image gallery (55697e3)

🚀 New Feature

  • Give users the option to specify gallery's gap size (b42efe4)
  • Provide users the option to specify gallery's column width (c54eaa4)
c
codesweetly
published 0.8.0 •

Changelog

Source

0.8.0 (2023-05-29)

🚀 New Feature

  • ImageGallery: Create ImageGallery component (49c40a9)

🔄️ Code Refactoring

  • Don't render <figcaption> if item.caption is undefined (1c0c59e)
  • Make caption optional (c47d824)
  • Rename 'ImgArryProps' to 'ImgArrayType' (8062f6c)

💅 Styling and Formatting

  • Add 'codesweetly-rigg' to class names (4e12857)
  • Add row-gap (4a5b2d8)
  • Create ImageGallery's stylesheet (70191bc)
  • Define codesweetly-img's width (ca01ba6)
  • Delete 'data-theme=light' declaration (d578205)
  • Delete the 'codesweetly-rigg-img' class (c87e621)

📝 Documentation

🏠 Chores

  • Change version number to 0.0.0 (24da08f)
  • commitlint: Install plugins to enforce Conventional Commits (9170395)
  • Configure babel (1d21977)
  • Configure TypeScript (9604bb9)
  • Create 'copy-files' script (da952a0)
  • Create a LICENSE (13c70f0)
  • Generate changelog (e2e920a)
  • github: Configure release-it to auto-generate project's GitHub releases (7312f92)
  • github: Specify the remote repo's url (d800de3)
  • Ignore 'dist' folder (12ae8a5)
  • Ignore npm-debug.log* (aafe117)
  • ImageGallery: Define ImgArryProps interface (c6f04e1)
  • Initialize react-image-grid-gallery project (bd11d5f)
  • Make 'ImageGallery.js' the entry point (14451d6)
  • package-json: Install packages for compiling React to JavaScript (56cd72d)
  • Provide info that helps people discover the package (bf581de)
  • release-it: Customize changelog's headings (00943c8)
  • release-it: Install version management plugin (abfc611)
  • release-it: Let release-it auto-generate project's changelog (8f12b98)
  • release-it: Specify options to override (bf58eee)
  • release-it: Use plugin to provide recommended bump to release-it (ebd37a4)
  • Scope package under '@codesweetly/' (5edc417)
  • typescript: Define declaration file's location (589842f)
  • Update changelog sections (8763812)
  • Update to v0.2.0 (6cce00e)
  • Update to v0.3.0 (7156836)
  • Update to v0.4.0 (df9a6f9)
  • Update to v0.5.0 (81acd21)

🐛 Bug Fix

  • release-it: Change 'publishPath' to './dist' (6edded2)
  • Update dist's package.json file (91261f1)
c
codesweetly
published 0.7.0 •

Changelog

Source

0.7.0 (2023-05-29)

🚀 New Feature

  • ImageGallery: Create ImageGallery component (49c40a9)

🔄️ Code Refactoring

  • Don't render <figcaption> if item.caption is undefined (1c0c59e)
  • Make caption optional (c47d824)
  • Rename 'ImgArryProps' to 'ImgArrayType' (8062f6c)

💅 Styling and Formatting

  • Add 'codesweetly-rigg' to class names (4e12857)
  • Add row-gap (4a5b2d8)
  • Create ImageGallery's stylesheet (70191bc)
  • Define codesweetly-img's width (ca01ba6)
  • Delete 'data-theme=light' declaration (d578205)
  • Delete the 'codesweetly-rigg-img' class (c87e621)

📝 Documentation

🏠 Chores

  • Change version number to 0.0.0 (24da08f)
  • commitlint: Install plugins to enforce Conventional Commits (9170395)
  • Configure babel (1d21977)
  • Configure TypeScript (9604bb9)
  • Create 'copy-files' script (da952a0)
  • Create a LICENSE (13c70f0)
  • Generate changelog (e2e920a)
  • github: Configure release-it to auto-generate project's GitHub releases (7312f92)
  • github: Specify the remote repo's url (d800de3)
  • Ignore 'dist' folder (12ae8a5)
  • Ignore npm-debug.log* (aafe117)
  • ImageGallery: Define ImgArryProps interface (c6f04e1)
  • Initialize react-image-grid-gallery project (bd11d5f)
  • Make 'ImageGallery.js' the entry point (14451d6)
  • package-json: Install packages for compiling React to JavaScript (56cd72d)
  • Provide info that helps people discover the package (bf581de)
  • release-it: Customize changelog's headings (00943c8)
  • release-it: Install version management plugin (abfc611)
  • release-it: Let release-it auto-generate project's changelog (8f12b98)
  • release-it: Specify options to override (bf58eee)
  • release-it: Use plugin to provide recommended bump to release-it (ebd37a4)
  • Scope package under '@codesweetly/' (5edc417)
  • typescript: Define declaration file's location (589842f)
  • Update changelog sections (8763812)
  • Update to v0.2.0 (6cce00e)
  • Update to v0.3.0 (7156836)
  • Update to v0.4.0 (df9a6f9)
  • Update to v0.5.0 (81acd21)

🐛 Bug Fix

  • release-it: Change 'publishPath' to './dist' (6edded2)