Skip to content
Permalink
Newer
Older
100644 175 lines (128 sloc) 5.44 KB
1
# Changes to normalize.css
2
Nov 5, 2018
3
### 8.0.1 (November 4, 2018)
4
5
* Fix regression in IE rendering of `main` element.
6
Feb 8, 2018
7
### 8.0.0 (February 2, 2018)
8
9
* Remove support for older browsers Android 4, lte IE 9, lte Safari 7.
Feb 8, 2018
10
* Don't remove search input cancel button in Chrome/Safari.
11
* Form inputs inherit `font-family`.
12
* Fix text decoration in Safari 8+.
13
May 2, 2017
14
### 7.0.0 (May 2, 2017)
15
16
* Revert changes in `body` and form elements styles introduced by v6
17
Mar 26, 2017
18
### 6.0.0 (March 26, 2017)
19
20
* Remove all opinionated rules
21
* Correct document heading comment
22
* Update `abbr[title]` support
23
Oct 3, 2016
24
### 5.0.0 (October 3, 2016)
26
* Add normalized sections not already present from
27
https://html.spec.whatwg.org/multipage/.
28
* Move unsorted rules into their respective sections.
29
* Update the `summary` style in all browsers.
30
* Remove `::placeholder` styles due to a bug in Edge.
31
* More explicitly define font resets on form controls.
32
* Remove the `optgroup` normalization needed by the previous font reset.
Oct 3, 2016
33
* Update text-size-adjust documentation
 for IE on Windows Phone
34
* Update OS X reference to macOS
35
* Update the semver strategy.
37
### 4.2.0 (June 30, 2016)
Jun 30, 2016
38
39
* Correct the `line-height` in all browsers.
40
* Restore `optgroup` font inheritance.
41
* Update normalize.css heading.
42
Apr 12, 2016
43
### 4.1.1 (April 12, 2016)
44
45
* Update normalize.css heading.
46
Apr 12, 2016
47
### 4.1.0 (April 11, 2016)
48
49
* Normalize placeholders in Chrome, Edge, and Safari.
50
* Normalize `text-decoration-skip` property in Safari.
51
* Normalize file select buttons.
52
* Normalize search input outlines in Safari.
53
* Limit Firefox focus normalizations to buttons.
54
* Restore `main` to package.json.
55
* Restore proper overflow to certain `select` elements.
56
* Remove opinionated cursor styles on buttons.
Jun 30, 2016
57
* Update stylelint configuration.
58
* Update tests.
Apr 12, 2016
59
Mar 19, 2016
60
### 4.0.0 (March 19, 2016)
61
62
* Add the correct font weight for `b` and `strong` in Chrome, Edge, and Safari.
63
* Correct inconsistent `overflow` for `hr` in Edge and IE.
64
* Correct inconsistent `box-sizing` for `hr` in Firefox.
65
* Correct inconsistent `text-decoration` and `border-bottom` for `abbr[title]`
66
in Chrome, Edge, Firefox IE, Opera, and Safari.
67
* Correct inheritance and scaling of `font-size` for preformatted text.
68
* Correct `legend` text wrapping not present in Edge and IE.
69
* Remove unnecessary normalization of `line-height` for `input`.
70
* Remove unnecessary normalization of `color` for form controls.
71
* Remove unnecessary `box-sizing` for `input[type="search"]` in Chrome, Edge,
72
Firefox, IE, and Safari.
73
* Remove opinionated table resets.
74
* Remove opinionated `pre` overflow.
75
* Remove selector weight from some input selectors.
76
* Update normalization of `border-style` for `img`.
77
* Update normalization of `color` inheritance for `legend`.
78
* Update normalization of `background-color` for `mark`.
79
* Update normalization of `outline` for `:-moz-focusring` removed by a previous
80
normalization in Firefox.
81
* Update opinionated style of `outline-width` for `a:active` and `a:hover`.
82
* Update comments to identify opinionated styles.
83
* Update comments to specify browser/versions affected by all changes.
84
* Update comments to use one voice.
85
86
---
87
88
### 3.0.3 (March 30, 2015)
Mar 31, 2015
89
90
* Remove unnecessary vendor prefixes.
91
* Add `main` property.
92
93
### 3.0.2 (October 4, 2014)
Oct 4, 2014
94
95
* Only alter `background-color` of links in IE 10.
96
* Add `menu` element to HTML5 display definitions.
97
98
### 3.0.1 (March 27, 2014)
Mar 27, 2014
99
Feb 17, 2014
100
* Add package.json for npm support.
101
102
### 3.0.0 (January 28, 2014)
Jan 28, 2014
103
104
### 3.0.0-rc.1 (January 26, 2014)
Jan 26, 2014
105
Jan 26, 2014
106
* Explicit tests for each normalization.
107
* Fix i18n for `q` element.
108
* Fix `pre` text formatting and overflow.
109
* Fix vertical alignment of `progress`.
110
* Address `button` overflow in IE 8/9/10.
111
* Revert `textarea` alignment modification.
112
* Fix number input button cursor in Chrome on OS X.
113
* Remove `a:focus` outline normalization.
114
* Fix `figure` margin normalization.
115
* Normalize `optgroup`.
116
* Remove default table cell padding.
117
* Set correct display for `progress` in IE 8/9.
118
* Fix `font` and `color` inheritance for forms.
119
120
---
121
122
### 2.1.3 (August 26, 2013)
Aug 26, 2013
123
Aug 26, 2013
124
* Fix component.json.
125
* Remove the gray background color from active links in IE 10.
126
127
### 2.1.2 (May 11, 2013)
May 11, 2013
128
129
* Revert root `color` and `background` normalizations.
130
131
### 2.1.1 (April 8, 2013)
Apr 8, 2013
132
Apr 3, 2013
133
* Normalize root `color` and `background` to counter the effects of system
134
color schemes.
135
136
### 2.1.0 (January 21, 2013)
Jan 21, 2013
137
Jan 21, 2013
138
* Normalize `text-transform` for `button` and `select`.
Jan 20, 2013
139
* Normalize `h1` margin when within HTML5 sectioning elements.
Jan 20, 2013
140
* Normalize `hr` element.
141
* Remove unnecessary `pre` styles.
Jan 15, 2013
142
* Add `main` element to HTML5 display definitions.
143
* Fix cursor style for disabled button `input`.
144
145
### 2.0.1 (August 20, 2012)
146
147
* Remove stray IE 6/7 `inline-block` hack from HTML5 display settings.
148
149
### 2.0.0 (August 19, 2012)
150
151
* Remove legacy browser form normalizations.
152
* Remove all list normalizations.
153
* Add `quotes` normalizations.
154
* Remove all heading normalizations except `h1` font size.
155
* Form elements automatically inherit `font-family` from ancestor.
156
* Drop support for IE 6/7, Firefox < 4, and Safari < 5.
157
158
---
159
160
### 1.0.1 (August 19, 2012)
161
162
* Adjust `small` font size normalization.
163
164
### 1.0.0 (August 14, 2012)
Aug 16, 2012
165
166
(Only the notable changes since public release)
167
168
* Add MIT License.
169
* Hide `audio` elements without controls in iOS 5.
Aug 16, 2012
170
* Normalize heading margins and font size.
171
* Move font-family normalization from `body` to `html`.
172
* Remove scrollbar normalization.
173
* Remove excess padding from checkbox and radio inputs in IE 7.
174
* Add IE9 correction for SVG overflow.
Aug 16, 2012
175
* Add fix for legend not inheriting color in IE 6/7/8/9.