-
Notifications
You must be signed in to change notification settings - Fork 328
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
Chore(packages): copy changes to packages #437
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes themselves look fine but there's something weird going on with additional files being added, including parts of the sass-mq library?
@@ -0,0 +1 @@ | |||
../../../back-link |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where did these files come from? Are these meant to be here?
@@ -0,0 +1 @@ | |||
../../../globals |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Again, not sure where this came from.
@@ -0,0 +1,19 @@ | |||
Copyright (c) 2013-2016 Guardian Media Group and contributors |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This shouldn't be here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, but needs conflict to be resolved first.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to address the issues above before this can be merged.
- @govuk-frontend/[email protected] - @govuk-frontend/[email protected] - @govuk-frontend/[email protected] - @govuk-frontend/[email protected] - @govuk-frontend/[email protected] - @govuk-frontend/[email protected] - @govuk-frontend/[email protected] - @govuk-frontend/[email protected] - @govuk-frontend/[email protected] - @govuk-frontend/[email protected] - @govuk-frontend/[email protected] - @govuk-frontend/[email protected] - @govuk-frontend/[email protected] - @govuk-frontend/[email protected] - @govuk-frontend/[email protected] - @govuk-frontend/[email protected] - @govuk-frontend/[email protected] - @govuk-frontend/[email protected] - @govuk-frontend/[email protected] - @govuk-frontend/[email protected] - @govuk-frontend/[email protected] - @govuk-frontend/[email protected] - @govuk-frontend/[email protected] - @govuk-frontend/[email protected] - @govuk-frontend/[email protected] - @govuk-frontend/[email protected]
d4bf7b5
to
789895f
Compare
the changelog above doesnt seem to have the govuk-button-hover-colour PR which is in the main changelog |
789895f
to
f2e6b3b
Compare
f2e6b3b
to
d5f1b68
Compare
Thanks @36degrees. I've got no explanation for those blank files inside @joelanman That would be because when I rebased master into this branch, it took your CHANGELOG message from master under |
d5f1b68
to
e48fd3e
Compare
e48fd3e
to
cff8415
Compare
cff8415
to
b891bac
Compare
Reviewed again 👍 |
For posterity – there were originally a number of symlinks accidentally introduced as part of this PR (e.g. However, this was done after the packages were released to npm as part of the verification process, and we have checked that the releases on npm are fine. As such, we've edited the offending commit to negate the addition of the symlinks (and a spurious .DS_Store). We also discussed the way that commits were done – with the changes to the packages folder being committed after the commit to bump the versions and release – and decided that it made more sense to commit the changes first. So there will be a further PR to update the docs along with the other changes that Hanna has been working on. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Happy with this now. Although I helped with the fixes, @alex-ju has also reviewed so this can be merged.
Update with all the latest changes from source:
Breaking changes:
a
elements directly, butinstead provide a
govuk-link
class which you will need to apply to linksindividually. (PR #427)
been moved to the core
(PR #431)
legal-text
argument accepted bylegal-text
component totext
(PR #431)legal-text
component towarning-text
(PR #431)New features:
scope do not need the
govuk-link
class applied.(PR #427)
class (
govuk-link--muted
).(PR #427)
Fixes:
again. (PR #428)
links when no
href
is provided.(PR #428)
(PR #427)
components have been updated to include explicit link styling, as they
previously relied on the global link styles.
(PR #427)
warning-text
icon by 1px for New TransportInternal:
govuk-link
class.(PR #427)