Skip to content

Commit 8c5fd61

Browse files
authored
update CHANGELOG.md
- added variant and color mode updates
1 parent fb7ee13 commit 8c5fd61

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,44 @@
11
# Changelog
22

3+
## December 2020
4+
### Primer Web
5+
#### ✨ New features
6+
7+
#### Color modes
8+
9+
![example of color modes implementation in alert component showing all of the color values matching success alert variables](https://user-images.githubusercontent.com/10384315/101843649-88bb9b80-3aff-11eb-8ddc-72e19ac791eb.png)
10+
11+
Support for GitHub's new color modes has been implemented into the individual components to correspond to the functional color values supplied by [primer/primitives](https://github.com/primer/primitives).
12+
13+
To use be sure to turn on the [`Primer Primitives: light beta` library](https://www.figma.com/file/9vhDNyQpOono1vgi0qSViZ/Primer-Primitives-light-beta) as that is now the source of truth for all component color styling.
14+
15+
16+
#### Variants
17+
18+
![example of variants with the primary button showing all of the variant options in a dropdown](https://user-images.githubusercontent.com/10384315/101843779-d1735480-3aff-11eb-9d1d-526c5d23f11f.png)
19+
20+
21+
Components have been updated to use the new variants feature in Figma.
22+
23+
- Flash alerts
24+
- Toasts
25+
- Avatars
26+
- Buttons
27+
- Branch name
28+
- Blankslate
29+
- Breadcrumbs
30+
- Contribution graph
31+
- Cursors
32+
- Forms
33+
- Labels
34+
- Markdown
35+
- Navigation
36+
- Pagehead
37+
- Popovers
38+
- Select menus
39+
- Subhead
40+
- Text contents
41+
342
## November 2020
443

544
#### ✨New features

0 commit comments

Comments
 (0)