- 18 Nov, 2019 2 commits
-
-
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
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>
-
- 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 7 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>
-
Hannah Stepanek authored
Bump prettier from 1.18.2 to 1.19.1
-
Hannah Stepanek authored
-
- 11 Nov, 2019 13 commits
-
-
Lyza Danger Gardner authored
-
dependabot-preview[bot] authored
-
dependabot-preview[bot] authored
Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.6.3 to 7.7.1. - [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.6.3...v7.7.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
-
dependabot-preview[bot] authored
Merge pull request #1490 from hypothesis/dependabot/npm_and_yarn/babel-plugin-mockable-imports-1.5.2
-
dependabot-preview[bot] authored
Bumps [@babel/preset-react](https://github.com/babel/babel) from 7.6.3 to 7.7.0. - [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.6.3...v7.7.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
-
dependabot-preview[bot] authored
Bumps [babel-plugin-mockable-imports](https://github.com/robertknight/babel-plugin-mockable-imports) from 1.5.1 to 1.5.2. - [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.5.1...v1.5.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 9.7.0 to 9.7.1. - [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.7.0...9.7.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [showdown](https://github.com/showdownjs/showdown) from 1.9.0 to 1.9.1. - [Release notes](https://github.com/showdownjs/showdown/releases) - [Changelog](https://github.com/showdownjs/showdown/blob/1.9.1/CHANGELOG.md) - [Commits](https://github.com/showdownjs/showdown/compare/1.9.0...1.9.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [sass](https://github.com/sass/dart-sass) from 1.23.1 to 1.23.3. - [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.1...1.23.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [@babel/core](https://github.com/babel/babel) from 7.6.4 to 7.7.2. - [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.6.4...v7.7.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [prettier](https://github.com/prettier/prettier) from 1.18.2 to 1.19.1. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/1.18.2...1.19.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 08 Nov, 2019 8 commits
-
-
Lyza Danger Gardner authored
- Tighten panel subheader and sub-panel navigation links - Make vertical and horizontal rhythm consistent
-
Lyza Danger Gardner authored
-
Lyza Danger Gardner authored
By changing the temporary element for holding text from a `span` to a `pre`, line breaks in formatted strings may be retained when copying to the clipboard NB: This change cannot be directly tested
-
Lyza Danger Gardner authored
Separate `asEncodedURLString` into two constituent methods, allowing access to an un-encoded `asFormattedString`, which returns a string formatted for (e.g.) copying to the clipboard.
-
Lyza Gardner authored
Replace Help and Tutorial panels with single, preact panel
-
Lyza Danger Gardner authored
-
Lyza Danger Gardner authored
-
Robert Knight authored
Improve tab bar accessibility
-
- 06 Nov, 2019 1 commit
-
-
Lyza Danger Gardner authored
-