Permalink
Switch branches/tags
Find file
Fetching contributors…
Cannot retrieve contributors at this time
73 lines (58 sloc) 2.06 KB

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 picture tag.
  • 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-css with gulp-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.

1.0.0 “Bulbasaur” - 2016-03-20