Skip to content
Closed

V1 #866

Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
ee61f84
Add trailing slash to 'homepage' in component.json
necolas Aug 20, 2012
9323d0d
Correct `font-size` normalization for `h6`
necolas Nov 17, 2012
1364ab6
Update component.json for 'component' support
necolas Nov 17, 2012
43af506
v1.0.2
necolas Nov 17, 2012
d6c54bb
Language and comment style
necolas Nov 26, 2012
07c0beb
Fix cursor style for disabled button `input`
necolas Dec 2, 2012
048ea8b
Add `main` element to HTML5 display definitions
dawidkkruczek Jan 15, 2013
c0a9664
Update CHANGELOG
necolas Jan 15, 2013
b1ac8a4
Add `hr` test
necolas Jan 20, 2013
a51697a
Normalize `hr`
necolas Jan 20, 2013
54f470c
Update CHANGELOG
necolas Jan 20, 2013
acf4079
Normalize form element `text-transform`
necolas Jan 21, 2013
5dbbae1
Update CHANGELOG
necolas Jan 21, 2013
0c847f3
Update README acknowledgements
necolas Jan 21, 2013
97e7867
v1.1.0
necolas Jan 21, 2013
a91b3af
Clean up component.json
necolas Apr 1, 2013
121c082
Protect root against system color schemes
necolas Apr 1, 2013
d31707e
Fix typo
necolas Apr 3, 2013
8086921
Change gh-page URLs to use `.io`
necolas Apr 5, 2013
437072a
Add contribution guidelines
necolas Apr 8, 2013
1e768e7
v1.1.1
necolas Apr 8, 2013
4f2276d
Fix example `git tag` command in docs
necolas Apr 8, 2013
858bb90
Fix property ordering
necolas Apr 8, 2013
7749af6
Fix typo in CONTRIBUTING.md
necolas Apr 8, 2013
f5543a2
Add Bower manifest file
necolas May 11, 2013
c242292
Simplify the Component(1) manifest file
necolas May 11, 2013
52e76de
Revert root color and background normalization
necolas May 11, 2013
a27353c
Add `bower.json` to release instructions
necolas May 11, 2013
223bec9
v1.1.2
necolas May 11, 2013
f17e57a
Update component.json to fit new specification
drublic Aug 29, 2013
e44e170
Mention that v1 is no longer maintained
necolas Aug 30, 2013
857aa8b
v1.1.3
necolas Aug 30, 2013
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
v1.1.3
  • Loading branch information
necolas committed Aug 30, 2013
commit 857aa8bfd433a8b0457b4df6ac882dc072d37220
16 changes: 9 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,34 @@
== HEAD
=== HEAD

=== 1.1.3 (August 30, 2013)

* Update component.json to fit new specification

== 1.1.2 (May 11, 2013)
=== 1.1.2 (May 11, 2013)

* Revert root `color` and `background` normalizations.

== 1.1.1 (April 8, 2013)
=== 1.1.1 (April 8, 2013)

* Normalize root `color` and `background` to counter the effects of system
color schemes.

== 1.1.0 (January 21, 2013)
=== 1.1.0 (January 21, 2013)

* Normalize `text-transform` for `button` and `select`.
* Normalize `hr` element (excluding IE 6/7).
* Add `main` element to HTML5 display definitions.
* Fix cursor style for disabled button `input`.

== 1.0.2 (November 17, 2012)
=== 1.0.2 (November 17, 2012)

* Correct `h6` font size normalization.

== 1.0.1 (August 19, 2012)
=== 1.0.1 (August 19, 2012)

* Adjust `small` font size normalization.

== 1.0.0 (August 14, 2012)
=== 1.0.0 (August 14, 2012)

(Only the notable changes since public release)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ elements more consistently and in line with modern standards. We researched the
differences between default browser styles in order to precisely target only
the styles that need normalizing.

[Check out the demo](http://necolas.github.io/normalize.css/1.1.0/test.html)
[Check out the demo](http://necolas.github.io/normalize.css/1.1.3/test.html)

## What does it do?

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "normalize-css",
"version": "1.1.2",
"version": "1.1.3",
"main": "normalize.css",
"author": "Nicolas Gallagher",
"ignore": [
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "normalize-css",
"repo": "necolas/normalize.css",
"version": "1.1.2",
"version": "1.1.3",
"styles": ["normalize.css"],
"author": "Nicolas Gallagher",
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion normalize.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
HTML5 display definitions
Expand Down