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