- 03 Apr, 2019 1 commit
-
-
Robert Knight authored
-
- 29 Mar, 2019 1 commit
-
-
Robert Knight authored
The tests have been modified to work in terms of the UI instead of internal controller methods, since there is no controller instance any more.
-
- 28 Mar, 2019 7 commits
-
-
Robert Knight authored
Support creating UI components with React
-
Robert Knight authored
Respond to CR feedback.
-
Robert Knight authored
-
Robert Knight authored
Add a factory which takes a React/Preact component and returns an AngularJS component that wraps it. The wrapper handles rendering of the component and injecting Angular services that the component needs as props.
-
Robert Knight authored
- Add Preact dependency - Enable use of JSX in the linter and during transpilation, configured to work with Preact. - Enable the ESLint React plugin, configured to work with Preact.
-
Robert Knight authored
Enable conditional inclusion of code based on NODE_ENV checks
-
Robert Knight authored
Refactor new groups menu
-
- 27 Mar, 2019 7 commits
-
-
Hannah Stepanek authored
-
Hannah Stepanek authored
-
Hannah Stepanek authored
-
Hannah Stepanek authored
-
Hannah Stepanek authored
-
Hannah Stepanek authored
-
Hannah Stepanek authored
-
- 26 Mar, 2019 3 commits
-
-
Hannah Stepanek authored
-
Robert Knight authored
Bump @octokit/rest from 16.19.0 to 16.20.0
-
Robert Knight authored
Bump @babel/preset-env from 7.3.4 to 7.4.2
-
- 25 Mar, 2019 8 commits
-
-
dependabot[bot] authored
Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.3.4 to 7.4.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.3.4...v7.4.2) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
Robert Knight authored
Bump eslint from 5.15.2 to 5.15.3
-
Robert Knight authored
Bump scroll-into-view from 1.9.4 to 1.9.5
-
Robert Knight authored
Bump @babel/core from 7.3.4 to 7.4.0
-
dependabot[bot] authored
Bumps [@babel/core](https://github.com/babel/babel) from 7.3.4 to 7.4.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.3.4...v7.4.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [scroll-into-view](https://github.com/KoryNunn/scroll-into-view) from 1.9.4 to 1.9.5. - [Release notes](https://github.com/KoryNunn/scroll-into-view/releases) - [Changelog](https://github.com/KoryNunn/scroll-into-view/blob/master/CHANGELOG.md) - [Commits](https://github.com/KoryNunn/scroll-into-view/commits) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [eslint](https://github.com/eslint/eslint) from 5.15.2 to 5.15.3. - [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.15.2...v5.15.3) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 16.19.0 to 16.20.0. - [Release notes](https://github.com/octokit/rest.js/releases) - [Commits](https://github.com/octokit/rest.js/compare/v16.19.0...v16.20.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
- 21 Mar, 2019 1 commit
-
-
Robert Knight authored
Packages in the React ecosystem often include debugging checks guarded by: ``` if (process.env.NODE_ENV === 'development') { ... } ``` OR ``` if (process.env.NODE_ENV !== 'production') { ... } ``` This commit uses loose-envify to replace the `process.env.$VAR` expression with a literal string value when building JS bundles. This enables debugging checks in dev builds and causes the minifier to remove the code entirely in production builds. Some packages don't need this because their package.json file includes a "browserify" key which already configures this transform, however not all of them do. Therefore the transform is configured to run globally.
-
- 19 Mar, 2019 1 commit
-
-
Robert Knight authored
Bump @octokit/rest from 16.17.0 to 16.19.0
-
- 18 Mar, 2019 11 commits
-
-
Robert Knight authored
Bump angular from 1.7.7 to 1.7.8
-
Robert Knight authored
Bump autoprefixer from 9.4.10 to 9.5.0
-
Robert Knight authored
Bump eslint from 5.15.1 to 5.15.2
-
dependabot[bot] authored
Bumps [angular](https://github.com/angular/angular.js) from 1.7.7 to 1.7.8. - [Release notes](https://github.com/angular/angular.js/releases) - [Changelog](https://github.com/angular/angular.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/angular/angular.js/compare/v1.7.7...v1.7.8) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
Robert Knight authored
Bump scroll-into-view from 1.9.3 to 1.9.4
-
Robert Knight authored
Bump angular-route from 1.7.7 to 1.7.8
-
Robert Knight authored
Bump angular-mocks from 1.7.7 to 1.7.8
-
dependabot[bot] authored
Bumps [angular-route](https://github.com/angular/angular.js) from 1.7.7 to 1.7.8. - [Release notes](https://github.com/angular/angular.js/releases) - [Changelog](https://github.com/angular/angular.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/angular/angular.js/compare/v1.7.7...v1.7.8) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [scroll-into-view](https://github.com/KoryNunn/scroll-into-view) from 1.9.3 to 1.9.4. - [Release notes](https://github.com/KoryNunn/scroll-into-view/releases) - [Commits](https://github.com/KoryNunn/scroll-into-view/commits) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [angular-mocks](https://github.com/angular/angular.js) from 1.7.7 to 1.7.8. - [Release notes](https://github.com/angular/angular.js/releases) - [Changelog](https://github.com/angular/angular.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/angular/angular.js/compare/v1.7.7...v1.7.8) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 16.17.0 to 16.19.0. - [Release notes](https://github.com/octokit/rest.js/releases) - [Commits](https://github.com/octokit/rest.js/compare/v16.17.0...v16.19.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
-