Releases: browniebroke/gatsby-image-gallery
Releases · browniebroke/gatsby-image-gallery
v6.1.2
6.1.2 (2021-04-07)
Bug Fixes
- widen ranges dependencies (0f2e337)
v6.1.1
6.1.1 (2021-04-07)
Bug Fixes
- deps: update dependency styled-components to v5.2.3 (7fdf7f2)
v6.1.0
6.1.0 (2021-03-31)
Features
- add prop for row margin and center columns (#669) (2262857)
v6.0.0
6.0.0 (2021-03-14)
chore
- bump minimum node version (9f538f3)
Features
BREAKING CHANGES
v5.0.1
5.0.1 (2021-03-14)
Bug Fixes
- upgrade styled-components from 5.0.0 to 5.2.1 (9ebffc7)
v5.0.0
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'
.
v4.2.0-beta.2
Bug Fixes
- remove unused rollup-plugin-postcss (1eef5ed)
v4.2.0-beta.1
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
v4.1.1
4.1.1 (2021-03-08)
Bug Fixes
v4.1.0
4.1.0 (2021-03-08)
Bug Fixes
- broken CI build (b0404ba)
- example/package.json to reduce vulnerabilities (0f9f385)
Features