From ab55d4c0df076be998784a07a3248c8dc1c03d84 Mon Sep 17 00:00:00 2001 From: Adam Laki Date: Sat, 16 Dec 2023 20:53:11 +0100 Subject: [PATCH] Update readme --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1269cf..8181437 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 `` 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