Skip to content

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

Release 1.27.0

22 Oct 18:20
Compare
Choose a tag to compare

1.27.0 (2020-10-22)

Features

  • Aside: add option to hide hanging rule from Aside component (#1014) (d416901)
  • Theming: Adds Dark, White, and g10 themes to GTC (#979) (432f243)
  • update switcher content (#1023) (ed2df93)

Release 1.26.18

10 Oct 04:38
Compare
Choose a tag to compare

1.26.18 (2020-10-10)

Release 1.26.17

10 Oct 00:11
Compare
Choose a tag to compare

1.26.17 (2020-10-10)

Bug Fixes

  • homepage default text color should be gray-10 closes #535 (9bc8696)

v1.26.6

24 Jul 00:46
Compare
Choose a tag to compare

fix: header link not clickable and other related z-index issues #938

v1.26.5

22 Jul 21:25
Compare
Choose a tag to compare

fix: video posters getting double prefixes under some circumstances

v1.26.4

21 Jul 21:14
Compare
Choose a tag to compare
  • Fix Code Copy button text peeking through
  • Fix Side nav text color with latest carbon version
  • Bump min Carbon version to latest release

note: If your site needs to control the Carbon version (perhaps a PAL site, who's library pins Carbon) we recommend using the resolutions property in package.json to select. This is a yarn only feature.

v1.26.3

21 Jul 03:16
Compare
Choose a tag to compare

Fixes

  • nested list margin (Thanks @eng618!)

Chores

  • updated dependencies

v1.26.2

17 Jul 13:00
Compare
Choose a tag to compare
  • Anchor links margin (#879)

v1.26.1

16 Jul 22:52
Compare
Choose a tag to compare

Note: these includes the changes from 1.26.0 with on extra fix

New

MiniCard! Be sure to check out the documentation to learn how this component can be used effectively and within design guidance.

Fixes

  • Several spacing issues introduced by the column spacing tweak. If you also run into problems with this fix, check the release notes from v1.25.2
  • Navigation shadowing guidance
  • MiniCard href undefined (v1.26.1)

Chores

  • Switched to used the brand new Carbon prettier config. You can use it in your own projects by making a prettier.config.js in the root of your project with the following contents:
module.exports = require('prettier-config-carbon');
  • Added release docs shedding light on how we determine when to release and our process for manual releases.

v1.26.0

16 Jul 22:09
Compare
Choose a tag to compare

New

MiniCard! Be sure to check out the documentation to learn how this component can be used effectively and within design guidance.

Fixes

  • Several spacing issues introduced by the column spacing tweak. If you also run into problems with this fix, check the release notes from v1.25.2
  • Navigation shadowing guidance
  • MiniCard href undefined

Chores

  • Switched to used the brand new Carbon prettier config. You can use it in your own projects by making a prettier.config.js in the root of your project with the following contents:
module.exports = require('prettier-config-carbon');
  • Added release docs shedding light on how we determine when to release and our process for manual releases.