Skip to content

Commit

Permalink
Merge branch 'release/v1.3.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroen Ooms committed Feb 8, 2016
2 parents b98b2c4 + 65ca78b commit 2c78665
Show file tree
Hide file tree
Showing 5 changed files with 743 additions and 187 deletions.
3 changes: 2 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "initialize-css",
"version": "1.2.0",
"version": "1.3.0",
"homepage": "http://jeroenoomsnl.github.io/initialize-css/",
"authors": [
"Jeroen Ooms (@jeroenooms)"
Expand All @@ -12,6 +12,7 @@
"css",
"scss",
"sass",
"less",
"initialize",
"boilerplate",
"normalize",
Expand Down
13 changes: 12 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "initialize-css",
"version": "1.2.0",
"version": "1.3.0",
"homepage": "http://jeroenoomsnl.github.io/initialize-css/",
"description": "Initialize.css is a complete and customizable collection of CSS best practices based on Normalize.css and HTML5 Boilerplate. Available in CSS and configurable SASS (SCSS) and LESS format.",
"author": {
Expand Down Expand Up @@ -32,6 +32,17 @@
"jshint-stylish": "^2.1.0",
"rimraf": "^2.4.4"
},
"keywords": [
"css",
"scss",
"sass",
"less",
"initialize",
"boilerplate",
"normalize",
"reset",
"typography"
],
"license": "MIT",
"engines": {
"node": ">=4.1.1",
Expand Down
35 changes: 35 additions & 0 deletions src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Changelog

## v1.3.0

**Fixed bugs**
* Fixed mixin bug in LESS file

**Improvements**
* Add comments for every feature
* Add changelog

**Normalize.css changes**
* Address inconsistent styling of b and strong.
* Correct `hr` overflow in IE 8/9/10/11 and Edge 12.
* Ensure `mark` long-hand background declaration usage.
* Remove color inheritance from form controls.
* Address inconsistent styling of abbr[title].
* Correct inheritance and scaling of font-size for preformatted text.
* Replace focus style removed in the border reset in Firefox 4+.
* Remove opinionated table resets.

## v1.2.0

**Improvements**
* Add LESS support

## v1.1.0

**Improvements**
* Add optional print styles (based on HTML5 Boilerplate)

## v1.0.0

**Improvements**
* Add IE10 to "dinosaur mode" and set it to "false" by default
Loading

0 comments on commit 2c78665

Please sign in to comment.