Releases: sbardian/gatsby-plugin-breadcrumb
Releases · sbardian/gatsby-plugin-breadcrumb
v9.0.3
v9.0.2
v9.0.1
v9.0.0
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).
- remove inline styles (1f4a324)
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
v8.0.0
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