Skip to content

Latest commit

 

History

History
241 lines (127 loc) · 13.2 KB

CHANGELOG.md

File metadata and controls

241 lines (127 loc) · 13.2 KB

Changelog

2.6.0 (2024-10-02)

Features

  • use tailwind v3 for devDeps (9906842)

Bug Fixes

2.5.0 (2023-01-03)

Features

  • add reverse modifier to layout object (c2cc93f)

2.4.0 (2021-10-26)

Features

  • layout: allow layout to space X and Y separately (e3a753f)

Bug Fixes

  • config: use "space" for spacing and gaps on objects (3ec1f63)

2.3.1 (2021-10-26)

Bug Fixes

  • active-breakpoint: add support for breakpoints with "min" defined (cacd0d2)
  • cluster: fix gap default value not being used (a6f55cb)
  • config: fix default config using "space" instead of "spacing" (eb5ffca)

2.3.0 (2021-01-29)

Features

  • add ability to change modiifier and element separators (8f98cc6)
  • add cover and capped-grid layout objects (236b529)
  • add support for changing cluster x and y spacing independently (e5aedac)
  • add support for flex gap to cluster (5a7fa1a)
  • add Wrapper Half object (642491c)
  • layout: add layout object (027c827)
  • add text shadow utilities (59514ab)

Bug Fixes

  • add text shadow utility to compiled output (6222310)
  • fix default value for flexGap in config (46cbf4c)
  • fix skip-link scrolling user to top of page when used (68a04b1)

2.2.4 (2021-01-01)

Bug Fixes

  • fix for incorrect import in src/defaultConfig (15cff58)
  • fix for sanitised active breakpoint class selector (7da790a)
  • fix nesting stacks so they no longer need extra div wrapper (5757b47)

2.2.3 (2020-12-29)

Bug Fixes

  • fix indeterminate order of nested classes on stack and object (110cc27)

2.2.2 (2020-12-29)

Bug Fixes

  • fix wrapper break classes (d44b719)

2.2.1 (2020-12-29)

Bug Fixes

  • fix missing files in distributable (d6302dd)

2.2.0 (2020-12-29)

Features

  • add blend mode utilities (618cf64)
  • add custom object and component prefixing (0b2870c)
  • add helpers for px, rem, em sizes (0bf6874)
  • add individual variations options for blend mode (2bda361)
  • better override for pxToRem helpers (baa774b)

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)

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)

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)

1.3.2 (2020-11-11)

Bug Fixes

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

1.3.1 (2020-11-11)

Bug Fixes

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

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)

1.2.2 (2020-11-11)

Bug Fixes

  • add missing scss directory to release (9c1e61e)

1.2.1 (2020-11-11)

Bug Fixes

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

1.2.0 (2020-11-11)

Features

  • allow user to pass in own options to Captaincss webpack plugin (c328088)

1.1.0 (2020-11-10)

Features

  • add o-skip-link object for screen readers (#10) (b751921)
  • add z-index map to settings and a helper tool to captain (#11) (3a16b5c)
  • allow theme to be overridden by adding !default to the variable (2f7aaa6)

Bug Fixes

  • set debug to false in the captain theme by default (38520e0)

1.0.4 (2020-11-09)

Bug Fixes

1.0.3 (2020-11-09)

Bug Fixes

  • add a commit to test workflow in GH actions (7711c95)