Releases: sbardian/gatsby-plugin-breadcrumb
Releases · sbardian/gatsby-plugin-breadcrumb
v6.2.1
6.2.1 (2019-11-11)
Bug Fixes
- click-tracking: remove crumbClicked state (750310b)
v6.2.0
6.2.0 (2019-11-07)
Features
- support sites prefixing paths (3201558)
v6.1.0
6.1.0 (2019-10-13)
Features
- autogen: add hiddenCrumbs and disableCrumbs properties (aff1b95)
v6.0.0
6.0.0 (2019-10-05)
Code Refactoring
BREAKING CHANGES
- deprecate SitemapCrumbs component
v5.1.0
5.1.0 (2019-10-02)
Features
- allow disabling style props in favor of class names (dc58ebf), closes #30
v5.0.2
5.0.2 (2019-10-01)
Bug Fixes
- components: fix a bug applying crumbWrapperStyle prop (e84893f)
v5.0.1
5.0.1 (2019-10-01)
Bug Fixes
- remove trailing crumb separator from breadcrumb (aeb3931), closes #29
v5.0.0
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
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
3.2.1 (2019-09-06)
Bug Fixes
- gatsby-node: remove breaking propTypes in gatsby-node (110a166)