Releases: primer/css
v19.1.0
Minor Changes
-
#1759
74724ce7Thanks @langermank! - Removepopoverresponsive hack -
#1807
13a4654fThanks @enstyled! - Marketing: Add link components
Marketing: Add animated arrow utility
Marketing: Document button components with arrows
Patch Changes
-
#1780
8e9ba62dThanks @langermank! - ActionList followup -
#1805
99537d31Thanks @tobiasahlin! - Fix local dev (revert webpack 5.5.0 → 6.0.0) -
#1781
4d8dcf24Thanks @simurai! - Reformatrgba()colors for.btn-mktg -
#1768
4abb1af9Thanks @tobiasahlin! - Marketing: Add disabled states for buttons (and tweak hover) -
#1792
b1c43f1fThanks @simurai! - Usecounter-borderfor LHC -
#1808
ee27583fThanks @manuelpuyol! - Add hover and active states to btn-invisible -
#1818
22c29e7aThanks @vdepizzol! - [Layout component] Avoid resizingmainwhile loading
v19.0.0
Major Changes
- #1716
9b97dc8fThanks @tobiasahlin! - Update marketing buttons (including color mode support)
Minor Changes
-
#1756
ece7a3e6Thanks @heiskr! - Update mark tag to use background-color: var(--color-attention-subtle); -
#1755
1714778aThanks @jonrohan! - Updating primer/primitives@7.1.0 and adding Light High Contrast theme
Patch Changes
v18.2.0
Minor Changes
-
#1738
dfe73db1Thanks @vdepizzol! - UpdateLayout's sidebar width values. -
#1657
e7543009Thanks @langermank! - ActionList Component: Primer CSS Implementation. Adding a new componentActionListto learn more checkout the docs https://primer.style/css/components/action-list.
Patch Changes
v18.1.0
Minor Changes
Patch Changes
-
#1710
6a058ecbThanks @jonrohan! - Updating @primer/primitives@6.0.0 -
#1712
bc502033Thanks @jonrohan! - Updating @primer/stylelint-config to 12.1.0 -
#1708
f7c44c35Thanks @langermank! - Storybook: add Label stories -
#1707
a997790bThanks @maximedegreve! - Fix for disabled Safari inputs -
#1693
c1ca19d4Thanks @jasonmacgowan! - Fix light-theme attr reference in theme docs -
#1689
257f68f6Thanks @adityatheoctocatdev! - Update all Toast variant icons to usevar(--color-fg-on-emphasis)The only visible change is in the
warningvariant, previously usingvar(--color-fg-default)
v18.0.2
v18.0.1
v18.0.0
Major Changes
-
#1599
13de16c7Thanks @jonrohan! - Removing the rem() mixin and usages. Placing the computed values in place. -
#1599
13de16c7Thanks @jonrohan! - Renamemodes.scssfile tocolor-modes.scssand move from thebase/folder to thesupport/variablesfolder. -
#1599
13de16c7Thanks @jonrohan! - Moving color modes to their own bundle,./color-modes/and separates color mode themes into their own scss file. -
#1617
e47324faThanks @jonrohan! - Removing<kbd>import from markdown package. Going forward you'll need to include@primer/css/base/kbd.scssdirectly. -
#1599
13de16c7Thanks @jonrohan! - Remove break-word from utilities
Minor Changes
-
#1601
410c1d63Thanks @jonrohan! - Add light & dark colorblind themes -
#1626
4d00d51dThanks @jonrohan! - Changing to @primer/stylelint-config and upgrading @primer/primitives to 5.0 rc -
#1616
afac04bcThanks @talum! - Adding footnote styles to markdown-body. -
#1617
e47324faThanks @jonrohan! - Convert postcss build tool, from node-sass to dart-sass. -
#1603
21c5ebc0Thanks @simurai! - Update docs with V2 colors
Patch Changes
-
#1629
54d3068bThanks @jdanyow! - remove remaining color-border-primary refs -
#1631
5f3689b9Thanks @jonrohan! - Updating @primer/stylelint-config and @primer/primitives to 5.0 -
#1659
d32e42f9Thanks @jonrohan! - Rename protanopia themes to colorblind. -
#1658
0ed0307bThanks @koddsson! - Increase the z-index value for the details dialog overlay.
v17.11.0
Minor Changes
-
#1595
5fb831cfThanks @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
c7ea6448Thanks @jonrohan! - Replacing deprecated variables with color v2 variables -
#1573
386dfa01Thanks @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
Meiryobeforesystem-ui.- This should have the effect that the browser will use
Meiryoinstead ofYu Gothic UIand should improve font rendering, especially for Japanese. - Note: In an earlier version,
Yu Gothicwas used. But with great feedback from @448jp and @hiloki #1573 (comment) it seemsMeiryois the better default.
- This should have the effect that the browser will use
-
#1581
be518b80Thanks @jonrohan! - Updating deprecations.js file to be more straightforward -
#1579
c3b4a0c3Thanks @jonrohan! - Removing v2 color mode css var fallbacks.var(--color-v2, var(--color-v1))becomesvar(--color-v2)