Skip to content

Releases: hex-digital/captaincss

v2.1.0

28 Dec 19:27
Compare
Choose a tag to compare

2.1.0 (2020-12-28)

Features

  • add a11y.css debug utility (fd39ab8)
  • turn debug.accessibility off by default (bb5f974)

Bug Fixes

  • fix for active breakpoint in wrong TW layer (a9d5394)
  • fix wrapper__wide element (c4380b3)

v2.0.0

23 Dec 18:34
Compare
Choose a tag to compare

2.0.0 (2020-12-23)

⚠ BREAKING CHANGES

  • remove now un-used SCSS dependencies from test directory and webpack

Features

  • add active breakpoint utility (fb49ed7)
  • add cluster object (1171fd7)
  • add Frame object (4e6e107)
  • add intrinsic center utility (e02a581)
  • add responsive variants to stack by default (1756a53)
  • add Skip Link object (2350733)
  • add Stack object (8824791)
  • add support for shorthand string in some config.theme values (011d863)
  • add wide and bleed elements to wrappers to allow strecthing them out (16744f1)
  • add wrapper object (17e7226)
  • allow users to add styles to skip link via config (6fd46e2)
  • allow users to specify selector and pseudo selector for active breakpoint (11758a0)
  • allowing all Captains plugins to be fully disabled in config (bc78a4f)
  • default frame without modifier to 16:9 (2219c86)
  • enable safelisting plugins via an array (aee359a)
  • improve cluster theme defaults (ac2c361)
  • update deps for tailwind v2 (6ceebfb)
  • update README and dist files for v2 (e6e2ae1)
  • use rem for wrapper padding and maxWidth instead of px (e29e249)

Bug Fixes

  • add missing tailwind config to test dir (ed9bb48)
  • fix minor bugs in cluster and stack (e2ccc77)
  • fix wrapper default not being overridden (638ce21)
  • stop active-breakpoint showing when NODE_ENV production (f56b45c)

Code Refactoring

  • remove now un-used SCSS dependencies from test directory and webpack (a109d28)

v1.4.0

19 Dec 13:10
Compare
Choose a tag to compare

1.4.0 (2020-12-19)

Features

  • add element classes to allow stretching out of wrappers (4eb4cdc)
  • allow font helpers to have src manually specified (c50040a)

v1.3.2

11 Nov 21:23
Compare
Choose a tag to compare

1.3.2 (2020-11-11)

Bug Fixes

  • add font-display to the fontFace mixin and a mode override (5c999e8)

v1.3.1

11 Nov 12:25
Compare
Choose a tag to compare

1.3.1 (2020-11-11)

Bug Fixes

  • fix captaincss outputting tailwind config re-triggering watched build, endlessly (c90433d)

v1.3.0

11 Nov 12:14
Compare
Choose a tag to compare

1.3.0 (2020-11-11)

Features

  • add fontFace mixin with a font_output_mode to output font face statements easily (0081940)

Bug Fixes

  • allow Captaincss webpack plugin to run when webpack is in watch mode as well (5b6acab)

v1.2.2

11 Nov 09:04
Compare
Choose a tag to compare

1.2.2 (2020-11-11)

Bug Fixes

  • add missing scss directory to release (9c1e61e)

v1.2.1

11 Nov 08:55
Compare
Choose a tag to compare

1.2.1 (2020-11-11)

Bug Fixes

  • add missing tailwindcss-export-config dependency (c755f02)