@primer/css 0.0.0-1ea75fe → 0.0.0-202110100305

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