-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
743 additions
and
187 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.