Skip to content

Releases: carbon-design-system/gatsby-theme-carbon

v1.8.2

15 Aug 20:31
Compare
Choose a tag to compare
  • remove stray back tick on resource card
  • fix useSearch implementation (internal)
  • update header to only hide on mobile

v1.8.1

14 Aug 22:32
Compare
Choose a tag to compare
  • Update left column heading
  • remove addons-website deps
  • update carbon deps

v1.8.0

08 Aug 17:35
Compare
Choose a tag to compare
  • 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

06 Aug 17:24
Compare
Choose a tag to compare

Fixes the annoying left nav duplicate active tag bug #265

Fixes feature cards hanging at max width

v1.7.0

02 Aug 15:19
Compare
Choose a tag to compare

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

30 Jul 20:54
Compare
Choose a tag to compare

bugfixes:

  • update accordion bleed #289
  • update next/prev background color #289
  • use variable for image quality

v1.6.3

30 Jul 14:56
Compare
Choose a tag to compare

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 just mdx files: #285

v1.6.2

29 Jul 16:43
Compare
Choose a tag to compare

bugfixes:

  • tab :active jank
  • use @carbon/elements/themes instead of @carbon/themes

v1.6.1

25 Jul 00:54
Compare
Choose a tag to compare

bugfixes:

  • update page tabs on mobile
  • accordion styles
  • banner width on homepage

v1.6.0

18 Jul 17:24
Compare
Choose a tag to compare

New

Richer code blocks from markdown

  • Carbon syntax highlighting, path and src props.
  • New documentation page just for code blocks

Screen Shot 2019-07-18 at 12 00 42 PM

Edit in Github Link

Just supplying a couple theme options

Screen Shot 2019-07-18 at 12 17 20 PM

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