-
Notifications
You must be signed in to change notification settings - Fork 38
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
ISSUE 220 - Remove unused CSS 'govuk-button' class from the 'search' submit button #223
ISSUE 220 - Remove unused CSS 'govuk-button' class from the 'search' submit button #223
Conversation
068da59
to
fa194f3
Compare
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.
Thanks for picking this up @iqbalgds 🙌🏻
lib/govuk_tech_docs/version.rb
Outdated
@@ -1,3 +1,3 @@ | |||
module GovukTechDocs | |||
VERSION = "2.2.1".freeze | |||
VERSION = "2.2.2".freeze |
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.
I think we tend to do releases separately in this repo, rather than making a change and releasing in the same PR.
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.
Thanks - will update
CHANGELOG.md
Outdated
@@ -1,5 +1,9 @@ | |||
# Changelog | |||
|
|||
## 2.2.2 | |||
|
|||
- [#218: Remove unnecessary CSS class on the search submit button](https://github.com/alphagov/tech-docs-gem/pull/223) |
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.
- [#218: Remove unnecessary CSS class on the search submit button](https://github.com/alphagov/tech-docs-gem/pull/223) | |
- [#223: Remove unnecessary CSS class on the search submit button](https://github.com/alphagov/tech-docs-gem/pull/223) |
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 spot
fa194f3
to
3be232f
Compare
…submit button - The 'search' submit button had the un-necessary CSS class 'govuk-button'. - It a someone uses the gem and they are importing the Design System 'govuk-button' CSS stylesheet, then it breaks the styling on the button.
3be232f
to
3d17fbc
Compare
@@ -1,5 +1,9 @@ | |||
# Changelog | |||
|
|||
## 2.2.2 |
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 should be 'Unreleased' until a new version is released (which might be 2.2.2, but could equally be 2.3) – it also makes it clear to users looking at the changelog that these changes haven't gone out yet.
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 to me (although I agree with @36degrees about the title in the changelog, so you should probably fix that before merging 😄)
then it breaks the styling on the button.