Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

v7.15.0

Compare
Choose a tag to compare
@apollo-bot2 apollo-bot2 released this 21 Sep 13:16
· 263 commits to main since this release

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: wrap children in customizable childrenContainerAs element #238 (@justinanastos)

📝 Documentation

🏠 Internal

Authors: 1