2019-11-07 12:08:39 +01:00
|
|
|
# CHANGELOG
|
|
|
|
|
|
|
|
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-07 13:00:53 +01:00
|
|
|
## [2.0.0] - 2019-11-07
|
2019-11-07 12:08:39 +01:00
|
|
|
|
|
|
|
### Added
|
|
|
|
|
2019-11-07 12:28:41 +01:00
|
|
|
- Modifiable variables for sizing
|
|
|
|
|
|
|
|
- Restore debug grid drawing
|
2019-11-07 12:08:39 +01:00
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
2019-11-07 12:28:41 +01:00
|
|
|
- Switch to using rem instead of em for sizing
|
2019-11-07 12:08:39 +01:00
|
|
|
|
2019-11-07 12:28:41 +01:00
|
|
|
- Support vertical rythm
|
2019-11-07 12:08:39 +01:00
|
|
|
|
2019-11-07 12:28:41 +01:00
|
|
|
- Auto-calculate lineheight for titles
|
2019-11-07 12:08:39 +01:00
|
|
|
|
2019-11-07 12:55:36 +01:00
|
|
|
- Default lineheight is now 1.75
|
|
|
|
|
2019-11-07 12:49:17 +01:00
|
|
|
### Fixed
|
|
|
|
|
|
|
|
- Line-height is no longer affected by sup and sub
|
|
|
|
|
2019-11-07 12:51:31 +01:00
|
|
|
- Better overflowing for wells
|
|
|
|
|
2019-11-07 13:00:53 +01:00
|
|
|
## [1.2.0] - 2018-15-03
|
2019-11-07 12:08:39 +01:00
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
- Switch to Open Sans, in order to solve problem with LightItalic font
|
|
|
|
|
2019-11-07 13:00:53 +01:00
|
|
|
## [1.1.0] - 2018-12-03
|
2019-11-07 12:08:39 +01:00
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
- Debug class added to show line heights
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
- Stylesheet ported to SCSS
|
|
|
|
|
|
|
|
- Better typography : by making sure that lines always follow line heights
|
|
|
|
|
2019-11-07 13:00:53 +01:00
|
|
|
## [1.0.0] - 2018-10-03
|
2019-11-07 12:08:39 +01:00
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
- More markup support : pre, mark and blockquote
|
|
|
|
|
|
|
|
- Wrapper system to handle font size changes with responsive design
|
|
|
|
|
|
|
|
- Night Mode support
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
- Better typographic support :
|
|
|
|
|
|
|
|
- Don't justify text
|
|
|
|
|
|
|
|
- Better contrast with text
|
|
|
|
|
|
|
|
- Remove underlining and centering in title
|
|
|
|
|
|
|
|
- Tweaks in titles size
|
|
|
|
|
2019-11-07 13:00:53 +01:00
|
|
|
- Nicer styling for hr
|
|
|
|
|
|
|
|
## [0.1.0] - 2014-12-08
|
|
|
|
|
|
|
|
- Just a basic bad typographic css stylesheet.
|