Skip to content

Releases: primer/css

v19.1.0

09 Dec 02:34
6a4cf18

Choose a tag to compare

Minor Changes

Patch Changes

v19.0.0

19 Nov 17:28
4f8cb4f

Choose a tag to compare

Major Changes

Minor Changes

Patch Changes

v18.2.0

08 Nov 19:55
e34e692

Choose a tag to compare

Minor Changes

Patch Changes

v18.1.0

28 Oct 18:59
085801a

Choose a tag to compare

Minor Changes

Patch Changes

v18.0.2

20 Oct 10:44
88dfbb5

Choose a tag to compare

Patch Changes

v18.0.1

08 Oct 16:25
b84400e

Choose a tag to compare

Patch Changes

v18.0.0

08 Oct 07:40
0cc2512

Choose a tag to compare

Major Changes

Minor Changes

Patch Changes

v17.11.0

17 Sep 00:01
2892525

Choose a tag to compare

Minor Changes

Patch Changes

v17.10.0

14 Sep 01:05
acb284e

Choose a tag to compare

Minor Changes

Patch Changes

v17.9.0

10 Sep 18:07
5eb8113

Choose a tag to compare

Minor Changes

  • #1575 c7ea6448 Thanks @jonrohan! - Replacing deprecated variables with color v2 variables

  • #1573 386dfa01 Thanks @simurai! - Improve the font stack on Windows

    • Segoe UI Variable -> Segoe UI Variable Text.
      • "Segoe UI Variable Text" seems to be the better option for a lot of text (markdown). In the future we might can consider having a UI and a "text" font stack.
    • Add Meiryo before system-ui.
      • This should have the effect that the browser will use Meiryo instead of Yu Gothic UI and should improve font rendering, especially for Japanese.
      • Note: In an earlier version, Yu Gothic was used. But with great feedback from @448jp and @hiloki #1573 (comment) it seems Meiryo is the better default.
  • #1581 be518b80 Thanks @jonrohan! - Updating deprecations.js file to be more straightforward

  • #1579 c3b4a0c3 Thanks @jonrohan! - Removing v2 color mode css var fallbacks. var(--color-v2, var(--color-v1)) becomes var(--color-v2)