Skip to content

Releases: interledger/docs-design-system

v0.5.2

01 Aug 12:26
Compare
Choose a tag to compare
  • Fixes table styling to deal with new styles introduced in withastro/starlight@c5b47cb
  • Updates README to have better clarity on how the docs-design-system tracks with docs-styleguide

v0.5.1

01 Aug 12:24
Compare
Choose a tag to compare
  • Adjusts the sidebar styling such that the sub-book is the same font size as individual entries

v0.5.0

03 May 05:59
Compare
Choose a tag to compare

v0.4.0

23 Apr 09:01
Compare
Choose a tag to compare
  • 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 the LargeImg component
  • Orange theme title highlight colour has been changed to orange instead of teal

v0.3.4

08 Apr 02:31
Compare
Choose a tag to compare
  • Updates directional CSS properties to use logical properties
  • Regression fix for extra spacing appearing in components

v0.3.3

08 Apr 01:58
8ccb180
Compare
Choose a tag to compare
  • Fixes title spacing when banner is present on markdown page
  • Fixes ineffective style override for codeblock title (this occurs due to the presence of inline <style> and <script> tags that mess up the Starlight selectors)

v0.3.2

15 Mar 04:03
4086187
Compare
Choose a tag to compare
  • Makes pre background colour for Mermaid diagrams transparent
  • Alignment for MermaidWrapper changed to left, because right-alignment looks odd for small diagrams
  • Updates the README file since the green theme was deprecated

v0.3.1

15 Mar 02:42
99f1a9c
Compare
Choose a tag to compare
  • Fixes issue where sidebar ends up under the header at wide widths in certain situations
  • Adds white background to all SVGs generated by Mermaid

v0.3.0

16 Feb 02:24
Compare
Choose a tag to compare
  • ⚠️ 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

v0.2.1

29 Nov 12:09
ee20b13
Compare
Choose a tag to compare
  • Fixes issue where the path to import mermaid causes build failure due to the use of relative path