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,78 +1,91 @@
|
|||
# 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
|
||||
|
||||
- Use submodules to make the scss easier to modify
|
||||
|
||||
- Use SCSS variables to handle palette and modifiable elements
|
||||
|
||||
- New Features
|
||||
|
||||
- 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
|
||||
### Fixed
|
||||
|
||||
- Styles changes
|
||||
- Badge hover/focus styling fixed
|
||||
|
||||
- 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
|
||||
- Every fixes and improvement coming from Clear-Typography 1.1
|
||||
|
||||
- Bugfixes
|
||||
## [3.0.0]
|
||||
|
||||
- Badge hover/focus styling fixed
|
||||
|
||||
- Every fixes and improvement coming from Clear-Typography 1.1
|
||||
### Added
|
||||
|
||||
### BlueSky 3.0
|
||||
- New Palette based on a work by Tobias Bernard for the Fractal application
|
||||
|
||||
- Removed Comic Neue font
|
||||
- Color that aren't based on semantics
|
||||
|
||||
- Replaced Font-Awesome by Fork-Awesome
|
||||
|
||||
- Switched bootstrap version to bootstrap4
|
||||
- Branding colors for social networks
|
||||
|
||||
- Components :
|
||||
|
||||
|
@ -90,15 +103,19 @@
|
|||
|
||||
- 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.1
|
||||
## [2.1.0]
|
||||
|
||||
- Removed unused classes
|
||||
|
||||
|
@ -108,7 +125,7 @@
|
|||
|
||||
- Reorganized stylesheet
|
||||
|
||||
### BlueSky 2.0
|
||||
## [2.0.0]
|
||||
|
||||
- Remade the style entirely
|
||||
|
||||
|
|
Reference in a new issue