gatsby-image-gallery

Very basic gallery grid based on gatsby-image

MIT License

Downloads
342
Stars
130
Committers
13

Bot releases are visible (Hide)

gatsby-image-gallery - v6.1.2

Published by github-actions[bot] over 3 years ago

6.1.2 (2021-04-07)

Bug Fixes

  • widen ranges dependencies (0f2e337)
gatsby-image-gallery - v6.1.1

Published by github-actions[bot] over 3 years ago

6.1.1 (2021-04-07)

Bug Fixes

  • deps: update dependency styled-components to v5.2.3 (7fdf7f2)
gatsby-image-gallery - v6.1.0

Published by github-actions[bot] over 3 years ago

6.1.0 (2021-03-31)

Features

  • add prop for row margin and center columns (#669) (2262857)
gatsby-image-gallery - v6.0.0

Published by github-actions[bot] over 3 years ago

6.0.0 (2021-03-14)

chore

  • bump minimum node version (9f538f3)

Features

BREAKING CHANGES

gatsby-image-gallery - v5.0.1

Published by github-actions[bot] over 3 years ago

5.0.1 (2021-03-14)

Bug Fixes

  • upgrade styled-components from 5.0.0 to 5.2.1 (9ebffc7)
gatsby-image-gallery - v5.0.0

Published by github-actions[bot] over 3 years ago

5.0.0 (2021-03-13)

Features

BREAKING CHANGES

  • there is no need to import the styles.css file. As a result, the file is no longer part of the package. To migrate, remove the line import '@browniebroke/gatsby-image-gallery/dist/style.css'.
gatsby-image-gallery - v4.2.0-beta.2

Published by github-actions[bot] over 3 years ago

4.2.0-beta.2 (2021-03-13)

Bug Fixes

  • remove unused rollup-plugin-postcss (1eef5ed)
gatsby-image-gallery - v4.2.0-beta.1

Published by github-actions[bot] over 3 years ago

4.2.0-beta.1 (2021-03-13)

Bug Fixes

  • convert RIL's CSS to styled component (f6e148f)
  • import Gallery from src in example (22c09e1)
  • include CSS as part of dist (264d203)
  • rename variable to pageQuery (b02e611)
  • setup CSS module in Jest (95d8c22)

Features

gatsby-image-gallery - v4.1.1

Published by github-actions[bot] over 3 years ago

4.1.1 (2021-03-08)

Bug Fixes

gatsby-image-gallery - v4.1.0

Published by github-actions[bot] over 3 years ago

4.1.0 (2021-03-08)

Bug Fixes

  • broken CI build (b0404ba)
  • example/package.json to reduce vulnerabilities (0f9f385)

Features

gatsby-image-gallery - v4.0.2

Published by github-actions[bot] almost 4 years ago

4.0.2 (2020-11-15)

Bug Fixes

gatsby-image-gallery - v4.0.1

Published by github-actions[bot] almost 4 years ago

4.0.1 (2020-10-21)

Bug Fixes

  • move default branch to main (4251b65)
gatsby-image-gallery - v4.0.0

Published by github-actions[bot] about 4 years ago

4.0.0 (2020-10-06)

Features

  • remove deprecated props thumbs and fullImages (#550) (8e742d6)

BREAKING CHANGES

  • old deprecated pros are removed, please move to the new unified prop images.
gatsby-image-gallery - v3.5.2

Published by github-actions[bot] about 4 years ago

3.5.2 (2020-09-13)

Bug Fixes

  • example: Demonstrate how to use captions (1b9d064), closes #529
gatsby-image-gallery - v3.5.1

Published by github-actions[bot] over 4 years ago

3.5.1 (2020-07-18)

Bug Fixes

  • prop: Fix case in component prop lightboxOptions (4ef8e6f)
gatsby-image-gallery - v3.5.0

Published by github-actions[bot] over 4 years ago

3.5.0 (2020-07-18)

Bug Fixes

  • component: Fix prop types & remove cross origin (e8f312e)

Features

  • component: Ability to pass options to Lightbox (babc25c), closes #493
gatsby-image-gallery - v3.4.2

Published by github-actions[bot] over 4 years ago

3.4.2 (2020-07-16)

No actual changes, only a version bump to test the new automated release workflow.

Bug Fixes

  • publish: Install deps before publish (f1cfaa9)
  • publish: Skip publish on pull requests (7518740)
gatsby-image-gallery - v3.4.0

Published by browniebroke over 4 years ago

3.4.0 (2020-07-12)

Bug Fixes

Features

  • component: Alt property added for thumbnails (e0a28ad)
gatsby-image-gallery - v3.3.3

Published by browniebroke over 4 years ago

3.3.3 (2020-06-01)

Bug Fixes

  • api: Fix usage with non-native gatsby image source (b21e8c3)
gatsby-image-gallery - v3.3.2

Published by browniebroke over 4 years ago

3.3.2 (2020-06-01)

Bug Fixes

  • packaging: Use path.resolve for packaging CSS (86d6001)