Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlaki committed Dec 16, 2023
1 parent a366e11 commit ab55d4c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Spruce CSS Changelog

## v2.3.0 (2023-12-16)

### 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.
- **BUG** `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.
- Remove the `transition()` function.
- **IMPROVEMENT** `transition()` mixin: enable multiple values for `property` with quotes.
- **NEW** `focus-ring()` mixin: add a new mixin as a shorthand to access the two basic ring styling on focus quickly (input, button).

## v2.2.2 (2023-08-17)

### What's Changed
Expand Down

0 comments on commit ab55d4c

Please sign in to comment.