meta: use keep a changelog for the changelog
This commit is contained in:
parent
428bbaea2b
commit
8aec530caf
1 changed files with 67 additions and 50 deletions
117
NEWS
117
NEWS
|
@ -1,36 +1,69 @@
|
||||||
# NEWS
|
# CHANGELOG
|
||||||
|
|
||||||
## BlueSky 3.x
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
### BlueSky 3.2.x
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
#### BlueSky 3.2.0
|
## [Unreleased]
|
||||||
|
|
||||||
- Complete refactoring of the SCSS.
|
The project is now compiled with [gulp](https://gulpjs.com/)
|
||||||
|
|
||||||
- Narrower shadows
|
### Added
|
||||||
|
|
||||||
- Removal of buttons position on hover
|
- style: added new system to handle "headernav", navbar-like area.
|
||||||
|
|
||||||
- Bump Clear-Typography to 2.0
|
### Changed
|
||||||
|
|
||||||
- New paddings
|
- code: complete scss refactoring
|
||||||
|
|
||||||
- Switch build system to gulp
|
- style: Narrower shadows
|
||||||
|
|
||||||
### BlueSky 3.1.x
|
- style: Removal of buttons position on hover
|
||||||
|
|
||||||
### BlueSky 3.1.1
|
- style : new paddings to follow better the vertical rythm
|
||||||
|
|
||||||
- Bump Fork-Awesome to 1.1.3
|
- dep: bump Clear-Typography to 2.0
|
||||||
|
|
||||||
- Bump Clear-Typography to 1.2
|
### Removed
|
||||||
|
|
||||||
### BlueSky 3.1
|
## [3.1.1] -
|
||||||
|
|
||||||
- Use Clear-Typography 1.1
|
### Changed
|
||||||
|
|
||||||
- Port everything to SCSS !
|
- dep: Bump Fork-Awesome to 1.1.3
|
||||||
|
|
||||||
|
- dep: Bump Clear-Typography to 1.2
|
||||||
|
|
||||||
|
## [3.1.0]
|
||||||
|
|
||||||
|
- code: port everything to SCSS
|
||||||
|
|
||||||
|
- dep: Use Clear-Typography 1.1
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Background Colors fully supported (.bg-<color_name>)
|
||||||
|
|
||||||
|
- Text color (.text-<color_name>)
|
||||||
|
|
||||||
|
- Customizable link color (via SCSS variable)
|
||||||
|
|
||||||
|
- Customizable selection color (via SCSS variable)
|
||||||
|
|
||||||
|
- Three new colors in palette : yellow, brown, grey
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Borders and shadow streamlined
|
||||||
|
|
||||||
|
- Slight color changes due to the new way of working of the palette
|
||||||
|
|
||||||
|
- Inset shadow in navbar removed
|
||||||
|
|
||||||
|
- Darker "$color-dark" color
|
||||||
|
|
||||||
|
- code: changes due to SCSS
|
||||||
|
|
||||||
- Transform the palette in one of the style submodules
|
- Transform the palette in one of the style submodules
|
||||||
|
|
||||||
|
@ -38,41 +71,21 @@
|
||||||
|
|
||||||
- Use SCSS variables to handle palette and modifiable elements
|
- Use SCSS variables to handle palette and modifiable elements
|
||||||
|
|
||||||
- New Features
|
### Fixed
|
||||||
|
|
||||||
- Background Colors fully supported (.bg-<color_name>)
|
- Badge hover/focus styling fixed
|
||||||
|
|
||||||
- Text color (.text-<color_name>)
|
- Every fixes and improvement coming from Clear-Typography 1.1
|
||||||
|
|
||||||
- Customizable link color (via SCSS variable)
|
## [3.0.0]
|
||||||
|
|
||||||
- Customizable selection color (via SCSS variable)
|
### Added
|
||||||
|
|
||||||
- Three new colors in palette : yellow, brown, grey
|
- New Palette based on a work by Tobias Bernard for the Fractal application
|
||||||
|
|
||||||
- Styles changes
|
- Color that aren't based on semantics
|
||||||
|
|
||||||
- Borders and shadow streamlined
|
- Branding colors for social networks
|
||||||
|
|
||||||
- Slight color changes due to the new way of working of the palette
|
|
||||||
|
|
||||||
- Inset shadow in navbar removed
|
|
||||||
|
|
||||||
- Darker "$color-dark" color
|
|
||||||
|
|
||||||
- Bugfixes
|
|
||||||
|
|
||||||
- Badge hover/focus styling fixed
|
|
||||||
|
|
||||||
- Every fixes and improvement coming from Clear-Typography 1.1
|
|
||||||
|
|
||||||
### BlueSky 3.0
|
|
||||||
|
|
||||||
- Removed Comic Neue font
|
|
||||||
|
|
||||||
- Replaced Font-Awesome by Fork-Awesome
|
|
||||||
|
|
||||||
- Switched bootstrap version to bootstrap4
|
|
||||||
|
|
||||||
- Components :
|
- Components :
|
||||||
|
|
||||||
|
@ -90,15 +103,19 @@
|
||||||
|
|
||||||
- New style for navbar
|
- New style for navbar
|
||||||
|
|
||||||
- New Palette based on a work by Tobias Bernard for the Fractal application
|
### Changed
|
||||||
|
|
||||||
- Color that aren't based on semantics
|
- dep: Replaced Font-Awesome by Fork-Awesome
|
||||||
|
|
||||||
- Branding colors for social networks
|
- dep: Switched bootstrap version to bootstrap4
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
|
||||||
|
- dep: stop using Comic Nueue
|
||||||
|
|
||||||
## BlueSky 2.x
|
## BlueSky 2.x
|
||||||
|
|
||||||
### BlueSky 2.1
|
## [2.1.0]
|
||||||
|
|
||||||
- Removed unused classes
|
- Removed unused classes
|
||||||
|
|
||||||
|
@ -108,7 +125,7 @@
|
||||||
|
|
||||||
- Reorganized stylesheet
|
- Reorganized stylesheet
|
||||||
|
|
||||||
### BlueSky 2.0
|
## [2.0.0]
|
||||||
|
|
||||||
- Remade the style entirely
|
- Remade the style entirely
|
||||||
|
|
||||||
|
|
Reference in a new issue