1
1
# Changelog
2
2
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
+
3
48
## May 2021
4
49
5
50
### Primer Web
@@ -18,7 +63,7 @@ Additional design guidelines added to showcase correct pairing for form group va
18
63
19
64
![ Example: text input with variants] ( https://user-images.githubusercontent.com/10384315/117332810-2025e000-ae4d-11eb-8ee5-c4da4d015b17.png )
20
65
21
- #### 🚀 Enhancement 5/4/21
66
+ #### 🚀 Enhancement
22
67
- Improved Form components! All form components now use variants.
23
68
- Text input
24
69
- 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
31
76
- Applied text styles to Text input
32
77
- Reorganized content on Form page
33
78
- 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
34
84
35
- #### 🧽 Chores 5/4/21
85
+ #### 🧽 Chores
36
86
- 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.
37
95
38
96
##### Contributors
39
97
- [ @ashygee ] ( https://github.com/ashygee )
0 commit comments