Releases: helpscout/seed-control
Releases · helpscout/seed-control
Seed Control - v0.0.4
Important!!!
Huge sorries to anyone experiencing issues with seed-control. When I updated v0.0.3, I should have minor bumped the version to v0.1.0 (which I did end up doing), but instead, created v0.0.4.
v0.0.4 had major changes to how seed-control's configs work. Because of this, any dependencies that relied on seed-control's variable structure was no longer valid.
The only way I know of to remedy this is to update your package.json version for seed-control to be either 0.0.3 (old), 0.4.0, or better, 0.1.0.
Do not use ~ or ^ for the version number!
Hopefully this helps. ❤️
Changes
Adjusts the config structure to contain more variables:
// Control :: Config
$seed-control-size-default: 36px !default;
$seed-control-sizes: (
sm: (
font-size: 0.875rem,
height: 28px,
padding: 0 0.5em,
),
md: (
font-size: 1rem,
height: $seed-control-size-default,
padding: 0 1em,
),
lg: (
font-size: 1.25rem,
height: 52px,
padding: 0 1.5em,
),
) !default;