aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/CHANGELOG.md
Commit message (Collapse)AuthorAge
* v12.1.0v12.1.1v12.1.0Romain Menke2023-12-29
|
* 12.0.012.0.0Jonathan Neal2021-09-15
|
* Use :where() in evergreen.css, remove text-size-adjustJonathan Neal2020-12-03
|
* 11.0.111.0.1Jonathan Neal2020-08-20
|
* 11.0.011.0.0Jonathan Neal2020-08-19
|
* 10.1.0Jonathan Neal2019-06-03
|
* 10.0.0Jonathan Neal2019-05-17
|
* 9.0.1Jonathan Neal2018-09-04
|
* 9.0.0Jonathan Neal2018-08-22
| | | | | | | | | | | * Fix correction of cursor style of increment and decrement buttons in Safari, not Chrome. * Correct the text style of placeholders in Chrome, Edge, and Safari. * Remove unnecessary form control margin normalizations in Firefox. * Remove opinionated fieldset padding in all browsers. * Remove `::-moz-focus-inner` and `:-moz-focusring` normalizations fixed in Firefox 53 https://bugzilla.mozilla.org/show_bug.cgi?id=140562
* 8.0.0Jonathan Neal2018-06-15
|
* 7.0.0Jonathan Neal2017-05-28
|
* Update CHANGELOG.md (#670)Adam Gruber2017-05-01
| | | | | | | | * Update CHANGELOG.md Add a note about opinionate.css * add similar projects section to README
* 6.0.0Jonathan Neal2017-03-26
| | | | | | - Update CHANGELOG.md - Update normalize.css header - Update package.json
* 5.0.0Jonathan Neal2016-10-03
|
* Update semver strategy (#615)Jonathan Neal2016-08-21
|
* More explicitly define font resets on form controls (#607)Jonathan Neal2016-08-08
|
* Merge branch 'feature/html-sectioning'Jonathan Neal2016-07-06
|
* Merge branch 'battaglr-placeholder'Jonathan Neal2016-07-06
|
* Update CHANGELOG.md dateJonathan Neal2016-06-30
|
* 4.2.0Jonathan Neal2016-06-30
|
* 4.1.1Jonathan Neal2016-04-12
|
* 4.1.0 (#576)Jonathan Neal2016-04-12
|
* 4.0.0Jonathan Neal2016-03-19
|
* Update documentation and testsJonathan Neal2016-03-19
|
* Remove opinionated table resetsJonathan Neal2016-02-03
|
* Update documentation and CHANGELOG.mdJonathan Neal2016-02-03
|
* Add comment addressing intentional duplicated monospace fontFritz Lin2016-01-22
| | | | | https://github.com/necolas/normalize.css/issues/480 https://github.com/necolas/normalize.css/blob/2bdda84272650aedfb45d8abe11a6d177933a803/README.md#pre-code-kbd-samp
* Address inconsistent styling of abbr[title]Kaz Nishimura2016-01-22
|
* Update CHANGELOG.md for color inheritence changeJonathan Neal2016-01-22
|
* Ensure long-hand background declaration usage for consistency.Dominic Magnifico2016-01-22
|
* Normalize `hr` overflowJames Nowland2016-01-22
| | | | Address IE 8,9,10,11 setting overflow to hidden.
* Address inconsistent styling of b and strongPaul Radzkov2016-01-21
|
* 3.0.3Nicolas Gallagher2015-03-30
|
* 3.0.2Nicolas Gallagher2014-10-04
|
* Only alter 'background-color' of links in IE 10Maxime Thirouin2014-10-04
| | | | Close #337
* Add `menu` element to HTML5 display definitionsNicolas Gallagher2014-10-04
| | | | Fix #370
* 3.0.1Nicolas Gallagher2014-03-26
|
* Add package.jsonNicolas Gallagher2014-02-17
|
* v3.0.0Nicolas Gallagher2014-01-28
|
* v3.0.0-rc.1Nicolas Gallagher2014-01-25
|
* Update CHANGELOGNicolas Gallagher2014-01-25
|
* v2.1.3Nicolas Gallagher2013-08-26
|
* Update CHANGELOGNicolas Gallagher2013-08-26
|
* Fix IE 10 active link background colorNicolas Gallagher2013-07-01
| | | | | | Remove the gray background color from active links in IE 10. Fix gh-172
* v2.1.2Nicolas Gallagher2013-05-11
|
* Revert root color and background normalizationNicolas Gallagher2013-05-07
| | | | | | | | | | | | | | | Commit: 907890983eb2d6667e4b9cbd8bd03ead4b077e34 The change caused problems with `body` background color no longer bubbling up the the `html` element. It also prevented you from setting `color` or `background` styles on `html` before the normalize.css styles. It might not be possibly to safely address – within normalize.css – the problem that it was trying to avoid. Fix gh-188
* Correct date of 2.1.1 release in CHANGELOGNicolas Gallagher2013-04-07
|
* v2.1.1Nicolas Gallagher2013-04-07
|
* Fix typoNicolas Gallagher2013-04-03
|
* Protect root against system color schemesNicolas Gallagher2013-04-01
| | | | | | | | | System color schemes (in particular, custom themes in Windows and Linux distros) affect Firefox, IE, and Opera. Normalizing the web site/app's root background and text color prevents these unwanted settings from being used. Chrome doesn't apply system-level schemes to websites. Fix gh-170