meta: update changelog
This commit is contained in:
parent
37f78972a5
commit
ed057a8167
1 changed files with 21 additions and 1 deletions
22
NEWS
22
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
|
||||
|
|
Reference in a new issue