@primer/css 0.0.0-1f8274f → 0.0.0-202110223446

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (367) hide show
  1. package/CHANGELOG.md +1187 -133
  2. package/CODE_OF_CONDUCT.md +1 -1
  3. package/CONTRIBUTING.md +85 -0
  4. package/DEVELOP.md +11 -50
  5. package/LICENSE +1 -1
  6. package/README.md +13 -15
  7. package/RELEASING.md +5 -72
  8. package/actionlist/action-list-item-divider.scss +42 -0
  9. package/actionlist/action-list-item.scss +444 -0
  10. package/actionlist/action-list-variables.scss +8 -0
  11. package/actionlist/action-list.scss +33 -0
  12. package/actionlist/index.scss +5 -0
  13. package/alerts/README.md +11 -22
  14. package/alerts/flash.scss +91 -21
  15. package/alerts/index.scss +2 -2
  16. package/autocomplete/README.md +25 -0
  17. package/autocomplete/autocomplete.scss +58 -0
  18. package/autocomplete/index.scss +4 -0
  19. package/autocomplete/suggester.scss +92 -0
  20. package/avatars/README.md +11 -23
  21. package/avatars/avatar-parent-child.scss +4 -3
  22. package/avatars/avatar-stack.scss +21 -13
  23. package/avatars/avatar.scss +31 -3
  24. package/avatars/circle-badge.scss +5 -4
  25. package/avatars/index.scss +5 -5
  26. package/base/README.md +11 -22
  27. package/base/base.scss +5 -4
  28. package/base/index.scss +6 -4
  29. package/base/kbd.scss +20 -0
  30. package/base/normalize.scss +5 -5
  31. package/base/octicons.scss +6 -0
  32. package/base/typography-base.scss +2 -0
  33. package/blankslate/README.md +11 -23
  34. package/blankslate/blankslate.scss +25 -12
  35. package/blankslate/index.scss +2 -2
  36. package/box/README.md +11 -23
  37. package/box/box.scss +52 -44
  38. package/box/index.scss +2 -2
  39. package/branch-name/README.md +11 -23
  40. package/branch-name/branch-name.scss +18 -8
  41. package/branch-name/index.scss +2 -2
  42. package/breadcrumb/README.md +17 -13
  43. package/breadcrumb/breadcrumb.scss +15 -5
  44. package/breadcrumb/index.scss +2 -2
  45. package/buttons/README.md +11 -23
  46. package/buttons/button-group.scss +2 -0
  47. package/buttons/button.scss +243 -144
  48. package/buttons/index.scss +4 -3
  49. package/buttons/misc.scss +222 -0
  50. package/color-modes/index.scss +9 -0
  51. package/color-modes/native.scss +10 -0
  52. package/color-modes/themes/dark.scss +7 -0
  53. package/color-modes/themes/dark_colorblind.scss +7 -0
  54. package/color-modes/themes/dark_dimmed.scss +7 -0
  55. package/color-modes/themes/dark_high_contrast.scss +7 -0
  56. package/color-modes/themes/light.scss +7 -0
  57. package/color-modes/themes/light_colorblind.scss +7 -0
  58. package/core/README.md +11 -23
  59. package/core/index.scss +19 -20
  60. package/deprecations.js +24 -0
  61. package/deprecations.json +539 -0
  62. package/dist/actionlist.css +2 -0
  63. package/dist/actionlist.css.map +1 -0
  64. package/dist/actionlist.js +1 -0
  65. package/dist/alerts.css +1 -2
  66. package/dist/alerts.css.map +1 -1
  67. package/dist/alerts.js +1 -1
  68. package/dist/autocomplete.css +2 -0
  69. package/dist/autocomplete.css.map +1 -0
  70. package/dist/autocomplete.js +1 -0
  71. package/dist/avatars.css +1 -2
  72. package/dist/avatars.css.map +1 -1
  73. package/dist/avatars.js +1 -1
  74. package/dist/base.css +1 -2
  75. package/dist/base.css.map +1 -1
  76. package/dist/base.js +1 -1
  77. package/dist/blankslate.css +1 -2
  78. package/dist/blankslate.css.map +1 -1
  79. package/dist/blankslate.js +1 -1
  80. package/dist/box.css +1 -2
  81. package/dist/box.css.map +1 -1
  82. package/dist/box.js +1 -1
  83. package/dist/branch-name.css +1 -2
  84. package/dist/branch-name.css.map +1 -1
  85. package/dist/branch-name.js +1 -1
  86. package/dist/breadcrumb.css +1 -2
  87. package/dist/breadcrumb.css.map +1 -1
  88. package/dist/breadcrumb.js +1 -1
  89. package/dist/buttons.css +1 -2
  90. package/dist/buttons.css.map +1 -1
  91. package/dist/buttons.js +1 -1
  92. package/dist/color-modes.css +2 -0
  93. package/dist/color-modes.css.map +1 -0
  94. package/dist/color-modes.js +1 -0
  95. package/dist/core.css +3 -4
  96. package/dist/core.css.map +1 -1
  97. package/dist/core.js +1 -1
  98. package/dist/deprecations.json +539 -0
  99. package/dist/dropdown.css +2 -0
  100. package/dist/dropdown.css.map +1 -0
  101. package/dist/dropdown.js +1 -0
  102. package/dist/forms.css +1 -2
  103. package/dist/forms.css.map +1 -1
  104. package/dist/forms.js +1 -1
  105. package/dist/header.css +2 -0
  106. package/dist/header.css.map +1 -0
  107. package/dist/header.js +1 -0
  108. package/dist/labels.css +1 -2
  109. package/dist/labels.css.map +1 -1
  110. package/dist/labels.js +1 -1
  111. package/dist/layout.css +1 -2
  112. package/dist/layout.css.map +1 -1
  113. package/dist/layout.js +1 -1
  114. package/dist/links.css +2 -0
  115. package/dist/links.css.map +1 -0
  116. package/dist/links.js +1 -0
  117. package/dist/loaders.css +2 -0
  118. package/dist/loaders.css.map +1 -0
  119. package/dist/loaders.js +1 -0
  120. package/dist/markdown.css +1 -2
  121. package/dist/markdown.css.map +1 -1
  122. package/dist/markdown.js +1 -1
  123. package/dist/marketing-buttons.css +1 -2
  124. package/dist/marketing-buttons.css.map +1 -1
  125. package/dist/marketing-buttons.js +1 -1
  126. package/dist/marketing-support.css +1 -2
  127. package/dist/marketing-support.js +1 -1
  128. package/dist/marketing-type.css +1 -2
  129. package/dist/marketing-type.css.map +1 -1
  130. package/dist/marketing-type.js +1 -1
  131. package/dist/marketing-utilities.css +1 -2
  132. package/dist/marketing-utilities.css.map +1 -1
  133. package/dist/marketing-utilities.js +1 -1
  134. package/dist/marketing.css +3 -4
  135. package/dist/marketing.css.map +1 -1
  136. package/dist/marketing.js +1 -1
  137. package/dist/meta.json +325 -282
  138. package/dist/navigation.css +1 -2
  139. package/dist/navigation.css.map +1 -1
  140. package/dist/navigation.js +1 -1
  141. package/dist/pagination.css +1 -2
  142. package/dist/pagination.css.map +1 -1
  143. package/dist/pagination.js +1 -1
  144. package/dist/popover.css +1 -2
  145. package/dist/popover.css.map +1 -1
  146. package/dist/popover.js +1 -1
  147. package/dist/primer.css +13 -14
  148. package/dist/primer.css.map +1 -1
  149. package/dist/primer.js +1 -1
  150. package/dist/product.css +3 -4
  151. package/dist/product.css.map +1 -1
  152. package/dist/product.js +1 -1
  153. package/dist/progress.css +1 -2
  154. package/dist/progress.css.map +1 -1
  155. package/dist/progress.js +1 -1
  156. package/dist/select-menu.css +2 -0
  157. package/dist/select-menu.css.map +1 -0
  158. package/dist/select-menu.js +1 -0
  159. package/dist/stats/actionlist.json +1 -0
  160. package/dist/stats/alerts.json +1 -1
  161. package/dist/stats/autocomplete.json +1 -0
  162. package/dist/stats/avatars.json +1 -1
  163. package/dist/stats/base.json +1 -1
  164. package/dist/stats/blankslate.json +1 -1
  165. package/dist/stats/box.json +1 -1
  166. package/dist/stats/branch-name.json +1 -1
  167. package/dist/stats/breadcrumb.json +1 -1
  168. package/dist/stats/buttons.json +1 -1
  169. package/dist/stats/color-modes.json +1 -0
  170. package/dist/stats/core.json +1 -1
  171. package/dist/stats/dropdown.json +1 -0
  172. package/dist/stats/forms.json +1 -1
  173. package/dist/stats/header.json +1 -0
  174. package/dist/stats/labels.json +1 -1
  175. package/dist/stats/layout.json +1 -1
  176. package/dist/stats/links.json +1 -0
  177. package/dist/stats/loaders.json +1 -0
  178. package/dist/stats/markdown.json +1 -1
  179. package/dist/stats/marketing-buttons.json +1 -1
  180. package/dist/stats/marketing-support.json +1 -1
  181. package/dist/stats/marketing-type.json +1 -1
  182. package/dist/stats/marketing-utilities.json +1 -1
  183. package/dist/stats/marketing.json +1 -1
  184. package/dist/stats/navigation.json +1 -1
  185. package/dist/stats/pagination.json +1 -1
  186. package/dist/stats/popover.json +1 -1
  187. package/dist/stats/primer.json +1 -1
  188. package/dist/stats/product.json +1 -1
  189. package/dist/stats/progress.json +1 -1
  190. package/dist/stats/select-menu.json +1 -0
  191. package/dist/stats/subhead.json +1 -1
  192. package/dist/stats/support.json +1 -1
  193. package/dist/stats/table-object.json +1 -1
  194. package/dist/stats/timeline.json +1 -0
  195. package/dist/stats/toasts.json +1 -0
  196. package/dist/stats/tooltips.json +1 -1
  197. package/dist/stats/truncate.json +1 -1
  198. package/dist/stats/utilities.json +1 -1
  199. package/dist/subhead.css +1 -2
  200. package/dist/subhead.css.map +1 -1
  201. package/dist/subhead.js +1 -1
  202. package/dist/support.css +1 -1
  203. package/dist/support.js +1 -1
  204. package/dist/table-object.css +0 -1
  205. package/dist/table-object.css.map +1 -1
  206. package/dist/table-object.js +1 -1
  207. package/dist/timeline.css +2 -0
  208. package/dist/timeline.css.map +1 -0
  209. package/dist/timeline.js +1 -0
  210. package/dist/toasts.css +2 -0
  211. package/dist/toasts.css.map +1 -0
  212. package/dist/toasts.js +1 -0
  213. package/dist/tooltips.css +1 -2
  214. package/dist/tooltips.css.map +1 -1
  215. package/dist/tooltips.js +1 -1
  216. package/dist/truncate.css +1 -2
  217. package/dist/truncate.css.map +1 -1
  218. package/dist/truncate.js +1 -1
  219. package/dist/utilities.css +1 -2
  220. package/dist/utilities.css.map +1 -1
  221. package/dist/utilities.js +1 -1
  222. package/dist/variables.json +1352 -0
  223. package/dropdown/README.md +25 -0
  224. package/dropdown/dropdown.scss +272 -0
  225. package/dropdown/index.scss +2 -0
  226. package/forms/README.md +11 -23
  227. package/forms/form-control.scss +76 -32
  228. package/forms/form-group.scss +83 -46
  229. package/forms/form-select.scss +17 -5
  230. package/forms/form-validation.scss +51 -32
  231. package/forms/index.scss +7 -6
  232. package/forms/input-group.scss +2 -0
  233. package/forms/radio-group.scss +62 -0
  234. package/header/README.md +25 -0
  235. package/header/header.scss +47 -0
  236. package/header/index.scss +2 -0
  237. package/index.scss +7 -4
  238. package/labels/README.md +11 -23
  239. package/labels/counters.scss +24 -13
  240. package/labels/diffstat.scss +37 -0
  241. package/labels/index.scss +8 -4
  242. package/labels/issue-labels.scss +23 -0
  243. package/labels/labels.scss +59 -40
  244. package/labels/mixins.scss +32 -0
  245. package/labels/states.scss +40 -19
  246. package/layout/README.md +11 -23
  247. package/layout/container.scss +0 -8
  248. package/layout/grid-offset.scss +11 -11
  249. package/layout/grid.scss +23 -23
  250. package/layout/index.scss +7 -5
  251. package/layout/layout.scss +185 -0
  252. package/layout/mixins.scss +79 -0
  253. package/links/README.md +25 -0
  254. package/links/index.scss +3 -0
  255. package/links/link.scss +55 -0
  256. package/loaders/README.md +25 -0
  257. package/loaders/index.scss +2 -0
  258. package/loaders/loaders.scss +19 -0
  259. package/markdown/README.md +11 -23
  260. package/markdown/blob-csv.scss +4 -2
  261. package/markdown/code.scss +11 -3
  262. package/markdown/footnotes.scss +37 -0
  263. package/markdown/headings.scss +13 -4
  264. package/markdown/images.scss +15 -4
  265. package/markdown/index.scss +9 -8
  266. package/markdown/lists.scss +19 -5
  267. package/markdown/markdown-body.scss +15 -18
  268. package/markdown/tables.scss +8 -5
  269. package/marketing/README.md +11 -23
  270. package/marketing/buttons/button.scss +82 -61
  271. package/marketing/index.scss +6 -11
  272. package/marketing/support/index.scss +1 -0
  273. package/marketing/support/mixins.scss +66 -0
  274. package/marketing/support/variables.scss +110 -51
  275. package/marketing/type/typography.scss +100 -62
  276. package/marketing/utilities/animations.scss +9 -0
  277. package/marketing/utilities/filters.scss +0 -1
  278. package/marketing/utilities/index.scss +2 -3
  279. package/marketing/utilities/layout.scss +32 -11
  280. package/navigation/README.md +11 -23
  281. package/navigation/filter-list.scss +16 -14
  282. package/navigation/index.scss +7 -6
  283. package/navigation/menu.scss +44 -35
  284. package/navigation/sidenav.scss +108 -0
  285. package/navigation/subnav.scss +28 -21
  286. package/navigation/tabnav.scss +45 -21
  287. package/navigation/underline-nav.scss +36 -22
  288. package/package.json +78 -101
  289. package/pagination/README.md +12 -14
  290. package/pagination/index.scss +2 -2
  291. package/pagination/pagination.scss +61 -37
  292. package/popover/README.md +11 -24
  293. package/popover/index.scss +2 -2
  294. package/popover/popover.scss +18 -9
  295. package/postcss.config.cjs +22 -0
  296. package/prettier.config.cjs +1 -0
  297. package/product/README.md +11 -23
  298. package/product/index.scss +19 -17
  299. package/progress/README.md +11 -23
  300. package/progress/index.scss +2 -2
  301. package/progress/progress.scss +11 -1
  302. package/select-menu/README.md +25 -0
  303. package/select-menu/index.scss +3 -0
  304. package/select-menu/select-menu.scss +464 -0
  305. package/stylelint.config.cjs +16 -0
  306. package/subhead/README.md +11 -25
  307. package/subhead/index.scss +2 -2
  308. package/subhead/subhead.scss +10 -4
  309. package/support/README.md +12 -18
  310. package/support/index.scss +7 -8
  311. package/support/mixins/color-modes.scss +106 -0
  312. package/support/mixins/misc.scss +9 -12
  313. package/support/mixins/typography.scss +1 -1
  314. package/support/variables/layout.scss +106 -11
  315. package/support/variables/misc.scss +7 -30
  316. package/support/variables/typography.scss +4 -4
  317. package/table-object/README.md +11 -24
  318. package/table-object/index.scss +1 -1
  319. package/timeline/README.md +25 -0
  320. package/timeline/index.scss +2 -0
  321. package/timeline/timeline-item.scss +95 -0
  322. package/toasts/README.md +25 -0
  323. package/toasts/index.scss +2 -0
  324. package/toasts/toasts.scss +124 -0
  325. package/tooltips/README.md +11 -24
  326. package/tooltips/index.scss +2 -2
  327. package/tooltips/tooltips.scss +17 -8
  328. package/truncate/README.md +11 -24
  329. package/truncate/index.scss +2 -1
  330. package/truncate/truncate.scss +41 -7
  331. package/utilities/README.md +11 -23
  332. package/utilities/animations.scss +14 -2
  333. package/utilities/borders.scss +14 -58
  334. package/utilities/box-shadow.scss +8 -9
  335. package/utilities/colors.scss +71 -116
  336. package/utilities/details.scss +12 -4
  337. package/utilities/flexbox.scss +11 -16
  338. package/utilities/index.scss +12 -12
  339. package/utilities/layout.scss +23 -15
  340. package/utilities/margin.scss +34 -17
  341. package/utilities/padding.scss +13 -9
  342. package/utilities/typography.scss +54 -25
  343. package/utilities/visibility-display.scss +0 -13
  344. package/.browserslistrc +0 -6
  345. package/.eslintrc.json +0 -13
  346. package/.stylelintrc.json +0 -9
  347. package/MIGRATING.md +0 -70
  348. package/bin/primer-migrate +0 -86
  349. package/build/build.css +0 -23
  350. package/build/build.json +0 -1
  351. package/build/index.js +0 -1
  352. package/dist/marketing-support.css.map +0 -1
  353. package/dist/support.css.map +0 -1
  354. package/fonts/Inter-Medium.woff +0 -0
  355. package/fonts/Inter-Regular.woff +0 -0
  356. package/layout/columns.scss +0 -56
  357. package/marketing/buttons/README.md +0 -39
  358. package/marketing/support/README.md +0 -31
  359. package/marketing/type/README.md +0 -39
  360. package/marketing/utilities/README.md +0 -36
  361. package/marketing/utilities/margin.scss +0 -18
  362. package/marketing/utilities/padding.scss +0 -28
  363. package/postcss.config.js +0 -14
  364. package/prettier.config.js +0 -1
  365. package/support/mixins/buttons.scss +0 -160
  366. package/support/variables/color-system.scss +0 -243
  367. package/support/variables/colors.scss +0 -70
package/CHANGELOG.md CHANGED
@@ -1,9 +1,919 @@
1
+ # @primer/css
2
+
3
+ ## 0.0.0-202110223446
4
+
5
+ ### Patch Changes
6
+
7
+ - Fake entry to force publishing
8
+
9
+ * [#1731](https://github.com/primer/css/pull/1731) [`832e9988`](https://github.com/primer/css/commit/832e99886df66ea5860d725517aeb9d5f178dd58) Thanks [@jonrohan](https://github.com/jonrohan)! - Updating @primer/primitives@6.1.0
10
+
11
+ ## 18.1.0
12
+
13
+ ### Minor Changes
14
+
15
+ - [#1694](https://github.com/primer/css/pull/1694) [`b0e1687a`](https://github.com/primer/css/commit/b0e1687a562a194ed178fd2dd35588ff5da40847) Thanks [@simurai](https://github.com/simurai)! - Add more Octicon icon support to components
16
+
17
+ * [#1711](https://github.com/primer/css/pull/1711) [`bc3b94d2`](https://github.com/primer/css/commit/bc3b94d26f08f65d3a4938bafa1b988585f35764) Thanks [@simurai](https://github.com/simurai)! - Add new color `Label`s
18
+
19
+ ### Patch Changes
20
+
21
+ - [#1710](https://github.com/primer/css/pull/1710) [`6a058ecb`](https://github.com/primer/css/commit/6a058ecbaf7edac6fce4a0d56b4aca46ac6cd4fa) Thanks [@jonrohan](https://github.com/jonrohan)! - Updating [@primer/primitives@6.0.0](https://github.com/primer/primitives/releases/tag/v6.0.0)
22
+
23
+ * [#1712](https://github.com/primer/css/pull/1712) [`bc502033`](https://github.com/primer/css/commit/bc50203324ba03d4ece7ec6182c185a695626ffb) Thanks [@jonrohan](https://github.com/jonrohan)! - Updating @primer/stylelint-config to 12.1.0
24
+
25
+ - [#1708](https://github.com/primer/css/pull/1708) [`f7c44c35`](https://github.com/primer/css/commit/f7c44c35f8085f2b793581a901ecb22c5174ef6a) Thanks [@langermank](https://github.com/langermank)! - Storybook: add Label stories
26
+
27
+ * [#1690](https://github.com/primer/css/pull/1690) [`af5a3ae8`](https://github.com/primer/css/commit/af5a3ae82668d6d04af8c3465302980dcf062cc4) Thanks [@simurai](https://github.com/simurai)! - Update `Subhead` actions
28
+
29
+ - [#1707](https://github.com/primer/css/pull/1707) [`a997790b`](https://github.com/primer/css/commit/a997790b69f0f3bb5c7a2dfc97c5d5c743bb6a38) Thanks [@maximedegreve](https://github.com/maximedegreve)! - Fix for disabled Safari inputs
30
+
31
+ * [#1693](https://github.com/primer/css/pull/1693) [`c1ca19d4`](https://github.com/primer/css/commit/c1ca19d4f071a9b12172e4a13bdb96c52a200d47) Thanks [@jasonmacgowan](https://github.com/jasonmacgowan)! - Fix light-theme attr reference in theme docs
32
+
33
+ - [#1689](https://github.com/primer/css/pull/1689) [`257f68f6`](https://github.com/primer/css/commit/257f68f6539539ab809fbdb4351aefa57173e044) Thanks [@adityatheoctocatdev](https://github.com/adityatheoctocatdev)! - Update all Toast variant icons to use `var(--color-fg-on-emphasis)`
34
+
35
+ The only visible change is in the `warning` variant, previously using `var(--color-fg-default)`
36
+
37
+ ## 18.0.2
38
+
39
+ ### Patch Changes
40
+
41
+ - [#1680](https://github.com/primer/css/pull/1680) [`f013be66`](https://github.com/primer/css/commit/f013be66db59d21d7e2315303b5582169c59c479) Thanks [@privatenumber](https://github.com/privatenumber)! - Fixing broken close span tag in the docs.
42
+
43
+ * [#1677](https://github.com/primer/css/pull/1677) [`cdb0faa6`](https://github.com/primer/css/commit/cdb0faa606e6fb35ea4a85dd3866bbb33131b76c) Thanks [@simurai](https://github.com/simurai)! - Lower contrast for disabled text
44
+
45
+ ## 18.0.1
46
+
47
+ ### Patch Changes
48
+
49
+ - [#1663](https://github.com/primer/css/pull/1663) [`87b0b1d4`](https://github.com/primer/css/commit/87b0b1d4c91959c284bd53a2009a182dc9ef9b6e) Thanks [@jonrohan](https://github.com/jonrohan)! - Removing the duplicate deprecation backgrounds
50
+
51
+ ## 18.0.0
52
+
53
+ ### Major Changes
54
+
55
+ - [#1599](https://github.com/primer/css/pull/1599) [`13de16c7`](https://github.com/primer/css/commit/13de16c7d6787d221216d8ff21afccf6f73f4221) Thanks [@jonrohan](https://github.com/jonrohan)! - Removing the rem() mixin and usages. Placing the computed values in place.
56
+
57
+ * [#1615](https://github.com/primer/css/pull/1615) [`612841f1`](https://github.com/primer/css/commit/612841f1bdd695aad2368a9f6817e6e0ee2c7a17) Thanks [@simurai](https://github.com/simurai)! - Update v1 deprecations
58
+
59
+ - [#1599](https://github.com/primer/css/pull/1599) [`13de16c7`](https://github.com/primer/css/commit/13de16c7d6787d221216d8ff21afccf6f73f4221) Thanks [@jonrohan](https://github.com/jonrohan)! - Rename `modes.scss` file to `color-modes.scss` and move from the `base/` folder to the `support/variables` folder.
60
+
61
+ * [#1599](https://github.com/primer/css/pull/1599) [`13de16c7`](https://github.com/primer/css/commit/13de16c7d6787d221216d8ff21afccf6f73f4221) Thanks [@jonrohan](https://github.com/jonrohan)! - Moving color modes to their own bundle, `./color-modes/` and separates color mode themes into their own scss file.
62
+
63
+ - [#1602](https://github.com/primer/css/pull/1602) [`852da9d5`](https://github.com/primer/css/commit/852da9d5e34a0ac622f089f34d314913282bda67) Thanks [@simurai](https://github.com/simurai)! - Remove V1 color utilities
64
+
65
+ * [#1617](https://github.com/primer/css/pull/1617) [`e47324fa`](https://github.com/primer/css/commit/e47324faa436e892b8621a6dac1fcb2cbad3cdf1) Thanks [@jonrohan](https://github.com/jonrohan)! - Removing `<kbd>` import from markdown package. Going forward you'll need to include `@primer/css/base/kbd.scss` directly.
66
+
67
+ - [#1630](https://github.com/primer/css/pull/1630) [`5f7bb45c`](https://github.com/primer/css/commit/5f7bb45c2172393b2f014442067d95b3145c7136) Thanks [@simurai](https://github.com/simurai)! - Update utilities
68
+
69
+ * [#1599](https://github.com/primer/css/pull/1599) [`13de16c7`](https://github.com/primer/css/commit/13de16c7d6787d221216d8ff21afccf6f73f4221) Thanks [@jonrohan](https://github.com/jonrohan)! - Remove break-word from utilities
70
+
71
+ ### Minor Changes
72
+
73
+ - [#1601](https://github.com/primer/css/pull/1601) [`410c1d63`](https://github.com/primer/css/commit/410c1d638b7bec92798268dcf815f94b1dca7cff) Thanks [@jonrohan](https://github.com/jonrohan)! - Add light & dark colorblind themes
74
+
75
+ * [#1626](https://github.com/primer/css/pull/1626) [`4d00d51d`](https://github.com/primer/css/commit/4d00d51d00fd2c1d3efdd50b36e261c5cc15cb10) Thanks [@jonrohan](https://github.com/jonrohan)! - Changing to @primer/stylelint-config and upgrading @primer/primitives to 5.0 rc
76
+
77
+ - [#1616](https://github.com/primer/css/pull/1616) [`afac04bc`](https://github.com/primer/css/commit/afac04bcdf9c59e2768548069c8d6f7fd6f1e58c) Thanks [@talum](https://github.com/talum)! - Adding footnote styles to markdown-body.
78
+
79
+ * [#1617](https://github.com/primer/css/pull/1617) [`e47324fa`](https://github.com/primer/css/commit/e47324faa436e892b8621a6dac1fcb2cbad3cdf1) Thanks [@jonrohan](https://github.com/jonrohan)! - Convert postcss build tool, from node-sass to dart-sass.
80
+
81
+ - [#1603](https://github.com/primer/css/pull/1603) [`21c5ebc0`](https://github.com/primer/css/commit/21c5ebc01be58454735eb671e3adace0228ef548) Thanks [@simurai](https://github.com/simurai)! - Update docs with V2 colors
82
+
83
+ ### Patch Changes
84
+
85
+ - [#1628](https://github.com/primer/css/pull/1628) [`ce197c9f`](https://github.com/primer/css/commit/ce197c9ff18cedd842893186953b68805eed637d) Thanks [@edokoa](https://github.com/edokoa)! - Update flash alert icons
86
+
87
+ * [#1629](https://github.com/primer/css/pull/1629) [`54d3068b`](https://github.com/primer/css/commit/54d3068bd628f771aacae6b1ce269a5a2cc2d8a1) Thanks [@jdanyow](https://github.com/jdanyow)! - remove remaining color-border-primary refs
88
+
89
+ - [#1631](https://github.com/primer/css/pull/1631) [`5f3689b9`](https://github.com/primer/css/commit/5f3689b907163f7be9e78abb9fc762978beda06d) Thanks [@jonrohan](https://github.com/jonrohan)! - Updating @primer/stylelint-config and @primer/primitives to 5.0
90
+
91
+ * [#1659](https://github.com/primer/css/pull/1659) [`d32e42f9`](https://github.com/primer/css/commit/d32e42f9ca0ca4eef546d190171cd9e5b4ec8f3d) Thanks [@jonrohan](https://github.com/jonrohan)! - Rename protanopia themes to colorblind.
92
+
93
+ - [#1658](https://github.com/primer/css/pull/1658) [`0ed0307b`](https://github.com/primer/css/commit/0ed0307b7b79ae59a898c3e8b5e1c9bd2dcd4a7d) Thanks [@koddsson](https://github.com/koddsson)! - Increase the z-index value for the details dialog overlay.
94
+
95
+ * [#1661](https://github.com/primer/css/pull/1661) [`ebb573ff`](https://github.com/primer/css/commit/ebb573ff09a5ea4eef01e0ccbb7213defaa95321) Thanks [@simurai](https://github.com/simurai)! - Update bg deprecations
96
+
97
+ ## 17.11.0
98
+
99
+ ### Minor Changes
100
+
101
+ - [#1580](https://github.com/primer/css/pull/1580) [`4a1f09a7`](https://github.com/primer/css/commit/4a1f09a75e7666b46e68e96e6f485d9ff467fd01) Thanks [@simurai](https://github.com/simurai)! - Add V2 utilities
102
+
103
+ * [#1595](https://github.com/primer/css/pull/1595) [`5fb831cf`](https://github.com/primer/css/commit/5fb831cf5062baa4ffde4322a0035c144db1e70c) Thanks [@jonrohan](https://github.com/jonrohan)! - Adding directional margin classes to the margin utilities.
104
+
105
+ Adding: `ml-auto, mb-auto, mr-auto`
106
+
107
+ ### Patch Changes
108
+
109
+ - [#1594](https://github.com/primer/css/pull/1594) [`2cf661c4`](https://github.com/primer/css/commit/2cf661c4d95285d09d0f26ea6109d5aa9bbed552) Thanks [@jonrohan](https://github.com/jonrohan)! - Loosening the primer/primitives dependency to any minor.patch version
110
+
111
+ ## 17.10.0
112
+
113
+ ### Minor Changes
114
+
115
+ - [#1592](https://github.com/primer/css/pull/1592) [`39c9c928`](https://github.com/primer/css/commit/39c9c92874eb32b346256cbcc713b87767b319ef) Thanks [@simurai](https://github.com/simurai)! - Revert font stack changes
116
+
117
+ ### Patch Changes
118
+
119
+ - [#1590](https://github.com/primer/css/pull/1590) [`e3c8f90e`](https://github.com/primer/css/commit/e3c8f90e7f61e76d20650061da2dd93111814a8a) Thanks [@joelhawksley](https://github.com/joelhawksley)! - Update Breadcrumbs markup to match w3 aria example.
120
+
121
+ ## 17.9.0
122
+
123
+ ### Minor Changes
124
+
125
+ - [#1575](https://github.com/primer/css/pull/1575) [`c7ea6448`](https://github.com/primer/css/commit/c7ea6448c114065627299db7ba65418799d4a59b) Thanks [@jonrohan](https://github.com/jonrohan)! - Replacing deprecated variables with color v2 variables
126
+
127
+ * [#1573](https://github.com/primer/css/pull/1573) [`386dfa01`](https://github.com/primer/css/commit/386dfa0145a64e2c6edbdf8ab09d9fc3f7151f6a) Thanks [@simurai](https://github.com/simurai)! - Improve the font stack on Windows
128
+
129
+ - `Segoe UI Variable` -> `Segoe UI Variable Text`.
130
+ - "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.
131
+ - Add `Meiryo` before `system-ui`.
132
+ - This should have the effect that the browser will use `Meiryo` instead of `Yu Gothic UI` and should improve font rendering, especially for Japanese.
133
+ - Note: In an earlier version, `Yu Gothic` was used. But with great [feedback](https://twitter.com/448jp/status/1435087523185758212) from @448jp and @hiloki https://github.com/primer/css/pull/1573#issuecomment-913973890 it seems `Meiryo` is the better default.
134
+
135
+ - [#1581](https://github.com/primer/css/pull/1581) [`be518b80`](https://github.com/primer/css/commit/be518b8023b56802b1fc67ccc8a5b8398d1b279c) Thanks [@jonrohan](https://github.com/jonrohan)! - Updating deprecations.js file to be more straightforward
136
+
137
+ * [#1579](https://github.com/primer/css/pull/1579) [`c3b4a0c3`](https://github.com/primer/css/commit/c3b4a0c36302af7bb06ca996f37a63470ab99c62) Thanks [@jonrohan](https://github.com/jonrohan)! - Removing v2 color mode css var fallbacks. `var(--color-v2, var(--color-v1))` becomes `var(--color-v2)`
138
+
139
+ ## 17.8.0
140
+
141
+ ### Minor Changes
142
+
143
+ - [#1567](https://github.com/primer/css/pull/1567) [`ab72486f`](https://github.com/primer/css/commit/ab72486f62d0f7e2397e3f0953fbcc4c46f5ef25) Thanks [@colebemis](https://github.com/colebemis)! - Remove `base/modes-v2.scss` file
144
+
145
+ * [#1567](https://github.com/primer/css/pull/1567) [`ab72486f`](https://github.com/primer/css/commit/ab72486f62d0f7e2397e3f0953fbcc4c46f5ef25) Thanks [@colebemis](https://github.com/colebemis)! - Bumps `@primer/primitives` to [v4.7.0](https://github.com/primer/primitives/releases/tag/v4.7.0) which includes new [functional color system variables]
146
+
147
+ - [#1567](https://github.com/primer/css/pull/1567) [`ab72486f`](https://github.com/primer/css/commit/ab72486f62d0f7e2397e3f0953fbcc4c46f5ef25) Thanks [@colebemis](https://github.com/colebemis)! - Output `dark_high_contrast` theme variables from `base/modes.scss`
148
+
149
+ ## 17.7.0
150
+
151
+ ### Minor Changes
152
+
153
+ - [#1555](https://github.com/primer/css/pull/1555) [`4ae2174e`](https://github.com/primer/css/commit/4ae2174e33d3bd9be418176af4de75dd97b761c5) Thanks [@jonrohan](https://github.com/jonrohan)! - Add `.wb-break-word` class to existing `.break-word`
154
+
155
+ ### Patch Changes
156
+
157
+ - [#1563](https://github.com/primer/css/pull/1563) [`679d70b5`](https://github.com/primer/css/commit/679d70b579c5203079e6a0559fe9dccbfcf0acae) Thanks [@simurai](https://github.com/simurai)! - Revert `TimelineItem-badge` fix
158
+
159
+ ## 17.6.2
160
+
161
+ ### Patch Changes
162
+
163
+ - [#1556](https://github.com/primer/css/pull/1556) [`3ad13aba`](https://github.com/primer/css/commit/3ad13abac3deccc768af0ba5eb90f1365eb977f3) Thanks [@simurai](https://github.com/simurai)! - Fix TimelineItem--condensed background
164
+
165
+ * [#1552](https://github.com/primer/css/pull/1552) [`966de4ee`](https://github.com/primer/css/commit/966de4ee0f1cfcd5f5a9f75560460adaafd47f06) Thanks [@simurai](https://github.com/simurai)! - Fix `code` in headers
166
+
167
+ ## 17.6.1
168
+
169
+ ### Patch Changes
170
+
171
+ - [#1550](https://github.com/primer/css/pull/1550) [`8a684ee4`](https://github.com/primer/css/commit/8a684ee4d1572de543aef2f11d4756f6fdfda638) Thanks [@simurai](https://github.com/simurai)! - Add gradient hack to TimelineItem-badge
172
+
173
+ ## 17.6.0
174
+
175
+ ### Minor Changes
176
+
177
+ - [#1529](https://github.com/primer/css/pull/1529) [`dca8e0ae`](https://github.com/primer/css/commit/dca8e0aeccb326c2bafff1ec86a912987b224f32) Thanks [@vdepizzol](https://github.com/vdepizzol)! - Improve font rendering on Linux
178
+
179
+ ### Patch Changes
180
+
181
+ - [#1540](https://github.com/primer/css/pull/1540) [`6b6e89a8`](https://github.com/primer/css/commit/6b6e89a8bff2319ef75d25217dafc272a5e597f0) Thanks [@joelhawksley](https://github.com/joelhawksley)! - Use standard lifecyle milestones for statuses.
182
+
183
+ * [#1528](https://github.com/primer/css/pull/1528) [`303cacae`](https://github.com/primer/css/commit/303cacae77244a9e0de02b4caee2a8c01097aced) Thanks [@koddsson](https://github.com/koddsson)! - Convert package to a ES module
184
+
185
+ ## 17.5.2
186
+
187
+ ### Patch Changes
188
+
189
+ - [#1519](https://github.com/primer/css/pull/1519) [`8bfe2b7e`](https://github.com/primer/css/commit/8bfe2b7e410bb2a9e5f5d480b36ef885be1d98da) Thanks [@jonrohan](https://github.com/jonrohan)! - Fix bug where outline was showing up on hover
190
+
191
+ * [#1525](https://github.com/primer/css/pull/1525) [`06f83622`](https://github.com/primer/css/commit/06f8362209ccb9d0bf8cc47f9ef76a1237a2dfd0) Thanks [@joelhawksley](https://github.com/joelhawksley)! - Render `code` at 100% font size irregardless of direct descension from `pre`.
192
+
193
+ ## 17.5.1
194
+
195
+ ### Patch Changes
196
+
197
+ - [#1517](https://github.com/primer/css/pull/1517) [`7011d046`](https://github.com/primer/css/commit/7011d0469ee012b93a29eff5c4f0f45357aa02fc) Thanks [@simurai](https://github.com/simurai)! - Remove background from .note
198
+
199
+ ## 17.5.0
200
+
201
+ ### Minor Changes
202
+
203
+ - [#1506](https://github.com/primer/css/pull/1506) [`13cda226`](https://github.com/primer/css/commit/13cda22638cefe6847b1d718ba87a3f62a8ec3bb) Thanks [@jonrohan](https://github.com/jonrohan)! - Creating `.Header-input` class for dark header inputs. This `Header-input` will be used with a `form-control` class.
204
+
205
+ ### Patch Changes
206
+
207
+ - [#1507](https://github.com/primer/css/pull/1507) [`30523d64`](https://github.com/primer/css/commit/30523d6436e7ea06fa511fa9ba8407429e667b42) Thanks [@simurai](https://github.com/simurai)! - Fix form tooltip transparency
208
+
209
+ * [#1510](https://github.com/primer/css/pull/1510) [`d1ea5c2c`](https://github.com/primer/css/commit/d1ea5c2c738ae4763dadf7994a9e78c196842bc3) Thanks [@jonrohan](https://github.com/jonrohan)! - Adding focus outline to the invisible buttons `.btn-invisible` and `.close-button`.
210
+
211
+ ## 17.4.0
212
+
213
+ ### Minor Changes
214
+
215
+ - [#1497](https://github.com/primer/css/pull/1497) [`84bbd501`](https://github.com/primer/css/commit/84bbd501a41c455031d4a1b4d25df6fc6db6e1d8) Thanks [@tobiasahlin](https://github.com/tobiasahlin)! - Add font-weight-medium to marketing styles, and use it in the type scale.
216
+
217
+ * [#1487](https://github.com/primer/css/pull/1487) [`0298b69b`](https://github.com/primer/css/commit/0298b69bda4c25ed252fbeb6ba2e3fcf4ff096d2) Thanks [@arzg](https://github.com/arzg)! - Move Menlo before Consolas in monospace font stack
218
+
219
+ ### Patch Changes
220
+
221
+ - [#1483](https://github.com/primer/css/pull/1483) [`84488397`](https://github.com/primer/css/commit/84488397f4a7bce115e2c81b388de959fff20296) Thanks [@jonrohan](https://github.com/jonrohan)! - Make sure truncate is a direct child
222
+
223
+ * [#1486](https://github.com/primer/css/pull/1486) [`f52d40cc`](https://github.com/primer/css/commit/f52d40cce57bca5a713d0b9d1136f144577cf66d) Thanks [@manuelpuyol](https://github.com/manuelpuyol)! - Prevents main content to blowout and cause an horizontal scroll
224
+
225
+ - [#1488](https://github.com/primer/css/pull/1488) [`c345bd38`](https://github.com/primer/css/commit/c345bd3819cf8d42552409baf3ec4ccb59c50107) Thanks [@cheshire137](https://github.com/cheshire137)! - Fix unreadable text when utility is used in dropdown item.
226
+
227
+ * [#1501](https://github.com/primer/css/pull/1501) [`e072734a`](https://github.com/primer/css/commit/e072734aa18813622ea22e8f9c3e602ec7309105) Thanks [@tobiasahlin](https://github.com/tobiasahlin)! - Documentation: Remove deprecated faded borders documentation
228
+
229
+ - [#1472](https://github.com/primer/css/pull/1472) [`8541ed1d`](https://github.com/primer/css/commit/8541ed1db1e0d9c4551ea76ba400d6d0cf682897) Thanks [@simurai](https://github.com/simurai)! - Use variable for the active border of the UnderlineNav
230
+
231
+ * [#1475](https://github.com/primer/css/pull/1475) [`105296c6`](https://github.com/primer/css/commit/105296c6b4b33d9e84038173bf9af09889a99dcd) Thanks [@simurai](https://github.com/simurai)! - Make `TimelineItem-badge--success` ready for Color Modes V2
232
+
233
+ - [#1452](https://github.com/primer/css/pull/1452) [`8838a3ac`](https://github.com/primer/css/commit/8838a3ac48ec1589594291313349f49737317b5d) Thanks [@mktcode](https://github.com/mktcode)! - Division using / is deprecated. Replaced it with multiplications.
234
+
235
+ * [#1499](https://github.com/primer/css/pull/1499) [`2e580a7e`](https://github.com/primer/css/commit/2e580a7ed46fb06786b84f5b1900c8e0cd7450f5) Thanks [@mjacobus](https://github.com/mjacobus)! - Fix label contrast when inside a dropdown
236
+
237
+ ## 17.3.0
238
+
239
+ ### Minor Changes
240
+
241
+ - [#1451](https://github.com/primer/css/pull/1451) [`9181b479`](https://github.com/primer/css/commit/9181b479a812bf0b4cbf89d838abf53ffba7932d) Thanks [@simurai](https://github.com/simurai)! - Support SF Mono font in Firefox and Safari
242
+
243
+ * [#1441](https://github.com/primer/css/pull/1441) [`3b552c77`](https://github.com/primer/css/commit/3b552c77af931ba67920a97dbea59acf5d800335) Thanks [@jonrohan](https://github.com/jonrohan)! - Adding anim-hover-grow to replace hover-grow
244
+
245
+ ### Patch Changes
246
+
247
+ - [#1450](https://github.com/primer/css/pull/1450) [`1d366c4b`](https://github.com/primer/css/commit/1d366c4b2c11f9541063bb62e7a8ad389b3d6567) Thanks [@jonrohan](https://github.com/jonrohan)! - Adding fill mode forwards to anim-fade-out
248
+
249
+ * [#1448](https://github.com/primer/css/pull/1448) [`8175f884`](https://github.com/primer/css/commit/8175f884474b5e5139cb1647df71200a69c48535) Thanks [@simurai](https://github.com/simurai)! - Replace auto and fade variables
250
+
251
+ - [#1432](https://github.com/primer/css/pull/1432) [`55ca5f2f`](https://github.com/primer/css/commit/55ca5f2f7300e016516f9457248b055b2c56f7fd) Thanks [@manuelpuyol](https://github.com/manuelpuyol)! - Fix Layout ordering when using dividers with custom sidebar placement
252
+
253
+ * [#1443](https://github.com/primer/css/pull/1443) [`c65b5f9c`](https://github.com/primer/css/commit/c65b5f9cf01f024f5f7120a5e80c2acd1d2584f6) Thanks [@jdanyow](https://github.com/jdanyow)! - Fix octicon color for disabled .btn-danger
254
+
255
+ - [#1442](https://github.com/primer/css/pull/1442) [`6c22133a`](https://github.com/primer/css/commit/6c22133ae1652bafb16ba443169c179b95bf4330) Thanks [@jdanyow](https://github.com/jdanyow)! - Fix octicon color for disabled .btn-primary
256
+
257
+ ## 17.2.1
258
+
259
+ ### Patch Changes
260
+
261
+ - [#1430](https://github.com/primer/css/pull/1430) [`5bc54f9e`](https://github.com/primer/css/commit/5bc54f9e3b5e764e44f34072a00208870c518f11) Thanks [@jonrohan](https://github.com/jonrohan)! - Revert "Support SF Mono font in Firefox and Safari"
262
+
263
+ ## 17.2.0
264
+
265
+ ### Minor Changes
266
+
267
+ - [#992](https://github.com/primer/css/pull/992) [`90f95693`](https://github.com/primer/css/commit/90f95693f5cbfb9f6b7b84735bf5dce2e382601b) Thanks [@simurai](https://github.com/simurai)! - Support SF Mono font in Firefox & Safari
268
+
269
+ ### Patch Changes
270
+
271
+ - [#1423](https://github.com/primer/css/pull/1423) [`6f79bfaa`](https://github.com/primer/css/commit/6f79bfaa7a6fab551fe3e795eda24908c2bf0d2e) Thanks [@jonrohan](https://github.com/jonrohan)! - Properly calculating the variables computed value for dist folder
272
+
273
+ * [#1427](https://github.com/primer/css/pull/1427) [`6dad1784`](https://github.com/primer/css/commit/6dad17845f1ea345c692f56ecbf8edd60187f80d) Thanks [@jonrohan](https://github.com/jonrohan)! - Don't require direct version of primitives
274
+
275
+ - [#1422](https://github.com/primer/css/pull/1422) [`882c570f`](https://github.com/primer/css/commit/882c570f9ac38dc213e213b2e98ef4686eb693e2) Thanks [@manuelpuyol](https://github.com/manuelpuyol)! - Improve dividers and allow sidebar positioning when `Layout` is flowing as row.
276
+
277
+ * [#1420](https://github.com/primer/css/pull/1420) [`55302dc2`](https://github.com/primer/css/commit/55302dc232cb5cd28c52047a0776549f298a90ce) Thanks [@hpalacio](https://github.com/hpalacio)! - lists.scss: reset `<ol>` without 'type' attr to "decimal"
278
+
279
+ - [#1424](https://github.com/primer/css/pull/1424) [`30597af9`](https://github.com/primer/css/commit/30597af94da40875a2741f9f4ecc786f8916167c) Thanks [@khiga8](https://github.com/khiga8)! - Ensures that the visual slash separator for breadcrumbs is not announced by screenreaders.
280
+
281
+ ## 17.1.1
282
+
283
+ ### Patch Changes
284
+
285
+ - [#1418](https://github.com/primer/css/pull/1418) [`a9a61ee6`](https://github.com/primer/css/commit/a9a61ee690f4fff3a7e2e932dc8da5e9cd6cf702) Thanks [@simurai](https://github.com/simurai)! - Undeprecate .css-truncate
286
+
287
+ ## 17.1.0
288
+
289
+ ### Minor Changes
290
+
291
+ - [#1409](https://github.com/primer/css/pull/1409) [`49981dfc`](https://github.com/primer/css/commit/49981dfc29131e6ad25cef6538abd9308700b48a) Thanks [@manuelpuyol](https://github.com/manuelpuyol)! - Adding new Layout component
292
+
293
+ * [#1358](https://github.com/primer/css/pull/1358) [`6b51e877`](https://github.com/primer/css/commit/6b51e877bc3b1a1ae4925edc4fcb5d45907b110e) Thanks [@jonrohan](https://github.com/jonrohan)! - Adding new .Truncate class and deprecating css-truncate
294
+
295
+ ### Patch Changes
296
+
297
+ - [#1415](https://github.com/primer/css/pull/1415) [`fb6a7e3d`](https://github.com/primer/css/commit/fb6a7e3dc112fc637003ca13dca978e7d8a54d4c) Thanks [@simurai](https://github.com/simurai)! - Bump primer/primitives@4.3.5
298
+
299
+ ## 17.0.3
300
+
301
+ ### Patch Changes
302
+
303
+ - [#1410](https://github.com/primer/css/pull/1410) [`d5e425e4`](https://github.com/primer/css/commit/d5e425e40900102b5b728a516de71e4094b7e138) Thanks [@simurai](https://github.com/simurai)! - Bump @primer/primitives@4.3.4
304
+
305
+ ## 17.0.2
306
+
307
+ ### Patch Changes
308
+
309
+ - [#1408](https://github.com/primer/css/pull/1408) [`1eea5575`](https://github.com/primer/css/commit/1eea557506241412de068c0f2570a0e9606fd6c2) Thanks [@colebemis](https://github.com/colebemis)! - Bump @primer/primitives version
310
+
311
+ * [#1403](https://github.com/primer/css/pull/1403) [`5ef399cf`](https://github.com/primer/css/commit/5ef399cff004fc30d0b98750af889ffdc4bf8f3b) Thanks [@tobiasahlin](https://github.com/tobiasahlin)! - Remove !important for base styles for body utilities
312
+
313
+ ## 17.0.1
314
+
315
+ ### Patch Changes
316
+
317
+ - [#1391](https://github.com/primer/css/pull/1391) [`534c8f66`](https://github.com/primer/css/commit/534c8f66f5a433aaf6daa308e0354d8eeca25f3a) Thanks [@simurai](https://github.com/simurai)! - Improve focus state for .SideNav and .menu
318
+
319
+ * [#1398](https://github.com/primer/css/pull/1398) [`5ef7bd6e`](https://github.com/primer/css/commit/5ef7bd6ef0eb43f2bb5765c0f3cfd30db3924ec4) Thanks [@colebemis](https://github.com/colebemis)! - Add experimental color variables. **Warning: Do not use these color variables**
320
+
321
+ - [#1394](https://github.com/primer/css/pull/1394) [`42223f0b`](https://github.com/primer/css/commit/42223f0b219b6213e2d11f99988acdfd47ab9591) Thanks [@tobiasahlin](https://github.com/tobiasahlin)! - Marketing: Fix letter spacing for headers not being correctly overridden at break points
322
+
323
+ ## 17.0.0
324
+
325
+ ### Major Changes
326
+
327
+ - [#1370](https://github.com/primer/css/pull/1370) [`cc0049c2`](https://github.com/primer/css/commit/cc0049c2ad1ad609dc672e12f751245fbecc5d65) Thanks [@simurai](https://github.com/simurai)! - Replace border-overlay with border-primary
328
+
329
+ * [#1371](https://github.com/primer/css/pull/1371) [`0c6bfc22`](https://github.com/primer/css/commit/0c6bfc22b523545120bea39dc201760d8a9e8b01) Thanks [@tobiasahlin](https://github.com/tobiasahlin)! - Marketing: Deprecate bg-shade-gradient
330
+
331
+ - [#1379](https://github.com/primer/css/pull/1379) [`22a98b5c`](https://github.com/primer/css/commit/22a98b5c87031584c5349f49835e013e8a7e460b) Thanks [@tobiasahlin](https://github.com/tobiasahlin)! - Add new marketing type scale
332
+
333
+ * [#1369](https://github.com/primer/css/pull/1369) [`2ae2ae57`](https://github.com/primer/css/commit/2ae2ae5795f68a6004fb4a14eb56bba41828173d) Thanks [@tobiasahlin](https://github.com/tobiasahlin)! - Marketing: Removing Inter font files and folder
334
+
335
+ - [#1339](https://github.com/primer/css/pull/1339) [`0ca2648e`](https://github.com/primer/css/commit/0ca2648e5982f0d21137a556e083d77af33eee36) Thanks [@jonrohan](https://github.com/jonrohan)! - Changeset change supported browsers.
336
+
337
+ * [#1373](https://github.com/primer/css/pull/1373) [`aeae963d`](https://github.com/primer/css/commit/aeae963d93e273f08fbf47d582316811bbd8eac5) Thanks [@tobiasahlin](https://github.com/tobiasahlin)! - Remove redundant marketing layout selectors
338
+
339
+ - [#1380](https://github.com/primer/css/pull/1380) [`4ac39740`](https://github.com/primer/css/commit/4ac39740f27842c625da084f1d03b8e2ec6084f8) Thanks [@tobiasahlin](https://github.com/tobiasahlin)! - Marketing: use size modifiers that don't look like breakpoints modifiers
340
+
341
+ * [#1352](https://github.com/primer/css/pull/1352) [`b4950e39`](https://github.com/primer/css/commit/b4950e395867b558e63b5bb4d46d93f75f35e38e) Thanks [@tobiasahlin](https://github.com/tobiasahlin)! - Update marketing button styles
342
+
343
+ - [#1356](https://github.com/primer/css/pull/1356) [`3b7e5d8c`](https://github.com/primer/css/commit/3b7e5d8c0def7975cc6714abe4b60d8efc746f8f) Thanks [@jonrohan](https://github.com/jonrohan)! - Remove dependency on primer/octicons and force overflow visible
344
+
345
+ * [#1372](https://github.com/primer/css/pull/1372) [`e24b7cb0`](https://github.com/primer/css/commit/e24b7cb024ca2c6bb06cda92ccefa1aff3208131) Thanks [@tobiasahlin](https://github.com/tobiasahlin)! - Merge overlapping marketing spacing utilities into primer core
346
+
347
+ ### Minor Changes
348
+
349
+ - [#1357](https://github.com/primer/css/pull/1357) [`3dfb910f`](https://github.com/primer/css/commit/3dfb910fc39ae889fb4c2c3c783aead6ac768d0d) Thanks [@hpalacio](https://github.com/hpalacio)! - typography-base: process 'type' attribute of HTML <ol> tag
350
+
351
+ ### Patch Changes
352
+
353
+ - [#1368](https://github.com/primer/css/pull/1368) [`95b9f0f0`](https://github.com/primer/css/commit/95b9f0f051bf34be5bcc60e2f2d29a262059c420) Thanks [@simurai](https://github.com/simurai)! - Use `--color-icon-secondary` for `.blankslate-icon`
354
+
355
+ * [#1350](https://github.com/primer/css/pull/1350) [`2dbc6143`](https://github.com/primer/css/commit/2dbc6143a66b56b29e12d5ae3e7afeaed95373ab) Thanks [@simurai](https://github.com/simurai)! - Bump @primer/primitives
356
+
357
+ - [#1385](https://github.com/primer/css/pull/1385) [`1cfff7a4`](https://github.com/primer/css/commit/1cfff7a4a39e5612c3f98357bfa2edc1460f2e04) Thanks [@tobiasahlin](https://github.com/tobiasahlin)! - Marketing typography: 64px → 68px for third size step
358
+
359
+ * [#1382](https://github.com/primer/css/pull/1382) [`18bb377b`](https://github.com/primer/css/commit/18bb377bef8f65cc75cd1faea9b2264a4061cfd0) Thanks [@tobiasahlin](https://github.com/tobiasahlin)! - Marketing: optimize body typography inheritance
360
+
361
+ - [#1392](https://github.com/primer/css/pull/1392) [`0fea11a7`](https://github.com/primer/css/commit/0fea11a74b05196c17e2e300b66c93c24d6c9844) Thanks [@tobiasahlin](https://github.com/tobiasahlin)! - Marketing: Enable body content utilities to have their font-weight overwritten
362
+
363
+ ## 16.3.0
364
+
365
+ ### Minor Changes
366
+
367
+ - [#1306](https://github.com/primer/css/pull/1306) [`5d42f1c5`](https://github.com/primer/css/commit/5d42f1c5c36d9732fd69541585a8d8ba4221b978) Thanks [@jonrohan](https://github.com/jonrohan)! - Adding a min-height to input-sm
368
+
369
+ ### Patch Changes
370
+
371
+ - [#1340](https://github.com/primer/css/pull/1340) [`8506c374`](https://github.com/primer/css/commit/8506c3747fc3d4bfa216e0fbb1d2835db4a9baf4) Thanks [@simurai](https://github.com/simurai)! - Bump @primer/primitives
372
+
373
+ * [#1302](https://github.com/primer/css/pull/1302) [`90902e1a`](https://github.com/primer/css/commit/90902e1a6044f4b9fde049105f5aec7e09d52777) Thanks [@jonrohan](https://github.com/jonrohan)! - Moving the /fonts/ folder to /src/fonts/
374
+
375
+ ## 16.2.0
376
+
377
+ ### Minor Changes
378
+
379
+ - [#1294](https://github.com/primer/css/pull/1294) [`7609a074`](https://github.com/primer/css/commit/7609a0742cbb69b2c48af5a2d583c94a14a2d0c6) Thanks [@jonrohan](https://github.com/jonrohan)! - Adding a color text link on hover that will change a color utility class
380
+
381
+ * [#1295](https://github.com/primer/css/pull/1295) [`fea6ea69`](https://github.com/primer/css/commit/fea6ea692013cbf13b4d93dff1601bb0805beb73) Thanks [@jonrohan](https://github.com/jonrohan)! - Adding text-semibold and text-light utility classes
382
+
383
+ ### Patch Changes
384
+
385
+ - [#1297](https://github.com/primer/css/pull/1297) [`7a374784`](https://github.com/primer/css/commit/7a37478499c6dbdd30082442abec9dccdfc9efa4) Thanks [@simurai](https://github.com/simurai)! - Separate active and selected states for `.btn`
386
+
387
+ ## 16.1.2
388
+
389
+ ### Patch Changes
390
+
391
+ - [#1282](https://github.com/primer/css/pull/1282) [`5ee52dfe`](https://github.com/primer/css/commit/5ee52dfe59f1b209ca6c1f2489db0e32660388e9) Thanks [@simurai](https://github.com/simurai)! - Add bg to UnderlineNav Counter
392
+
393
+ * [#1286](https://github.com/primer/css/pull/1286) [`9044eecf`](https://github.com/primer/css/commit/9044eecf4ef7a1c6ad9ccf0b51def53c52d0def4) Thanks [@jonrohan](https://github.com/jonrohan)! - color-mode mixin fix for keyboard toggle
394
+
395
+ ## 16.1.1
396
+
397
+ ### Patch Changes
398
+
399
+ - [#1278](https://github.com/primer/css/pull/1278) [`fa4a7c71`](https://github.com/primer/css/commit/fa4a7c714c2666cd339dbf4c77b684e67030af60) Thanks [@jonrohan](https://github.com/jonrohan)! - revert Fixing workflow for rc publishing
400
+
401
+ ## 16.1.0
402
+
403
+ ### Minor Changes
404
+
405
+ - [#1254](https://github.com/primer/css/pull/1254) [`5d2f0beb`](https://github.com/primer/css/commit/5d2f0beb58b6fab795d5b720e9a14da2f649265c) Thanks [@tobiasahlin](https://github.com/tobiasahlin)! - Add common marketing utilities to primer/marketing
406
+
407
+ * [#1201](https://github.com/primer/css/pull/1201) [`29a83bdc`](https://github.com/primer/css/commit/29a83bdcfdc3d647932bfe97c9b3f24f91688280) Thanks [@vdepizzol](https://github.com/vdepizzol)! - Change TableObject status to deprecated
408
+
409
+ ### Patch Changes
410
+
411
+ - [#1197](https://github.com/primer/css/pull/1197) [`a355160a`](https://github.com/primer/css/commit/a355160a30654327f9e51bf677f9b069a46e95a1) Thanks [@neildaniels](https://github.com/neildaniels)! - Fix .btn-with-count documentation
412
+
413
+ * [#1274](https://github.com/primer/css/pull/1274) [`322379fe`](https://github.com/primer/css/commit/322379fe273c53c94190177b62dd5deed10beb32) Thanks [@tobiasahlin](https://github.com/tobiasahlin)! - Marketing buttons: don't animate everything
414
+
415
+ - [#1272](https://github.com/primer/css/pull/1272) [`88bcd1bf`](https://github.com/primer/css/commit/88bcd1bfd0258c416addf4c943dfbde593a11b7f) Thanks [@simurai](https://github.com/simurai)! - Update `Counter--secondary` bg
416
+
417
+ * [#1261](https://github.com/primer/css/pull/1261) [`b1346678`](https://github.com/primer/css/commit/b1346678f4119f384ac49b0c63c355f56968071a) Thanks [@jonrohan](https://github.com/jonrohan)! - Fixing the `color-mode-theme` mixin. Currently the mixin doesn't take into account when `mode="light"` and `light-theme="dark"`. This fix allows dark themes to be set as light themes and to toggle into single light mode.
418
+
419
+ ## 16.0.2
420
+
421
+ ### Patch Changes
422
+
423
+ - [#1258](https://github.com/primer/css/pull/1258) [`c6945cd5`](https://github.com/primer/css/commit/c6945cd50c297b621a69aecb619440bfb2bf4c32) Thanks [@jonrohan](https://github.com/jonrohan)! - Removing post publish storybook hook
424
+
425
+ ## 16.0.1
426
+
427
+ ### Patch Changes
428
+
429
+ - [#1247](https://github.com/primer/css/pull/1247) [`1b6ba39c`](https://github.com/primer/css/commit/1b6ba39c733433fc5488d60b0b8b384b6d2b4d7d) Thanks [@jonrohan](https://github.com/jonrohan)! - Adding changesets to release workflow
430
+
431
+ ## 16.0.0
432
+
433
+ ### :boom: Breaking Change
434
+
435
+ - Update to Primer Primitives `4.0.0` [primer/primitives#43](https://github.com/primer/primitives/pull/43)
436
+ - Add color modes [#1131](https://github.com/primer/css/pull/1131)
437
+
438
+ ### :rocket: Enhancement
439
+
440
+ - Add `flex-shrink: 0` to `.avatar` [#1183](https://github.com/primer/css/pull/1183)
441
+ - Adding timeline-badge success border [#1246](https://github.com/primer/css/pull/1246)
442
+ - Add `.anim-rotate` utility class [#1251](https://github.com/primer/css/pull/1251)
443
+
444
+ ### :nail_care: Polish
445
+
446
+ - Move marketing `@font-face` declarations from vars to type [#1238](https://github.com/primer/css/pull/1238)
447
+
448
+ ### :memo: Documentation
449
+
450
+ - Update documentation with color modes [#1186](https://github.com/primer/css/pull/1186)
451
+
452
+ ## 15.2.0
453
+
454
+ ### :rocket: Enhancements
455
+
456
+ - [#1145](https://github.com/primer/css/pull/1145) Make final position responsive
457
+ - [#1148](https://github.com/primer/css/pull/1148) flex wrap reverse added
458
+ - [#1157](https://github.com/primer/css/pull/1157) Overflow responsive variants
459
+ - [#1156](https://github.com/primer/css/pull/1156) Add missing rounded-3 utility
460
+
461
+ ### :memo: Documentation
462
+
463
+ - [#1160](https://github.com/primer/css/pull/1160) Remove custom emoji from SelectMenu docs
464
+ - [#1165](https://github.com/primer/css/pull/1165) Replaced old octicons in examples
465
+ - [#1146](https://github.com/primer/css/pull/1146) Corrected a few typos
466
+ - [#1142](https://github.com/primer/css/pull/1142) Fix typo in Box documentation
467
+ - [#1125](https://github.com/primer/css/pull/1125) Remove reference to Crema
468
+ - [#1155](https://github.com/primer/css/pull/1155) Place search subnav example on new line
469
+
470
+ ### :nail_care: Polish
471
+
472
+ - [#1147](https://github.com/primer/css/pull/1147) Increase input font-size on iOS
473
+ - [#1152](https://github.com/primer/css/pull/1152) Remove .autocomplete-results inset border that is occluded by items
474
+
475
+ ### Committers
476
+
477
+ - [@MauricioHernanCabrera](https://github.com/MauricioHernanCabrera)
478
+ - [@ashygee](https://github.com/ashygee)
479
+ - [@esdraspavon](https://github.com/esdraspavon)
480
+ - [@neildaniels](https://github.com/neildaniels)
481
+ - [@nicksloan](https://github.com/nicksloan)
482
+
483
+ ## 15.1.0
484
+
485
+ ### :rocket: Enhancements
486
+
487
+ - [#1062](https://github.com/primer/css/pull/1062) Make tabnav responsive
488
+ - [#1128](https://github.com/primer/css/pull/1128) Add support for table border
489
+ - [#1132](https://github.com/primer/css/pull/1132) Add .bg-orange to the list of colors
490
+
491
+ ### :memo: Documentation
492
+
493
+ - [#1122](https://github.com/primer/css/pull/1122) fix comment typo
494
+
495
+ ### :nail_care: Polish
496
+
497
+ - [#1121](https://github.com/primer/css/pull/1121) Update layout when the Counter is empty
498
+ - [#1126](https://github.com/primer/css/pull/1126) Increase border contrast for Label--yellow
499
+
500
+ ### Committers
501
+
502
+ - [@colinkeany](https://github.com/colinkeany)
503
+ - [@garman](https://github.com/garman)
504
+ - [@nikolasveneti](https://github.com/nikolasveneti)
505
+ - [@nuthinking](https://github.com/nuthinking)
506
+ - [@simurai](https://github.com/simurai)
507
+
508
+ ## 15.0.0
509
+
510
+ ### :rocket: Enhancements
511
+
512
+ - [#1116](https://github.com/primer/css/pull/1116) Improve accessibility
513
+ - [#1083](https://github.com/primer/css/pull/1083) Make sure autocomplete resets button styles
514
+ - [#1074](https://github.com/primer/css/pull/1074) Update pagination
515
+ - [#1071](https://github.com/primer/css/pull/1071) Update flash alert
516
+ - [#1064](https://github.com/primer/css/pull/1064) Update SelectMenu
517
+ - [#1040](https://github.com/primer/css/pull/1040) Update box-shadow and borders
518
+ - [#1038](https://github.com/primer/css/pull/1038) Update navigation
519
+ - [#1034](https://github.com/primer/css/pull/1034) Update labels
520
+ - [#1029](https://github.com/primer/css/pull/1029) Update inputs
521
+ - [#1027](https://github.com/primer/css/pull/1027) Update buttons
522
+ - [#1022](https://github.com/primer/css/pull/1022) Update border radius
523
+
524
+ ### :nail_care: Polish
525
+
526
+ - [#1109](https://github.com/primer/css/pull/1109) Polish 9
527
+ - [#1090](https://github.com/primer/css/pull/1090) Polish 8
528
+ - [#1077](https://github.com/primer/css/pull/1077) Polish 7
529
+ - [#1055](https://github.com/primer/css/pull/1055) Polish 3
530
+ - [#1047](https://github.com/primer/css/pull/1047) Polish 2
531
+ - [#1045](https://github.com/primer/css/pull/1045) Polish 1
532
+ - [#1041](https://github.com/primer/css/pull/1041) Polish
533
+
534
+ ### Committers
535
+
536
+ - [@muan](https://github.com/muan)
537
+ - [@simurai](https://github.com/simurai)
538
+
539
+ ## 14.4.0
540
+
541
+ ### :rocket: Enhancements
542
+
543
+ - [#1089](https://github.com/primer/css/pull/1089) Accessible Progress
544
+
545
+ ### :bug: Bug fixes
546
+
547
+ - [#1060](https://github.com/primer/css/pull/1060) Add support for aria-current=false
548
+
549
+ ### :memo: Documentation
550
+
551
+ - [#1059](https://github.com/primer/css/pull/1059) Typo in scss.md
552
+ - [#1065](https://github.com/primer/css/pull/1065) Convert markdown page to one big example
553
+ - [#1075](https://github.com/primer/css/pull/1075) chore: add missing link to color utilities
554
+ - [#1067](https://github.com/primer/css/pull/1067) Add .text-gray-light to docs
555
+
556
+ ### Committers
557
+
558
+ - [@daniseguraf](https://github.com/daniseguraf)
559
+ - [@metonym](https://github.com/metonym)
560
+ - [@simurai](https://github.com/simurai)
561
+
562
+ ## 14.3.0
563
+
564
+ ### :rocket: Enhancements
565
+
566
+ - [#1044](https://github.com/primer/css/pull/1044) Accessible form validation
567
+ - [#1028](https://github.com/primer/css/pull/1028) Improve .form-group accessibility
568
+
569
+ ### :bug: Bug fixes
570
+
571
+ - [#670](https://github.com/primer/css/pull/670) Fix Box row top border
572
+ - [#1042](https://github.com/primer/css/pull/1042) Fix UnderlineNav in Safari
573
+ - [#1035](https://github.com/primer/css/pull/1035) Update UnderlineNav-item to not wrap counter & icon
574
+
575
+ ### :memo: Documentation
576
+
577
+ - [#1018](https://github.com/primer/css/pull/1018) Update MIGRATING.md
578
+
579
+ ### Committers
580
+
581
+ - [@emplums](https://github.com/emplums)
582
+ - [@jonrohan](https://github.com/jonrohan)
583
+ - [@simurai](https://github.com/simurai)
584
+
585
+ ## 14.2.0
586
+
587
+ ### :rocket: Enhancements
588
+
589
+ - [#1006](https://github.com/primer/css/pull/1006) Use ARIA attributes for states
590
+ - [#1014](https://github.com/primer/css/pull/1014) Add aria-disabled state
591
+ - [#1001](https://github.com/primer/css/pull/1001) Add Inter bold font file
592
+ - [#982](https://github.com/primer/css/pull/982) Applies .selected styles to [aria-selected=true]
593
+
594
+ ### :bug: Bug fixes
595
+
596
+ - [#1002](https://github.com/primer/css/pull/1002) Fix marketing utilities
597
+ - [#1005](https://github.com/primer/css/pull/1005) Add .selected back to the .UnderlineNav
598
+
599
+ ### :memo: Documentation
600
+
601
+ - [#1012](https://github.com/primer/css/pull/1012) Improve margin/padding docs
602
+ - [#1013](https://github.com/primer/css/pull/1013) Fix docs links
603
+ - [#1004](https://github.com/primer/css/pull/1004) rm deprecated flash-banner component from docs
604
+
605
+ ### Committers
606
+
607
+ - [@flavianunes](https://github.com/flavianunes)
608
+ - [@ktravers](https://github.com/ktravers)
609
+ - [@simurai](https://github.com/simurai)
610
+
611
+ ## 14.1.0
612
+
613
+ ### :rocket: Enhancements
614
+
615
+ - [#994](https://github.com/primer/css/pull/994) Responsive line-height utilities
616
+ - [#995](https://github.com/primer/css/pull/995) Add bold weight to marketing font variables
617
+
618
+ ### :bug: Bug fixes
619
+
620
+ - [#998](https://github.com/primer/css/pull/998) Use a gray background when hovering SelectMenu items
621
+
622
+ ### :memo: Documentation
623
+
624
+ - [#989](https://github.com/primer/css/pull/989) Add link to the Stylelint guide
625
+ - [#1000](https://github.com/primer/css/pull/1000) Update contributing guide for a general audience
626
+ - [#972](https://github.com/primer/css/pull/972) Variables page
627
+
628
+ ### :house: Internal
629
+
630
+ - [#997](https://github.com/primer/css/pull/997) Fix CHANGELOG links
631
+
632
+ ### Committers
633
+
634
+ - [@shawnbot](https://github.com/shawnbot)
635
+ - [@simurai](https://github.com/simurai)
636
+ - [@skullface](https://github.com/skullface)
637
+
638
+ ## 14.0.0
639
+
640
+ ### :boom: Breaking changes
641
+
642
+ - [#922](https://github.com/primer/css/pull/922) More SelectMenu improvements
643
+ - [#966](https://github.com/primer/css/pull/966) Rename `.flex-item-equal` to `.flex-1`
644
+ - [#973](https://github.com/primer/css/pull/973) Deprecate variables in 14.0.0
645
+
646
+ ### :rocket: Enhancements
647
+
648
+ - [#987](https://github.com/primer/css/pull/987) Add .position-sticky utility
649
+ - [#979](https://github.com/primer/css/pull/979) Add `.radio-group` component
650
+ - [#981](https://github.com/primer/css/pull/981) Autocomplete + Suggester components
651
+ - [#978](https://github.com/primer/css/pull/978) Add `.css-truncate-overflow`
652
+ - [#974](https://github.com/primer/css/pull/974) Add Animated Ellipsis
653
+ - [#971](https://github.com/primer/css/pull/971) Add variable deprecation data and tests
654
+
655
+ ### :memo: Documentation
656
+
657
+ - [#988](https://github.com/primer/css/pull/988) Add docs for flexbug no. 9
658
+ - [#977](https://github.com/primer/css/pull/977) Update spacing.md
659
+
660
+ ### :house: Internal
661
+
662
+ - [#952](https://github.com/primer/css/pull/952) Async/awaitify script/dist.js
663
+ - [#963](https://github.com/primer/css/pull/963) Generate changelog with semantic-release
664
+ - [#968](https://github.com/primer/css/pull/968) Stylelint update
665
+
666
+ ### Committers
667
+
668
+ - [@BinaryMuse](https://github.com/BinaryMuse)
669
+ - [@danchristian](https://github.com/danchristian)
670
+ - [@shawnbot](https://github.com/shawnbot)
671
+ - [@simurai](https://github.com/simurai)
672
+
673
+ # 13.2.0
674
+
675
+ ### :rocket: Enhancements
676
+
677
+ - [#959](https://github.com/primer/css/pull/959) More buttons
678
+ - [#950](https://github.com/primer/css/pull/950) Add Diffstat component
679
+ - [#913](https://github.com/primer/css/pull/913) Importing TimelineItem from .com and creating matching docs
680
+ - [#953](https://github.com/primer/css/pull/953) Add IssueLabel component
681
+
682
+ ### :bug: Bug fixes
683
+
684
+ - [#945](https://github.com/primer/css/pull/945) Add `[role=tab][aria-selected=true]` to `.UnderlineNav-item.selected`
685
+
686
+ ### :memo: Documentation
687
+
688
+ - [#939](https://github.com/primer/css/pull/939) Fix `Box--overlay` example
689
+ - [#943](https://github.com/primer/css/pull/943) Fix broken links to typography utilities
690
+
691
+ ### :house: Internal
692
+
693
+ - [#946](https://github.com/primer/css/pull/946) Add `TODO@version` stylelint rule (local)
694
+
695
+ ### Committers
696
+
697
+ - [@MohamedElidrissi](https://github.com/MohamedElidrissi)
698
+ - [@jonrohan](https://github.com/jonrohan)
699
+ - [@shawnbot](https://github.com/shawnbot)
700
+ - [@simurai](https://github.com/simurai)
701
+
702
+ # 13.1.0
703
+
704
+ ### :rocket: Enhancement
705
+
706
+ - [#904](https://github.com/primer/css/pull/904) Add Keyboard Shortcuts `kbd` from github/github
707
+ - [#926](https://github.com/primer/css/pull/926) Add Flash Banner `.flash-banner` from github/github
708
+ - [#927](https://github.com/primer/css/pull/927) Add `.flex-column-reverse` utilities
709
+
710
+ ### :memo: Documentation
711
+
712
+ - [#932](https://github.com/primer/css/pull/932) Fix CDN links in documentation
713
+ - [#933](https://github.com/primer/css/pull/933) Convert most ERB examples to HTML
714
+
715
+ ### Committers
716
+
717
+ - [@shawnbot](https://github.com/shawnbot)
718
+ - [@simurai](https://github.com/simurai)
719
+
720
+ # 13.0.2
721
+
722
+ ### :memo: Documentation
723
+
724
+ - Use inline octicon in branch name example [#886](https://github.com/primer/css/pull/886)
725
+ - Move select menu list into the modal div [#903](https://github.com/primer/css/pull/903)
726
+ - Improve SelectMenu docs [#923](https://github.com/primer/css/pull/923)
727
+
728
+ ### :house: Internal
729
+
730
+ - Update "Ship checklist" [#902](https://github.com/primer/css/pull/902)
731
+ - Bump stylelint, et al; add CI tests and script for removing needless disables [#912](https://github.com/primer/css/pull/912)
732
+
733
+ ### Committers
734
+
735
+ - [@colebemis](https://github.com/colebemis)
736
+ - [@mxie](https://github.com/mxie)
737
+ - [@shawnbot](https://github.com/shawnbot)
738
+ - [@simurai](https://github.com/simurai)
739
+
740
+ # 13.0.1
741
+
742
+ ### :bug: Bug Fix
743
+
744
+ - Remove "Segoe UI Symbol" from font stack [#906](https://github.com/primer/css/pull/906)
745
+
746
+ ### Committers
747
+
748
+ - [@simurai](https://github.com/simurai)
749
+
750
+ # 13.0.0
751
+
752
+ ### :boom: Breaking Change
753
+
754
+ - Remove `.container`, `.columns`, `.column`, and related classes [#662](https://github.com/primer/css/pull/662)
755
+ - Remove `.btn-purple` [#736](https://github.com/primer/css/pull/736) :wave: 💜
756
+ - Remove `.text-pending` and `.bg-pending` [#888](https://github.com/primer/css/pull/888)
757
+ - Remove `.dropdown-menu-content` [#884](https://github.com/primer/css/pull/884)
758
+
759
+ ### :nail_care: Polish
760
+
761
+ - Select menu improvements [#893](https://github.com/primer/css/pull/893)
762
+
763
+ ### :memo: Documentation
764
+
765
+ - The layout docs, formerly available at `/css/objects/layout`, are gone and will redirect to `/css/objects/grid`.
766
+
767
+ ### :house: Internal
768
+
769
+ - Add deprecations test script [#889](https://github.com/primer/css/pull/889)
770
+ - Clean up scripts and dev dependencies [#890](https://github.com/primer/css/pull/890)
771
+ - Upgrade stylelint-config-primer to v8.0.0 [#892](https://github.com/primer/css/pull/892)
772
+ - Upgrade doctocat, live code wrappers [#895](https://github.com/primer/css/pull/895)
773
+
774
+ ### Committers
775
+
776
+ - [@jonrohan](https://github.com/jonrohan)
777
+ - [@shawnbot](https://github.com/shawnbot)
778
+ - [@simurai](https://github.com/simurai)
779
+ - [@sophshep](https://github.com/sophshep)
780
+
781
+ # 12.7.0
782
+
783
+ ### :rocket: Enhancement
784
+
785
+ - Import Dropdown component; add dark variants for dropdown and text fields [#862](https://github.com/primer/css/pull/862)
786
+ - Add `.break-word` utility and improve word-break docs [#880](https://github.com/primer/css/pull/880)
787
+ - Publish deprecation data [#883](https://github.com/primer/css/pull/883)
788
+
789
+ ### :memo: Documentation
790
+
791
+ - Fix mistake in flex-justify-start explanation [#877](https://github.com/primer/css/pull/877)
792
+
793
+ ### :house: Internal
794
+
795
+ - Fix CSS bundle size report when adding bundles [#879](https://github.com/primer/css/pull/879)
796
+ - Migrate to GitHub Actions v2 [#881](https://github.com/primer/css/pull/881)
797
+
798
+ ### Committers
799
+
800
+ - [@dcastil](https://github.com/dcastil)
801
+ - [@shawnbot](https://github.com/shawnbot)
802
+ - [@simurai](https://github.com/simurai)
803
+ - [@vdepizzol](https://github.com/vdepizzol)
804
+
805
+ # 12.6.2
806
+
807
+ ### :nail_care: Polish
808
+
809
+ - Add default background-color to SideNav https://github.com/primer/css/pull/873
810
+
811
+ ### :house: Internal
812
+
813
+ - Change order in RELEASING.md https://github.com/primer/css/pull/875
814
+
815
+ ### Committers
816
+
817
+ - [@shawnbot](https://github.com/shawnbot)
818
+ - [@simurai](https://github.com/simurai)
819
+
820
+ # 12.6.1
821
+
822
+ ### :bug: Bug Fix
823
+
824
+ - Remove non-ascii characters (en dashes?) from SCSS comments [#870](https://github.com/primer/css/pull/870)
825
+ - Fix SideNav "jumping" in Safari [#868](https://github.com/primer/css/pull/868)
826
+
827
+ ### :nail_care: Polish
828
+
829
+ - Improve Select Menu spacing [#844](https://github.com/primer/css/pull/844)
830
+
831
+ ### :memo: Documentation
832
+
833
+ - Update colorable URL [#867](https://github.com/primer/css/pull/867)
834
+
835
+ ### :house: Internal
836
+
837
+ - Update changelog for 12.6.0 [#866](https://github.com/primer/css/pull/866)
838
+
839
+ ### Committers
840
+
841
+ - [@jonrohan](https://github.com/jonrohan)
842
+ - [@kiendang](https://github.com/kiendang)
843
+ - [@shawnbot](https://github.com/shawnbot)
844
+ - [@shreve](https://github.com/shreve)
845
+ - [@simurai](https://github.com/simurai)
846
+
847
+ # 12.6.0
848
+
849
+ ### 🚀 Enhancements
850
+
851
+ - Loading toast styles [#852](https://github.com/primer/css/pull/852)
852
+ - Header component [#845](https://github.com/primer/css/pull/845)
853
+ - Import `.octicon` CSS in the core bundle [#857](https://github.com/primer/css/pull/857)
854
+ - Design update for blankslates [#861](https://github.com/primer/css/pull/861)
855
+ - Don't let State labels wrap [#863](https://github.com/primer/css/pull/863)
856
+
857
+ ### 📝 Documentation
858
+
859
+ - Fix some links in linting docs [#856](https://github.com/primer/css/pull/856)
860
+ - Updates to the development docs [#855](https://github.com/primer/css/pull/855)
861
+ - Generate bundle source READMEs from a template [#859](https://github.com/primer/css/pull/859)
862
+ - Render Octicon Ruby helper in docs [#847](https://github.com/primer/css/pull/847)
863
+
864
+ ### 🏠 Internal
865
+
866
+ - Add GitHub `styleguide.css` to Storybook [#849](https://github.com/primer/css/pull/849)
867
+
868
+ ### Committers
869
+
870
+ - [@ashygee](https://github.com/ashygee)
871
+ - [@emilybrick](https://github.com/emilybrick)
872
+ - [@jonrohan](https://github.com/jonrohan)
873
+ - [@shawnbot](https://github.com/shawnbot)
874
+ - [@vdepizzol](https://github.com/vdepizzol)
875
+
876
+ # 12.5.0
877
+
878
+ ### :rocket: Enhancement
879
+
880
+ - Add `.Toast` component [#831](https://github.com/primer/css/pull/831)
881
+ - Add `.SideNav` component [#827](https://github.com/primer/css/pull/827)
882
+ - Add `.SelectMenu` component [#808](https://github.com/primer/css/pull/808)
883
+ - Add `font-display: swap` to `@font-face` declarations [#780](https://github.com/primer/css/pull/780)
884
+ - Add `flex-grow-0`, `flex-order-[1,2,none]` and `width-auto` utilities [#763](https://github.com/primer/css/pull/763)
885
+ - Change default for `$marketing-font-path` to `/fonts/` [#837](https://github.com/primer/css/pull/837)
886
+
887
+ ### :bug: Bug Fix
888
+
889
+ - Improve monospaced font on Chrome Android [#812](https://github.com/primer/css/pull/812)
890
+
891
+ ### :memo: Documentation
892
+
893
+ - Add multi-word naming conventions to BEM docs [#836](https://github.com/primer/css/pull/836)
894
+ - Color system docs updates [#811](https://github.com/primer/css/pull/811)
895
+ - Color utility table tweaks [#842](https://github.com/primer/css/pull/842)
896
+ - Fix markdown typos in Contributing docs page [#846](https://github.com/primer/css/pull/846)
897
+
898
+ ### Committers
899
+
900
+ - [@ampinsk](https://github.com/ampinsk)
901
+ - [@emilybrick](https://github.com/emilybrick)
902
+ - [@emplums](https://github.com/emplums)
903
+ - [@jonrohan](https://github.com/jonrohan)
904
+ - [@shawnbot](https://github.com/shawnbot)
905
+ - [@simurai](https://github.com/simurai)
906
+ - [@skullface](https://github.com/skullface)
907
+ - [@vdepizzol](https://github.com/vdepizzol)
908
+
1
909
  # 12.4.1
2
910
 
3
911
  ### :bug: Bug fixes
912
+
4
913
  - Fix [#822](https://github.com/primer/css/issues/822) (`.border-dashed` issues) via [#824](https://github.com/primer/css/issues/824)
5
914
 
6
915
  ### :memo: Documentation
916
+
7
917
  - Typos fixed in [#802](https://github.com/primer/css/issues/802) (thank you, [@The-Compiler](https://github.com/The-Compiler)!)
8
918
  - Nav updates [#803](https://github.com/primer/css/issues/803)
9
919
  - Fix tables of contents [#762](https://github.com/primer/css/issues/762)
@@ -11,30 +921,35 @@
11
921
  - Lots more documentation updates in [#814](https://github.com/primer/css/issues/814)
12
922
 
13
923
  ### :house: Internal
924
+
14
925
  - Decommission `primer/deploy` [#809](https://github.com/primer/css/issues/809)
15
926
 
16
927
  ### Committers
928
+
17
929
  - [@emplums](https://github.com/emplums)
18
930
  - [@shawnbot](https://github.com/shawnbot)
19
931
  - [@simurai](https://github.com/simurai)
20
932
  - [@The-Compiler](https://github.com/The-Compiler)
21
933
 
22
-
23
934
  # 12.4.0
24
935
 
25
936
  ### :rocket: Enhancement
937
+
26
938
  - More responsive border utilities [#775](https://github.com/primer/css/pull/775)
27
939
  - Add `overflow: visible` utilities [#798](https://github.com/primer/css/pull/798)
28
940
  - Add `yellow` color utilities that will replace `pending` [#737](https://github.com/primer/css/pull/737)
29
941
 
30
942
  ### :bug: Bug Fix
943
+
31
944
  - Fix Ruby Sass compiler warnings by quoting keys in `$hue-maps` declaration [#794](https://github.com/primer/css/pull/794)
32
945
 
33
946
  ### :house: Internal
947
+
34
948
  - Remove `test-all-modules` scripts and old monorepo test scripts [#795](https://github.com/primer/css/pull/795)
35
949
  - Resolve all but one ([#796](https://github.com/primer/css/pull/796)) vulnerability in npm dev dependencies [#797](https://github.com/primer/css/pull/797)
36
950
 
37
951
  ### Committers
952
+
38
953
  - [@broccolini](https://github.com/broccolini)
39
954
  - [@shawnbot](https://github.com/shawnbot)
40
955
  - [@simurai](https://github.com/simurai)
@@ -42,33 +957,41 @@
42
957
  # 12.3.1
43
958
 
44
959
  ### 🐛 Bug Fix
960
+
45
961
  - Add `aria-selected="true"` support to tabbed navigation styles to play nicely with [`<tab-container>`](https://github.com/github/tab-container-element)
46
962
 
47
963
  ### 🏠 Internal
964
+
48
965
  - Resolve the vulnerability alert with `tar@<4.4.2` in [CVE-2018-20834](https://nvd.nist.gov/vuln/detail/CVE-2018-20834)
49
966
 
50
967
  ### Committers
968
+
51
969
  - [@shawnbot](https://github.com/shawnbot)
52
970
 
53
971
  # 12.3.0
54
972
 
55
973
  ### :rocket: Enhancement
974
+
56
975
  - More color utilities! [#760](https://github.com/primer/css/pull/760) ([@shawnbot](https://github.com/shawnbot))
57
976
  - Add pink to Primer! 💖🌸💕🌷💞🎀💗🌺💝 [#776](https://github.com/primer/css/pull/776), [#778](https://github.com/primer/css/pull/778) ([@emplums](https://github.com/emplums)))
58
977
 
59
978
  ### :house: Internal
979
+
60
980
  - Update storybook [#777](https://github.com/primer/css/pull/777) ([@emplums](https://github.com/emplums))
61
981
  - Add bundle size report [#772](https://github.com/primer/css/pull/772) ([@shawnbot](https://github.com/shawnbot))
62
982
 
63
983
  ### :memo: Documentation
984
+
64
985
  - Update Primer references to Primer CSS [#771](https://github.com/primer/css/pull/771) ([@emplums](https://github.com/emplums))
65
986
  - Add Edit on GitHub links to docs [#770](https://github.com/primer/css/pull/770) ([@emplums](https://github.com/emplums))
66
987
  - Anchor Link in Docs [#768](https://github.com/primer/css/pull/768) ([@emplums](https://github.com/emplums))
67
988
 
68
989
  ### :house: Internal
990
+
69
991
  - Update RELEASING [#757](https://github.com/primer/css/pull/757) ([@simurai](https://github.com/simurai))
70
992
 
71
993
  ### Committers
994
+
72
995
  - [@emplums](https://github.com/emplums)
73
996
  - [@shawnbot](https://github.com/shawnbot)
74
997
  - [@simurai](https://github.com/simurai)
@@ -76,59 +999,74 @@
76
999
  # 12.2.3
77
1000
 
78
1001
  ### :bug: Bug Fix
1002
+
79
1003
  - Remove references to a non-existent `Progress-value` class https://github.com/primer/css/pull/751
80
1004
 
81
1005
  ### :house: Internal
1006
+
82
1007
  - Upgrade stylelint config https://github.com/primer/css/pull/753
83
1008
 
84
1009
  #### Committers: 1
1010
+
85
1011
  - Shawn Allen ([shawnbot](https://github.com/shawnbot))
86
1012
 
87
1013
  # 12.2.2
88
1014
 
89
1015
  ### :bug: Bug Fix
90
- - Fix hide utilities when toggling between breakpoints [#746](https://github.com/primer/css/pull/746)
1016
+
1017
+ - Fix hide utilities when toggling between breakpoints [#746](https://github.com/primer/css/pull/746)
91
1018
 
92
1019
  ### :house: Internal
93
- - Prevent Storybook publish failures from breaking builds on `master` [#728](https://github.com/primer/css/pull/728)
1020
+
1021
+ - Prevent Storybook publish failures from breaking builds on `main` [#728](https://github.com/primer/css/pull/728)
94
1022
  - Upgrade to [cssstats v3.3.0](https://github.com/cssstats/cssstats/releases/tag/v3.3.0), which fixes our selector stats JSON files
95
1023
 
96
1024
  #### Committers: 2
1025
+
97
1026
  - Shawn Allen ([shawnbot](https://github.com/shawnbot))
98
1027
  - Simurai ([simurai](https://github.com/simurai))
99
1028
 
100
1029
  # 12.2.1
101
1030
 
102
1031
  ### :bug: Bug Fix
1032
+
103
1033
  - Fix source order of directional border utilities [#727](https://github.com/primer/css/pull/727)
104
1034
  - Fix UnderlineNav selected border width [#733](https://github.com/primer/css/pull/733)
105
1035
 
106
1036
  ### :memo: Documentation
1037
+
107
1038
  - Fix changelog committers listings for versions 12.0.1 and 12.0.2 [#729](https://github.com/primer/css/pull/729)
108
1039
  - Fix code examples from being cut off [#725](https://github.com/primer/css/pull/725)
109
1040
 
110
1041
  #### Committers: 2
1042
+
111
1043
  - Shawn Allen ([shawnbot](https://github.com/shawnbot))
112
1044
  - Simurai ([simurai](https://github.com/simurai))
113
1045
 
114
1046
  # 12.2.0
115
1047
 
116
1048
  ### :rocket: Enhancement
1049
+
117
1050
  - Add more `.border-white-fade` utilities [#713](https://github.com/primer/css/pull/713)
118
1051
 
119
1052
  ### :nail_care: Polish
1053
+
120
1054
  - Fix `<details>` spacing [#675](https://github.com/primer/css/pull/675)
121
1055
 
122
1056
  ### :bug: Bug Fixes
1057
+
123
1058
  - Accessibility fixes for marketing buttons [#716](https://github.com/primer/css/pull/716)
124
1059
 
125
1060
  ### :memo: Documentation
1061
+
126
1062
  - Fix scrolling of code examples [#717](https://github.com/primer/css/pull/717)
127
1063
 
128
1064
  ### :house: Internal
1065
+
129
1066
  - Fix `npm link` ([#715](https://github.com/primer/css/issue/715)) by removing `prepare` npm script [#718](https://github.com/primer/css/pull/718)
130
1067
 
131
1068
  #### Committers: 4
1069
+
132
1070
  - Diana Mounter ([broccolini](https://github.com/broccolini))
133
1071
  - Max Stoiber ([mxstbr](https://github.com/mxstbr))
134
1072
  - Shawn Allen ([shawnbot](https://github.com/shawnbot))
@@ -137,15 +1075,19 @@
137
1075
  # 12.1.1
138
1076
 
139
1077
  ### :bug: Bug Fix
1078
+
140
1079
  - Remove UI from font file path [#709](https://github.com/primer/css/pull/709)
141
1080
 
142
1081
  ### :memo: Documentation
1082
+
143
1083
  - Removes sync functionality from docs [#710](https://github.com/primer/css/pull/710)
144
1084
 
145
1085
  ### :house: Internal
1086
+
146
1087
  - Fixes Storybook [#707](https://github.com/primer/css/pull/707) and [#711](https://github.com/primer/css/pull/711)
147
1088
 
148
1089
  #### Committers: 3
1090
+
149
1091
  - Catherine Bui ([gladwearefriends](https://github.com/gladwearefriends))
150
1092
  - Shawn Allen ([shawnbot](https://github.com/shawnbot))
151
1093
  - Emily Plummer ([emplums](https://github.com/emplums))
@@ -153,18 +1095,22 @@
153
1095
  # 12.1.0
154
1096
 
155
1097
  ### :rocket: Enhancement
1098
+
156
1099
  - Per-axis overflow utilities [#701](https://github.com/primer/css/pull/701)
157
1100
  - Add `0` to responsive marketing positioning utilities (`top-lg-0`, et al) [#697](https://github.com/primer/css/pull/697)
158
1101
  - Add negative offset utilities to marketing/utilities/layout [#639](https://github.com/primer/css/pull/639)
159
1102
 
160
1103
  ### :memo: Documentation
1104
+
161
1105
  - Fix changelog committers list for 12.0.2 (accidentally listed under 12.0.1)
162
1106
 
163
1107
  ### :house: Internal
1108
+
164
1109
  - Remove a bunch of unused dev dependencies [#703](https://github.com/primer/css/pull/703)
165
1110
  - Update `script/selector-diff-report` to compare against `@primer/css` (not `primer`!)
166
1111
 
167
1112
  #### Committers: 3
1113
+
168
1114
  - Catherine Bui ([gladwearefriends](https://github.com/gladwearefriends))
169
1115
  - Shawn Allen ([shawnbot](https://github.com/shawnbot))
170
1116
  - Tyson Rosage ([trosage](https://github.com/trosage))
@@ -172,19 +1118,23 @@
172
1118
  # 12.0.2
173
1119
 
174
1120
  ### :bug: Bug fix
1121
+
175
1122
  - Restore missing marketing padding utilities [#695](https://github.com/primer/css/pull/695)
176
1123
 
177
1124
  ### :memo: Documentation
1125
+
178
1126
  - Explain why `.tooltipped` should be used sparingly [#676](https://github.com/primer/css/pull/676)
179
1127
  - Fix trailing slash errors in Next.js [#681](https://github.com/primer/css/pull/681)
180
1128
  - Add static assets to Now deployments [#687](https://github.com/primer/css/pull/687)
181
1129
  - Shiny new social and README header by @ashygee [#689](https://github.com/primer/css/pull/689)
182
1130
 
183
1131
  ### :house: Internal
184
- - Remove `postversion` script from `package.json` and update the [PR template](https://github.com/primer/css/blob/master/RELEASING.md#in-this-repo)
1132
+
1133
+ - Remove `postversion` script from `package.json` and update the [PR template](https://github.com/primer/css/blob/main/RELEASING.md#in-this-repo)
185
1134
  - Rename InterUI font to "Inter", per [inter v3.3](https://github.com/rsms/inter/releases/tag/v3.3) [#696](https://github.com/primer/css/pull/696)
186
1135
 
187
1136
  #### Committers: 4
1137
+
188
1138
  - Ash Guillaume ([ashygee](https://github.com/ashygee))
189
1139
  - David Graham ([dgraham](https://github.com/dgraham))
190
1140
  - Mu-An Chiou ([muan](https://github.com/muan))
@@ -193,53 +1143,63 @@
193
1143
  # 12.0.1
194
1144
 
195
1145
  ### :bug: Bug Fix
1146
+
196
1147
  - Add missing `h000-mktg` class [#667](https://github.com/primer/css/pull/667)
197
1148
  - Fix UnderlineNav overflow issues [#684](https://github.com/primer/css/pull/684)
198
1149
  - Fix double borders on Box-header [#686](https://github.com/primer/css/pull/686)
199
1150
 
200
1151
  ### :house: Internal
1152
+
201
1153
  - Add `postversion` npm script that commits `package.json` and `package-lock.json` with consistent commit messages (`chore: v<version>`)
202
1154
 
203
1155
  #### Committers: 2
1156
+
204
1157
  - Catherine Bui ([gladwearefriends](https://github.com/gladwearefriends))
205
1158
  - Shawn Allen ([shawnbot](https://github.com/shawnbot))
206
1159
 
207
1160
  # 12.0.0
208
1161
 
209
- :rotating_light: **Starting with version 12.0.0, the `primer` package is now known as `@primer/css`**. See [MIGRATING.md](https://github.com/primer/css/tree/master/MIGRATING.md) for more info.
1162
+ :rotating_light: **Starting with version 12.0.0, the `primer` package is now known as `@primer/css`**. See [MIGRATING.md](https://github.com/primer/css/tree/main/MIGRATING.md) for more info.
210
1163
 
211
1164
  #### :boom: Breaking Change
212
- * [#666](https://github.com/primer/css/pull/666) Reorganize into a single `@primer/css` package ([@shawnbot](https://github.com/shawnbot))
1165
+
1166
+ - [#666](https://github.com/primer/css/pull/666) Reorganize into a single `@primer/css` package ([@shawnbot](https://github.com/shawnbot))
213
1167
 
214
1168
  #### Committers: 2
1169
+
215
1170
  - Shawn Allen ([shawnbot](https://github.com/shawnbot))
216
1171
  - Catherine Bui ([gladwearefriends](https://github.com/gladwearefriends))
217
1172
 
218
1173
  # 11.0.0
219
1174
 
220
1175
  #### :boom: Breaking Change
221
- * [#438](https://github.com/primer/primer/pull/438) Remove `primer-page-sections` package. ([@sophshep](https://github.com/sophshep))
222
- * [#439](https://github.com/primer/primer/pull/439) Remove `primer-page-headers` package. ([@sophshep](https://github.com/sophshep))
223
- * [#440](https://github.com/primer/primer/pull/440) Remove `primer-tables` package. ([@sophshep](https://github.com/sophshep))
224
- * [#459](https://github.com/primer/primer/pull/459) Move responsive position utilities from marketing to core. ([@sophshep](https://github.com/sophshep))
225
- * [#656](https://github.com/primer/primer/pull/656) Remove colorizeTooltip mixin. ([@shawnbot](https://github.com/shawnbot))
226
- * [#657](https://github.com/primer/primer/pull/657) Remove `BtnGroup-form` class. ([@shawnbot](https://github.com/shawnbot))
227
- * [#658](https://github.com/primer/primer/pull/658) Remove `.avatar-stack` in favor of `.AvatarStack`. ([@shawnbot](https://github.com/shawnbot))
1176
+
1177
+ - [#438](https://github.com/primer/primer/pull/438) Remove `primer-page-sections` package. ([@sophshep](https://github.com/sophshep))
1178
+ - [#439](https://github.com/primer/primer/pull/439) Remove `primer-page-headers` package. ([@sophshep](https://github.com/sophshep))
1179
+ - [#440](https://github.com/primer/primer/pull/440) Remove `primer-tables` package. ([@sophshep](https://github.com/sophshep))
1180
+ - [#459](https://github.com/primer/primer/pull/459) Move responsive position utilities from marketing to core. ([@sophshep](https://github.com/sophshep))
1181
+ - [#656](https://github.com/primer/primer/pull/656) Remove colorizeTooltip mixin. ([@shawnbot](https://github.com/shawnbot))
1182
+ - [#657](https://github.com/primer/primer/pull/657) Remove `BtnGroup-form` class. ([@shawnbot](https://github.com/shawnbot))
1183
+ - [#658](https://github.com/primer/primer/pull/658) Remove `.avatar-stack` in favor of `.AvatarStack`. ([@shawnbot](https://github.com/shawnbot))
228
1184
 
229
1185
  #### :rocket: Enhancement
230
- * [#583](https://github.com/primer/primer/pull/583) Updates to Marketing Typography. ([@sophshep](https://github.com/sophshep))
231
- * [#660](https://github.com/primer/primer/pull/660) Add `$marketing-font-path`. ([@shawnbot](https://github.com/shawnbot))
232
- * [#661](https://github.com/primer/primer/pull/661) Spacer variable refactor. ([@shawnbot](https://github.com/shawnbot))
233
- * [#663](https://github.com/primer/primer/pull/663) Add deprecation warning for column grid classes and add `container-sm` utility class. ([@jonrohan](https://github.com/jonrohan))
1186
+
1187
+ - [#583](https://github.com/primer/primer/pull/583) Updates to Marketing Typography. ([@sophshep](https://github.com/sophshep))
1188
+ - [#660](https://github.com/primer/primer/pull/660) Add `$marketing-font-path`. ([@shawnbot](https://github.com/shawnbot))
1189
+ - [#661](https://github.com/primer/primer/pull/661) Spacer variable refactor. ([@shawnbot](https://github.com/shawnbot))
1190
+ - [#663](https://github.com/primer/primer/pull/663) Add deprecation warning for column grid classes and add `container-sm` utility class. ([@jonrohan](https://github.com/jonrohan))
234
1191
 
235
1192
  #### :bug: Bug Fix
236
- * [#654](https://github.com/primer/primer/pull/654) Fix typo ("Chroma") in `primer-base` comment. ([@Jiang-Xuan](https://github.com/Jiang-Xuan))
237
- * [#655](https://github.com/primer/primer/pull/655) Fix typo ("conditonally") in `docs/src/SideNav.js` comment. ([@0xflotus](https://github.com/0xflotus))
1193
+
1194
+ - [#654](https://github.com/primer/primer/pull/654) Fix typo ("Chroma") in `primer-base` comment. ([@Jiang-Xuan](https://github.com/Jiang-Xuan))
1195
+ - [#655](https://github.com/primer/primer/pull/655) Fix typo ("conditonally") in `docs/src/SideNav.js` comment. ([@0xflotus](https://github.com/0xflotus))
238
1196
 
239
1197
  ### :house: Internal
240
- * [#659](https://github.com/primer/primer/pull/659) Generate CSS selector diff report on Travis. ([@shawnbot](https://github.com/shawnbot))
1198
+
1199
+ - [#659](https://github.com/primer/primer/pull/659) Generate CSS selector diff report on Travis. ([@shawnbot](https://github.com/shawnbot))
241
1200
 
242
1201
  #### Committers: 4
1202
+
243
1203
  - 0xflotus ([0xflotus](https://github.com/0xflotus))
244
1204
  - Jiang-Xuan ([Jiang-Xuan](https://github.com/Jiang-Xuan))
245
1205
  - Jon Rohan ([jonrohan](https://github.com/jonrohan))
@@ -249,106 +1209,131 @@
249
1209
  # 10.10.5
250
1210
 
251
1211
  #### :bug: Bug Fix
252
- * [#650](https://github.com/primer/primer/pull/650) Fix border radius edge utility specificity. ([@shawnbot](https://github.com/shawnbot))
1212
+
1213
+ - [#650](https://github.com/primer/primer/pull/650) Fix border radius edge utility specificity. ([@shawnbot](https://github.com/shawnbot))
253
1214
 
254
1215
  #### :memo: Documentation
255
- * [#649](https://github.com/primer/primer/pull/649) Sandboxed code examples. ([@shawnbot](https://github.com/shawnbot))
1216
+
1217
+ - [#649](https://github.com/primer/primer/pull/649) Sandboxed code examples. ([@shawnbot](https://github.com/shawnbot))
256
1218
 
257
1219
  #### :house: Internal
1220
+
258
1221
  - Only check links on Travis if `[check-links]` is included in the commit message
259
- - a5658d3 Run `now alias` without the branch name on merge to `master`
1222
+ - a5658d3 Run `now alias` without the branch name on merge to `main`
260
1223
 
261
1224
  #### Committers: 1
262
- - Shawn Allen ([shawnbot](https://github.com/shawnbot))
263
1225
 
1226
+ - Shawn Allen ([shawnbot](https://github.com/shawnbot))
264
1227
 
265
1228
  # 10.10.4
266
1229
 
267
1230
  #### :memo: Documentation
268
- * [#642](https://github.com/primer/primer/pull/642) docs: add Ash's new header illustration. ([@shawnbot](https://github.com/shawnbot))
1231
+
1232
+ - [#642](https://github.com/primer/primer/pull/642) docs: add Ash's new header illustration. ([@shawnbot](https://github.com/shawnbot))
269
1233
 
270
1234
  #### :house: Internal
271
- * [#641](https://github.com/primer/primer/pull/641) test(docs): improve style guide URL path test. ([@shawnbot](https://github.com/shawnbot))
272
- * [#635](https://github.com/primer/primer/pull/635) docs: Releases link, Status key page move. ([@shawnbot](https://github.com/shawnbot))
1235
+
1236
+ - [#641](https://github.com/primer/primer/pull/641) test(docs): improve style guide URL path test. ([@shawnbot](https://github.com/shawnbot))
1237
+ - [#635](https://github.com/primer/primer/pull/635) docs: Releases link, Status key page move. ([@shawnbot](https://github.com/shawnbot))
273
1238
 
274
1239
  #### Committers: 1
1240
+
275
1241
  - Shawn Allen ([shawnbot](https://github.com/shawnbot))
276
1242
 
277
1243
  # 10.10.3
278
1244
 
279
1245
  #### :memo: Documentation
280
- * [#632](https://github.com/primer/primer/pull/632) Happy new year! ([@shawnbot](https://github.com/shawnbot))
281
- * [#626](https://github.com/primer/primer/pull/626) Branch deployment, docs for the docs. ([@shawnbot](https://github.com/shawnbot))
282
- * [#616](https://github.com/primer/primer/pull/616) Start up the docs directory. ([@shawnbot](https://github.com/shawnbot))
1246
+
1247
+ - [#632](https://github.com/primer/primer/pull/632) Happy new year! ([@shawnbot](https://github.com/shawnbot))
1248
+ - [#626](https://github.com/primer/primer/pull/626) Branch deployment, docs for the docs. ([@shawnbot](https://github.com/shawnbot))
1249
+ - [#616](https://github.com/primer/primer/pull/616) Start up the docs directory. ([@shawnbot](https://github.com/shawnbot))
283
1250
 
284
1251
  #### :house: Internal
285
- * [#631](https://github.com/primer/primer/pull/631) Docs release fixes. ([@shawnbot](https://github.com/shawnbot))
1252
+
1253
+ - [#631](https://github.com/primer/primer/pull/631) Docs release fixes. ([@shawnbot](https://github.com/shawnbot))
286
1254
 
287
1255
  #### Committers: 2
1256
+
288
1257
  - Emily Brick ([emilybrick](https://github.com/emilybrick))
289
1258
  - Shawn Allen ([shawnbot](https://github.com/shawnbot))
290
1259
 
291
1260
  # 10.10.2
292
1261
 
293
1262
  #### :memo: Documentation
294
- * [#614](https://github.com/primer/primer/pull/614) fix broken border-radius helper example. ([@joelhawksley](https://github.com/joelhawksley))
1263
+
1264
+ - [#614](https://github.com/primer/primer/pull/614) fix broken border-radius helper example. ([@joelhawksley](https://github.com/joelhawksley))
295
1265
 
296
1266
  #### :house: Internal
297
- * [#615](https://github.com/primer/primer/pull/615) pin npm-run-all@4.1.5. ([@shawnbot](https://github.com/shawnbot))
1267
+
1268
+ - [#615](https://github.com/primer/primer/pull/615) pin npm-run-all@4.1.5. ([@shawnbot](https://github.com/shawnbot))
298
1269
 
299
1270
  #### Committers: 2
1271
+
300
1272
  - Joel Hawksley ([joelhawksley](https://github.com/joelhawksley))
301
1273
  - Shawn Allen ([shawnbot](https://github.com/shawnbot))
302
1274
 
303
1275
  # 10.10.1
304
1276
 
305
1277
  #### :memo: Documentation
306
- * [#606](https://github.com/primer/primer/pull/606) Fix for Progress Broken Package Link. ([@emilybrick](https://github.com/emilybrick))
1278
+
1279
+ - [#606](https://github.com/primer/primer/pull/606) Fix for Progress Broken Package Link. ([@emilybrick](https://github.com/emilybrick))
307
1280
 
308
1281
  #### :house: Internal
309
- * [#608](https://github.com/primer/primer/pull/608) Update releasing docs. ([@shawnbot](https://github.com/shawnbot))
1282
+
1283
+ - [#608](https://github.com/primer/primer/pull/608) Update releasing docs. ([@shawnbot](https://github.com/shawnbot))
310
1284
 
311
1285
  #### Committers: 2
1286
+
312
1287
  - Emily Brick ([emilybrick](https://github.com/emilybrick))
313
1288
  - Shawn Allen ([shawnbot](https://github.com/shawnbot))
314
1289
 
315
1290
  # 10.10.0
316
1291
 
317
1292
  #### :rocket: Enhancement
318
- * [#573](https://github.com/primer/primer/pull/573) Add Progress component. ([@emilybrick](https://github.com/emilybrick))
319
- * [#561](https://github.com/primer/primer/pull/561) Add HTML `hidden` attribute docs, increase `[hidden]` selector specificity. ([@shawnbot](https://github.com/shawnbot) h/t @jonrohan)
1293
+
1294
+ - [#573](https://github.com/primer/primer/pull/573) Add Progress component. ([@emilybrick](https://github.com/emilybrick))
1295
+ - [#561](https://github.com/primer/primer/pull/561) Add HTML `hidden` attribute docs, increase `[hidden]` selector specificity. ([@shawnbot](https://github.com/shawnbot) h/t @jonrohan)
320
1296
 
321
1297
  #### :bug: Bug Fix
322
- * [#604](https://github.com/primer/primer/pull/604) Fix Button group focus ring z-index issues. ([@shawnbot](https://github.com/shawnbot))
323
- * [#570](https://github.com/primer/primer/pull/570) Make `.blankslate-narrow` responsive. ([@crhallberg](https://github.com/crhallberg))
324
- * [#591](https://github.com/primer/primer/pull/591) Add fs-extra to `primer-module-build.dependencies`. ([@shawnbot](https://github.com/shawnbot))
1298
+
1299
+ - [#604](https://github.com/primer/primer/pull/604) Fix Button group focus ring z-index issues. ([@shawnbot](https://github.com/shawnbot))
1300
+ - [#570](https://github.com/primer/primer/pull/570) Make `.blankslate-narrow` responsive. ([@crhallberg](https://github.com/crhallberg))
1301
+ - [#591](https://github.com/primer/primer/pull/591) Add fs-extra to `primer-module-build.dependencies`. ([@shawnbot](https://github.com/shawnbot))
325
1302
 
326
1303
  #### :memo: Documentation
327
- * [#585](https://github.com/primer/primer/pull/585) Improve contributing docs and add DEVELOP.md. ([@shawnbot](https://github.com/shawnbot))
1304
+
1305
+ - [#585](https://github.com/primer/primer/pull/585) Improve contributing docs and add DEVELOP.md. ([@shawnbot](https://github.com/shawnbot))
328
1306
 
329
1307
  #### :house: Internal
330
- * [#597](https://github.com/primer/primer/pull/597) Fix primerize, add "fresh" run-script, etc. ([@shawnbot](https://github.com/shawnbot))
1308
+
1309
+ - [#597](https://github.com/primer/primer/pull/597) Fix primerize, add "fresh" run-script, etc. ([@shawnbot](https://github.com/shawnbot))
331
1310
 
332
1311
  #### Committers: 3
1312
+
333
1313
  - Chris Hallberg ([crhallberg](https://github.com/crhallberg))
334
1314
  - Emily Brick ([emilybrick](https://github.com/emilybrick))
335
1315
  - Shawn Allen ([shawnbot](https://github.com/shawnbot))
336
1316
 
337
1317
  # 10.9.0
1318
+
338
1319
  #### :rocket: Enhancement
339
- * [#586](https://github.com/primer/primer/pull/586) Hiding .Counter component when it's empty.. ([@jonrohan](https://github.com/jonrohan))
340
- * [#545](https://github.com/primer/primer/pull/545) Simplify responsive utilities with $responsive-variants. ([@shawnbot](https://github.com/shawnbot))
341
- * [#557](https://github.com/primer/primer/pull/557) Add !important to [hidden]. ([@muan](https://github.com/muan))
1320
+
1321
+ - [#586](https://github.com/primer/primer/pull/586) Hiding .Counter component when it's empty.. ([@jonrohan](https://github.com/jonrohan))
1322
+ - [#545](https://github.com/primer/primer/pull/545) Simplify responsive utilities with \$responsive-variants. ([@shawnbot](https://github.com/shawnbot))
1323
+ - [#557](https://github.com/primer/primer/pull/557) Add !important to [hidden]. ([@muan](https://github.com/muan))
342
1324
 
343
1325
  #### :memo: Documentation
344
- * [#580](https://github.com/primer/primer/pull/580) Remove invalid button classes. ([@shawnbot](https://github.com/shawnbot))
1326
+
1327
+ - [#580](https://github.com/primer/primer/pull/580) Remove invalid button classes. ([@shawnbot](https://github.com/shawnbot))
345
1328
 
346
1329
  #### :house: Internal
347
- * [#581](https://github.com/primer/primer/pull/581) Use code-blocks. ([@shawnbot](https://github.com/shawnbot))
348
- * [#530](https://github.com/primer/primer/pull/530) Adding user details to storybook publish script. ([@jonrohan](https://github.com/jonrohan))
349
- * [#579](https://github.com/primer/primer/pull/579) Upgrade to lerna@2.11, rebuild package-lock. ([@shawnbot](https://github.com/shawnbot))
1330
+
1331
+ - [#581](https://github.com/primer/primer/pull/581) Use code-blocks. ([@shawnbot](https://github.com/shawnbot))
1332
+ - [#530](https://github.com/primer/primer/pull/530) Adding user details to storybook publish script. ([@jonrohan](https://github.com/jonrohan))
1333
+ - [#579](https://github.com/primer/primer/pull/579) Upgrade to lerna@2.11, rebuild package-lock. ([@shawnbot](https://github.com/shawnbot))
350
1334
 
351
1335
  #### Committers: 5
1336
+
352
1337
  - Jon Rohan ([jonrohan](https://github.com/jonrohan))
353
1338
  - Mickaël Derriey ([mderriey](https://github.com/mderriey))
354
1339
  - Mu-An Chiou ([muan](https://github.com/muan))
@@ -356,27 +1341,35 @@
356
1341
  - Sophie Shepherd ([sophshep](https://github.com/sophshep))
357
1342
 
358
1343
  # 10.8.1
1344
+
359
1345
  #### :bug: Bug Fix
360
- * [#554](https://github.com/primer/primer/pull/554) Fixes peer dependency issues ([@emplums](https://github.com/emplums))
1346
+
1347
+ - [#554](https://github.com/primer/primer/pull/554) Fixes peer dependency issues ([@emplums](https://github.com/emplums))
361
1348
 
362
1349
  #### :memo: Documentation
363
- * [#554](https://github.com/primer/primer/pull/554) Updates releasing documentation ([@emplums](https://github.com/emplums))
1350
+
1351
+ - [#554](https://github.com/primer/primer/pull/554) Updates releasing documentation ([@emplums](https://github.com/emplums))
364
1352
 
365
1353
  #### :rocket: Enhancement
366
- * [#555](https://github.com/primer/primer/pull/555) Add version check to CI ([@shawnbot](https://github.com/shawnbot))
1354
+
1355
+ - [#555](https://github.com/primer/primer/pull/555) Add version check to CI ([@shawnbot](https://github.com/shawnbot))
367
1356
 
368
1357
  # 10.8.0
1358
+
369
1359
  #### :rocket: Enhancement
370
- * [#525](https://github.com/primer/primer/pull/525) Add $spacer-0 alias. ([@AustinPaquette](https://github.com/AustinPaquette))
371
- * [#522](https://github.com/primer/primer/pull/522) Add .BtnGroup-parent, deprecate .BtnGroup-form. ([@muan](https://github.com/muan))
372
- * [#544](https://github.com/primer/primer/pull/544) Add lh-0 utility class. ([@shawnbot](https://github.com/shawnbot))
373
- * [#548](https://github.com/primer/primer/pull/548) Add text underline utility. ([@AustinPaquette](https://github.com/AustinPaquette))
374
- * [#549](https://github.com/primer/primer/pull/549) Add .user-select-none utility class. ([@AustinPaquette](https://github.com/AustinPaquette))
1360
+
1361
+ - [#525](https://github.com/primer/primer/pull/525) Add \$spacer-0 alias. ([@AustinPaquette](https://github.com/AustinPaquette))
1362
+ - [#522](https://github.com/primer/primer/pull/522) Add .BtnGroup-parent, deprecate .BtnGroup-form. ([@muan](https://github.com/muan))
1363
+ - [#544](https://github.com/primer/primer/pull/544) Add lh-0 utility class. ([@shawnbot](https://github.com/shawnbot))
1364
+ - [#548](https://github.com/primer/primer/pull/548) Add text underline utility. ([@AustinPaquette](https://github.com/AustinPaquette))
1365
+ - [#549](https://github.com/primer/primer/pull/549) Add .user-select-none utility class. ([@AustinPaquette](https://github.com/AustinPaquette))
375
1366
 
376
1367
  #### :memo: Documentation
377
- * [#528](https://github.com/primer/primer/pull/528) Update release docs. ([@emplums](https://github.com/emplums))
1368
+
1369
+ - [#528](https://github.com/primer/primer/pull/528) Update release docs. ([@emplums](https://github.com/emplums))
378
1370
 
379
1371
  #### Committers: 3
1372
+
380
1373
  - Austin Paquette ([AustinPaquette](https://github.com/AustinPaquette))
381
1374
  - Shawn Allen ([shawnbot](https://github.com/shawnbot))
382
1375
  - Mu-An Chiou ([@muan](https://github.com/muan))
@@ -385,20 +1378,24 @@
385
1378
  # 10.7.0
386
1379
 
387
1380
  #### :nail_care: Polish
388
- * [#511](https://github.com/primer/primer/pull/511) change double quotes to single quotes in Avatar stack stories. ([@AustinPaquette](https://github.com/AustinPaquette))
1381
+
1382
+ - [#511](https://github.com/primer/primer/pull/511) change double quotes to single quotes in Avatar stack stories. ([@AustinPaquette](https://github.com/AustinPaquette))
389
1383
 
390
1384
  #### :memo: Documentation
391
- * [#520](https://github.com/primer/primer/pull/520) Update issue templates. ([@broccolini](https://github.com/broccolini))
392
- * [#516](https://github.com/primer/primer/pull/516) Fix modules/primer-product/README.md. ([@9585999](https://github.com/9585999))
393
- * [#513](https://github.com/primer/primer/pull/513) Deleting the dev branch workflow instructions. ([@jonrohan](https://github.com/jonrohan))
394
- * [#507](https://github.com/primer/primer/pull/507) Moving the color docs to the style guide. ([@jonrohan](https://github.com/jonrohan))
1385
+
1386
+ - [#520](https://github.com/primer/primer/pull/520) Update issue templates. ([@broccolini](https://github.com/broccolini))
1387
+ - [#516](https://github.com/primer/primer/pull/516) Fix modules/primer-product/README.md. ([@9585999](https://github.com/9585999))
1388
+ - [#513](https://github.com/primer/primer/pull/513) Deleting the dev branch workflow instructions. ([@jonrohan](https://github.com/jonrohan))
1389
+ - [#507](https://github.com/primer/primer/pull/507) Moving the color docs to the style guide. ([@jonrohan](https://github.com/jonrohan))
395
1390
 
396
1391
  #### :house: Internal
397
- * [#517](https://github.com/primer/primer/pull/517) Modifying notify script to publish from each package. ([@jonrohan](https://github.com/jonrohan))
398
- * [#515](https://github.com/primer/primer/pull/515) Auto publish storybook. ([@jonrohan](https://github.com/jonrohan))
399
- * [#510](https://github.com/primer/primer/pull/510) [WIP] Patch release 10.6.2. ([@shawnbot](https://github.com/shawnbot))
1392
+
1393
+ - [#517](https://github.com/primer/primer/pull/517) Modifying notify script to publish from each package. ([@jonrohan](https://github.com/jonrohan))
1394
+ - [#515](https://github.com/primer/primer/pull/515) Auto publish storybook. ([@jonrohan](https://github.com/jonrohan))
1395
+ - [#510](https://github.com/primer/primer/pull/510) [WIP] Patch release 10.6.2. ([@shawnbot](https://github.com/shawnbot))
400
1396
 
401
1397
  #### Committers: 5
1398
+
402
1399
  - Austin Paquette ([AustinPaquette](https://github.com/AustinPaquette))
403
1400
  - Diana Mounter ([broccolini](https://github.com/broccolini))
404
1401
  - DieGOs ([9585999](https://github.com/9585999))
@@ -408,52 +1405,60 @@
408
1405
  # 10.6.1
409
1406
 
410
1407
  #### :bug: Bug Fix
411
- * [#506](https://github.com/primer/primer/pull/506) Fix white border on last avatar in AvatarStack (take two). ([@shawnbot](https://github.com/shawnbot))
412
- * [#501](https://github.com/primer/primer/pull/501) Set different z-index for .details-overlay. ([@muan](https://github.com/muan))
1408
+
1409
+ - [#506](https://github.com/primer/primer/pull/506) Fix white border on last avatar in AvatarStack (take two). ([@shawnbot](https://github.com/shawnbot))
1410
+ - [#501](https://github.com/primer/primer/pull/501) Set different z-index for .details-overlay. ([@muan](https://github.com/muan))
413
1411
 
414
1412
  #### Committers: 2
1413
+
415
1414
  - Shawn Allen ([shawnbot](https://github.com/shawnbot))
416
1415
  - [muan](https://github.com/muan)
417
1416
 
418
-
419
1417
  # 10.6.0
420
1418
 
421
1419
  #### :bug: Bug Fix
422
- * [#491](https://github.com/primer/primer/pull/491) Add `backface-visibility` to `.hover-grow`. ([@brandonrosage](https://github.com/brandonrosage))
1420
+
1421
+ - [#491](https://github.com/primer/primer/pull/491) Add `backface-visibility` to `.hover-grow`. ([@brandonrosage](https://github.com/brandonrosage))
423
1422
 
424
1423
  #### :memo: Documentation
425
- * [#490](https://github.com/primer/primer/pull/490) Add release documentation. ([@emplums](https://github.com/emplums))
1424
+
1425
+ - [#490](https://github.com/primer/primer/pull/490) Add release documentation. ([@emplums](https://github.com/emplums))
426
1426
 
427
1427
  #### :house: Internal
428
- * [#475](https://github.com/primer/primer/pull/475) Import primer-module-build to the monorepo. ([@shawnbot](https://github.com/shawnbot))
429
- * [#479](https://github.com/primer/primer/pull/479) Add "scoreboard" test suite. ([@shawnbot](https://github.com/shawnbot))
1428
+
1429
+ - [#475](https://github.com/primer/primer/pull/475) Import primer-module-build to the monorepo. ([@shawnbot](https://github.com/shawnbot))
1430
+ - [#479](https://github.com/primer/primer/pull/479) Add "scoreboard" test suite. ([@shawnbot](https://github.com/shawnbot))
430
1431
 
431
1432
  #### Committers: 4
1433
+
432
1434
  - Brandon Rosage ([brandonrosage](https://github.com/brandonrosage))
433
1435
  - Emily ([emplums](https://github.com/emplums))
434
1436
  - Shawn Allen ([shawnbot](https://github.com/shawnbot))
435
1437
  - [muan](https://github.com/muan)
436
1438
 
437
-
438
1439
  # 10.5.0
439
1440
 
440
1441
  #### :rocket: Enhancement
441
- * [#487](https://github.com/primer/primer/pull/487) Import Pagination Component. ([@emplums](https://github.com/emplums))
442
- * [#474](https://github.com/primer/primer/pull/474) Add text-mono utility class. ([@emplums](https://github.com/emplums))
443
- * [#456](https://github.com/primer/primer/pull/456) Adding height-fit utility class. ([@jonrohan](https://github.com/jonrohan))
1442
+
1443
+ - [#487](https://github.com/primer/primer/pull/487) Import Pagination Component. ([@emplums](https://github.com/emplums))
1444
+ - [#474](https://github.com/primer/primer/pull/474) Add text-mono utility class. ([@emplums](https://github.com/emplums))
1445
+ - [#456](https://github.com/primer/primer/pull/456) Adding height-fit utility class. ([@jonrohan](https://github.com/jonrohan))
444
1446
 
445
1447
  #### :bug: Bug Fix
446
- * [#465](https://github.com/primer/primer/pull/465) Fix Popover--right-bottom caret positioning. ([@shawnbot](https://github.com/shawnbot))
447
- * [#458](https://github.com/primer/primer/pull/458) Fix broken pointer from packages to modules. ([@tysongach](https://github.com/tysongach))
1448
+
1449
+ - [#465](https://github.com/primer/primer/pull/465) Fix Popover--right-bottom caret positioning. ([@shawnbot](https://github.com/shawnbot))
1450
+ - [#458](https://github.com/primer/primer/pull/458) Fix broken pointer from packages to modules. ([@tysongach](https://github.com/tysongach))
448
1451
 
449
1452
  #### :memo: Documentation
450
- * [#486](https://github.com/primer/primer/pull/486) Documenting the text-inheritance color utility. ([@jonrohan](https://github.com/jonrohan))
451
- * [#481](https://github.com/primer/primer/pull/481) Styleguide Polish. ([@emplums](https://github.com/emplums))
452
- * [#464](https://github.com/primer/primer/pull/464) Fix markdown stories. ([@shawnbot](https://github.com/shawnbot))
453
- * [#455](https://github.com/primer/primer/pull/455) Add colorizeTooltip deprecation warning. ([@jonrohan](https://github.com/jonrohan))
454
- * [#452](https://github.com/primer/primer/pull/452) Update dead links in CONTRIBUTING.md. ([@agisilaos](https://github.com/agisilaos))
1453
+
1454
+ - [#486](https://github.com/primer/primer/pull/486) Documenting the text-inheritance color utility. ([@jonrohan](https://github.com/jonrohan))
1455
+ - [#481](https://github.com/primer/primer/pull/481) Styleguide Polish. ([@emplums](https://github.com/emplums))
1456
+ - [#464](https://github.com/primer/primer/pull/464) Fix markdown stories. ([@shawnbot](https://github.com/shawnbot))
1457
+ - [#455](https://github.com/primer/primer/pull/455) Add colorizeTooltip deprecation warning. ([@jonrohan](https://github.com/jonrohan))
1458
+ - [#452](https://github.com/primer/primer/pull/452) Update dead links in CONTRIBUTING.md. ([@agisilaos](https://github.com/agisilaos))
455
1459
 
456
1460
  #### Committers: 7
1461
+
457
1462
  - Agisilaos Tsaraboulidis ([agisilaos](https://github.com/agisilaos))
458
1463
  - Catherine Bui ([gladwearefriends](https://github.com/gladwearefriends))
459
1464
  - Emily ([emplums](https://github.com/emplums))
@@ -465,13 +1470,16 @@
465
1470
  # 10.4.0 (2018-03-14)
466
1471
 
467
1472
  #### :rocket: Enhancement
468
- * [#456](https://github.com/primer/primer/pull/456) Adding height-fit utility class. ([@jonrohan](https://github.com/jonrohan))
1473
+
1474
+ - [#456](https://github.com/primer/primer/pull/456) Adding height-fit utility class. ([@jonrohan](https://github.com/jonrohan))
469
1475
 
470
1476
  #### :memo: Documentation
471
- * [#455](https://github.com/primer/primer/pull/455) Add colorizeTooltip deprecation warning. ([@jonrohan](https://github.com/jonrohan))
472
- * [#452](https://github.com/primer/primer/pull/452) Update dead links in CONTRIBUTING.md. ([@agisilaos](https://github.com/agisilaos))
1477
+
1478
+ - [#455](https://github.com/primer/primer/pull/455) Add colorizeTooltip deprecation warning. ([@jonrohan](https://github.com/jonrohan))
1479
+ - [#452](https://github.com/primer/primer/pull/452) Update dead links in CONTRIBUTING.md. ([@agisilaos](https://github.com/agisilaos))
473
1480
 
474
1481
  #### Committers: 3
1482
+
475
1483
  - Agisilaos Tsaraboulidis ([agisilaos](https://github.com/agisilaos))
476
1484
  - Jon Rohan ([jonrohan](https://github.com/jonrohan))
477
1485
  - [muan](https://github.com/muan)
@@ -479,23 +1487,29 @@
479
1487
  # 10.3.0 (2018-01-17)
480
1488
 
481
1489
  #### :rocket: Enhancement
482
- * [#426](https://github.com/primer/primer/pull/426) Add em spacer variables. ([@broccolini](https://github.com/broccolini))
483
- * [#430](https://github.com/primer/primer/pull/430) Increase input font-size to 16px on mobile. ([@broccolini](https://github.com/broccolini))
1490
+
1491
+ - [#426](https://github.com/primer/primer/pull/426) Add em spacer variables. ([@broccolini](https://github.com/broccolini))
1492
+ - [#430](https://github.com/primer/primer/pull/430) Increase input font-size to 16px on mobile. ([@broccolini](https://github.com/broccolini))
484
1493
 
485
1494
  #### :bug: Bug Fix
486
- * [#416](https://github.com/primer/primer/pull/416) Point style field to build file in subhead component. ([@muan](https://github.com/muan))
487
- * [#424](https://github.com/primer/primer/pull/424) Add missing $spacer-12 in $marketingSpacers variable. ([@gladwearefriends](https://github.com/gladwearefriends))
1495
+
1496
+ - [#416](https://github.com/primer/primer/pull/416) Point style field to build file in subhead component. ([@muan](https://github.com/muan))
1497
+ - [#424](https://github.com/primer/primer/pull/424) Add missing $spacer-12 in $marketingSpacers variable. ([@gladwearefriends](https://github.com/gladwearefriends))
488
1498
 
489
1499
  #### :nail_care: Polish
490
- * [#418](https://github.com/primer/primer/pull/418) Button color contrast improvements. ([@broccolini](https://github.com/broccolini))
1500
+
1501
+ - [#418](https://github.com/primer/primer/pull/418) Button color contrast improvements. ([@broccolini](https://github.com/broccolini))
491
1502
 
492
1503
  #### :memo: Documentation
493
- * [#427](https://github.com/primer/primer/pull/427) Adding stories from markdown for the other modules that didn't have any stories. ([@jonrohan](https://github.com/jonrohan))
1504
+
1505
+ - [#427](https://github.com/primer/primer/pull/427) Adding stories from markdown for the other modules that didn't have any stories. ([@jonrohan](https://github.com/jonrohan))
494
1506
 
495
1507
  #### :house: Internal
496
- * [#420](https://github.com/primer/primer/pull/420) Update licenses to 2018 🎊. ([@jonrohan](https://github.com/jonrohan))
1508
+
1509
+ - [#420](https://github.com/primer/primer/pull/420) Update licenses to 2018 🎊. ([@jonrohan](https://github.com/jonrohan))
497
1510
 
498
1511
  #### Committers: 4
1512
+
499
1513
  - Catherine Bui ([gladwearefriends](https://github.com/gladwearefriends))
500
1514
  - Diana Mounter ([broccolini](https://github.com/broccolini))
501
1515
  - Jon Rohan ([jonrohan](https://github.com/jonrohan))
@@ -504,15 +1518,18 @@
504
1518
  # 10.2.0 (2017-12-11)
505
1519
 
506
1520
  #### :rocket: Enhancement
507
- * [#376](https://github.com/primer/primer/pull/376) Extend spacing scale for marketing. ([@gladwearefriends](https://github.com/gladwearefriends))
508
- * [#409](https://github.com/primer/primer/pull/409) Add Sass key to package.json. ([@broccolini](https://github.com/broccolini))
509
- * [#358](https://github.com/primer/primer/pull/358) automatically style first and last breadcrumb. ([@gronke](https://github.com/gronke))
510
- * [#394](https://github.com/primer/primer/pull/394) Point style field to built css. ([@koddsson](https://github.com/koddsson))
1521
+
1522
+ - [#376](https://github.com/primer/primer/pull/376) Extend spacing scale for marketing. ([@gladwearefriends](https://github.com/gladwearefriends))
1523
+ - [#409](https://github.com/primer/primer/pull/409) Add Sass key to package.json. ([@broccolini](https://github.com/broccolini))
1524
+ - [#358](https://github.com/primer/primer/pull/358) automatically style first and last breadcrumb. ([@gronke](https://github.com/gronke))
1525
+ - [#394](https://github.com/primer/primer/pull/394) Point style field to built css. ([@koddsson](https://github.com/koddsson))
511
1526
 
512
1527
  #### :memo: Documentation
513
- * [#411](https://github.com/primer/primer/pull/411) Updates to stylelint package links/docs for new structure. ([@jonrohan](https://github.com/jonrohan))
1528
+
1529
+ - [#411](https://github.com/primer/primer/pull/411) Updates to stylelint package links/docs for new structure. ([@jonrohan](https://github.com/jonrohan))
514
1530
 
515
1531
  #### Committers: 4
1532
+
516
1533
  - Catherine Bui ([gladwearefriends](https://github.com/gladwearefriends))
517
1534
  - Diana Mounter ([broccolini](https://github.com/broccolini))
518
1535
  - Jon Rohan ([jonrohan](https://github.com/jonrohan))
@@ -522,14 +1539,17 @@
522
1539
  # 10.1.0 (2017-11-15)
523
1540
 
524
1541
  #### :rocket: Enhancement
525
- * [#385](https://github.com/primer/primer/pull/385) New Avatar stack. ([@califa](https://github.com/califa) & [@sophshep](https://github.com/sophshep))
526
- * [#404](https://github.com/primer/primer/pull/404) Tooltip component updates ([@broccolini](https://github.com/broccolini))
1542
+
1543
+ - [#385](https://github.com/primer/primer/pull/385) New Avatar stack. ([@califa](https://github.com/califa) & [@sophshep](https://github.com/sophshep))
1544
+ - [#404](https://github.com/primer/primer/pull/404) Tooltip component updates ([@broccolini](https://github.com/broccolini))
527
1545
 
528
1546
  #### :memo: Documentation
529
- * [#405](https://github.com/primer/primer/pull/405) Add deprecation warning for `.avatar-stack`. ([@jonrohan](https://github.com/jonrohan))
530
- * [#391](https://github.com/primer/primer/pull/391) Update shields.io url to https. ([@NuttasitBoonwat](https://github.com/NuttasitBoonwat))
1547
+
1548
+ - [#405](https://github.com/primer/primer/pull/405) Add deprecation warning for `.avatar-stack`. ([@jonrohan](https://github.com/jonrohan))
1549
+ - [#391](https://github.com/primer/primer/pull/391) Update shields.io url to https. ([@NuttasitBoonwat](https://github.com/NuttasitBoonwat))
531
1550
 
532
1551
  #### Committers: 5
1552
+
533
1553
  - Diana Mounter ([broccolini](https://github.com/broccolini))
534
1554
  - Joel Califa ([califa](https://github.com/califa))
535
1555
  - Jon Rohan ([jonrohan](https://github.com/jonrohan))
@@ -540,40 +1560,45 @@
540
1560
 
541
1561
  #### :bug: Bug Fix
542
1562
 
543
- * Fixing `peerDependencies` to be greater than equal to versions. Fixing version mismatch with buttons and box.
1563
+ - Fixing `peerDependencies` to be greater than equal to versions. Fixing version mismatch with buttons and box.
544
1564
 
545
1565
  # 10.0.0 (2017-11-13)
546
1566
 
547
1567
  #### :boom: Breaking Change
548
- * [#395](https://github.com/primer/primer/pull/395) Renaming primer-css to primer. ([@jonrohan](https://github.com/jonrohan))
549
- * [#379](https://github.com/primer/primer/pull/379) Deprecating primer-cards and form-cards. ([@jonrohan](https://github.com/jonrohan))
550
- * [#336](https://github.com/primer/primer/pull/336) Move `primer-breadcrumbs` from marketing to core ([@jonrohan]((https://github.com/jonrohan))
1568
+
1569
+ - [#395](https://github.com/primer/primer/pull/395) Renaming primer-css to primer. ([@jonrohan](https://github.com/jonrohan))
1570
+ - [#379](https://github.com/primer/primer/pull/379) Deprecating primer-cards and form-cards. ([@jonrohan](https://github.com/jonrohan))
1571
+ - [#336](https://github.com/primer/primer/pull/336) Move `primer-breadcrumbs` from marketing to core ([@jonrohan](<(https://github.com/jonrohan)>)
551
1572
 
552
1573
  #### :rocket: Enhancement
553
- * [#371](https://github.com/primer/primer/pull/371) Add .details-reset. ([@muan](https://github.com/muan))
554
- * [#375](https://github.com/primer/primer/pull/375) New utilities & docs - fade out, hover grow, border white fade, responsive positioning, and circle. ([@sophshep](https://github.com/sophshep))
555
- * [#383](https://github.com/primer/primer/pull/383) Add 'Popover' component. ([@brandonrosage](https://github.com/brandonrosage))
556
- * [#377](https://github.com/primer/primer/pull/377) Refactor and add underline nav component. ([@ampinsk](https://github.com/ampinsk))
557
- * [#337](https://github.com/primer/primer/pull/337) Add marketing buttons to primer-marketing. ([@gladwearefriends](https://github.com/gladwearefriends))
558
- * [#342](https://github.com/primer/primer/pull/342) Add Subhead component. ([@shawnbot](https://github.com/shawnbot))
559
- * [#341](https://github.com/primer/primer/pull/341) Add branch-name component from github/github. ([@shawnbot](https://github.com/shawnbot))
1574
+
1575
+ - [#371](https://github.com/primer/primer/pull/371) Add .details-reset. ([@muan](https://github.com/muan))
1576
+ - [#375](https://github.com/primer/primer/pull/375) New utilities & docs - fade out, hover grow, border white fade, responsive positioning, and circle. ([@sophshep](https://github.com/sophshep))
1577
+ - [#383](https://github.com/primer/primer/pull/383) Add 'Popover' component. ([@brandonrosage](https://github.com/brandonrosage))
1578
+ - [#377](https://github.com/primer/primer/pull/377) Refactor and add underline nav component. ([@ampinsk](https://github.com/ampinsk))
1579
+ - [#337](https://github.com/primer/primer/pull/337) Add marketing buttons to primer-marketing. ([@gladwearefriends](https://github.com/gladwearefriends))
1580
+ - [#342](https://github.com/primer/primer/pull/342) Add Subhead component. ([@shawnbot](https://github.com/shawnbot))
1581
+ - [#341](https://github.com/primer/primer/pull/341) Add branch-name component from github/github. ([@shawnbot](https://github.com/shawnbot))
560
1582
 
561
1583
  #### :bug: Bug Fix
562
- * [#360](https://github.com/primer/primer/pull/360) Remove ::before ::after padding hack on markdown. ([@jonrohan](https://github.com/jonrohan))
563
- * [#320](https://github.com/primer/primer/pull/320) Remove -webkit-text-decoration-skip override. ([@antons](https://github.com/antons))
564
- * [#359](https://github.com/primer/primer/pull/359) Change markdown li break to handle Safari 10.x user stylesheet bug. ([@feministy](https://github.com/feministy))
565
- * [#388](https://github.com/primer/primer/pull/388) Button border-radius fix to override Chroma 62. ([@broccolini](https://github.com/broccolini))
566
- * [#307](https://github.com/primer/primer/pull/307) Do not suppress opacity transition for tooltipped-no-delay. ([@astorije](https://github.com/astorije))
1584
+
1585
+ - [#360](https://github.com/primer/primer/pull/360) Remove ::before ::after padding hack on markdown. ([@jonrohan](https://github.com/jonrohan))
1586
+ - [#320](https://github.com/primer/primer/pull/320) Remove -webkit-text-decoration-skip override. ([@antons](https://github.com/antons))
1587
+ - [#359](https://github.com/primer/primer/pull/359) Change markdown li break to handle Safari 10.x user stylesheet bug. ([@feministy](https://github.com/feministy))
1588
+ - [#388](https://github.com/primer/primer/pull/388) Button border-radius fix to override Chroma 62. ([@broccolini](https://github.com/broccolini))
1589
+ - [#307](https://github.com/primer/primer/pull/307) Do not suppress opacity transition for tooltipped-no-delay. ([@astorije](https://github.com/astorije))
567
1590
 
568
1591
  #### :house: Internal
569
- * [#396](https://github.com/primer/primer/pull/396) Use lerna-changelog to generate a changelog. ([@jonrohan](https://github.com/jonrohan))
570
- * [#382](https://github.com/primer/primer/pull/382) Update Button docs. ([@JasonEtco](https://github.com/JasonEtco))
571
- * [#390](https://github.com/primer/primer/pull/390) Updating `storiesFromMarkdown` to read in rails Octicons helper and replace with react component. ([@jonrohan](https://github.com/jonrohan))
572
- * [#389](https://github.com/primer/primer/pull/389) Publish alpha release any time we're not on a release branch or master. ([@jonrohan](https://github.com/jonrohan))
573
- * [#384](https://github.com/primer/primer/pull/384) Add test to check for the current year in the license and source. ([@jonrohan](https://github.com/jonrohan))
574
- * [#374](https://github.com/primer/primer/pull/374) Improve Pull Request template. ([@agisilaos](https://github.com/agisilaos))
1592
+
1593
+ - [#396](https://github.com/primer/primer/pull/396) Use lerna-changelog to generate a changelog. ([@jonrohan](https://github.com/jonrohan))
1594
+ - [#382](https://github.com/primer/primer/pull/382) Update Button docs. ([@JasonEtco](https://github.com/JasonEtco))
1595
+ - [#390](https://github.com/primer/primer/pull/390) Updating `storiesFromMarkdown` to read in rails Octicons helper and replace with react component. ([@jonrohan](https://github.com/jonrohan))
1596
+ - [#389](https://github.com/primer/primer/pull/389) Publish alpha release any time we're not on a release branch or main. ([@jonrohan](https://github.com/jonrohan))
1597
+ - [#384](https://github.com/primer/primer/pull/384) Add test to check for the current year in the license and source. ([@jonrohan](https://github.com/jonrohan))
1598
+ - [#374](https://github.com/primer/primer/pull/374) Improve Pull Request template. ([@agisilaos](https://github.com/agisilaos))
575
1599
 
576
1600
  #### Committers: 13
1601
+
577
1602
  - Agisilaos Tsaraboulidis ([agisilaos](https://github.com/agisilaos))
578
1603
  - Amanda Pinsker ([ampinsk](https://github.com/ampinsk))
579
1604
  - Anton Sotkov ([antons](https://github.com/antons))
@@ -588,44 +1613,52 @@
588
1613
  - Sophie Shepherd ([sophshep](https://github.com/sophshep))
589
1614
  - liz abinante! ([feministy](https://github.com/feministy))
590
1615
 
591
- **Special thanks to @shaharke for transferring ownership of the Primer npm package to us so that we could make the rename happen!** :heart:
1616
+ **Special thanks to @shaharke for transferring ownership of the Primer npm package to us so that we could make the rename happen!** :heart:
592
1617
 
593
1618
  # 9.6.0
594
1619
 
595
1620
  ### Added
1621
+
596
1622
  - Storybook. We've added a storybook prototyping environment for testing components in seclusion. To start the server run `npm start`
597
1623
  - Adding yeoman generator for creating a primer module. `generator-primer-module`
598
- - Importing `stylelint-config-primer` from https://github.com/primer/stylelint-config-primer/ into monorepo.
1624
+ - Importing `stylelint-config-primer` from https://github.com/primer/stylelint-config/ into monorepo.
599
1625
  - Importing `stylelint-selector-no-utility` from https://github.com/primer/stylelint-selector-no-utility into monorepo.
600
1626
 
601
1627
  ### Changes
1628
+
602
1629
  - Deployment and publishing scripts refinements.
603
1630
 
604
1631
  # 9.5.0
605
1632
 
606
1633
  ### Added
1634
+
607
1635
  - It's now possible to style `<summary>` elements as buttons and have them appear in the active/selected state when the enclosing [`<details>` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details) is open. #346
608
1636
 
609
1637
  ### Changes
1638
+
610
1639
  - Updates our release candidate versioning logic so that prerelease increments are done on a per-module basis, fixing #350.
611
1640
 
612
1641
  # 9.4.0
613
1642
 
614
1643
  ### Added
1644
+
615
1645
  - Add `v-align-baseline` class to `primer-utilities` #324
616
1646
  - Add deprecation warnings for `primer-cards` and `primer-forms/lib/form-validation.scss` #347 (these will be removed in v10.0.0)
617
1647
 
618
1648
  ### Changes
1649
+
619
1650
  - Update npm metadata for `primer`, `primer-core`, `primer-product`, and `primer-marketing` #328
620
1651
  - Remove `HEAD` heading from the changelog #327
621
1652
 
622
1653
  # 9.3.0
623
1654
 
624
1655
  ## Added
1656
+
625
1657
  - Docs for `primer-layout` (grid), `primer-support`, `primer-utilities`, and `primer-marketing-utilities`
626
1658
  - Primer keys for `category` and `module_type` to `package.json` (for use in documentation and gathering stats)
627
1659
 
628
1660
  ## Changes
1661
+
629
1662
  - Removes `docs` from `gitignore`
630
1663
  - Removes the `^` from all dependencies so that we can publish exact versions
631
1664
  - Consolidates release notes from various sources into one changelog located in `/modules/primer/CHANGELOG.md`
@@ -678,7 +1711,7 @@ This release updates primer modules to use variables for spacing units instead o
678
1711
 
679
1712
  # 9.1.0
680
1713
 
681
- This release updates our [stylelint config](/primer/stylelint-config-primer) to [v2.0.0](https://github.com/primer/stylelint-config-primer/releases/tag/v2.0.0), and to stylelint v7.13.0. Each module also now has a `lint` npm script, and there are top-level `test` and `lint` scripts that you can use to lint and test all modules in one go.
1714
+ This release updates our [stylelint config](/primer/stylelint-config-primer) to [v2.0.0](https://github.com/primer/stylelint-config/releases/tag/v2.0.0), and to stylelint v7.13.0. Each module also now has a `lint` npm script, and there are top-level `test` and `lint` scripts that you can use to lint and test all modules in one go.
682
1715
 
683
1716
  This release also includes major improvements to our Travis build scripts to automatically publish PR builds, release candidates, and the "final" versions to npm.
684
1717
 
@@ -691,9 +1724,11 @@ See PR [#243](https://github.com/primer/primer/pull/243)
691
1724
  ## Changes
692
1725
 
693
1726
  ### Primer Core v6.0.0
1727
+
694
1728
  - Fixed `primer-base` dependency to point to latest version
695
1729
 
696
1730
  **Repo urls corrected from `packages` to `modules` in:**
1731
+
697
1732
  - primer-base v1.1.5
698
1733
  - primer-box v2.1.8
699
1734
  - primer-buttons v2.0.6
@@ -709,6 +1744,7 @@ See PR [#243](https://github.com/primer/primer/pull/243)
709
1744
  ### Primer Product v5.0.2
710
1745
 
711
1746
  **Repo urls corrected from `packages` to `modules` in:**
1747
+
712
1748
  - primer-alerts v1.1.8
713
1749
  - primer-avatars v1.0.2
714
1750
  - primer-blankslate v1.0.2
@@ -719,6 +1755,7 @@ See PR [#243](https://github.com/primer/primer/pull/243)
719
1755
  ### Primer Marketing v5.0.2
720
1756
 
721
1757
  **Repo urls corrected from `packages` to `modules` in:**
1758
+
722
1759
  - primer-breadcrumb v1.0.2
723
1760
  - primer-cards v0.1.8
724
1761
  - primer-marketing-support v1.0.2
@@ -733,16 +1770,18 @@ See PR [#243](https://github.com/primer/primer/pull/243)
733
1770
 
734
1771
  Fixes issues with the ordering of imports in each of our meta-packages. See PR [#239](https://github.com/primer/primer/pull/239)
735
1772
 
736
-
737
1773
  ## Changes
738
1774
 
739
1775
  ### Primer Core v5.0.1
1776
+
740
1777
  - Re-ordered imports in `index.scss` to ensure utilities come last in the cascade
741
1778
 
742
1779
  ### Primer Product v5.0.1
1780
+
743
1781
  - Re-ordered imports in `index.scss` to move markdown import to end of list to match former setup in GitHub.com
744
1782
 
745
1783
  ### Primer Marketing v5.0.1
1784
+
746
1785
  - Re-ordered imports in `index.scss` to ensure marketing utilities come last in the cascade
747
1786
 
748
1787
  # 7.0.0 - Monorepo
@@ -763,29 +1802,34 @@ See PR for more details on this change: https://github.com/primer/primer/pull/23
763
1802
  ### Primer Core v4.0.3
764
1803
 
765
1804
  #### primer-support v4.0.5
1805
+
766
1806
  - Update fade color variables to use rgba instead of transparentize color function for better Sass readability
767
1807
  - Update support variables and mixins to use new color variables
768
1808
 
769
1809
  #### primer-layout v1.0.3
1810
+
770
1811
  - Update grid gutter styles naming convention and add responsive modifiers
771
1812
  - Deprecate `single-column` and `table-column` from layout module
772
1813
  - Remove `@include clearfix` from responsive container classes
773
1814
 
774
1815
  #### primer-utilities v4.3.3
1816
+
775
1817
  - Add `show-on-focus` utility class for accessibility
776
1818
  - Update typography utilities to use new color variables
777
1819
  - Add `.p-responsive` class
778
1820
 
779
1821
  #### primer-base v1.1.3
1822
+
780
1823
  - Update `b` tag font weight to use variable in base styles
781
1824
 
782
1825
  ### Primer Marketing v4.0.3
783
1826
 
784
1827
  #### primer-tables
785
- - Update marketing table colors to use new variables
786
1828
 
1829
+ - Update marketing table colors to use new variables
787
1830
 
788
1831
  # 6.0.0
1832
+
789
1833
  - Add `State--small` to labels module
790
1834
  - Fix responsive border utilities
791
1835
  - Added and updated typography variables and mixins; updated variables used in typography utilities; updated margin, padding, and typography readmes
@@ -797,6 +1841,7 @@ See PR for more details on this change: https://github.com/primer/primer/pull/23
797
1841
  - Updated syntax and classnames for `Counters` and `Labels`, moved into combined module with states.
798
1842
 
799
1843
  # 5.1.0
1844
+
800
1845
  - Add negative margin utilities
801
1846
  - Move `.d-flex` & `.d-flex-inline` to be with other display utility classes in `visibility-display.scss`
802
1847
  - Delete `.shade-gradient` in favor of `.bg-shade-gradient`
@@ -805,6 +1850,7 @@ See PR for more details on this change: https://github.com/primer/primer/pull/23
805
1850
  - Add green border utility
806
1851
 
807
1852
  # 5.0.0
1853
+
808
1854
  - Added new border variable and utility, replaced deprecated flash border variables
809
1855
  - Updated variable name in form validation
810
1856
  - Updated `.sr-only` to not use negative margin
@@ -826,9 +1872,11 @@ See PR for more details on this change: https://github.com/primer/primer/pull/23
826
1872
  - Added form utility to override Webkit's incorrect assumption of where to try to autofill contact information
827
1873
 
828
1874
  # 4.7.0
1875
+
829
1876
  - Update primer modules to use bold variable applying `font-weight: 600`
830
1877
 
831
1878
  # 4.6.0
1879
+
832
1880
  - Added `CircleBadge` component for badge-like displays within product/components/avatars
833
1881
  - Added Box shadow utilities `box-shadow`, `box-shadow-medium`, `box-shadow-large`, `box-shadow-none`
834
1882
  - Moved visibility and display utilities to separate partial at the end of the imports list, moved flexbox to it's own partial
@@ -838,6 +1886,7 @@ See PR for more details on this change: https://github.com/primer/primer/pull/23
838
1886
  - Added `.wb-break-all` utility
839
1887
 
840
1888
  # 4.4.0
1889
+
841
1890
  - Adding primer-marketing module to primer
842
1891
  - Added red and blue border color variables and utilities
843
1892
  - Updated: `$spacer-5` has been changed to `32px` from `36px`
@@ -845,6 +1894,7 @@ See PR for more details on this change: https://github.com/primer/primer/pull/23
845
1894
  - Deprecated `link-blue`, updated `link-gray` and `link-gray-dark`, added `link-hover-blue` - Updated: blankslate module to use support variables for sizing
846
1895
 
847
1896
  # 4.3.0
1897
+
848
1898
  - Renamed `.flex-table` to `.TableObject`
849
1899
  - Updated: `$spacer-1` has been changed to `4px` from `3px`
850
1900
  - Updated: `$spacer-2` has been changed to `6px` from `8px`
@@ -856,17 +1906,17 @@ See PR for more details on this change: https://github.com/primer/primer/pull/23
856
1906
  - Refactor: Button groups into some cleaner CSS
857
1907
  - Updated: Reorganizing how we separate primer-core, primer-product, primer-marketing css
858
1908
 
859
-
860
1909
  # 4.2.0
861
- - Added: Responsive styles for margin and padding utilities, display, float, and new responsive hide utility, and updates to make typography responsive
1910
+
1911
+ - Added: Responsive styles for margin and padding utilities, display, float, and new responsive hide utility, and updates to make typography responsive
862
1912
  - Added: new container styles and grid styles with responsive options
863
1913
  - Added: updated underline nav styles
864
1914
  - Deprecate: Deprecating a lot of color and layout utilities
865
1915
  - Added: More type utilities for different weights and larger sizes.
866
1916
  - Added: Well defined browser support
867
1917
 
868
-
869
1918
  # 4.1.0
1919
+
870
1920
  - Added: [primer-markdown](https://github.com/primer/markdown) to the build
871
1921
  - Fixes: Pointing "style" package.json to `build/build.css` file.
872
1922
  - Added: Update font stack to system fonts
@@ -878,15 +1928,19 @@ See PR for more details on this change: https://github.com/primer/primer/pull/23
878
1928
  - Added: Changing from font icons to SVG
879
1929
 
880
1930
  # 4.0.2
1931
+
881
1932
  - Added npm build scripts to add `build/build.css` to the npm package
882
1933
 
883
1934
  # 4.0.1
1935
+
884
1936
  - Fixed: missing primer-layout from build
885
1937
 
886
1938
  # 4.0.0
1939
+
887
1940
  - Whole new npm build system, pulling in the code from separate component repos
888
1941
 
889
1942
  # 3.0.0
1943
+
890
1944
  - Added: Animation utilities
891
1945
  - Added: Whitespace scale, and margin and padding utilities
892
1946
  - Added: Border utilities