Skip to content

Releases: Microflash/preset

4.0.2

11 Jun 18:02
Compare
Choose a tag to compare

Fixed

  • Stops hiding the hanging punctuation on input and textarea elements

Full Changelog: 4.0.1...4.0.2

4.0.1

07 Jun 17:22
Compare
Choose a tag to compare

Superceded by 4.0.2

Full Changelog: 4.0.0...4.0.1

4.0.0

01 Jun 16:36
e71382e
Compare
Choose a tag to compare

Added

  • Allows overriding the outline transition with --preset-outline-transition property
  • Applies field-sizing: content on select and textarea elements to resize them based on content

Changed

  • Stops applying the transitions on devices using low refresh rate screens (such as e-readers)

Full Changelog: 3.1.0...4.0.0

3.1.0

25 Feb 16:44
Compare
Choose a tag to compare

Added

3.0.0

25 Feb 16:18
Compare
Choose a tag to compare

Changed

  • Breaking Change: stroke-color is no longer being set on SVGs (mainly to allow design systems to enforce this on icon sets and illustrations). This also removes support for --preset-stroke-color property.

2.0.0

15 Jan 07:03
Compare
Choose a tag to compare

Changed

  • Breaking Change: Media elements (img, svg, canvas, audio, video, iframe, embed, object) are no longer forced to display: block. Instead, a gentler set of opinions are now applied on them. See 0887640

1.5.1

15 Jan 06:45
Compare
Choose a tag to compare

Changed

  • Reset now excludes SVGs with class attribute
  • cursor: not-allowed is now applied on input[type=image][disabled] elements as well

1.5.0

15 Jan 06:23
a4b15cd
Compare
Choose a tag to compare

Added

Changed

  • Sets margin: 0 for every element except dialog
  • Removes display: hidden on elements that are hidden until found

1.0.3

22 Oct 06:38
Compare
Choose a tag to compare

Added

  • A min-block-size for textareas with no rows attribute to make sure they are not tiny

1.0.2

22 Oct 06:29
Compare
Choose a tag to compare

Added

  • text-wrap: pretty on paragraph elements