Skip to content

Releases: sbardian/gatsby-plugin-breadcrumb

v12.3.2

06 Mar 20:34
Compare
Choose a tag to compare

12.3.2 (2023-03-06)

Bug Fixes

  • fix peer deps for gatsby v5 (d37bd8e)

v12.3.1

24 Jan 15:09
57d718c
Compare
Choose a tag to compare

12.3.1 (2022-01-24)

Bug Fixes

  • deps: update prop-types to v15.8.1 (3f26c51)

v12.3.0

29 Dec 01:54
Compare
Choose a tag to compare

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

22 Oct 01:56
Compare
Choose a tag to compare

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.1

13 Apr 17:58
a0b3cc8
Compare
Choose a tag to compare

12.1.1 (2021-04-13)

Bug Fixes

v12.1.0

17 Mar 18:22
Compare
Choose a tag to compare

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

11 Mar 03:50
Compare
Choose a tag to compare

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

02 Jan 20:02
Compare
Choose a tag to compare

11.0.0 (2021-01-02)

Bug Fixes

  • deps: update gatsby monorepo (7df2279)
  • deps: update gatsby monorepo (7428d58)
  • deps: update gatsby monorepo (#111) (907d4e9)

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

28 May 03:17
Compare
Choose a tag to compare

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

22 May 22:07
f6d53e2
Compare
Choose a tag to compare

9.1.0 (2020-05-22)

Features

  • add trailingSlashes plugin option (7f89eb1)