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

fix: adds aria-label for WCAG 2.1 AA #82 #83

Merged
merged 3 commits into from
Jul 13, 2021

Conversation

rkristelijn
Copy link
Contributor

@rkristelijn rkristelijn commented Jul 12, 2021

Please check if the PR fulfills these requirements

  • The commit messages follow these
    guidelines
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

What kind of change does this PR introduce? (check one with "x")

  • Bugfix

If it is a Bugfix, please describe the root cause and what could have been done to prevent it…

What is the current behavior? (You can link to an open issue here, add screenshots…)

What is the new behavior?

Does this PR introduce a breaking change? (check one with "x")

  • No

If this PR contains a breaking change, please describe the impact and migration
path for existing applications: …

Other information (if applicable):


Please @mention @people to review this PR…

@rkristelijn
Copy link
Contributor Author

@willmendesneto can you have a look?

Copy link
Owner

@willmendesneto willmendesneto left a comment

Choose a reason for hiding this comment

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

Thanks for raising that pull request @rkristelijn!

package-lock.json was changed by mistake here, so it should be reverted. Also, the checks on the pipeline are failing on CircleCI.

Besides that, looks good to me! I'll wait for the updates tomorrow. Otherwise, I can apply the changes and publish a new version of the package including the fix.

Once again, thanks mate!

package-lock.json Outdated Show resolved Hide resolved
@@ -12,6 +12,7 @@
"e2e": "ng e2e",
"bundlesize": "bundlesize",
"build:pkg": "ng build ngx-skeleton-loader --prod",
"build:pkg:trace": "node --trace-warnings ./node_modules/@angular/cli/bin/ng build ngx-skeleton-loader --prod",
Copy link
Owner

Choose a reason for hiding this comment

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

No need for this command here. Since it's a relevant issue I'm removing myself to get the issue quickly published

Copy link
Owner

@willmendesneto willmendesneto left a comment

Choose a reason for hiding this comment

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

LGTM!

Thanks @rkristelijn for raising the issue and the pull request!

@willmendesneto willmendesneto merged commit 7163715 into willmendesneto:master Jul 13, 2021
@willmendesneto
Copy link
Owner

Sharing some updates:

The pull request got merged and all the validations pre publish are done. Please update your project to use ngx-skeleton-loader@2.10.1 to get this issue fixed and enjoy!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants