New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@microflash/preset

Package Overview
Dependencies
Maintainers
0
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microflash/preset - npm Package Versions

234

5.0.4

Diff
naiyer
published 5.0.4 •

Changelog

Source

[5.0.4] - 2025-01-05

Changed

  • Use a less opinionated PostCSS configuration

Fixed

  • font-feature-settings for headings, td, math, and time elements
naiyer
published 5.0.3 •

Changelog

Source

[5.0.3] - 2024-12-21

Changed

  • Set cursor for disabled elements with [role="button"]
naiyer
published 5.0.2 •

Changelog

Source

[5.0.2] - 2024-11-19

Changed

  • Set stroke-linecap: round and stroke-linejoin: round only when they are not already set on SVG

Fixed

  • Selector that ensures button content is not selectable
naiyer
published 5.0.1 •

Changelog

Source

[5.0.1] - 2024-10-02

Removed

  • Invalid font-feature-settings injected by PostCSS
naiyer
published 5.0.0 •

Changelog

Source

[5.0.0] - 2024-10-02

Added

  • interpolate-size on document to allow animating intrinsic sizing keywords such as height, width and so on. Progressive enhancement, only supported by Chrome for now.
  • Balance text to avoid orphans for li and figcaption elements
  • Position numbers on baseline for headings, table cells, math element and time element with timestamp. Progressive enhancement, available if font supports this OpenType feature.
  • Sets numbers at same size for table cells, math element and time element with timestamp. Progressive enhancement, available if font supports this OpenType feature.

Changed

  • Breaking change Rename --preset-scroll-padding as --preset-scroll-offset
  • Apply scroll-margin-block on :target regardless of motion preference
  • Add rlh fallback for scroll-margin-block for supported browsers
naiyer
published 4.1.0 •

Changelog

Source

[4.1.0] - 2024-07-23

Added

  • Opt into user's color scheme preferences with color-scheme: light dark
naiyer
published 4.0.3 •

Changelog

Source

[4.0.3] - 2024-07-09

No user-facing changes. Just polishing internal variable for outline transition.

naiyer
published 4.0.2 •

Changelog

Source

[4.0.2] - 2024-06-11

Fixed

  • Stops hiding the hanging punctuation on input and textarea elements
naiyer
published 4.0.1 •

Changelog

Source

[4.0.1] - 2024-06-07

Superceded by 4.0.2

naiyer
published 4.0.0 •

Changelog

Source

[4.0.0] - 2024-06-01

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)