- 05 Aug, 2020 11 commits
-
-
Kyle Keating authored
- new-note-btn.js - search-status-bar.js - selection-tabs.js - annotation-action-bar.js - annotation-quote.js
-
Robert Knight authored
Fix an a11y issue reported by axe-core [1] by adding an aria-label attribute to several links that did not have text content. These links all have `title` attributes but axe v4.0.0 does not consider that a valid label. [1] https://dequeuniversity.com/rules/axe/4.0/link-name?application=axeAPI
-
dependabot-preview[bot] authored
Bumps [axe-core](https://github.com/dequelabs/axe-core) from 3.5.5 to 4.0.0. - [Release notes](https://github.com/dequelabs/axe-core/releases) - [Changelog](https://github.com/dequelabs/axe-core/blob/develop/CHANGELOG.md) - [Commits](https://github.com/dequelabs/axe-core/compare/v3.5.5...v4.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
Robert Knight authored
Add `src/types/pdfjs.js` module which defines the subset of the PDF.js viewer API that the client actually uses and make use of it in `src/annotator/anchoring/pdf.js` and `src/annotator/plugin/pdf-metadata.js` to typecheck these files. As well as helping to catch errors and JSDoc mistakes in these files, this should also make future PDF.js upgrades easier because we can see what PDF.js APIs the client actually relies on.
-
Robert Knight authored
The `MenuItem` component never used this prop. It was passed by mistake in `SortMenu` as a duplicate of the `label` prop.
-
Robert Knight authored
Enable typechecking of most JS files in src/annotator except for: - The entrypoint index.js file. This cannot be usefully checked since it imports many CoffeeScript files - pdf-sidebar.js - This extends a class currently written in CoffeeScript - src/annotator/anchoring/pdf.js - This requires types for various PDF.js globals to be defined - The `annotator/plugin` directory
-
Robert Knight authored
-
Robert Knight authored
-
Robert Knight authored
-
Robert Knight authored
-
Robert Knight authored
-
- 04 Aug, 2020 9 commits
-
-
Kyle Keating authored
-
Kyle Keating authored
- Fix typing for createSelector() wrapped selectors. (use @type, not @return) - Fix `FrameInfo` type and use it. Previously it was orphaned.
-
dependabot-preview[bot] authored
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.10.5 to 7.11.0. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.11.0/packages/babel-core) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [karma](https://github.com/karma-runner/karma) from 5.1.0 to 5.1.1. - [Release notes](https://github.com/karma-runner/karma/releases) - [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/karma/compare/v5.1.0...v5.1.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 9.8.5 to 9.8.6. - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/master/CHANGELOG.md) - [Commits](https://github.com/postcss/autoprefixer/compare/9.8.5...9.8.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [scroll-into-view](https://github.com/KoryNunn/scroll-into-view) from 1.14.2 to 1.15.0. - [Release notes](https://github.com/KoryNunn/scroll-into-view/releases) - [Commits](https://github.com/KoryNunn/scroll-into-view/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [fetch-mock](https://github.com/wheresrhys/fetch-mock) from 9.10.5 to 9.10.6. - [Release notes](https://github.com/wheresrhys/fetch-mock/releases) - [Commits](https://github.com/wheresrhys/fetch-mock/compare/v9.10.5...v9.10.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [browserify](https://github.com/browserify/browserify) from 16.5.1 to 16.5.2. - [Release notes](https://github.com/browserify/browserify/releases) - [Changelog](https://github.com/browserify/browserify/blob/master/changelog.markdown) - [Commits](https://github.com/browserify/browserify/compare/v16.5.1...v16.5.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [mocha](https://github.com/mochajs/mocha) from 8.0.1 to 8.1.0. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v8.0.1...v8.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 03 Aug, 2020 5 commits
-
-
dependabot-preview[bot] authored
Bumps [eslint](https://github.com/eslint/eslint) from 7.5.0 to 7.6.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.5.0...v7.6.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.720.0 to 2.726.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.720.0...v2.726.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.10.4 to 7.11.0. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.11.0/packages/babel-preset-env) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
Kyle Keating authored
-
Kyle Keating authored
-
- 30 Jul, 2020 10 commits
-
-
Kyle Keating authored
-
Kyle Keating authored
-
Kyle Keating authored
-
Kyle Keating authored
-
Lyza Danger Gardner authored
-
Lyza Danger Gardner authored
-
Lyza Danger Gardner authored
The way that the search interface is currently implemented, clicking on the "search" icon in the top bar actually submits the search form (with an empty query). Ignoring empty queries if a query has not yet been set alleviates "searching" for nothing. This also prevents expanded threads from being re-collapsed when clicking on the search icon.
-
Lyza Danger Gardner authored
-
Lyza Danger Gardner authored
-
dependabot-preview[bot] authored
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3. **This update includes a security fix.** - [Release notes](https://github.com/indutny/elliptic/releases) - [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 29 Jul, 2020 5 commits
-
-
Kyle Keating authored
- add props for annotation-action-bar - add props for annotation-document-info - dependency fixes: - add selector types for groups stores - fixup errors discovered in annotation-share-control - fixup errors in util/permissions
-
Kyle Keating authored
-
Kyle Keating authored
This causes several issues and its not immediately clear this needs or should be required
-
Robert Knight authored
Naming the variable `createElement` caused a crash when running `yarn lint` with eslint-plugin-react v7.20.4, presumably because it was being treated like the `createElement` import from Preact/React.
-
dependabot-preview[bot] authored
Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.20.3 to 7.20.4. - [Release notes](https://github.com/yannickcr/eslint-plugin-react/releases) - [Changelog](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/yannickcr/eslint-plugin-react/compare/v7.20.3...v7.20.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-