-
Notifications
You must be signed in to change notification settings - Fork 333
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
Remove deprecated govuk-tag--inactive
class
#2417
Conversation
6dfcb32
to
ddeee24
Compare
I've had a go at writing the changelog message, @EoinShaughnessy you might want to take a look as well? |
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.
💥 🗑️ 🎉
@@ -60,6 +60,6 @@ examples: | |||
data: | |||
text: This is a new service – your feedback will help us to improve it | |||
tag: | |||
classes: govuk-tag--inactive |
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.
Good catch 👍🏻
ed2d8e1
to
3149232
Compare
Class `govuk-tag--inactive` was replaced by `govuk-tag--grey` and deprecated in PR #1711. This commit replaces references to it in our tests, examples, and fixtures.
Class govuk-tag--inactive was replaced by govuk-tag--grey and deprecated in PR #1711. This commit removes the class completely. Users should replace any uses of this class with `.govuk-tag--grey`. Co-authored-by: Oliver Byford <oliver.byford@digital.cabinet-office.gov.uk>
3149232
to
5d2fa1e
Compare
.govuk-tag--inactive class
govuk-tag--inactive class
govuk-tag--inactive class
govuk-tag--inactive
class
@lfdebrux Changelog update looks great! |
Fixes #1757 (also see here for details of how this is a breaking change for users).
Class
govuk-tag--inactive
was replaced bygovuk-tag--grey
and deprecated in PR #1711.This commit removes the class completely. Users should replace any uses of this class with
.govuk-tag--grey
.