Skip to content

Commit 0620e67

Browse files
authored
Update CHANGELOG
1 parent da2f842 commit 0620e67

File tree

1 file changed

+60
-2
lines changed

1 file changed

+60
-2
lines changed

CHANGELOG.md

Lines changed: 60 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,50 @@
11
# Changelog
22

3+
## June 2021
4+
5+
### Primer Web
6+
7+
[Figma link](https://www.figma.com/file/GCvY3Qv8czRgZgvl1dG6lp/?node-id=142%3A595)
8+
9+
#### 🚀 Enhancement
10+
- Footer updates
11+
- Name layers
12+
- Fix autolayout for scaling
13+
- Add toggle for "Report bug" button
14+
- Add Sidenav [subnav-items](https://www.figma.com/file/GCvY3Qv8czRgZgvl1dG6lp/Primer-Web?node-id=8002%3A177)
15+
16+
#### 🐛 Bug fix
17+
- Add missing "default" state to [outline labels](https://www.figma.com/file/GCvY3Qv8czRgZgvl1dG6lp/Primer-Web?node-id=3813%3A3) (🙏 @nuthinking)
18+
19+
##### Contributors
20+
- [@ashygee](https://github.com/ashygee)
21+
- [@nuthinking](https://github.com/nuthinking)
22+
23+
24+
### Octicons
25+
26+
[Figma link](https://www.figma.com/file/1ljgTFkT5NKNRfq5hw07JQ/Octicons?node-id=1%3A2)
27+
28+
#### 🚀 Enhancement
29+
- Added new issue icons
30+
- Added `key-asterisk`
31+
- Added `sort-asc` and `sort-desc icons`
32+
33+
#### 🐛 Bug fix
34+
- Reset colors to text-primary
35+
- Correct rows and columns icon to correct vectors seen in code
36+
- Corrected resizing constraints to be scale/scale for new icons
37+
38+
##### Contributors
39+
- [@juliusschaeper](https://github.com/juliusschaeper)
40+
- [@edokoa](https://github.com/edokoa)
41+
- [@ashygee](https://github.com/ashygee)
42+
43+
### Primer Primitives
44+
45+
#### 🚀 Enhancement
46+
- Color modes support for [dark dimmed theme](https://www.figma.com/file/3iBGLtSn36yU2XVoP4Pnfr/Primer-Primitives-Dark-dimmed)
47+
348
## May 2021
449

550
### Primer Web
@@ -18,7 +63,7 @@ Additional design guidelines added to showcase correct pairing for form group va
1863

1964
![Example: text input with variants](https://user-images.githubusercontent.com/10384315/117332810-2025e000-ae4d-11eb-8ee5-c4da4d015b17.png)
2065

21-
#### 🚀 Enhancement 5/4/21
66+
#### 🚀 Enhancement
2267
- Improved Form components! All form components now use variants.
2368
- Text input
2469
- Now includes options for size, content type, variation type, option for leading icon
@@ -31,9 +76,22 @@ Additional design guidelines added to showcase correct pairing for form group va
3176
- Applied text styles to Text input
3277
- Reorganized content on Form page
3378
- Descriptions and documentation links added to components
79+
- Toast property of `Size` changed to `Viewport` to reflect which breakpoint you would use a toast
80+
- At small breakpoints the Toast has a max-width of 450px so the `Small screen` variant should be used
81+
- Change autolayout configuration for Toasts
82+
- At larger breakpoints the `Desktop` variant should be used
83+
- Baked in margins have been corrected to use `$spacer-2/8px` for Desktop and `$spacer-3/16px` for smaller screens
3484

35-
#### 🧽 Chores 5/4/21
85+
#### 🧽 Chores
3686
- Import color update from Primer Primitives
87+
- Changed all variant uppercase property values to lowercase
88+
- Component names are more readable.
89+
- Removed pascal or camel casing and use sentence case:
90+
- AvatarStack -> Avatar stack
91+
- repoNav -> Repo navigation
92+
- orgNav -> Org navigation
93+
94+
Note: none of these should be breaking changes but are to be more syntactically consistent for future component authoring.
3795

3896
##### Contributors
3997
- [@ashygee](https://github.com/ashygee)

0 commit comments

Comments
 (0)