v7.15.0
Release Notes
From #238
Children sometimes have multiple elements (like <code>
and ClickableText
) and will look bad because we're using flexbox to align elements to the middle. This will make sure that consumers don't have to wrap their content with a <div />
From #234
We store our icon SVGs in categorized folders that are used in storybook to show categorized lists of icons. When we generate components for those SVGs we strip off -sl
, indicating this is a streamline library icon, and we write all the components to a flat directory. This will cause icons to be overwritten if there are two file names that will result in the same component name.
This PR adds an npm
script and CI checks to validate there are no duplicates. Since we already have duplicates, this PR also removes them.
🚀 Enhancement
AlertBanner
: wrapchildren
in customizablechildrenContainerAs
element #238 (@justinanastos)
📝 Documentation
- Restore Color storybook story #237 (@justinanastos)
- AR-1850, FTD-35: FTD-35 Upgrade
Icon
docspage and storybook stories #235 (@justinanastos)
🏠 Internal
- AR-1848: Add CI check for icons that will generate the same filename #234 (@justinanastos)
Authors: 1
- Justin Anastos (@justinanastos)