Skip to content

Releases: interledger/docs-design-system

v0.6.1

17 Dec 09:15
116de95
Compare
Choose a tag to compare
  • Remove unnecessary id attribute from CodeBlock component

v0.6.0

17 Dec 09:15
Compare
Choose a tag to compare
  • Add custom class name support to CodeBlock component
  • Add visually-hidden style to global styles

v0.5.5

16 Dec 02:36
Compare
Choose a tag to compare
  • Bumps Mermaid to 11.4.1
  • Fixes styling issue with StylishHeader component

v0.5.4

14 Nov 08:31
Compare
Choose a tag to compare
  • Bump Mermaid to latest version ()
  • Where is v0.5.3?
    • Made an error during merging on local and screwed up the npm publish, therefore we have to skip a version number

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)