Releases: carbon-design-system/gatsby-theme-carbon
Releases · carbon-design-system/gatsby-theme-carbon
v1.14.0
New
feat: add InlineNotification component (#429)
Fix
fix(paragraph): add right padding for mobile sizes (#426)
1.12.1
fix: update list alignment styles (#402)
v1.12.0
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
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
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
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
- feat: IBM Plex Sans Variable (#329)
- fix: don't hide header at any viewport size (#364)
v1.10.0
- 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
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)