From ed057a816789284aa81f32eb7f1585ea195b99b5 Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Thu, 28 Nov 2019 15:26:52 +0100 Subject: [PATCH] meta: update changelog --- NEWS | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 74c1205..75bb9f2 100644 --- a/NEWS +++ b/NEWS @@ -15,6 +15,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - style: added new system to handle "headernav", navbar-like area. +- style: add a container-semifluid, somewhat between container-fluid and container + +- style: transparent navbar + ### Changed - scss refactoring : @@ -22,17 +26,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Rework entirely the palette to use a map instead of a set of variables - Programmatically handle colorization (automatically handled by the palette) + + - Rework the way card works (by making them more a "container class") + + - Add automatic colorization of text according to the elements color for buttons, navbar, etc. + + - Bigger text size by default + +- gulp base : + + - break down the html files into reusable parts + + - harmonize elements between examples - style: Narrower shadows - style: Removal of buttons position on hover -- style : new paddings to follow better the vertical rythm +- style: new paddings to follow better the vertical rythm + +- style: make everything dependant of the base size - dep: bump Clear-Typography to 2.0 ### Removed +- style: dump the need of navbar-light and navbar-dark + ## [3.1.1] - ### Changed