Skip to content

Commit

Permalink
Release v5.0.0 (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
iliakolev authored Jan 7, 2017
1 parent b762c04 commit e96118c
Show file tree
Hide file tree
Showing 5 changed files with 183 additions and 133 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# normalize Changelog

## [5.0.0] - October 3, 2016

* Add normalized sections not already present from
https://html.spec.whatwg.org/multipage/.
* Move unsorted rules into their respective sections.
* Update the `summary` style in all browsers.
* Remove `::placeholder` styles due to a bug in Edge.
* More explicitly define font resets on form controls.
* Remove the `optgroup` normalization needed by the previous font reset.
* Update text-size-adjust documentation
 for IE on Windows Phone
* Update OS X reference to macOS
* Update the semver strategy.

## [4.0.0] - 2016-03-25

* Add the correct font weight for `b` and `strong` in Chrome, Edge, and Safari.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Normalize

The `normalize` module is an exact clone of [Normalize.css](https://github.com/necolas/normalize.css/)
at version v4.0.0. Normalize.css <q>makes browsers render all elements more
at version v5.0.0. Normalize.css <q>makes browsers render all elements more
consistently and in line with modern standards. It precisely targets only the
styles that need normalizing</q>.

Expand Down
Loading

0 comments on commit e96118c

Please sign in to comment.