- 28 May, 2020 11 commits
-
-
Lyza Gardner authored
-
Robert Knight authored
Remove unused/unnecessary SASS vars and mixins
-
Robert Knight authored
- Remove unnecessary clearfix in annotation-header. We don't use floats in the layout of annotation threads or annotations any more. - Remove unused variables - Remove an unused mixin in `forms.scss`
-
Lyza Danger Gardner authored
-
Lyza Danger Gardner authored
-
Lyza Danger Gardner authored
-
Lyza Danger Gardner authored
-
Lyza Gardner authored
Rectify infinite load on single-annotation, stream views
-
Lyza Danger Gardner authored
-
Lyza Danger Gardner authored
-
Lyza Danger Gardner authored
-
- 27 May, 2020 5 commits
-
-
Robert Knight authored
Bump mocha from 7.1.2 to 7.2.0
-
Robert Knight authored
Bump karma from 5.0.8 to 5.0.9
-
Robert Knight authored
Bump terser from 4.6.13 to 4.7.0
-
Robert Knight authored
Bump fetch-mock from 9.9.0 to 9.10.1
-
Robert Knight authored
Bump preact from 10.4.1 to 10.4.4
-
- 26 May, 2020 7 commits
-
-
Sean Hammond authored
Fix installing tox
-
Kyle Keating authored
Update 3 config keys - `allowLeavingGroups` - `groups` when used with “$rpc:requestGroups” value - `requestConfigFromFrame`
-
Sean Hammond authored
Our scripting automatically installs tox in pyenv so you don't have to install tox manually or system-wide. Unfortunately it wasn't working: the installed tox doesn't appear on your PATH until you run a `pyenv rehash`
-
Robert Knight authored
Bump chance from 1.1.5 to 1.1.6
-
Robert Knight authored
Remove `OAUTH_TOKENS_CHANGED` event
-
Robert Knight authored
Remove unused diff-match-patch dependency
-
Robert Knight authored
We don't use this package directly any more, although there is still a transitive dependency on it via dom-anchor-text-quote.
-
- 25 May, 2020 8 commits
-
-
dependabot-preview[bot] authored
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.679.0 to 2.683.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.679.0...v2.683.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 17.9.1 to 17.9.2. - [Release notes](https://github.com/octokit/rest.js/releases) - [Commits](https://github.com/octokit/rest.js/compare/v17.9.1...v17.9.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [preact](https://github.com/preactjs/preact) from 10.4.1 to 10.4.4. - [Release notes](https://github.com/preactjs/preact/releases) - [Commits](https://github.com/preactjs/preact/compare/10.4.1...10.4.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [terser](https://github.com/terser/terser) from 4.6.13 to 4.7.0. - [Release notes](https://github.com/terser/terser/releases) - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/compare/v4.6.13...v4.7.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [chance](https://github.com/chancejs/chancejs) from 1.1.5 to 1.1.6. - [Release notes](https://github.com/chancejs/chancejs/releases) - [Commits](https://github.com/chancejs/chancejs/compare/1.1.5...1.1.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [mocha](https://github.com/mochajs/mocha) from 7.1.2 to 7.2.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/v7.1.2...v7.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [karma](https://github.com/karma-runner/karma) from 5.0.8 to 5.0.9. - [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.0.8...v5.0.9) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [fetch-mock](https://github.com/wheresrhys/fetch-mock) from 9.9.0 to 9.10.1. - [Release notes](https://github.com/wheresrhys/fetch-mock/releases) - [Commits](https://github.com/wheresrhys/fetch-mock/compare/v9.9.0...v9.10.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 21 May, 2020 9 commits
-
-
Lyza Gardner authored
Co-authored-by: Kyle Keating <kkeating@hypothes.is>
-
Lyza Gardner authored
Co-authored-by: Kyle Keating <kkeating@hypothes.is>
-
Lyza Gardner authored
* Add `aria-expanded` to sidebar show/hide button * Add axe test to annotator toolbar component Co-authored-by: Kyle Keating <kkeating@hypothes.is>
-
Lyza Gardner authored
Use `aria-expanded` instead of `aria-pressed` per a11y audit
-
Robert Knight authored
-
Robert Knight authored
Remove the last remaining use of the `$rootScope` service to broadcast / subscribe to the `OAUTH_TOKENS_CHANGED` event. Instead the `auth` service is now an `EventEmitter` and the `session` service subscribes directly to `oauthTokensChanged` events from it. Whereas we replaced most other events with observers which react to data changing in the store, this particular use case doesn't lend itself to that and it makes more sense for the `auth` service to emit events to notify interested consumers.
-
Robert Knight authored
Replace the `BEFORE_ANNOTATION_CREATED` event
-
Robert Knight authored
- Move a comment down to the `useEffect` call it referred to - Reword the note about what happens when there are multiple unsaved annotations and the newest one is removed or saved
-
Lyza Danger Gardner authored
-