Releases: carbon-design-system/gatsby-theme-carbon
v1.8.2
v1.8.1
v1.8.0
- fix: update type token for blockquote to be responsive (#313)
- fix(blockquote): list text color (#321)
- fix(autolinkheader): no hover icon on small screens (#322)
- fix(DoDontExample): changed targeted class so video button is no longer off center (#319)
- feat: add support for dark mode pages (#283) (this is still experimental and not ready for prime time)
v1.7.1
v1.7.0
New:
-
<ArtDirection>
: On the web, art direction refers to changing the image rendered at different display sizes. This component allows you to to provide multiple images achieve this goal. -
titleType
theme option – pick between three formats for the<title>
element for your site.page
: "Page Title" (default)site
: "Gatsby Theme Carbon"append
: "Gatsby Theme Carbon – Page Title"
-
In addition to the title you can now provide a description and keywords through your markdown's frontmatter (the same place where you specify the title). Thank you @emyarod!
Bugfixes:
- @joshjohn99 helped crush an elusive next/previous bug where navigation would break if your tabs had the same title (#278)
- Various component style tweaks
- Homepage style fixes
- Dependency updates
v1.6.4
v1.6.3
bug fixes:
-
Resource card icon size adjustment: #273
Note: in our guidance we ask for a 32x32 icon. If you were providing a larger icon, gatsby would resize it to shrink for you. This was causing the poor scaling behavior (carbon-design-system/design-language-website#99).
-
Allow users to restrict
gatsby-mdx
processing to justmdx
files: #285
v1.6.2
v1.6.1
v1.6.0
New
Richer code blocks from markdown
- Carbon syntax highlighting,
path
andsrc
props. - New documentation page just for code blocks
Edit in Github Link
Just supplying a couple theme options
Fixes
- List styles
- Footer styles
- gatsby-plugin-mdx fixes (also brings back blur-up)
- Vimeo video player styles
- homepage layout adjustments
- markdown spacing tweaks
Internal
- Update Carbon assets to July release
- Move remaining emotion styles to scss/css modules
- Documentation improvements