Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Primer 10.2.0 #407

Merged
merged 36 commits into from
Dec 19, 2017
Merged

Primer 10.2.0 #407

merged 36 commits into from
Dec 19, 2017

Conversation

jonrohan
Copy link
Member

@jonrohan jonrohan commented Nov 16, 2017

WIP pr for Primer 10.2.0 minor release

Tracking issue here: #406

Ship checklist

  • Update changelog
  • npm run bump
  • Add new release
  • Update primer.io to point to v10.2.0
  • Publish updated storybook

gladwearefriends and others added 26 commits November 17, 2017 12:06
automatically style first and last breadcrumb
Updates to stylelint package links/docs for new structure
Add Sass key to package.json
@jonrohan jonrohan changed the title [WIP] Primer 10.2.0 Primer 10.2.0 Dec 18, 2017
Copy link
Member

@broccolini broccolini left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The breadcrumb changes aren't correct, need to get them fixed before merging in.

CHANGELOG.md Outdated
# 10.2.0 (2017-12-11)

#### :rocket: Enhancement
* [#376](https://github.com/primer/primer/pull/376) Increase spacing scale. ([@gladwearefriends](https://github.com/gladwearefriends))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you change the title to "Extend spacing scale for marketing" to make it a bit clearer?

@@ -12,6 +11,7 @@
}
}

:last-child .breadcrumb-item,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change removes the forward slash off of every breadcrumb, unsure what this change was trying to achieve but we don't want to merge it like this.

@@ -1,6 +1,5 @@
.breadcrumb-item {
display: inline-block;
margin-left: -$spacer-1;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't want the margin left on the first breadcrumb, but we need it on the others, this change makes the spacing either side of the / uneven.

@@ -1,11 +1,12 @@
{
"version": "6.0.2",
"version": "6.0.3",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be a minor bump seeing as there are minor changes to packages within it?

@@ -1,6 +1,6 @@
.breadcrumb-item {
display: inline-block;
margin-left: -$spacer-1;
margin-left: -0.35em;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙈

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙊.375

Copy link
Member

@broccolini broccolini left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@jonrohan jonrohan merged commit a09c657 into master Dec 19, 2017
@broccolini broccolini mentioned this pull request Jan 5, 2018
12 tasks
@jonrohan jonrohan deleted the release-10.2.0 branch June 13, 2018 23:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants