jekyll-theme-primer 0.3.1 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (72) hide show
  1. checksums.yaml +4 -4
  2. data/_layouts/default.html +2 -1
  3. data/_sass/primer-base/README.md +2 -2
  4. data/_sass/primer-base/build/build.css +1 -1
  5. data/_sass/primer-base/build/index.js +1 -1
  6. data/_sass/primer-base/lib/base.scss +4 -4
  7. data/_sass/primer-base/lib/typography-base.scss +4 -3
  8. data/_sass/primer-base/package.json +24 -68
  9. data/_sass/primer-layout/README.md +2 -2
  10. data/_sass/primer-layout/build/build.css +1 -1
  11. data/_sass/primer-layout/build/index.js +1 -1
  12. data/_sass/primer-layout/lib/columns.scss +0 -15
  13. data/_sass/primer-layout/lib/container.scss +0 -3
  14. data/_sass/primer-layout/lib/grid.scss +22 -5
  15. data/_sass/primer-layout/package.json +24 -68
  16. data/_sass/primer-markdown/README.md +2 -2
  17. data/_sass/primer-markdown/lib/blob-csv.scss +4 -4
  18. data/_sass/primer-markdown/lib/code.scss +3 -3
  19. data/_sass/primer-markdown/lib/headings.scss +3 -3
  20. data/_sass/primer-markdown/lib/images.scss +1 -1
  21. data/_sass/primer-markdown/lib/lists.scss +5 -5
  22. data/_sass/primer-markdown/lib/markdown-body.scss +6 -7
  23. data/_sass/primer-markdown/lib/tables.scss +1 -1
  24. data/_sass/primer-markdown/package.json +24 -88
  25. data/_sass/primer-support/README.md +2 -2
  26. data/_sass/primer-support/lib/mixins/buttons.scss +2 -2
  27. data/_sass/primer-support/lib/variables/color-system.scss +11 -11
  28. data/_sass/primer-support/lib/variables/layout.scss +1 -1
  29. data/_sass/primer-support/lib/variables/misc.scss +7 -12
  30. data/_sass/primer-support/package.json +22 -90
  31. data/_sass/primer-utilities/README.md +2 -2
  32. data/_sass/primer-utilities/build/build.css +1 -1
  33. data/_sass/primer-utilities/build/index.js +1 -1
  34. data/_sass/primer-utilities/lib/colors.scss +1 -1
  35. data/_sass/primer-utilities/lib/padding.scss +17 -0
  36. data/_sass/primer-utilities/lib/typography.scss +4 -4
  37. data/_sass/primer-utilities/lib/visibility-display.scss +17 -1
  38. data/_sass/primer-utilities/package.json +24 -92
  39. data/assets/javascript/anchor-js/anchor.js +8 -12
  40. data/assets/javascript/anchor-js/anchor.min.js +3 -3
  41. data/assets/javascript/anchor-js/banner.js +17 -0
  42. data/assets/javascript/anchor-js/docs/anchor.js +334 -0
  43. data/assets/javascript/anchor-js/docs/favicon.ico +0 -0
  44. data/assets/javascript/anchor-js/docs/fonts/anchorjs-extras.eot +0 -0
  45. data/assets/javascript/anchor-js/docs/fonts/anchorjs-extras.svg +11 -0
  46. data/assets/javascript/anchor-js/docs/fonts/anchorjs-extras.ttf +0 -0
  47. data/assets/javascript/anchor-js/docs/fonts/anchorjs-extras.woff +0 -0
  48. data/assets/javascript/anchor-js/docs/fonts/fonts.css +24 -0
  49. data/assets/javascript/anchor-js/docs/grunticon/grunticon.loader.js +3 -0
  50. data/assets/javascript/anchor-js/docs/grunticon/icons.data.png.css +5 -0
  51. data/assets/javascript/anchor-js/docs/grunticon/icons.data.svg.css +5 -0
  52. data/assets/javascript/anchor-js/docs/grunticon/icons.fallback.css +5 -0
  53. data/assets/javascript/anchor-js/docs/grunticon/png/grunticon-link.png +0 -0
  54. data/assets/javascript/anchor-js/docs/grunticon/preview.html +33 -0
  55. data/assets/javascript/anchor-js/docs/img/anchoring-links.png +0 -0
  56. data/assets/javascript/anchor-js/docs/img/anchorjs_logo.png +0 -0
  57. data/assets/javascript/anchor-js/docs/img/anchorlinks2.png +0 -0
  58. data/assets/javascript/anchor-js/docs/img/gh-link.svg +9 -0
  59. data/assets/javascript/anchor-js/docs/img/gh_link.svg +9 -0
  60. data/assets/javascript/anchor-js/docs/img/hyperlink.svg +9 -0
  61. data/assets/javascript/anchor-js/docs/img/link.svg +6 -0
  62. data/assets/javascript/anchor-js/docs/img/mini-logo.png +0 -0
  63. data/assets/javascript/anchor-js/docs/img/primer-md.png +0 -0
  64. data/assets/javascript/anchor-js/docs/index.html +807 -0
  65. data/assets/javascript/anchor-js/docs/scripts.js +12 -0
  66. data/assets/javascript/anchor-js/docs/styles.css +493 -0
  67. metadata +44 -9
  68. data/_sass/primer-base/CHANGELOG.md +0 -68
  69. data/_sass/primer-layout/CHANGELOG.md +0 -63
  70. data/_sass/primer-markdown/CHANGELOG.md +0 -202
  71. data/_sass/primer-support/CHANGELOG.md +0 -164
  72. data/_sass/primer-utilities/CHANGELOG.md +0 -245
@@ -1,164 +0,0 @@
1
- # v4.0.0
2
-
3
- * fixed missing updates to typoraphy mixins from bad merge - broccolini [github/github@1bd8f15](https://github.com/github/github/commit/1bd8f15)
4
- * update versions for primer-core suppor and utilities - broccolini [github/github@167ed79](https://github.com/github/github/commit/167ed79)
5
-
6
- # v3.1.0
7
-
8
- * correct primer support version number - broccolini [github/github@b767f0f](https://github.com/github/github/commit/b767f0f)d534
9
- * Bump version for #71658 - Mu-An Chiou [github/github@2cb62b2](https://github.com/github/github/commit/2cb62b2)4280
10
- * Add .border-purple - Sophie Shepherd [github/github@f55ebaa](https://github.com/github/github/commit/f55ebaa)0fe1
11
- * Revert "System font stack update" - Diana Mounter [github/github@ab17a0d](https://github.com/github/github/commit/ab17a0d)d0c2
12
- * update system font stack - broccolini [github/github@86bccc0](https://github.com/github/github/commit/86bccc0)c58d
13
-
14
- # v3.0.2
15
-
16
- * Bump all the version numbers for readme - Mu-An Chiou [github/github@a9d152f](https://github.com/github/github/commit/a9d152f)
17
- * Fix all the travis badge URL - Mu-An Chiou [github/github@9cd6d84](https://github.com/github/github/commit/9cd6d84)
18
-
19
- # v3.0.1
20
-
21
- * bump version after adding variable - broccolini [github/github@7eeeed5](https://github.com/github/github/commit/7eeeed5)
22
- * add yellow border variable to replace old flash border variable - broccolini [github/github@6eb26ee](https://github.com/github/github/commit/6eb26ee)
23
-
24
- # v3.0.0
25
-
26
- * bump major version due to renaming in support and utils - broccolini [github/github@85b48ab](https://github.com/github/github/commit/85b48ab)
27
- * rename border variables - broccolini [github/github@0a580d5](https://github.com/github/github/commit/0a580d5)
28
-
29
- # v2.1.0
30
-
31
- * versions - Sophie Shepherd [github/github@703a904](https://github.com/github/github/commit/703a904)
32
- * @broccolini's feedback - Sophie Shepherd [github/github@f9699ef](https://github.com/github/github/commit/f9699ef)
33
-
34
- # v2.0.0
35
-
36
- * Fix lint - Mu-An Chiou [github/github@5a4b3cb](https://github.com/github/github/commit/5a4b3cb)
37
- * Change border-color back to default for -000 .btn as well - Mu-An Chiou [github/github@bf725a2](https://github.com/github/github/commit/bf725a2)
38
- * fix lint errors - broccolini [github/github@c520fa4](https://github.com/github/github/commit/c520fa4)
39
- * fix lints and add defaults to color system variables - broccolini [github/github@b7f5ed5](https://github.com/github/github/commit/b7f5ed5)
40
- * update primer-core version number - broccolini [github/github@6846743](https://github.com/github/github/commit/6846743)
41
- * more docs examples, restore gradients from @broccolini and then add additional overrides to prevent hover gradient from bleeding into active state - Mark Otto [github/github@c637891](https://github.com/github/github/commit/c637891)
42
- * One more button redux - Mark Otto [github/github@0b7323a](https://github.com/github/github/commit/0b7323a)
43
- * use one yellow for now for status-pending: - broccolini [github/github@9f3bd48](https://github.com/github/github/commit/9f3bd48)
44
- * darken danger button border on hover - broccolini [github/github@74b68b1](https://github.com/github/github/commit/74b68b1)
45
- * add inverse mixin for red button hover styles - broccolini [github/github@764c417](https://github.com/github/github/commit/764c417)
46
- * fix default btn style selected state - broccolini [github/github@fa5706a](https://github.com/github/github/commit/fa5706a)
47
- * btn fixes: - broccolini [github/github@d5c2110](https://github.com/github/github/commit/d5c2110)
48
- * update commit css with new variables - broccolini [github/github@198d897](https://github.com/github/github/commit/198d897)
49
- * lighten yellow-100 just a tiny little bit - broccolini [github/github@0c7f3c5](https://github.com/github/github/commit/0c7f3c5)
50
- * make purple more blue and less yahoo - ba boom tish! - broccolini [github/github@2fa35bd](https://github.com/github/github/commit/2fa35bd)
51
- * update border light utility to be darker: - broccolini [github/github@3711ba9](https://github.com/github/github/commit/3711ba9)
52
- * update orange variables and docs - broccolini [github/github@ab6f263](https://github.com/github/github/commit/ab6f263)
53
- * update status pending colors - broccolini [github/github@849b34e](https://github.com/github/github/commit/849b34e)
54
- * replace instances of #ddd with variable in primer-core - broccolini [github/github@4a95523](https://github.com/github/github/commit/4a95523)
55
- * update red variables in topics: - broccolini [github/github@33ea9b0](https://github.com/github/github/commit/33ea9b0)
56
- * remove unused variables - broccolini [github/github@a4ca9e4](https://github.com/github/github/commit/a4ca9e4)
57
- * update default gray variables with new variables - broccolini [github/github@db4e635](https://github.com/github/github/commit/db4e635)
58
- * update form color variables to use black variable - broccolini [github/github@af4ab27](https://github.com/github/github/commit/af4ab27)
59
- * make gray match blue hue - broccolini [github/github@e53fff7](https://github.com/github/github/commit/e53fff7)
60
- * sneak in that sf mono life - Mark Otto [github/github@778a9e6](https://github.com/github/github/commit/778a9e6)
61
-
62
- # v1.2.2
63
-
64
- * update version numbers for primer package with bold update - broccolini [github/github@5d3e089](https://github.com/github/github/commit/5d3e089)
65
-
66
- # v1.2.1
67
-
68
- * More versions - Jon Rohan [github/github@e12ba2e](https://github.com/github/github/commit/e12ba2e)
69
-
70
- # v1.2.0
71
-
72
- * Revving this per @jonrohan - Patrick Marsceill [github/github@331f0b1](https://github.com/github/github/commit/331f0b1)
73
- * Consolidate variables - Patrick Marsceill [github/github@37ea8ac](https://github.com/github/github/commit/37ea8ac)
74
- * Make shadow vars - Patrick Marsceill [github/github@93b2e11](https://github.com/github/github/commit/93b2e11)
75
- * update bg-yellow variables - broccolini [github/github@79701f2](https://github.com/github/github/commit/79701f2)
76
- * Moving - Jon Rohan [github/github@34d0849](https://github.com/github/github/commit/34d0849)
77
- * Updates based on feedback - Jon Rohan [github/github@d3528f1](https://github.com/github/github/commit/d3528f1)
78
- * Documenting current color utilities - Jon Rohan [github/github@46b5f85](https://github.com/github/github/commit/46b5f85)
79
- * add border color variables - broccolini [github/github@42f0fc0](https://github.com/github/github/commit/42f0fc0)
80
-
81
- # v1.1.0
82
-
83
- * updating the version number - Jon Rohan [github/github@db462e6](https://github.com/github/github/commit/db462e6)
84
- * Updating spacer-6 from 48px to 40px - Jon Rohan [github/github@ae380d1](https://github.com/github/github/commit/ae380d1)
85
- * updating lg breakpoint for use with new spacer-3 - Jon Rohan [github/github@f5baf52](https://github.com/github/github/commit/f5baf52)
86
-
87
- # v1.0.0
88
-
89
- * Fix counter color on primary button - Patrick Marsceill [github/github@9089145](https://github.com/github/github/commit/9089145)
90
- * Cutting new versions of primer modules - Jon Rohan [github/github@157f5ab](https://github.com/github/github/commit/157f5ab)
91
- * remove old comment - Patrick Marsceill [github/github@794502e](https://github.com/github/github/commit/794502e)
92
- * Defaulting variables to new formula, with hardcoded old values - Jon Rohan [github/github@1f12c54](https://github.com/github/github/commit/1f12c54)
93
- * Updating spacer-2 to 8px - Jon Rohan [github/github@3f7fbaf](https://github.com/github/github/commit/3f7fbaf)
94
- * Rename repository with prefix primer- - Jon Rohan [github/github@ec8774a](https://github.com/github/github/commit/ec8774a)
95
- * Getting rid of as much as possible - Sophie Shepherd [github/github@e2e5de4](https://github.com/github/github/commit/e2e5de4)
96
- * Make default box shadow a var and apply it to .box-shadow utility - Patrick Marsceill [github/github@bda03be](https://github.com/github/github/commit/bda03be)
97
- * Separating out modules into primer-core and primer-product - Jon Rohan [github/github@ddf698c](https://github.com/github/github/commit/ddf698c)
98
-
99
- # v0.6.0
100
-
101
- * Updating version - Jon Rohan [github/github@6bf5fe5](https://github.com/github/github/commit/6bf5fe5)
102
- * use variables in breakpoints and update containers - broccolini [github/github@b615663](https://github.com/github/github/commit/b615663)8
103
- * Updating the modules stylelint - Jon Rohan [github/github@389609f](https://github.com/github/github/commit/389609f)
104
- * comment for @connors - Mark Otto [github/github@b3e2922](https://github.com/github/github/commit/b3e2922)
105
- * Move stats switcher vars over and update the height for reals - Mark Otto [github/github@9695fa0](https://github.com/github/github/commit/9695fa0)
106
-
107
- # v0.5.0
108
-
109
- * Bumping to a new version - Jon Rohan [github/github@ff32813](https://github.com/github/github/commit/ff32813)
110
- * Rename spacer variables - Sophie Shepherd [github/github@e5ffa47](https://github.com/github/github/commit/e5ffa47)
111
- * default it - Mark Otto [github/github@6c895dd](https://github.com/github/github/commit/6c895dd)
112
- * slightly different stack - Mark Otto [github/github@4e3882d](https://github.com/github/github/commit/4e3882d)
113
- * nuke linux fonts - Mark Otto [github/github@534c790](https://github.com/github/github/commit/534c790)
114
- * Change variable order - Mark Otto [github/github@42bceda](https://github.com/github/github/commit/42bceda)
115
- * First part of genpopping all system font changes: remove typographic overrides for font-size, line-height, etc on global components - Mark Otto [github/github@6c50e2d](https://github.com/github/github/commit/6c50e2d)
116
-
117
- # v0.4.0
118
-
119
- * Publishing a new version - Jon Rohan [github/github@eed0e96](https://github.com/github/github/commit/eed0e96)
120
- * New line-height variables - Mark Otto [github/github@b15b1ea](https://github.com/github/github/commit/b15b1ea)
121
- * Revert variables breakup back to single file - Jon Rohan [github/github@3397db7](https://github.com/github/github/commit/3397db7)
122
- * Organize the variables and mixins into better files - Jon Rohan [github/github@9383dc2](https://github.com/github/github/commit/9383dc2)
123
- * Removing some unnecessary lint plugins and using native - Jon Rohan [github/github@2ae0070](https://github.com/github/github/commit/2ae0070)
124
- * including no-utility lint plugin - Jon Rohan [github/github@5cb86ed](https://github.com/github/github/commit/5cb86ed)
125
- * Adding lint plugins for new config - Jon Rohan [github/github@7fb9613](https://github.com/github/github/commit/7fb9613)
126
- * add font-weight to heading mixins - broccolini [github/github@585098e](https://github.com/github/github/commit/585098e)
127
- * reoganizing the docs section - Jon Rohan [github/github@8cb4556](https://github.com/github/github/commit/8cb4556)
128
- * disabling some lints - Jon Rohan [github/github@3d70154](https://github.com/github/github/commit/3d70154)
129
- * Adding callouts to alerts module - Jon Rohan [github/github@355fe6c](https://github.com/github/github/commit/355fe6c)
130
-
131
- # v0.3.2
132
-
133
- * Bumping version to include postcss.json in npm - Jon Rohan [github/github@9e560ba](https://github.com/github/github/commit/9e560ba)
134
-
135
- # v0.3.1
136
-
137
- * Using stylelint to lint the modules instead of scss_lint - Jon Rohan [github/github@cb0b8fd](https://github.com/github/github/commit/cb0b8fd)
138
-
139
- # v0.3.0
140
-
141
- * Don't link requirements - Jon Rohan [github/github@7740e81](https://github.com/github/github/commit/7740e81)
142
- * Updating the README with more detailed instructions - Jon Rohan [github/github@5dd7c34](https://github.com/github/github/commit/5dd7c34)
143
- * Bumping the version - Jon Rohan [github/github@01e7c4e](https://github.com/github/github/commit/01e7c4e)
144
- * Reorganize the module folders into a more flexible organization - Jon Rohan [github/github@5a07101](https://github.com/github/github/commit/5a07101)
145
-
146
- # v0.2.0
147
-
148
- * v0.2.0 - Jon Rohan [github/github@75201c5](https://github.com/github/github/commit/75201c5)
149
- * Updating support to use travis-ci - Jon Rohan [github/github@707ad54](https://github.com/github/github/commit/707ad54)
150
- * Adding support variables and mixins from primer/primer - Jon Rohan [github/github@b9e6118](https://github.com/github/github/commit/b9e6118)
151
- * Fix -down scoping - Joshua Peek [github/github@87a37bf](https://github.com/github/github/commit/87a37bf)
152
- * Moving variables to _variables and creating linter - Jon Rohan [github/github@f689536](https://github.com/github/github/commit/f689536)
153
- * Tracking disabled scss-lint rules in graphite - Jon Rohan [github/github@356112f](https://github.com/github/github/commit/356112f)
154
- * renaming the mixin - Jon Rohan [github/github@db06b9a](https://github.com/github/github/commit/db06b9a)
155
- * dropping speed variables - Jon Rohan [github/github@0610ffe](https://github.com/github/github/commit/0610ffe)
156
- * no timing variables for now - Jon Rohan [github/github@4c018f1](https://github.com/github/github/commit/4c018f1)
157
- * Refactoring animations into reusable animiation classes - Jon Rohan [github/github@084863e](https://github.com/github/github/commit/084863e)
158
- * Using a retina mixin for repetable code - Jon Rohan [github/github@408bb72](https://github.com/github/github/commit/408bb72)
159
- * Updating copy on readmes - Jon Rohan [github/github@38d5dbc](https://github.com/github/github/commit/38d5dbc)
160
- * Updating the folders with feedback and writing some readmes - Jon Rohan [github/github@fc81a30](https://github.com/github/github/commit/fc81a30)
161
- * cleanup some dupe utility classes - Jon Rohan [github/github@c2dfad7](https://github.com/github/github/commit/c2dfad7)
162
- * Some updates for the imports - Jon Rohan [github/github@345dd82](https://github.com/github/github/commit/345dd82)
163
- * Hella refactoring and moving files to modules - Jon Rohan [github/github@556cc0d](https://github.com/github/github/commit/556cc0d)
164
- * Moving all these files - Jon Rohan [github/github@9c8d0f5](https://github.com/github/github/commit/9c8d0f5)
@@ -1,245 +0,0 @@
1
- # v4.2.4
2
-
3
- * update versions for primer-core suppor and utilities - broccolini [github/github@167ed79](https://github.com/github/github/commit/167ed79)
4
-
5
- # v4.2.3
6
-
7
- * incorporate @broccolini's feedback - Sophie Shepherd [github/github@d7335bb](https://github.com/github/github/commit/d7335bb)fe4e
8
- * Add .border-purple - Sophie Shepherd [github/github@f55ebaa](https://github.com/github/github/commit/f55ebaa)0fe1
9
- * damn atom auto finisher - Sophie Shepherd [github/github@cb8eb80](https://github.com/github/github/commit/cb8eb80)04c6
10
- * remove css from core and add docs for dashed border - Sophie Shepherd [github/github@35ca2d1](https://github.com/github/github/commit/35ca2d1)5966
11
- * remove the docs i added in core - Sophie Shepherd [github/github@7705905](https://github.com/github/github/commit/7705905)352c
12
- * oops i forgot borders should go in primer-marketing - Sophie Shepherd [github/github@b010e2c](https://github.com/github/github/commit/b010e2c)4d15
13
- * responsive borders - Sophie Shepherd [github/github@e48b7a2](https://github.com/github/github/commit/e48b7a2)023d
14
- * Add docs for text alignment - Sophie Shepherd [github/github@94d0a2a](https://github.com/github/github/commit/94d0a2a)c745
15
- * Update docs for normal ws util - Patrick Marsceill [github/github@b0f0920](https://github.com/github/github/commit/b0f0920)fe7a
16
- * Add a white space util for normal - Patrick Marsceill [github/github@f360d0b](https://github.com/github/github/commit/f360d0b)aad0
17
-
18
- # v4.1.2
19
-
20
- * bump package version - broccolini [github/github@2034aeb](https://github.com/github/github/commit/2034aeb)
21
-
22
- # v4.1.1
23
-
24
- * Bump all the version numbers for readme - Mu-An Chiou [github/github@a9d152f](https://github.com/github/github/commit/a9d152f)
25
- * Fix all the travis badge URL - Mu-An Chiou [github/github@9cd6d84](https://github.com/github/github/commit/9cd6d84)
26
-
27
- # v4.1.0
28
-
29
-
30
- # v4.0.3
31
-
32
- * make work as expected - Sophie Shepherd [github/github@6c85845](https://github.com/github/github/commit/6c85845)
33
- * primer version & CHANGELOG - Sophie Shepherd [github/github@9011d3b](https://github.com/github/github/commit/9011d3b)
34
- * clean up usage of shade-gradient - Sophie Shepherd [github/github@4097cbd](https://github.com/github/github/commit/4097cbd)
35
- * Add border utility and update primer - Mu-An Chiou [github/github@6870d3f](https://github.com/github/github/commit/6870d3f)
36
-
37
- # v4.0.1
38
-
39
- * add border utility - broccolini [github/github@026d0dc](https://github.com/github/github/commit/026d0dc)
40
-
41
- # v4.0.0
42
-
43
- * bump major version due to renaming in support and utils - broccolini [github/github@85b48ab](https://github.com/github/github/commit/85b48ab)
44
- * update and re-order docs - broccolini [github/github@17fd96f](https://github.com/github/github/commit/17fd96f)
45
- * add black alpha transparent border utility - broccolini [github/github@56d224a](https://github.com/github/github/commit/56d224a)
46
- * update border names in docs - broccolini [github/github@dc33e97](https://github.com/github/github/commit/dc33e97)
47
- * rename border utilities to match variables - broccolini [github/github@d0fdfb3](https://github.com/github/github/commit/d0fdfb3)
48
- * Bump version number and update changelog - Mu-An Chiou [github/github@050549f](https://github.com/github/github/commit/050549f)
49
- * Remove negative margin it's causing scrollbar problem and we don't actually need it - Mu-An Chiou [github/github@d813007](https://github.com/github/github/commit/d813007)
50
- * fix border blue colors - broccolini [github/github@957c87a](https://github.com/github/github/commit/957c87a)
51
-
52
- # v3.7.1
53
-
54
- * @broccolini's feedback - Sophie Shepherd [github/github@f9699ef](https://github.com/github/github/commit/f9699ef)
55
- * mdo's notes - Sophie Shepherd [github/github@bf6304c](https://github.com/github/github/commit/bf6304c)
56
- * bump version numbers - broccolini [github/github@34165ea](https://github.com/github/github/commit/34165ea)
57
- * decouple bg & text status pending colors and improve text contrast - broccolini [github/github@c541dca](https://github.com/github/github/commit/c541dca)
58
-
59
- # v3.7.0
60
-
61
- * update primer-core version number - broccolini [github/github@6846743](https://github.com/github/github/commit/6846743)
62
- * use one yellow for now for status-pending: - broccolini [github/github@9f3bd48](https://github.com/github/github/commit/9f3bd48)
63
- * bump version number on color utilities - broccolini [github/github@a52c6c2](https://github.com/github/github/commit/a52c6c2)
64
- * separate bg and text pending color - broccolini [github/github@2c285b7](https://github.com/github/github/commit/2c285b7)
65
- * update shade-gradient to use variable - broccolini [github/github@c63acfd](https://github.com/github/github/commit/c63acfd)
66
- * move this before responsive variants so we can override it by breakpoint - Mark Otto [github/github@e38f773](https://github.com/github/github/commit/e38f773)
67
-
68
- # v3.5.0
69
-
70
- * package version bump and update changelog for styleguide - Mark Otto [github/github@84ffd6d](https://github.com/github/github/commit/84ffd6d)
71
- * update comment for @pmarsceill - Mark Otto [github/github@b446760](https://github.com/github/github/commit/b446760)
72
- * colors, buttons, and more - Mark Otto [github/github@307d8ce](https://github.com/github/github/commit/307d8ce)
73
- * Bump version and update CHANGELOG - Mu-An Chiou [github/github@b4de751](https://github.com/github/github/commit/b4de751)
74
- * Add focus guide button - Mu-An Chiou [github/github@2101e25](https://github.com/github/github/commit/2101e25)
75
- * Add title and change button activation copy - Mu-An Chiou [github/github@35af0e4](https://github.com/github/github/commit/35af0e4)
76
- * initial docs - Caleb Winters [github/github@7a576e5](https://github.com/github/github/commit/7a576e5)
77
- * Add .sr-only doc - Mu-An Chiou [github/github@2068b05](https://github.com/github/github/commit/2068b05)
78
- * Move .sr-only to to cored utility and add sr-only logout button - Mu-An Chiou [github/github@0c1a73f](https://github.com/github/github/commit/0c1a73f)
79
-
80
- # v3.3.1
81
-
82
- * bumping the version - Jon Rohan [github/github@4a72b25](https://github.com/github/github/commit/4a72b25)
83
- * flexbug copy tweak - broccolini [github/github@6a4a4d2](https://github.com/github/github/commit/6a4a4d2)
84
-
85
- # v3.3.0
86
-
87
- * Docs update - Patrick Marsceill [github/github@3acfa8e](https://github.com/github/github/commit/3acfa8e)
88
- * Comma splice - Patrick Marsceill [github/github@754ae36](https://github.com/github/github/commit/754ae36)
89
- * rip out box-shadows and use TOC not hard coded links - Patrick Marsceill [github/github@ba64689](https://github.com/github/github/commit/ba64689)
90
- * Makd small default - Patrick Marsceill [github/github@fcebabb](https://github.com/github/github/commit/fcebabb)
91
- * Tidy up the docs - Patrick Marsceill [github/github@04a5a9e](https://github.com/github/github/commit/04a5a9e)
92
- * Update old classname in docs - Patrick Marsceill [github/github@9a905ba](https://github.com/github/github/commit/9a905ba)
93
- * Use Box not utils for example - Patrick Marsceill [github/github@d10cba8](https://github.com/github/github/commit/d10cba8)
94
- * Update page heading levels for toc - Patrick Marsceill [github/github@8ffa7ab](https://github.com/github/github/commit/8ffa7ab)
95
- * Bump package version number - Patrick Marsceill [github/github@72e938a](https://github.com/github/github/commit/72e938a)
96
- * Update docs - Patrick Marsceill [github/github@36be95e](https://github.com/github/github/commit/36be95e)
97
- * Consolidate box-shadow styles - Patrick Marsceill [github/github@35cdd34](https://github.com/github/github/commit/35cdd34)
98
- * Implement shadow vars - Patrick Marsceill [github/github@8f8aaf0](https://github.com/github/github/commit/8f8aaf0)
99
- * add docs for flexbox bug - broccolini [github/github@ce472fc](https://github.com/github/github/commit/ce472fc)
100
- * add flex-shrink utility to review status - broccolini [github/github@2ac6ae8](https://github.com/github/github/commit/2ac6ae8)
101
- * bump version number - broccolini [github/github@903297b](https://github.com/github/github/commit/903297b)
102
- * add imports for new partials - broccolini [github/github@bdfb45c](https://github.com/github/github/commit/bdfb45c)
103
- * move flexbox styles into their own partial - broccolini [github/github@a82b8f3](https://github.com/github/github/commit/a82b8f3)
104
- * move display and visibility utilities into separate partial - broccolini [github/github@bcb21b0](https://github.com/github/github/commit/bcb21b0)
105
- * Disable selector-no-utility because this is the utility - Patrick Marsceill [github/github@d6871fb](https://github.com/github/github/commit/d6871fb)
106
- * add new docs - Patrick Marsceill [github/github@704fd67](https://github.com/github/github/commit/704fd67)
107
- * remove old documentation - Patrick Marsceill [github/github@449fb2a](https://github.com/github/github/commit/449fb2a)
108
- * Move legacy box-shadow to new scss partial - Patrick Marsceill [github/github@89bca94](https://github.com/github/github/commit/89bca94)
109
- * refactor numbering to include old box-shadow - Patrick Marsceill [github/github@414fd6a](https://github.com/github/github/commit/414fd6a)
110
- * depricate old box-shadow-large - Patrick Marsceill [github/github@73effa4](https://github.com/github/github/commit/73effa4)
111
- * Discrete box-shadow utils - Patrick Marsceill [github/github@d430697](https://github.com/github/github/commit/d430697)
112
- * Removing needless disables - Jon Rohan [github/github@6233c40](https://github.com/github/github/commit/6233c40)
113
- * Making updates to wording cc @broccolini - Jon Rohan [github/github@d2bf29f](https://github.com/github/github/commit/d2bf29f)
114
- * Make all href #url - Mu-An Chiou [github/github@27ba40c](https://github.com/github/github/commit/27ba40c)
115
- * Add wb-break-all to docs - Jason Long [github/github@169f2da](https://github.com/github/github/commit/169f2da)
116
- * adding text-gray-dark and more acurately mentioning standards - Jon Rohan [github/github@55de600](https://github.com/github/github/commit/55de600)
117
- * Bump version - Jason Long [github/github@2404538](https://github.com/github/github/commit/2404538)
118
- * Update typography.scss - Jason Long [github/github@ad36e9b](https://github.com/github/github/commit/ad36e9b)
119
- * update bg-yellow variables - broccolini [github/github@79701f2](https://github.com/github/github/commit/79701f2)
120
- * Remove trailing line break which confuses guide.rb - Mu-An Chiou [github/github@9028863](https://github.com/github/github/commit/9028863)
121
- * Improve code samples - Add URL to <a> - Add aria-label to <input> - Add type to <button> - Replace unnecessary <a> with <div> - Mu-An Chiou [github/github@42e67c8](https://github.com/github/github/commit/42e67c8)
122
- * Add border to show block difference - Mu-An Chiou [github/github@22f7bdd](https://github.com/github/github/commit/22f7bdd)
123
- * Link somewhere, since # shouldn't be allowed - Mu-An Chiou [github/github@09cb5f1](https://github.com/github/github/commit/09cb5f1)
124
-
125
- # v3.0.0
126
-
127
-
128
- # v2.0.0
129
-
130
- * Cutting new versions of primer modules - Jon Rohan [github/github@157f5ab](https://github.com/github/github/commit/157f5ab)
131
- * Updating layout hints - Jon Rohan [github/github@d6cc7dc](https://github.com/github/github/commit/d6cc7dc)
132
- * mentioning link instead of text - Jon Rohan [github/github@008fd98](https://github.com/github/github/commit/008fd98)
133
- * Updating the color hints to mention the variables - Jon Rohan [github/github@32a5752](https://github.com/github/github/commit/32a5752)
134
- * Replace instances that can be replaced. Delete shadows when on white bgs. - Sophie Shepherd [github/github@e33bf62](https://github.com/github/github/commit/e33bf62)
135
- * Add utility classes to typography scss - Sophie Shepherd [github/github@0116477](https://github.com/github/github/commit/0116477)
136
- * Rename repository with prefix primer- - Jon Rohan [github/github@ec8774a](https://github.com/github/github/commit/ec8774a)
137
- * Using 0 instead of 0px - Jon Rohan [github/github@3c5bcf5](https://github.com/github/github/commit/3c5bcf5)
138
- * new argument name, add comments in code - Caleb Winters [github/github@51251be](https://github.com/github/github/commit/51251be)
139
- * fix whitelisting - Caleb Winters [github/github@26fba58](https://github.com/github/github/commit/26fba58)
140
- * polishing the docs, adding better examples - Caleb Winters [github/github@a7c5fb6](https://github.com/github/github/commit/a7c5fb6)
141
- * change tag to experimental, add link to MDN - Caleb Winters [github/github@a47e282](https://github.com/github/github/commit/a47e282)
142
- * remove global flex property - Caleb Winters [github/github@16491b8](https://github.com/github/github/commit/16491b8)
143
- * Kill unneeded attribute - Patrick Marsceill [github/github@6c071dc](https://github.com/github/github/commit/6c071dc)
144
- * Make default box shadow a var and apply it to .box-shadow utility - Patrick Marsceill [github/github@bda03be](https://github.com/github/github/commit/bda03be)
145
- * Update box shadow to be better - Patrick Marsceill [github/github@6cbd1f0](https://github.com/github/github/commit/6cbd1f0)
146
- * list styles without admin.deps - Sophie Shepherd [github/github@450f684](https://github.com/github/github/commit/450f684)
147
- * Revert "Add list-style: none; utility" - Sophie Shepherd [github/github@c6d72f2](https://github.com/github/github/commit/c6d72f2)
148
- * Add list-style: none; utility - Sophie Shepherd [github/github@7a494d8](https://github.com/github/github/commit/7a494d8)
149
- * Add bg-shade-gradient - Patrick Marsceill [github/github@c7efe79](https://github.com/github/github/commit/c7efe79)
150
- * Separating out modules into primer-core and primer-product - Jon Rohan [github/github@ddf698c](https://github.com/github/github/commit/ddf698c)
151
-
152
- # v1.0.0
153
-
154
- * Updating to major new version - Jon Rohan [github/github@f0df999](https://github.com/github/github/commit/f0df999)
155
- * Replacing .text-muted and .mute with .text-gray and .text-gray-dark - Jon Rohan [github/github@0ddd68d](https://github.com/github/github/commit/0ddd68d)
156
- * Replacing .danger with .text-red - Jon Rohan [github/github@3f99b1f](https://github.com/github/github/commit/3f99b1f)
157
- * Removing text-danger and using text-red - Jon Rohan [github/github@15627aa](https://github.com/github/github/commit/15627aa)
158
- * Remove .hidden - Mu-An Chiou [github/github@8701f4b](https://github.com/github/github/commit/8701f4b)
159
- * Removing text-success class and replacing with text-green - Jon Rohan [github/github@74529f7](https://github.com/github/github/commit/74529f7)
160
- * Removing text-closed class and replacing with text-red - Jon Rohan [github/github@a3bceee](https://github.com/github/github/commit/a3bceee)
161
- * Replacing m-auto with the newer class mx-auto - Jon Rohan [github/github@f2b3354](https://github.com/github/github/commit/f2b3354)
162
- * Remove .text-open from the codebase, using .text-green instead - Jon Rohan [github/github@ec6cb2a](https://github.com/github/github/commit/ec6cb2a)
163
- * Remove .text-diff-added from the codebase, using .text-green instead - Jon Rohan [github/github@aa0791d](https://github.com/github/github/commit/aa0791d)
164
- * Remove .text-diff-deleted from the codebase, using .text-red instead - Jon Rohan [github/github@a5fecd0](https://github.com/github/github/commit/a5fecd0)
165
- * Remove .text-failure from the codebase, using .text-red instead - Jon Rohan [github/github@6626959](https://github.com/github/github/commit/6626959)
166
- * Remove .text-error from the codebase, using .text-red instead - Jon Rohan [github/github@dc31063](https://github.com/github/github/commit/dc31063)
167
- * move animations into utilities module cc @jonrohan - broccolini [github/github@0c6d032](https://github.com/github/github/commit/0c6d032)
168
-
169
- # v0.6.0
170
-
171
- * Updating version - Jon Rohan [github/github@6bf5fe5](https://github.com/github/github/commit/6bf5fe5)
172
- * card tweaks to get labels and assignees in there - Mark Otto [github/github@e341b50](https://github.com/github/github/commit/e341b50)
173
- * add line space between rule - broccolini [github/github@b02308e](https://github.com/github/github/commit/b02308e)
174
- * Updating link to real primer-css repository - Jon Rohan [github/github@bbaedda](https://github.com/github/github/commit/bbaedda)
175
- * Fixing typo in vertical alignment utilities closes https://github.com/primer/utilities/pull/1 cc @fabianperez - Jon Rohan [github/github@78bb59c](https://github.com/github/github/commit/78bb59c)
176
- * Updating the modules stylelint - Jon Rohan [github/github@389609f](https://github.com/github/github/commit/389609f)
177
- * move over all bold variable changes - Mark Otto [github/github@6b5b021](https://github.com/github/github/commit/6b5b021)
178
- * disable lints because easier to read through like this - broccolini [github/github@dbc50c3](https://github.com/github/github/commit/dbc50c3)
179
- * change h0 h00 to f0 f00 to match light type utils - broccolini [github/github@bacbb65](https://github.com/github/github/commit/bacbb65)
180
-
181
- # v0.5.0
182
-
183
- * Bumping to a new version - Jon Rohan [github/github@ff32813](https://github.com/github/github/commit/ff32813)
184
- * Make sure the modules build without error before publishing - Jon Rohan [github/github@57ac5e6](https://github.com/github/github/commit/57ac5e6)
185
- * Adding docs for margin and padding - Jon Rohan [github/github@4ec0398](https://github.com/github/github/commit/4ec0398)
186
- * ohhhh remove that my bad - Mark Otto [github/github@caa46b2](https://github.com/github/github/commit/caa46b2)
187
- * Adjusting the regex and cleaning up unused classes - Jon Rohan [github/github@d3c1cce](https://github.com/github/github/commit/d3c1cce)
188
- * Creating a depcreated classes test to watch for any deprecated class use - Jon Rohan [github/github@1e001c1](https://github.com/github/github/commit/1e001c1)
189
- * utils - Mark Otto [github/github@23cec0a](https://github.com/github/github/commit/23cec0a)
190
-
191
- # v0.4.0
192
-
193
- * Publishing a new version - Jon Rohan [github/github@eed0e96](https://github.com/github/github/commit/eed0e96)
194
- * Moving the min-width to a utility - Jon Rohan [github/github@1560299](https://github.com/github/github/commit/1560299)
195
- * New line-height variables - Mark Otto [github/github@b15b1ea](https://github.com/github/github/commit/b15b1ea)
196
- * re-order type utilities - broccolini [github/github@8314eba](https://github.com/github/github/commit/8314eba)52
197
- * correct h3 size - broccolini [github/github@a2581ae](https://github.com/github/github/commit/a2581ae)d
198
- * Removing some unnecessary lint plugins and using native - Jon Rohan [github/github@2ae0070](https://github.com/github/github/commit/2ae0070)
199
- * including no-utility lint plugin - Jon Rohan [github/github@5cb86ed](https://github.com/github/github/commit/5cb86ed)
200
-
201
- # v0.3.0
202
-
203
- * 0.3.0 - Jon Rohan [github/github@8478cb3](https://github.com/github/github/commit/8478cb3)
204
- * revert to correct plugins - Jon Rohan [github/github@bcffe49](https://github.com/github/github/commit/bcffe49)
205
- * Adding stats script to generate build/index.js file - Jon Rohan [github/github@91a4720](https://github.com/github/github/commit/91a4720)
206
- * Adding lint plugins for new config - Jon Rohan [github/github@7fb9613](https://github.com/github/github/commit/7fb9613)
207
- * fix typo on visibility utility - broccolini [github/github@7d52b85](https://github.com/github/github/commit/7d52b85)
208
-
209
- # v0.2.2
210
-
211
- * Mentioning the build file - Jon Rohan [github/github@64ca4a7](https://github.com/github/github/commit/64ca4a7)
212
- * Including build/build.css in distributed npm module - Jon Rohan [github/github@e4effbf](https://github.com/github/github/commit/e4effbf)
213
- * Updating modules to run on prepublish to include build.css in distribution - Jon Rohan [github/github@5b573a0](https://github.com/github/github/commit/5b573a0)
214
- * Re-ordering the docs to the bottom of the readme - Jon Rohan [github/github@9c1f291](https://github.com/github/github/commit/9c1f291)
215
-
216
- # v0.2.1
217
-
218
- * Bumping version to include postcss.json in npm - Jon Rohan [github/github@9e560ba](https://github.com/github/github/commit/9e560ba)
219
- * Using stylelint to lint the modules instead of scss_lint - Jon Rohan [github/github@cb0b8fd](https://github.com/github/github/commit/cb0b8fd)
220
- * Updating stats recorder and removing some unused lint disables - Jon Rohan [github/github@6dbdfe1](https://github.com/github/github/commit/6dbdfe1)
221
- * Updating for stylelint instead of scss_lint - Jon Rohan [github/github@87a2c68](https://github.com/github/github/commit/87a2c68)
222
-
223
- # v0.2.0
224
-
225
- * Cutting new version 0.2.0 - Jon Rohan [github/github@a6f6586](https://github.com/github/github/commit/a6f6586)
226
- * Don't link requirements - Jon Rohan [github/github@7740e81](https://github.com/github/github/commit/7740e81)
227
- * Updating the README with more detailed instructions - Jon Rohan [github/github@5dd7c34](https://github.com/github/github/commit/5dd7c34)
228
- * Reorganize the module folders into a more flexible organization - Jon Rohan [github/github@5a07101](https://github.com/github/github/commit/5a07101)
229
- * cleaning up the package.json files - Jon Rohan [github/github@77763a1](https://github.com/github/github/commit/77763a1)
230
- * Adding npm version badges to readme - Jon Rohan [github/github@90b1871](https://github.com/github/github/commit/90b1871)
231
- * Adding tavisci build badges to the readmes - Jon Rohan [github/github@1a6126f](https://github.com/github/github/commit/1a6126f)
232
-
233
- # v0.1.0
234
-
235
- * Updating support dependency versions - Jon Rohan [github/github@76d97ec](https://github.com/github/github/commit/76d97ec)
236
- * Moving text base utilities to utilities module - Jon Rohan [github/github@ac7383e](https://github.com/github/github/commit/ac7383e)
237
- * polish select target page - Caleb Winters [github/github@2ca8bb1](https://github.com/github/github/commit/2ca8bb1)
238
- * use scss-lint:disable for now - Jon Rohan [github/github@7532519](https://github.com/github/github/commit/7532519)
239
- * typo in install instructions - Jon Rohan [github/github@27b72e4](https://github.com/github/github/commit/27b72e4)
240
- * Adding primer-support dependency - Jon Rohan [github/github@0961785](https://github.com/github/github/commit/0961785)
241
- * Adding more relevant info to the package.json file - Jon Rohan [github/github@1715cfd](https://github.com/github/github/commit/1715cfd)
242
- * Moving license to stylesheets directory to reuse for other modules - Jon Rohan [github/github@8fa7b44](https://github.com/github/github/commit/8fa7b44)
243
- * Adding a little bit more description to readme - Jon Rohan [github/github@7a29727](https://github.com/github/github/commit/7a29727)
244
- * Add info about saving in install - Jon Rohan [github/github@3f0aa6d](https://github.com/github/github/commit/3f0aa6d)
245
- * Creating a utilities module - Jon Rohan [github/github@7dc4d41](https://github.com/github/github/commit/7dc4d41)