Skip to content

1.0.0-alpha.7

Pre-release
Pre-release
Compare
Choose a tag to compare
@NickDJM NickDJM released this 01 May 19:55
· 126 commits to 1.x since this release

1.0.0-alpha.7 (2024-05-01)

Features

  • add top margin to headings (9fc42f1)
  • component: add input groups (bf7ecd2)
  • implement table base and component styles (7cb1552), closes #24
  • mixin: implement proper screen media queries (6c4f6d6)
  • use theme-specific button text colours (d6b3276)
  • utility: add writing direction specific spacers (73b43ce), closes #40

Bug Fixes

  • component: correct field group column width (6488aa5), closes #44
  • docs: correct path to functions (e75207c)
  • typography: use correct index for small text (1685433)

Code Refactoring

  • layout: move container custom props to proper file (4f4acde)
  • maps: add custom versions of maps to override (6150442)
  • scss: separate compiled and source scss (4ce7bbb)
  • typography: rename bold-font-weight to font-weight-bold (b9d7c04)

Build System

  • npm: add postbuild script to ensure docs build during tests (54b5e18)