Skip to content

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

v1.14.0

19 Sep 14:00
Compare
Choose a tag to compare

New
feat: add InlineNotification component (#429)

Fix
fix(paragraph): add right padding for mobile sizes (#426)

v1.13.0

16 Sep 23:48
Compare
Choose a tag to compare

fix: use native vimeo controls

new: Render a custom Title component by exporting it from your MDX.

1.12.1

11 Sep 20:44
15e1395
Compare
Choose a tag to compare

fix: update list alignment styles (#402)

v1.12.0

11 Sep 19:49
Compare
Choose a tag to compare

This release release adds site-wide search to every site.

At build time, we index the content, title, and description of your MDX pages to provide lightning fast search results without the need of a third party service (RIP Algolia). We also re-wrote the search component to match the slick dark mode used in the rest of the UI Shell.

To render helpful search results (and improve SEO), you’ll want to make sure your pages have description set in the frontmatter.

Check the configuration guide to disable or modify the search index.

v1.11.4

28 Aug 20:52
Compare
Choose a tag to compare

Bug fix introduced in v1.11.3 where paragraph margins were missing if nested inside a row

  • fix: nested row margins (#382)

v1.11.3

28 Aug 18:23
Compare
Choose a tag to compare

More cleanup in preperation for carbon/idl migration

  • Adjustments to the way we handle paragraphs in markdown (#374, #376)
  • Image gallery fix scrolling fix #378
  • Switcher border bottom #372

v1.11.2

26 Aug 12:58
Compare
Choose a tag to compare

Various small bug fixes

  • fix: article card type style and caption spacing (#368)
  • refactor: updates button to div, adds event handlers, and adds video example to gallery (#365)

v1.11.0

22 Aug 14:30
Compare
Choose a tag to compare
  • feat: IBM Plex Sans Variable (#329)
  • fix: don't hide header at any viewport size (#364)

v1.10.0

21 Aug 15:28
Compare
Choose a tag to compare
  • feat(ImageGallery): adds ImageGallery and ImageGalleryImage component for gallery view of photos #315
  • fix: remove extra content (#360)
  • fix: spacing updates / fixes (#350)
  • fix: callout font size (#363)

v1.9.0

18 Aug 14:11
Compare
Choose a tag to compare

One thing to note is if you’re including your own carbon components styles you’ll wanna remove them. You can now use any of our react components without worrying about importing the styles.

  • feat: update switcher at lg+ sizes (#339)
  • feat: add carbon components styles (#353)
  • fix: don't render icon for local links (#347)
  • fix: header action svgs misaligned (#346)
  • fix: add right border back to nav on dark (#348)
  • fix: list spacing (#351)
  • fix: use correct focus color on dark side nav (#354)