- 22 Jul, 2019 6 commits
-
-
Robert Knight authored
Bump gulp-if from 2.0.2 to 3.0.0
-
Robert Knight authored
Bump mocha from 6.1.4 to 6.2.0
-
Robert Knight authored
Bump @babel/core from 7.5.4 to 7.5.5
-
dependabot-preview[bot] authored
Bumps [gulp-if](https://github.com/robrich/gulp-if) from 2.0.2 to 3.0.0. - [Release notes](https://github.com/robrich/gulp-if/releases) - [Commits](https://github.com/robrich/gulp-if/compare/2.0.2...3.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [mocha](https://github.com/mochajs/mocha) from 6.1.4 to 6.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/v6.1.4...v6.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [@babel/core](https://github.com/babel/babel) from 7.5.4 to 7.5.5. - [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.5.4...v7.5.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 19 Jul, 2019 4 commits
-
-
Hannah Stepanek authored
Move load annotations to service
-
Hannah Stepanek authored
- Load annotations using the new annotations service. - Use the new store isFetchingAnnotations rather than the previous isLoading method to determine whether an annotation fetch is currently in progress.
-
Hannah Stepanek authored
Instead of going through a layer of indirection (aka the groups service) to get the focusedGroupId use the store directly.
-
Hannah Stepanek authored
This service issues an api request(s) to fetch all annotations associated with all URIs and the group on the page. It also loads all the annotations into the store, updates the frame status upon completion, and updates the activeAnnotationFetches count in the store. fixup
-
- 17 Jul, 2019 2 commits
-
-
Kyle Keating authored
Convert draft service to store
-
Kyle Keating authored
-
- 16 Jul, 2019 5 commits
-
-
Robert Knight authored
Bump redux from 4.0.1 to 4.0.4
-
Robert Knight authored
Bump @octokit/rest from 16.28.2 to 16.28.4
-
Robert Knight authored
Bump karma from 4.1.0 to 4.2.0
-
Robert Knight authored
Bump preact from 10.0.0-beta.3 to 10.0.0-rc.0
-
Robert Knight authored
Bump focus-visible from 5.0.1 to 5.0.2
-
- 15 Jul, 2019 5 commits
-
-
dependabot-preview[bot] authored
Bumps [redux](https://github.com/reduxjs/redux) from 4.0.1 to 4.0.4. - [Release notes](https://github.com/reduxjs/redux/releases) - [Changelog](https://github.com/reduxjs/redux/blob/master/CHANGELOG.md) - [Commits](https://github.com/reduxjs/redux/compare/v4.0.1...v4.0.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 16.28.2 to 16.28.4. - [Release notes](https://github.com/octokit/rest.js/releases) - [Commits](https://github.com/octokit/rest.js/compare/v16.28.2...v16.28.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [karma](https://github.com/karma-runner/karma) from 4.1.0 to 4.2.0. - [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/v4.1.0...v4.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [preact](https://github.com/developit/preact) from 10.0.0-beta.3 to 10.0.0-rc.0. - [Release notes](https://github.com/developit/preact/releases) - [Commits](https://github.com/developit/preact/compare/10.0.0-beta.3...10.0.0-rc.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [focus-visible](https://github.com/WICG/focus-visible) from 5.0.1 to 5.0.2. - [Release notes](https://github.com/WICG/focus-visible/releases) - [Commits](https://github.com/WICG/focus-visible/compare/v5.0.1...v5.0.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 11 Jul, 2019 4 commits
-
-
Lyza Gardner authored
Migrate `LoggedOutMessage` to preact
-
Lyza Danger Gardner authored
- Rename from `loggedout-message` to `logged-out-message` for consistency
-
Robert Knight authored
[Security] Bump lodash from 4.17.11 to 4.17.14
-
dependabot-preview[bot] authored
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.14. **This update includes security fixes.** - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.14) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 10 Jul, 2019 5 commits
-
-
Robert Knight authored
Bump eslint from 5.16.0 to 6.0.1
-
Robert Knight authored
Bump @babel/preset-env from 7.4.5 to 7.5.0
-
Robert Knight authored
- Suppress all warnings about use of `hasOwnProperty`. Some of these warnings *are* valid issues. I've decided not to block the ESLint upgrade on them however. - Suppress two other specific warnings
-
Robert Knight authored
Merge with `yarn.lock` updates on master.
-
Robert Knight authored
This is the result of running: yarn upgrade -P @babel/core @babel/preset-env
-
- 09 Jul, 2019 2 commits
-
-
Robert Knight authored
Convert `<top-bar>` component to (P)react
-
Robert Knight authored
- Clarify or reword a few comments and test descriptions - Pluralize "annotations" correctly in the real-time update notification icon's tooltip
-
- 08 Jul, 2019 7 commits
-
-
Kyle Keating authored
Fix rendering bug in moderation-banner component
-
Robert Knight authored
Bump autoprefixer from 9.6.0 to 9.6.1
-
dependabot-preview[bot] authored
Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.4.5 to 7.5.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.4.5...v7.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [eslint](https://github.com/eslint/eslint) from 5.16.0 to 6.0.1. - [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/v5.16.0...v6.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
Robert Knight authored
Bump unorm from 1.5.0 to 1.6.0
-
Robert Knight authored
Bump @babel/core from 7.4.5 to 7.5.0
-
Robert Knight authored
Bump browserify from 16.2.3 to 16.3.0
-