Skip to content

v1.1.11

Compare
Choose a tag to compare
@barrymcgee barrymcgee released this 30 Mar 09:20
· 5127 commits to main since this release
  • Tweaked buttons pattern styling
    There were inconsistencies in how neutral buttons displayed on hover which have now been corrected.

  • Introduced spacing variables
    In order to improve the consistency in how patterns are spaced, we have introduced a spacing scale implemented by Sass variables.

  • Introduced .npmignore file
    Rather than upload all of the repo files to NPM, we now only upload the relevant bits.

  • Split out and renamed visibility util to .u-show and .u-hide
    We received user feedback that .u-visibility was ambiguous due to the naming conflict with the native 'visibility' CSS property so we have now split it out into .u-show and .u-hide utils to improve clarity.

  • Fix formatting bug around tables in typography docs
    The table was not displaying properly due to a markdown parsing error. This has now been fixed.