- 25 Aug, 2020 3 commits
-
-
Robert Knight authored
-
dependabot-preview[bot] authored
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.735.0 to 2.739.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.735.0...v2.739.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.11.1 to 7.11.4. - [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.4/packages/babel-core) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 21 Aug, 2020 3 commits
-
-
Nathan Lisgo authored
Apologies, I seem to have introduced a bug here: https://github.com/hypothesis/client/pull/2461 It should be: ``` border-width: 0 0 1px 0; ``` rather than: ``` border: 0 0 1px 0; ```
-
Nathan Lisgo authored
Without this a border is set in all directions.
-
Robert Knight authored
Since [1] PDF.js does not dispatch events to the DOM any more. Therefore the client needs to listen for the `documentloaded` event from `PDFApplicationViewer.eventBus`. The `eventBus` property is only available once the viewer is initialized, so the client needs to wait for `initializedPromise` to resolve before checking it. [1] https://github.com/mozilla/pdf.js/pull/11655
-
- 20 Aug, 2020 1 commit
-
-
Robert Knight authored
- Remove the IRC links since no Hypothesis staff engage with IRC any more as far as I am aware. We do monitor Slack however. - Update the Google Groups URL for the dev mailing list to point to the new version of Google Groups which (finally!) no longer relies on fragment URLs
-
- 18 Aug, 2020 12 commits
-
-
Lyza Danger Gardner authored
-
Lyza Danger Gardner authored
-
Lyza Danger Gardner authored
-
Robert Knight authored
-
Robert Knight authored
The newest react-hooks ESLint plugin correctly reported an issue where a `useLayoutEffect` hook had a dependency on a value which changed on every render.
-
dependabot-preview[bot] authored
Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 4.0.8 to 4.1.0. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/master/packages/eslint-plugin-react-hooks/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
Robert Knight authored
The backend Hypothesis projects have switched to using GitHub Actions for CI. This does the same for the Hypothesis client.
-
dependabot-preview[bot] authored
Bumps [fetch-mock](https://github.com/wheresrhys/fetch-mock) from 9.10.6 to 9.10.7. - [Release notes](https://github.com/wheresrhys/fetch-mock/releases) - [Commits](https://github.com/wheresrhys/fetch-mock/compare/v9.10.6...v9.10.7) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [sinon](https://github.com/sinonjs/sinon) from 9.0.2 to 9.0.3. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/master/CHANGELOG.md) - [Commits](https://github.com/sinonjs/sinon/compare/v9.0.2...v9.0.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [terser](https://github.com/terser/terser) from 5.0.0 to 5.1.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/v5.0.0...v5.1.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.20.1 to 5.21.1. - [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.20.1...5.21.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
Robert Knight authored
This property was not implemented when the annotation body components were converted from Angular to Preact. - Add `textStyle` prop to `MarkdownView` and `MarkdownEditor` which sets additional CSS properties to apply to the rendered annotation body - Read the theme style properties for annotation bodies in `AnnotationBody` and pass the resulting `textStyle` down to `MarkdownEditor` and `MarkdownView` Fixes #2444
-
- 17 Aug, 2020 12 commits
-
-
dependabot-preview[bot] authored
Bumps [eslint](https://github.com/eslint/eslint) from 7.6.0 to 7.7.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.6.0...v7.7.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.730.0 to 2.735.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.730.0...v2.735.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.20.4 to 7.20.6. - [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.4...v7.20.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [enzyme-adapter-preact-pure](https://github.com/preactjs/enzyme-adapter-preact-pure) from 2.2.2 to 2.2.3. - [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.2.2...v2.2.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
Robert Knight authored
If minifying code that does not contain an inline sourcemap, don't set the `sourceMap { content: "inline" }` Terser option to read that sourcemap. This affects a subset of all the vendor modules that are included in the Hypothesis client build.
-
Robert Knight authored
Adapt to the `minify` function becoming async.
-
dependabot-preview[bot] authored
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 5.0.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.8.0...v5.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
Lyza Danger Gardner authored
-
Lyza Danger Gardner authored
These are replaced/consolidated by `FilterStatus`
-
Lyza Danger Gardner authored
-
Lyza Danger Gardner authored
-
Lyza Danger Gardner authored
-
- 14 Aug, 2020 8 commits
-
-
Lyza Danger Gardner authored
-
Lyza Danger Gardner authored
Update `forcedVisible` to use only `$tag` values, not `id`s.
-
Lyza Danger Gardner authored
Don't clear selection (filters) when a user creates a new annotation or reply. Instead, force the new annotaiton/reply visible and make sure that forced-visible threads are honored during thread-building.
-
Lyza Danger Gardner authored
-
Kyle Keating authored
- hypothesis-app - search-input - top-bar - index (root sidebar index)
-
Robert Knight authored
-
Robert Knight authored
Fix the `ctaBackgroundColor` theme property not being applied properly to the drop-down arrow on the right-hand side of the "Post to <group>" button.
-
Robert Knight authored
Fix an incorrect call to `applyTheme` which passed an invalid theme property name. This is a regression from when this component was converted from AngularJS to Preact in 7bbb8a60. Also improve the type definitions of `applyTheme` and add a test to help catch such mistakes in future. Fixes #2439
-
- 13 Aug, 2020 1 commit
-
-
Kyle Keating authored
- share-annotations-panel - sidebar-content-error - sidebar-content - stream-content
-