Updated changelog

This commit is contained in:
squidfunk 2016-10-06 19:26:49 +02:00
parent 2159c730c5
commit 57822b1290
2 changed files with 4 additions and 4 deletions

View File

@ -11,13 +11,13 @@ mkdocs-material-1.0.0-rc.1 (2016-XX-XX)
* Introduced ESLint and SassLint for code style checks * Introduced ESLint and SassLint for code style checks
* Introduced more accurate Material Design colors and shadows * Introduced more accurate Material Design colors and shadows
* Introduced modular scales for harmonic font sizing * Introduced modular scales for harmonic font sizing
* Introduced pre-commit hook for linting * Introduced git-hooks for better development workflow
* Rewrite of CSS using the BEM methodology and SassDoc guidelines * Rewrite of CSS using the BEM methodology and SassDoc guidelines
* Rewrite of JavaScript using ES6 and Babel as a transpiler * Rewrite of JavaScript using ES6 and Babel as a transpiler
* Rewrite of Admonition, Permalinks and Codehilite integration * Rewrite of Admonition, Permalinks and Codehilite integration
* Rewrite of the complete typographical system * Rewrite of the complete typographical system
* Rewrite of Gulp asset pipeline in ES6 and separation of tasks * Rewrite of Gulp asset pipeline in ES6 and separation of tasks
* Removed Bower as a dependency in favor of npm * Removed Bower as a dependency in favor of NPM
* Removed custom icon build in favor of the Material Design iconset * Removed custom icon build in favor of the Material Design iconset
* Removed _blank targets on links due to vulnerability: http://bit.ly/1Mk2Rtw * Removed _blank targets on links due to vulnerability: http://bit.ly/1Mk2Rtw
* Removed unversioned assets from build directory * Removed unversioned assets from build directory
@ -88,7 +88,7 @@ mkdocs-material-0.1.2 (2016-02-16)
mkdocs-material-0.1.1 (2016-02-11) mkdocs-material-0.1.1 (2016-02-11)
* Fixed #1: GitHub stars don't work if the repo_url ends with a '/' * Fixed #1: GitHub stars don't work if the repo_url ends with a '/'
* Updated npm and bower dependencies to most recent versions * Updated NPM and Bower dependencies to most recent versions
* Changed footer/copyright link to Material theme to GitHub pages * Changed footer/copyright link to Material theme to GitHub pages
* Made MkDocs building/serving in build process optional * Made MkDocs building/serving in build process optional
* Set up continuous integration with travis-ci.org * Set up continuous integration with travis-ci.org