Releases: primer/css
v18.0.1
v18.0.0
Major Changes
-
#1599
13de16c7
Thanks @jonrohan! - Removing the rem() mixin and usages. Placing the computed values in place. -
#1599
13de16c7
Thanks @jonrohan! - Renamemodes.scss
file tocolor-modes.scss
and move from thebase/
folder to thesupport/variables
folder. -
#1599
13de16c7
Thanks @jonrohan! - Moving color modes to their own bundle,./color-modes/
and separates color mode themes into their own scss file. -
#1617
e47324fa
Thanks @jonrohan! - Removing<kbd>
import from markdown package. Going forward you'll need to include@primer/css/base/kbd.scss
directly. -
#1599
13de16c7
Thanks @jonrohan! - Remove break-word from utilities
Minor Changes
-
#1601
410c1d63
Thanks @jonrohan! - Add light & dark colorblind themes -
#1626
4d00d51d
Thanks @jonrohan! - Changing to @primer/stylelint-config and upgrading @primer/primitives to 5.0 rc -
#1616
afac04bc
Thanks @talum! - Adding footnote styles to markdown-body. -
#1617
e47324fa
Thanks @jonrohan! - Convert postcss build tool, from node-sass to dart-sass. -
#1603
21c5ebc0
Thanks @simurai! - Update docs with V2 colors
Patch Changes
-
#1629
54d3068b
Thanks @jdanyow! - remove remaining color-border-primary refs -
#1631
5f3689b9
Thanks @jonrohan! - Updating @primer/stylelint-config and @primer/primitives to 5.0 -
#1659
d32e42f9
Thanks @jonrohan! - Rename protanopia themes to colorblind. -
#1658
0ed0307b
Thanks @koddsson! - Increase the z-index value for the details dialog overlay.
v17.11.0
Minor Changes
-
#1595
5fb831cf
Thanks @jonrohan and @langermank! - Adding directional margin classes to the margin utilities.Adding:
ml-auto, mb-auto, mr-auto
Patch Changes
v17.10.0
v17.9.0
Minor Changes
-
#1575
c7ea6448
Thanks @jonrohan! - Replacing deprecated variables with color v2 variables -
#1573
386dfa01
Thanks @simurai! - Improve the font stack on WindowsSegoe 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
beforesystem-ui
.- This should have the effect that the browser will use
Meiryo
instead ofYu 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 seemsMeiryo
is the better default.
- This should have the effect that the browser will use
-
#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))
becomesvar(--color-v2)
v17.8.0
Minor Changes
-
#1567
ab72486f
Thanks @colebemis! - Removebase/modes-v2.scss
file -
#1567
ab72486f
Thanks @colebemis! - Bumps@primer/primitives
to v4.7.0 which includes new [functional color system variables] -
#1567
ab72486f
Thanks @colebemis! - Outputdark_high_contrast
theme variables frombase/modes.scss