Skip to content

Releases: conedevelopment/sprucecss

v2.3.5

11 Mar 17:33

Choose a tag to compare

What's Changed

  • Clear Sass if deprecation warnings

v2.3.4

09 Apr 19:32

Choose a tag to compare

What's Changed

  • Clear Sass deprecation warnings

v2.3.3

20 Aug 17:57

Choose a tag to compare

What's Changed

  • Revert clear-list mixin's margin property.

v2.3.2

20 Aug 14:07

Choose a tag to compare

What's Changed

  • FIX transition: set a fallback default CSS custom property if user has reduced motion.
  • $form-control: add font-family property.
  • $form-label: add text-transform property.
  • $form-switch: add separate colors.

v2.3.1

18 Dec 06:49

Choose a tag to compare

What's Changed

  • FIX short-ring(): fix the return at the button option.

v2.3.0

17 Dec 07:13

Choose a tag to compare

What's Changed

  • NEW $form-fieldset: add legend-font-family property.
  • NEW $typography: add letter-spacing-heading property.
  • NEW $colors: add 'strong option under base to customize the <strong> element's color.
  • FIX layout-center() mixin: add inline-size: 100%;.
  • IMPROVEMENT layout-grid(), layout-flex(), layout-sidebar() mixins: enable multiple $gap value like 'm:l' to control both block and inline values.
  • IMPROVEMENT spacer() function: enable multiple value shorthand like 'm:l' to control both block and inline values.
  • BREAKING CHANGE Remove the transition() function (you can migrate overt config() function or transition() mixin.).
  • IMPROVEMENT transition() mixin: enable multiple values for property with quotes.
  • NEW short-ring() mixin: add a new mixin as a shorthand to access the two basic ring styling on focus quickly (input, button).
  • Modify the defaults for config('border-radius-sm', $display) and config('border-radius-lg', $display).

v2.2.2

17 Aug 16:03

Choose a tag to compare

What's Changed

  • Forward plugin folder (generate-normalize mixin).

v2.2.1

26 Jul 14:25

Choose a tag to compare

What's Changed

  • .form-group--stacked: fix the border-radius when only one element is present.

v2.2.0

17 Jul 16:05

Choose a tag to compare

In this release we have a lot of small changes and fixes with some improvement.

What's Changed

  • .form-group--row: now uses container query.
  • .form-group--row: add vertical alignment option.
  • Add disabled state range input.
  • Add color-value function to get only the color value.
  • form-check: add font-weight option.
  • Add drop-shadow button variants.
  • Change outline button generator, make it more customizable.
  • Add global font scaler option.
  • Add pointer-events: none; to the .btn__icon.

Bugfix

  • form-label: font-family not worked.
  • form-description: make it explicit.
  • And many more...

v2.1.0

28 May 16:10

Choose a tag to compare

What's Changed

  • Use *-inline-size and *-block-size.

Bugfix

  • Fix responsive table size.