- 04 Feb, 2020 1 commit
-
-
dependabot-preview[bot] authored
Bumps [codecov](https://github.com/codecov/codecov-node) from 3.6.2 to 3.6.4. - [Release notes](https://github.com/codecov/codecov-node/releases) - [Commits](https://github.com/codecov/codecov-node/compare/v3.6.2...v3.6.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 03 Feb, 2020 17 commits
-
-
Kyle Keating authored
Improve a11y testing for AutocompleteList and TagEditor
-
Kyle Keating authored
- TagEditor test renders full AutocompleteList for end to end a11y test - AutocompleteList now uses a `is-hidden` class rather than preact to hide itself. This was necessary to pass a11y lint. - Change TagEditor to unset the activeIndex when adding tag - Add `aria-label` to TagEditor <input> filed, `placeholder` attr not sufficient for lint - Very slight color adjust on $grey-5 to keep 4.5:1 contrast spec
-
Robert Knight authored
Move component test utilities to src/test-util/
-
Robert Knight authored
Bump commander from 4.1.0 to 4.1.1
-
Robert Knight authored
Bump puppeteer from 2.0.0 to 2.1.0
-
dependabot-preview[bot] authored
-
dependabot-preview[bot] authored
-
dependabot-preview[bot] authored
-
dependabot-preview[bot] authored
-
dependabot-preview[bot] authored
Merge pull request #1744 from hypothesis/dependabot/npm_and_yarn/babel-plugin-mockable-imports-1.7.0
-
dependabot-preview[bot] authored
Bumps [@babel/core](https://github.com/babel/babel) from 7.8.3 to 7.8.4. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.8.3...v7.8.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.8.3 to 7.8.4. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.8.3...v7.8.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 16.38.3 to 16.43.0. - [Release notes](https://github.com/octokit/rest.js/releases) - [Commits](https://github.com/octokit/rest.js/compare/v16.38.3...v16.43.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [babel-plugin-mockable-imports](https://github.com/robertknight/babel-plugin-mockable-imports) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/robertknight/babel-plugin-mockable-imports/releases) - [Changelog](https://github.com/robertknight/babel-plugin-mockable-imports/blob/master/CHANGELOG.md) - [Commits](https://github.com/robertknight/babel-plugin-mockable-imports/compare/v1.6.0...v1.7.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.0.7 to 2.0.8. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/2.0.7...2.0.8) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/puppeteer/puppeteer/releases) - [Commits](https://github.com/puppeteer/puppeteer/compare/v2.0.0...v2.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [commander](https://github.com/tj/commander.js) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/tj/commander.js/releases) - [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/tj/commander.js/compare/v4.1.0...v4.1.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 31 Jan, 2020 2 commits
-
-
Kyle Keating authored
Chrome extension did not upload correctly, bumping version to repeat the travis build
-
Robert Knight authored
Improve organizational clarity by separating tests from utility modules used in tests, and also pave the way for re-using these utilities for UI outside the sidebar app in future (eg. src/annotator/).
-
- 30 Jan, 2020 6 commits
-
-
Kyle Keating authored
Improved tag editor (Part 2/2)
-
Kyle Keating authored
- Fix add new tag bug in Edge - Remove tag-editor’s Chrome hack fix to limit suggestions to 20 - Add ARIA 1.1 Combobox a11y model to TagEditor
-
Robert Knight authored
Add accessibility unit test using axe-core
-
Robert Knight authored
"default" is the default name for an a11y scenario unless one is specified.
-
Robert Knight authored
Remove the global react/display-name lint suppression for the src/sidebar/components/test directory with individual line-level suppressions. The reason for having a global rule wasn't obvious when looking at .eslintrc and there aren't that many occurrences.
-
Robert Knight authored
Improve handling of text in RTL languages
-
- 29 Jan, 2020 3 commits
-
-
Kyle Keating authored
-
Robert Knight authored
-
Robert Knight authored
This enables axe-core tests which depend on CSS rules being available to work, such as checking that elements have sufficient color contrast.
-
- 28 Jan, 2020 6 commits
-
-
Robert Knight authored
Remove obsolete references to shallow rendering
-
Robert Knight authored
`checkAccessibility` calls often violate this rule because the `content` key is assigned a function which returns an element, but is not actually a component.
-
Kyle Keating authored
Add Datalist component (Part 1/2)
-
Kyle Keating authored
- Use as a replacement for the native <datalist> tag - Fix UI differences between Chrome, FF, Safari and Edge with respect to the <datalist> - Fix performance issues experienced in Chrome when used with <datalist> - Allow for future enhanced customization of list including substring highlighting that <datalist> could not do
-
Robert Knight authored
Add infrastructure for running a11y tests using axe-core and add an initial set of tests for existing components. A small number of components (3) fail these checks. These tests have been temporarily skipped so that we can incrementally fix them later. One trivial issue with an un-labeled link in `LoggedOutMessage` was fixed by adding a `title` attribute.
-
Robert Knight authored
We replaced use of Enzyme's shallow rendering for component unit tests some time ago in https://github.com/hypothesis/client/pull/1470.
-
- 27 Jan, 2020 5 commits
-
-
Robert Knight authored
Add eslint-plugin-jsx-a11y to the lint configuration
-
Robert Knight authored
Bump cross-env from 6.0.3 to 7.0.0
-
Robert Knight authored
Bump fetch-mock from 8.3.1 to 8.3.2
-
Robert Knight authored
Bump sinon from 8.1.0 to 8.1.1
-
Robert Knight authored
This helps detect accessibility errors in markup as part of `make lint`. Flag the current set of known errors with a `FIXME-A11Y` comment and suppress them temporarily, so that we can fix them incrementally while guarding against new errors. Part of #1727
-