Skip to content

Commit 0570a41

Browse files
authored
Update changelog with primitives and web updates
1 parent e9d9661 commit 0570a41

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

CHANGELOG.md

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

3+
## October 28, 2021
4+
5+
### Primer Primitives
6+
7+
[Figma link](https://www.figma.com/file/B5XPE8IwGPIZDAvN7jqWqx/Primer-Primitives)
8+
9+
#### 🚀 Enhancements
10+
11+
##### Color system update
12+
13+
![Updated pages for color](https://user-images.githubusercontent.com/10384315/139312452-a5b3983d-3301-4dd7-84dd-71b234d96e67.png)
14+
15+
Color has been updated in Primer Primitives to encompass all of the updates from the color modes team that are now sesen in Primer CSS v18[^1]. Color utilities have been ported to Figma in the form of color styles and are once again found in Primer Primitives. Moving forward, non-Primer maintainers _should only need_ to enable the Primer Primtives libary. The **Light mode** library will now be turned off by default.
16+
17+
**Features**
18+
19+
- All styles are grouped by type:
20+
- `fg`: Foregrounds (text and icons)
21+
- `bg`: Backgrounds
22+
- `border`: Borders
23+
24+
![All color styles in Primer Primtives](https://user-images.githubusercontent.com/10384315/139311962-d3a8cca1-434f-4727-b0b5-6d6589e90617.png)
25+
26+
- Each color style has a supporting description to explain its general usage.
27+
28+
![border color style with tooltip description](https://user-images.githubusercontent.com/10384315/139311287-80758bf2-b2dd-4e8c-8f38-e3a6d86fe95a.png)
29+
30+
31+
[^1]: For those who are looking to read more about this update in CSS, please refer to the [migration guide](https://primer.style/css/support/v18-migration) in the CSS docs.
32+
33+
##### New layout
34+
35+
![New layout for typography and spacing pages](https://user-images.githubusercontent.com/10384315/139312738-dd9e4b7e-5551-4e02-abaa-5e68bb3a5b0d.png)
36+
37+
- The typography and spacing pages have also been updated with the new layout seen in Primer Web.
38+
39+
##### Contributors
40+
- [@ashygee](https://github.com/ashygee)
41+
42+
### Primer Web
43+
44+
[Figma link](https://www.figma.com/file/GCvY3Qv8czRgZgvl1dG6lp/?node-id=142%3A595)
45+
46+
#### 🚀 Enhancements
47+
48+
![Indeterminate checkbox variations](https://user-images.githubusercontent.com/10384315/139313632-652beabf-22db-4d2e-b3d4-4d10a524f75d.png)
49+
50+
- An indeterminate state for the `Form control/checkbox` has been added. (🙏 @ohjoycelau)
51+
52+
#### 🐛 Bug fix
53+
54+
- The primary button's dropdown caret spacing has been corrected in the pressed/active state. (🙏 @six7)
55+
56+
##### Contributors
57+
- [@ohjoycelau](https://github.com/ohjoycelau)
58+
- [@six7](https://github.com/six7)
59+
360
## October 5, 2021
461

562
### Primer Web

0 commit comments

Comments
 (0)