Skip to content

Releases: dwhieb/flexbox-reset

v8.2.0

16 Dec 11:04
Compare
Choose a tag to compare

Use text-decoration-thickness: from-font;.

v8.0.2

08 Nov 04:01
Compare
Choose a tag to compare

Reverts focus-visible styles, which had accidentally been removed in a previous release.

v8.0.1

07 Nov 23:12
Compare
Choose a tag to compare
8.0.1

v7.0.0

07 Nov 22:31
Compare
Choose a tag to compare
7.0.0

v4.0.0

12 Mar 06:12
Compare
Choose a tag to compare
  • update license
  • update links in readme
  • reset styling for <caption> element
  • add a few improvements from Modern CSS Reset
  • set `border-collapse: collapse'
  • update LESS

v2.4.0

14 Oct 21:52
f5293df
Compare
Choose a tag to compare
  • VERSION: v2.4.0
  • ACCESSIBILITY: do not reset outline property
  • DOCS: update year in license
  • DOCS: minor updates to readme
  • DEV: remove script to upload to personal CDN
  • DEP: install Less as a dev dependency

v2.3.0

18 Jan 04:11
Compare
Choose a tag to compare
  • CHANGE: Set font-size: 100%; on body
  • CHANGE: Remove background-color delcaration from body

v2.0.0

18 Mar 06:39
Compare
Choose a tag to compare

This release makes some fairly major changes in the behavior of flexbox-reset, bringing it more closely in line with typical use case scenarios.

  • Exceptions to flexbox styling are now made for both inline elements (e.g. abbr, strong) and elements whose content is typically inline (e.g. blockquote, button).

  • A reset is added for the outline attribute when the element is focused (:focus).

  • flex-direction: row; is set for a number of subtypes of <input> elements, in order to make them display properly in Chrome and Edge.

  • The border-spacing property of <table> elements is set to 0.

  • The default color of the <body> tag is set to black.

v1.1.2

20 Feb 05:11
Compare
Choose a tag to compare
  • version bump

v1.0.0

20 Feb 05:10
Compare
Choose a tag to compare

Initial release