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