Releases: interledger/docs-design-system
Releases · interledger/docs-design-system
v0.5.2
v0.5.1
v0.5.0
- Adds styling for external link indicator icon for sidebar links that are external URLs
- Refer to https://interledger.net/content/global/#sidebar-external-links for how to use
- Fixes up outdated parts of the README
v0.4.0
- Not a breaking change per se, but will cause a significant visual difference for the following:
- Images that have the
img-outline
class applied, as the border and shadow style has changed from a thin grey line, to a slightly thicker line of the theme's accent colour - This same border and box-shadow treatment also applies to Mermaid diagrams which use the
MermaidWrapper
component, and theLargeImg
component
- Images that have the
- Orange theme title highlight colour has been changed to orange instead of teal
v0.3.4
v0.3.3
v0.3.2
v0.3.1
v0.3.0
⚠️ Breaking change- Replaces green theme to teal theme which matches new brand direction
- When updating to 0.3.0, all docs sites which use the green theme must update the config to use the teal theme instead
customCss: [ "./node_modules/@interledger/docs-design-system/src/styles/teal-theme.css" ],
- Removes unnecessary colour variables
- Fixes issue where social icon on mobile is too close to the left edge