Change Log
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
2.1.0 “Charmeleon” - 2017-01-14
Added
- Rems for font size & page width.
- Margins for
aside. - Styles for
h4,h5,h6. - Support for header anchor links.
Fixed
- Code block right border size.
2.0.0 “Charmander” - 2017-01-07
Added
- Fluid typography.
- Scroll indicator for code blocks (there is dark border on a side if code overflows block).
- Support of
picturetag. - Background color for selection.
- Styles for spoiler (
details,summary). - More demos: blog, homepage.
- PostCSS support.
- Stylelint.
- Travis CI integration.
- Separated task in Gulp for linter.
- Pug instead of HTML for development.
- Editorconfig.
- Changelog.
Changed
- All library is refactored.
- More clearly styles for tables and code / code-blocks.
- Header styles.
- All headers (h1..h6) are bold now.
- Variables notation.
- Replaced
gulp-minify-csswithgulp-csso.
Removed
- Forms support.
- Useless examples.
1.2.1 - 2016-05-09
Changed
- Move to Gulp 4, rewrite gulpfile using plumber & gulp-add-plugins.
- Reduce code blocks font size.
1.2.0 “Venusaur” - 2016-04-03
Added
- Adaptive fonts & forms.
Fixed
- Non-input element in a form does not have a margin-bottom.
- Checkbox element inside of label are blocks.
1.1.0 “Ivysaur” - 2016-03-24
Added
- Responsive tables and forms.
Fixed
- iOS buttons/inputs appearance.