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