Skip to content

Releases: kripod/css-homogenizer

v4.0.0

17 May 21:46
2d0c635
Compare
Choose a tag to compare

Major Changes

Patch Changes

  • b8b9116 Thanks @kripod! - fix(reset): disabled select opacity in Chrome

  • 7da2b14 Thanks @kripod! - fix(reset): select border-radius in Safari

v3.2.1

05 Jun 07:08
Compare
Choose a tag to compare

Fixed

  • reset-scoped: compatibility with legacy module resolution strategies

v3.2.0

05 Jun 06:45
Compare
Choose a tag to compare

Added

  • reset-scoped: ship CommonJS modules alongside ESM

Removed

  • reset: main package entry point as an undocumented alias

v3.1.0

05 Jun 06:44
Compare
Choose a tag to compare

Added

  • reset-scoped: initial release

v3.0.2

04 Jun 16:08
Compare
Choose a tag to compare

Fixed

  • base: respect hidden attribute of embedded content elements (img, iframe, embed, object, video, audio, svg) and canvas

v3.0.1

03 Jun 15:03
Compare
Choose a tag to compare

Fixed

  • reset: replace border: 0 with border-width: 0 for compatibility with base styles

v3.0.0

03 Jun 15:00
Compare
Choose a tag to compare

Added

  • base: set box-sizing: border-box on *, ::before, ::after
  • base: set border-style: solid and border-width: 0 on on *, ::before, ::after to allow adding a border with just a border-width
  • base: set tab-size: 2 on html to prevent overflow in code blocks
  • base: set -webkit-text-size-adjust: 100% on html to prevent erroneous text scaling in iOS Safari
  • base: set margin: 0 on body
  • base: make embed and object elements responsive

Changed

  • base: reorder styles for better maintainability

Removed

  • base: redundant height: auto on canvas
  • base: strict enforcement of display: none when a hidden attribute is present

v2.1.0

03 Jun 14:23
Compare
Choose a tag to compare

Added

  • reset: inherit letter-spacing and word-spacing on form controls

v2.0.1

27 May 13:54
Compare
Choose a tag to compare

Changed

  • reset: apply ::placeholder styles only on input and textarea
  • reset: reorder styles for better maintainability

v2.0.0

11 May 11:08
Compare
Choose a tag to compare

Added

  • reset: nullify padding, border and background on form controls
  • reset: inherit font and color on form controls
  • reset: inherit color and text-decoration on links
  • reset: set opacity: 1 and color: gray on ::placeholder to make Firefox styles consistent

Fixed

  • base: hr border width and style

Changed

  • base: rename opinionated-base.css to base.css
  • reset: set line-height: 1 on html instead of body