Skip to content

Releases: sbardian/gatsby-plugin-breadcrumb

v9.0.3

07 May 16:30
385d742
Compare
Choose a tag to compare

9.0.3 (2020-05-07)

Bug Fixes

v9.0.2

29 Apr 17:10
Compare
Choose a tag to compare

9.0.2 (2020-04-29)

Bug Fixes

  • core: breadcrumb title span only when needed (#72) (c4a6068)
  • deps: update gatsby monorepo (a4e2b0e)

v9.0.1

27 Feb 18:39
Compare
Choose a tag to compare

9.0.1 (2020-02-27)

Bug Fixes

  • fix bugs in click tracking (482cb2b)

missed removing styles and useClassNames plugin option from click tracking component

v9.0.0

27 Feb 17:06
Compare
Choose a tag to compare

9.0.0 (2020-02-27)

Features

This feature removes style props and default inline styles from the <Breadcrumb> component. It also provides a new css file to import for default styling of the breadcrumb (see docs).

BREAKING CHANGES

  • remove default <Breadcrumb> inline styles
  • remove <Breadcrumb> style props
  • remove useClassNames plugin option, no longer needed as inline styles have been removed.

v8.0.1

26 Feb 20:14
c386f5c
Compare
Choose a tag to compare

8.0.1 (2020-02-26)

Bug Fixes

  • fix a bug in defaultCrumb pluginOption (6b6dbee)

v8.0.0

23 Feb 19:51
Compare
Choose a tag to compare

8.0.0 (2020-02-23)

Features

  • follow W3C WAI-ARIA breadcrumb best practices (0aaac47)

BREAKING CHANGES

  • HTML element changes. Moved from using div and span to nav, ol, and li elements
  • Classes when using useClassNames might be applied to different elements, see updated docs
    FIX: bug in applying active link class

v7.0.0

27 Jan 16:25
Compare
Choose a tag to compare

7.0.0 (2020-01-27)

Bug Fixes

  • deps: update jest monorepo to v25 (#47) (5970414)

Code Refactoring

  • remove support for sitemap crumbs (006527f)

BREAKING CHANGES

  • remove support for sitemap crumbs

v6.3.0

08 Jan 16:12
Compare
Choose a tag to compare

6.3.0 (2020-01-08)

Features

  • add plugin option crumbLabelUpdates (fc3b773), closes #42

v6.2.3

04 Dec 17:34
Compare
Choose a tag to compare

6.2.3 (2019-12-04)

Bug Fixes

  • auto-gen-crumbs: add class name and update README for title (#39) (7643c71)

v6.2.2

19 Nov 02:51
Compare
Choose a tag to compare

6.2.2 (2019-11-19)

Bug Fixes

  • auto-gen-crumb: fix disableLinks and hiddenCrumbs prop types (3421a40)