Releases: hex-digital/captaincss
Releases · hex-digital/captaincss
v2.1.0
v2.0.0
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)