- 19 Nov, 2019 7 commits
-
-
Lyza Gardner authored
Remove (some) deprecated SCSS color variables
-
Lyza Danger Gardner authored
`$color-cardinal` and `$gray-lightest` have no references in existing SCSS
-
Lyza Danger Gardner authored
Also remove now-unused utility class for cancel buttons—this pattern is only used in one place and may be on the way out in general.
-
Lyza Danger Gardner authored
Sub with `$grey-4`, which is identical (`#a6a6a6`). Part of consolidating CSS colors.
-
Lyza Danger Gardner authored
Sub with `$grey-1`, which is virtually identical (`$color-seashell` was `#f1f1f1`, `$grey-1` is `#f2f2f2`. Part of consolidating CSS colors.
-
Robert Knight authored
Convert excerpt to Preact (1/n) - Add a utility to observe element size changes
-
Robert Knight authored
Show focus ring on annotator toolbar buttons when using keyboard focus
-
- 18 Nov, 2019 19 commits
-
-
Robert Knight authored
[Security] Bump https-proxy-agent from 2.2.2 to 2.2.4
-
Robert Knight authored
Reduce test startup time when running a subset of tests
-
dependabot-preview[bot] authored
Bumps [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent) from 2.2.2 to 2.2.4. **This update includes security fixes.** - [Release notes](https://github.com/TooTallNate/node-https-proxy-agent/releases) - [Commits](https://github.com/TooTallNate/node-https-proxy-agent/compare/2.2.2...2.2.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
Robert Knight authored
Bump fetch-mock from 6.5.2 to 8.0.0
-
Robert Knight authored
The entry point for fetch-mock v8 is an ES module which Browserify does not support natively. Therefore use the CommonJS entry point as described at http://www.wheresrhys.co.uk/fetch-mock/#usageimporting.
-
dependabot-preview[bot] authored
-
Robert Knight authored
Bump npm-packlist from 1.4.6 to 2.0.1
-
Robert Knight authored
Bump @sentry/browser from 5.7.1 to 5.9.0
-
Robert Knight authored
Bump sass from 1.23.3 to 1.23.6
-
Robert Knight authored
Bump commander from 3.0.2 to 4.0.1
-
dependabot-preview[bot] authored
Bumps [sass](https://github.com/sass/dart-sass) from 1.23.3 to 1.23.6. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.23.3...1.23.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
-
dependabot-preview[bot] authored
-
dependabot-preview[bot] authored
Bumps [enzyme-adapter-preact-pure](https://github.com/preactjs/enzyme-adapter-preact-pure) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/preactjs/enzyme-adapter-preact-pure/releases) - [Changelog](https://github.com/preactjs/enzyme-adapter-preact-pure/blob/master/CHANGELOG.md) - [Commits](https://github.com/preactjs/enzyme-adapter-preact-pure/compare/v2.1.0...v2.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript) from 5.7.1 to 5.9.0. - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-javascript/compare/5.7.1...5.9.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.556.0 to 2.573.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.556.0...v2.573.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [npm-packlist](https://github.com/npm/npm-packlist) from 1.4.6 to 2.0.1. - [Release notes](https://github.com/npm/npm-packlist/releases) - [Commits](https://github.com/npm/npm-packlist/compare/v1.4.6...v2.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [fetch-mock](https://github.com/wheresrhys/fetch-mock) from 6.5.2 to 8.0.0. - [Release notes](https://github.com/wheresrhys/fetch-mock/releases) - [Commits](https://github.com/wheresrhys/fetch-mock/compare/v6.5.2...v8.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 16.34.0 to 16.35.0. - [Release notes](https://github.com/octokit/rest.js/releases) - [Commits](https://github.com/octokit/rest.js/compare/v16.34.0...v16.35.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 15 Nov, 2019 5 commits
-
-
Kyle Keating authored
Add changeFocusModeUser action
-
Kyle Keating authored
- Edit `cross-origin-rpc.js` server to be able to call actions. - Add registerMethods rpc whitelist mapping function
-
Lyza Gardner authored
Add hook to tell an element to close if interactions happen outside of it
-
Lyza Danger Gardner authored
-
Lyza Gardner authored
Prevent errors arising from applying private permissions to anonymous annotations
-
- 14 Nov, 2019 1 commit
-
-
Lyza Danger Gardner authored
As a convenience, the app retains the last permissions level used by a user when publishing an annotation. For example, if a user creates and saves and annotation that is set to “only me”/private, the app stashes that as a pseudo-preference in `localStorage` and the next time a user creates a new annotation, that will be the default permissions level applied to it. This makes it easier to create several subsequent annotations that have the same permissions/sharing setting. There is a bug in this approach, however, which before this patch happened when: * A Hypothesis user creates an annotation and sets the permissions to “private” (only me) and saves the annotation successfully to the `h` service, then; * The Hypothesis user logs out, then; * The same person in the same browser (now an anonymous user from Hypothesis’ perspective) selects some text and clicks “annotate., then; * The user is shown an error message that they must log in to create annotations: they click “Log In” Before this fix, the user then would see an error “Cannot read property ‘split’ of null” in an error flash and the login process would not successfully complete. The only workaround was to reload the browser window and try again. After this fix, the user will not see an error after the sequence detailed above and the login process will complete. This fix is achieved by preventing the app from attempting to apply default permissions of “only me”/private when no `userid` is available. Doing so creates corrupted permissions on the annotation which throw `TypeError`s when later iterated over. There are several further fixes necessary to fully clean up this situation, but this patches over the immediate user-visible bug. Fixes https://github.com/hypothesis/client/issues/1221
-
- 13 Nov, 2019 3 commits
-
-
Hannah Stepanek authored
Bump autoprefixer from 9.7.0 to 9.7.1
-
Lyza Gardner authored
Clean up `TopBar`: CSS, ARIA
-
Lyza Danger Gardner authored
-
- 12 Nov, 2019 5 commits
-
-
Lyza Gardner authored
Add Copy-version-details to help panel; tighten design/layout
-
Hannah Stepanek authored
Bump showdown from 1.9.0 to 1.9.1
-
Hannah Stepanek authored
Bump sass from 1.23.1 to 1.23.3
-
Hannah Stepanek authored
Bump preact from 10.0.4 to 10.0.5
-
dependabot-preview[bot] authored
Bumps [preact](https://github.com/preactjs/preact) from 10.0.4 to 10.0.5. - [Release notes](https://github.com/preactjs/preact/releases) - [Commits](https://github.com/preactjs/preact/compare/10.0.4...10.0.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-