Skip to content

v1.1.6

Compare
Choose a tag to compare
@barrymcgee barrymcgee released this 20 Feb 14:28
· 5329 commits to main since this release
  • Updated code block styling
    Fixed inconsistencies and visual quirks. The default code block is now dark text with a light background.
  • Enhanced documentation across many patterns.
    Expanded patterns rationale and recommendations on how to use each pattern. We are always improving the documentation where possible.
  • Tweaked border design of .p-card
    This change tweaks the color of the borders on the card pattern.
  • Added ability to use buttons with inline spans.
    Text can now be placed inside a span preceding a button and appropriate spacing will be applied.
  • Added animations config settings for use across the framework.
    Settings such as timings and easing can now be set globally across the framework for consistency.
  • Extend the navigation pattern so it can be wrapped within a row to give it a fixed width.
    Some users may wish to have a fixed width navigation. The navigation pattern is now flexible enough to accommodate this pattern by wrapping the contents in a .row.
  • Switched link underline from bottom-borders to text-decoration.
    Links on hover are now styled using native text decoration.