Releases: sbardian/gatsby-plugin-breadcrumb
Releases · sbardian/gatsby-plugin-breadcrumb
v12.3.2
12.3.2 (2023-03-06)
Bug Fixes
- fix peer deps for gatsby v5 (d37bd8e)
v12.3.1
12.3.1 (2022-01-24)
Bug Fixes
- deps: update prop-types to v15.8.1 (3f26c51)
v12.3.0
12.3.0 (2021-12-29)
Bug Fixes
- deps: update prop-types to v15.8.0 (801aee6)
Features
- support Gatsby v2, v3, and v4 (16aa577)
v12.2.0
12.2.0 (2021-10-22)
Bug Fixes
- deps: update @babel/runtime to ^7.9.6 (5752d2e)
- deps: update babel-jest to ^26.0.1 (9bf4a00)
- deps: update babel-jest to v27.3.1 (af4ced7)
- deps: update wildcard-match to v5.1.2 (fee2b8b)
Features
- enable using a component as the breadcrumb separator (0c2ed02)
v12.1.0
12.1.0 (2021-03-17)
Features
- update gatsby peer dep version greater than or equal to v3.1.0 (40eabce), closes #135
v12.0.0
12.0.0 (2021-03-11)
Bug Fixes
- add gatsby back to dev deps (7ac9dd1)
- deps: update gatsby monorepo (98a30d6)
- deps: update gatsby monorepo (2020372)
- deps: update gatsby monorepo (2333ae8)
chore
- update gatsby peer dependency to v3.0.4 (c314a34), closes #134
BREAKING CHANGES
- Potential to break sites on older versions of gatsby
v11.0.0
11.0.0 (2021-01-02)
Bug Fixes
Features
- use wildcard-match library for exclude options array (15d7c36), closes #109
BREAKING CHANGES
- Your exclude array strings will need to be updated to continue to be excluded from
having breadcrumbs created. See Readme.
v10.0.0
10.0.0 (2020-05-28)
Bug Fixes
- remove default excluded paths (975a601), closes #81
BREAKING CHANGES
- while removing the default excluded paths should not cause issues, it might for
some users so marking it a breaking change
v9.1.0
9.1.0 (2020-05-22)
Features
- add trailingSlashes plugin option (7f89eb1)