@primer/css 18.0.0-rc.d2e0a452 → 18.0.0-rc.dfc6d985
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 +7 -5
- package/dist/color-modes.css +1 -1
- package/dist/color-modes.css.map +1 -1
- package/dist/meta.json +26 -26
- package/dist/primer.css +1 -1
- package/dist/primer.css.map +1 -1
- package/dist/stats/color-modes.json +1 -1
- package/dist/stats/primer.json +1 -1
- package/package.json +3 -3
- package/stylelint.config.cjs +1 -3
package/CHANGELOG.md
CHANGED
|
@@ -22,11 +22,13 @@
|
|
|
22
22
|
|
|
23
23
|
- [#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
|
|
24
24
|
|
|
25
|
-
* [#
|
|
25
|
+
* [#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
|
|
26
26
|
|
|
27
|
-
- [#
|
|
27
|
+
- [#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.
|
|
28
28
|
|
|
29
|
-
* [#
|
|
29
|
+
* [#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.
|
|
30
|
+
|
|
31
|
+
- [#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
|
|
30
32
|
|
|
31
33
|
## 17.11.0
|
|
32
34
|
|
|
@@ -1555,7 +1557,7 @@
|
|
|
1555
1557
|
|
|
1556
1558
|
- Storybook. We've added a storybook prototyping environment for testing components in seclusion. To start the server run `npm start`
|
|
1557
1559
|
- Adding yeoman generator for creating a primer module. `generator-primer-module`
|
|
1558
|
-
- Importing `stylelint-config-primer` from https://github.com/primer/stylelint-config
|
|
1560
|
+
- Importing `stylelint-config-primer` from https://github.com/primer/stylelint-config/ into monorepo.
|
|
1559
1561
|
- Importing `stylelint-selector-no-utility` from https://github.com/primer/stylelint-selector-no-utility into monorepo.
|
|
1560
1562
|
|
|
1561
1563
|
### Changes
|
|
@@ -1645,7 +1647,7 @@ This release updates primer modules to use variables for spacing units instead o
|
|
|
1645
1647
|
|
|
1646
1648
|
# 9.1.0
|
|
1647
1649
|
|
|
1648
|
-
This release updates our [stylelint config](/primer/stylelint-config-primer) to [v2.0.0](https://github.com/primer/stylelint-config
|
|
1650
|
+
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.
|
|
1649
1651
|
|
|
1650
1652
|
This release also includes major improvements to our Travis build scripts to automatically publish PR builds, release candidates, and the "final" versions to npm.
|
|
1651
1653
|
|