meta: update changelog

Este commit está contenido en:
Kazhnuz 2019-11-28 15:26:52 +01:00
padre 37f78972a5
commit ed057a8167
Se han modificado 1 ficheros con 21 adiciones y 1 borrados

22
NEWS
Ver fichero

@ -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