From 054b8b4cad90427ab2aea5f9b0b341be0a07b0a9 Mon Sep 17 00:00:00 2001 From: Yvonne Tang Date: Wed, 27 Mar 2019 10:53:01 -0700 Subject: [PATCH 1/2] Added a bit more details --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cad4c079..31185499f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,11 +3,12 @@ Version 5.0.0 2019-03-27 --------------------------------------------- - New Webpack Build System -- Two revamped and improved Grid Systems +- Two revamped and improved Grid Systems with 6 breakpoints - Flexbox based, class generated grid system - CSS Grid based mixin supported grid system -- LOTS of new components and variants - check them out! -- LOTS of new SASS/SCSS mixins and functions to help you in your project +- A modular scale system that includes both modular spacing and modular typography mixins +- LOTS of new components and variants, including Stanford branded elements such as 20 versions of logo lockups, global footer, brand bars - check them out! +- LOTS of new SASS/SCSS mixins, functions and placeholders to help you in your project - LOTS of usable Twig templates for both components and layouts - Revamped and refreshed the KSS theme with a new look and feel; plus new navigation - Moved source code from core/ to src/ to better align with Webpack projects From 3d0f43f542a67ac2d2bd35faf4c2648ba84f5490 Mon Sep 17 00:00:00 2001 From: Yvonne Tang Date: Wed, 27 Mar 2019 12:24:28 -0700 Subject: [PATCH 2/2] indented the grid related bullet points --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31185499f..942d2f68e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,8 @@ Version 5.0.0 2019-03-27 --------------------------------------------- - New Webpack Build System - Two revamped and improved Grid Systems with 6 breakpoints -- Flexbox based, class generated grid system -- CSS Grid based mixin supported grid system + - Flexbox based, class generated grid system + - CSS Grid based mixin supported grid system - A modular scale system that includes both modular spacing and modular typography mixins - LOTS of new components and variants, including Stanford branded elements such as 20 versions of logo lockups, global footer, brand bars - check them out! - LOTS of new SASS/SCSS mixins, functions and placeholders to help you in your project