From 12143c98b3c6e26068c8291cc17ff7ce3c092ed6 Mon Sep 17 00:00:00 2001 From: Simon Smith Date: Tue, 17 Nov 2015 22:40:51 +0000 Subject: [PATCH] 1.0.0 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e941b8..afe4465 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ ### HEAD +### 1.0.0 (November 17, 2015) + +* Reintroduce `sizeFillAlt` using `flex-basis: auto`. Allows `sizeFillAlt` and + `sizeFill` to distribute space differently between multiple elements. + See [w3c spec](http://www.w3.org/TR/css-flexbox/#valdef-flex-flex-basis) and + the updated test page for more information. + + ### 0.8.0 (November 01, 2015) * Use `flex-basis` alongside `width` to support flexbox Grid diff --git a/package.json b/package.json index bc53376..9207047 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "suitcss-utils-size", "description": "Sizing utilities for SUIT CSS", - "version": "0.8.0", + "version": "1.0.0", "style": "index.css", "files": [ "index.css",