Permalink
normalize.css/CHANGELOG.md
Newer
100644
175 lines (128 sloc)
5.44 KB
3
### 8.0.1 (November 4, 2018)
4
5
* Fix regression in IE rendering of `main` element.
6
9
* Remove support for older browsers Android 4, lte IE 9, lte Safari 7.
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
14
### 7.0.0 (May 2, 2017)
15
16
* Revert changes in `body` and form elements styles introduced by v6
17
18
### 6.0.0 (March 26, 2017)
19
20
* Remove all opinionated rules
21
* Correct document heading comment
22
* Update `abbr[title]` support
23
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.
33
* Update text-size-adjust documentation
for IE on Windows Phone
34
* Update OS X reference to macOS
38
39
* Correct the `line-height` in all browsers.
40
* Restore `optgroup` font inheritance.
41
* Update normalize.css heading.
42
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.
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.
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)
95
* Only alter `background-color` of links in IE 10.
96
* Add `menu` element to HTML5 display definitions.
97
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
125
* Remove the gray background color from active links in IE 10.
126
129
* Revert root `color` and `background` normalizations.
130
142
* Add `main` element to HTML5 display definitions.
143
* Fix cursor style for disabled button `input`.
144
146
147
* Remove stray IE 6/7 `inline-block` hack from HTML5 display settings.
148
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
161
162
* Adjust `small` font size normalization.
163
165
166
(Only the notable changes since public release)
167
168
* Add MIT License.
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.