Skip to content

Releases: sbardian/gatsby-plugin-breadcrumb

v6.2.1

11 Nov 23:22
Compare
Choose a tag to compare

6.2.1 (2019-11-11)

Bug Fixes

  • click-tracking: remove crumbClicked state (750310b)

v6.2.0

07 Nov 21:43
Compare
Choose a tag to compare

6.2.0 (2019-11-07)

Features

  • support sites prefixing paths (3201558)

v6.1.0

13 Oct 20:47
Compare
Choose a tag to compare

6.1.0 (2019-10-13)

Features

  • autogen: add hiddenCrumbs and disableCrumbs properties (aff1b95)

v6.0.0

05 Oct 02:44
Compare
Choose a tag to compare

6.0.0 (2019-10-05)

Code Refactoring

BREAKING CHANGES

  • deprecate SitemapCrumbs component

v5.1.0

02 Oct 01:04
Compare
Choose a tag to compare

5.1.0 (2019-10-02)

Features

  • allow disabling style props in favor of class names (dc58ebf), closes #30

v5.0.2

01 Oct 20:41
Compare
Choose a tag to compare

5.0.2 (2019-10-01)

Bug Fixes

  • components: fix a bug applying crumbWrapperStyle prop (e84893f)

v5.0.1

01 Oct 18:19
Compare
Choose a tag to compare

5.0.1 (2019-10-01)

Bug Fixes

  • remove trailing crumb separator from breadcrumb (aeb3931), closes #29

v5.0.0

30 Sep 20:13
Compare
Choose a tag to compare

5.0.0 (2019-09-30)

Bug Fixes

  • sitemap: fix sitemap breadcrumbs (28f8990), closes #27

BREAKING CHANGES

  • sitemap: sitemap pluginOptions now require useSitemap true

v4.0.0

29 Sep 22:14
Compare
Choose a tag to compare

4.0.0 (2019-09-29)

Bug Fixes

  • sitemapcrumbs: no longer use gatsby-plugin-sitemap (2002ee8), closes #27

BREAKING CHANGES

  • sitemapcrumbs: SitemapCrumbs update to no longer rely on gatsby-plugin-sitemap. Config and use
    changes see docs.
  • sitemapcrumbs: no longer use gatsby-plugin-sitemap with SitemapCrumbs. See docs

v3.2.1

06 Sep 00:33
Compare
Choose a tag to compare

3.2.1 (2019-09-06)

Bug Fixes

  • gatsby-node: remove breaking propTypes in gatsby-node (110a166)