- 30 Apr, 2019 7 commits
-
-
Hannah Stepanek authored
Bump @babel/core from 7.4.3 to 7.4.4
-
Hannah Stepanek authored
Bump enzyme-adapter-preact-pure from 1.13.0 to 1.13.1
-
Hannah Stepanek authored
Bump babel-plugin-istanbul from 5.1.2 to 5.1.3
-
Hannah Stepanek authored
Merge pull request #1096 from hypothesis/dependabot/npm_and_yarn/babel-plugin-transform-async-to-promises-0.8.10 Bump babel-plugin-transform-async-to-promises from 0.8.9 to 0.8.10
-
dependabot[bot] authored
Bumps [babel-plugin-istanbul](https://github.com/istanbuljs/babel-plugin-istanbul) from 5.1.2 to 5.1.3. - [Release notes](https://github.com/istanbuljs/babel-plugin-istanbul/releases) - [Changelog](https://github.com/istanbuljs/babel-plugin-istanbul/blob/master/CHANGELOG.md) - [Commits](https://github.com/istanbuljs/babel-plugin-istanbul/compare/v5.1.2...v5.1.3) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
Robert Knight authored
Merge pull request #1098 from hypothesis/dependabot/npm_and_yarn/babel-plugin-mockable-imports-1.3.1 Bump babel-plugin-mockable-imports from 1.2.0 to 1.3.1
-
dependabot[bot] authored
Bumps [babel-plugin-mockable-imports](https://github.com/robertknight/babel-plugin-mockable-imports) from 1.2.0 to 1.3.1. - [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.2.0...v1.3.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
- 29 Apr, 2019 3 commits
-
-
dependabot[bot] authored
Bumps [babel-plugin-transform-async-to-promises](https://github.com/rpetrich/babel-plugin-transform-async-to-promises) from 0.8.9 to 0.8.10. - [Release notes](https://github.com/rpetrich/babel-plugin-transform-async-to-promises/releases) - [Commits](https://github.com/rpetrich/babel-plugin-transform-async-to-promises/compare/v0.8.9...v0.8.10) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [enzyme-adapter-preact-pure](https://github.com/preactjs/enzyme-adapter-preact-pure) from 1.13.0 to 1.13.1. - [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/commits) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [@babel/core](https://github.com/babel/babel) from 7.4.3 to 7.4.4. - [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.3...v7.4.4) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
- 26 Apr, 2019 2 commits
-
-
Robert Knight authored
Use context API to pass Angular services to React components
-
Robert Knight authored
-
- 23 Apr, 2019 4 commits
-
-
Robert Knight authored
Instead of handling passing of Angular services to components directly in `wrapReactComponent`, instead make the Angular `$injector` service, from which references to all other services can be obtained, available to the component tree via a `ServiceContext` provider. Child components can then get references to services either using the `withServices` wrapper, which looks up services and passes them as props, or by using `useContext(ServiceContext)` to get a reference to the injector directly.
-
Robert Knight authored
To support accessing Angular services from nested React components without having to pass them through each parent, create a helper which wraps a component to look up service dependencies via an injector exposed using the context API, and inject the dependencies as props.
-
Robert Knight authored
Introduce a new approach to mocking modules in tests
-
Robert Knight authored
Remove fragment anchoring support
-
- 22 Apr, 2019 16 commits
-
-
Robert Knight authored
Bump @octokit/rest from 16.24.1 to 16.25.0
-
Robert Knight authored
Bump mocha from 6.1.3 to 6.1.4
-
Robert Knight authored
Bump sinon from 7.3.1 to 7.3.2
-
Robert Knight authored
Bump karma from 4.0.1 to 4.1.0
-
Robert Knight authored
Bump gulp from 4.0.0 to 4.0.1
-
Robert Knight authored
Bump babel-plugin-istanbul from 5.1.1 to 5.1.2
-
Robert Knight authored
Bump enzyme-adapter-preact-pure from 1.12.0 to 1.13.0
-
Robert Knight authored
Bump preact from 10.0.0-alpha.4 to 10.0.0-beta.0
-
dependabot[bot] authored
Bumps [karma](https://github.com/karma-runner/karma) from 4.0.1 to 4.1.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.0.1...v4.1.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [enzyme-adapter-preact-pure](https://github.com/preactjs/enzyme-adapter-preact-pure) from 1.12.0 to 1.13.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/v1.12.0...v1.13.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 16.24.1 to 16.25.0. - [Release notes](https://github.com/octokit/rest.js/releases) - [Commits](https://github.com/octokit/rest.js/compare/v16.24.1...v16.25.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [sinon](https://github.com/sinonjs/sinon) from 7.3.1 to 7.3.2. - [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/v7.3.1...v7.3.2) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [babel-plugin-istanbul](https://github.com/istanbuljs/babel-plugin-istanbul) from 5.1.1 to 5.1.2. - [Release notes](https://github.com/istanbuljs/babel-plugin-istanbul/releases) - [Changelog](https://github.com/istanbuljs/babel-plugin-istanbul/blob/master/CHANGELOG.md) - [Commits](https://github.com/istanbuljs/babel-plugin-istanbul/compare/v5.1.1...v5.1.2) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [gulp](https://github.com/gulpjs/gulp) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/gulpjs/gulp/releases) - [Changelog](https://github.com/gulpjs/gulp/blob/master/CHANGELOG.md) - [Commits](https://github.com/gulpjs/gulp/compare/v4.0.0...v4.0.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [preact](https://github.com/developit/preact) from 10.0.0-alpha.4 to 10.0.0-beta.0. - [Release notes](https://github.com/developit/preact/releases) - [Commits](https://github.com/developit/preact/compare/10.0.0-alpha.4...10.0.0-beta.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [mocha](https://github.com/mochajs/mocha) from 6.1.3 to 6.1.4. - [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.3...v6.1.4) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
- 20 Apr, 2019 8 commits
-
-
Hannah Stepanek authored
Handle illegal group link states
-
Hannah Stepanek authored
-
Hannah Stepanek authored
-
Hannah Stepanek authored
-
Hannah Stepanek authored
Previously the visibleThreadList state in thread-list did not get calculated in onInit because the method that did so was subscribed to after the 'changed' event was emitted. This issue was resolved by calling the method to calculate the state explicitly in onInit and only subscribing the event handler for changes that may occur after init.
-
Hannah Stepanek authored
-
Hannah Stepanek authored
-
Hannah Stepanek authored
-