Releases: carbon-design-system/gatsby-theme-carbon
Releases · carbon-design-system/gatsby-theme-carbon
Release 1.27.0
Release 1.26.18
1.26.18 (2020-10-10)
Release 1.26.17
v1.26.6
v1.26.5
v1.26.4
- 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
v1.26.2
v1.26.1
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
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.