This repository has been archived on 2023-08-21. You can view files and clone it, but cannot push or open issues or pull requests.
bluesky-bootstrap-theme/NEWS

159 lines
3.0 KiB
Plaintext
Raw Permalink Normal View History

# CHANGELOG
2018-06-08 00:09:54 +02:00
All notable changes to this project will be documented in this file.
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).
2019-11-05 12:49:13 +01:00
## [Unreleased]
2019-11-05 12:49:13 +01:00
2019-11-28 14:12:30 +01:00
- code: The project is now compiled with [gulp](https://gulpjs.com/)
- code: Complete scss refactoring
2019-11-05 14:29:37 +01:00
### Added
2019-11-05 14:29:37 +01:00
- style: added new system to handle "headernav", navbar-like area.
2019-11-05 14:29:37 +01:00
2019-11-28 15:26:52 +01:00
- style: add a container-semifluid, somewhat between container-fluid and container
- style: transparent navbar
### Changed
2019-11-05 14:29:37 +01:00
2019-11-28 14:12:30 +01:00
- scss refactoring :
- Rework entirely the palette to use a map instead of a set of variables
- Programmatically handle colorization (automatically handled by the palette)
2019-11-28 15:26:52 +01:00
- 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
2019-11-05 12:49:13 +01:00
- style: Narrower shadows
2019-11-28 13:49:01 +01:00
- style: Removal of buttons position on hover
2018-10-15 13:53:29 +02:00
2019-11-28 15:26:52 +01:00
- style: new paddings to follow better the vertical rythm
- style: make everything dependant of the base size
2018-10-15 13:53:29 +02:00
- dep: bump Clear-Typography to 2.0
2018-10-15 13:53:29 +02:00
### Removed
2018-10-15 13:53:29 +02:00
2019-11-28 15:26:52 +01:00
- style: dump the need of navbar-light and navbar-dark
## [3.1.1] -
2018-10-15 10:59:43 +02:00
### Changed
2018-10-15 10:59:43 +02:00
- dep: Bump Fork-Awesome to 1.1.3
2018-10-15 10:59:43 +02:00
- dep: Bump Clear-Typography to 1.2
## [3.1.0]
- code: port everything to SCSS
- dep: Use Clear-Typography 1.1
2018-10-15 10:59:43 +02:00
### Added
2018-10-15 10:59:43 +02:00
- Background Colors fully supported (.bg-<color_name>)
2018-10-15 10:59:43 +02:00
- Text color (.text-<color_name>)
2018-10-15 10:59:43 +02:00
- Customizable link color (via SCSS variable)
2018-10-15 10:59:43 +02:00
- Customizable selection color (via SCSS variable)
2018-10-15 10:59:43 +02:00
- Three new colors in palette : yellow, brown, grey
2018-10-15 10:59:43 +02:00
### Changed
2018-10-15 10:59:43 +02:00
- Borders and shadow streamlined
2018-10-15 10:59:43 +02:00
- Slight color changes due to the new way of working of the palette
2018-10-15 10:59:43 +02:00
- Inset shadow in navbar removed
2018-10-15 10:59:43 +02:00
- Darker "$color-dark" color
2018-10-15 10:59:43 +02:00
- code: changes due to SCSS
2018-10-15 10:59:43 +02:00
- Transform the palette in one of the style submodules
2018-10-15 10:59:43 +02:00
- Use submodules to make the scss easier to modify
- Use SCSS variables to handle palette and modifiable elements
2018-10-15 10:59:43 +02:00
### Fixed
- Badge hover/focus styling fixed
- Every fixes and improvement coming from Clear-Typography 1.1
## [3.0.0]
### Added
- New Palette based on a work by Tobias Bernard for the Fractal application
- Color that aren't based on semantics
- Branding colors for social networks
2018-06-08 00:44:17 +02:00
2018-06-08 01:20:01 +02:00
- Components :
- Adopted a triple-collumn layout for the footer
2018-06-08 01:21:55 +02:00
- New components : social media links
2018-06-08 01:34:38 +02:00
- New style for card headers
2018-06-08 01:35:53 +02:00
- New style for buttons
2018-06-08 01:36:38 +02:00
- New style for alerts
2018-06-08 01:38:06 +02:00
- New style for breadcrumb
2018-06-08 01:38:47 +02:00
- New style for navbar
### Changed
2018-06-08 01:25:28 +02:00
- dep: Replaced Font-Awesome by Fork-Awesome
2018-06-08 01:25:28 +02:00
- dep: Switched bootstrap version to bootstrap4
### Removed
- dep: stop using Comic Nueue
2018-06-08 01:25:28 +02:00
2018-06-08 00:09:54 +02:00
## BlueSky 2.x
## [2.1.0]
2018-06-08 00:09:54 +02:00
2018-06-08 00:10:29 +02:00
- Removed unused classes
2018-06-08 00:09:54 +02:00
2018-06-08 00:10:29 +02:00
- Renamed misleading classes
2018-06-08 00:09:54 +02:00
- Some style fixes
2018-06-08 00:26:32 +02:00
- Reorganized stylesheet
## [2.0.0]
2018-06-08 00:09:54 +02:00
- Remade the style entirely
2018-06-08 00:10:29 +02:00
- Used material design palette