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.