Skip to content
This repository has been archived by the owner on Dec 30, 2019. It is now read-only.

11.0.0

Compare
Choose a tag to compare
@DorianGrey DorianGrey released this 03 Aug 08:50
· 172 commits to master since this release

ngrx 4.0

This is not included yet, since there are some issues regarding the freeze mode and the tools, both of which are used in development. See the PR for the current progress: #5

stylelint 8.0

A major change that broke some things, e.g. by removing or renaming some rule. Took this major change as a chance to add more rules to the set, namely the standard config and an additional set specifically for scss. These are used as mentioned below:

  • stylelint: 8.0.0
  • stylelint-config-standard: 17.0.0
  • stylelint-scss: 1.5.1

angular 4.3

Angular was bumped to 4.3.x (4.3.3 atm.).

webpack 3.4

Webpack was updated to 3.4.1 - see their release notes for details:
https://github.com/webpack/webpack/releases/tag/v3.4.0
https://github.com/webpack/webpack/releases/tag/v3.4.1

ChangeDetectionStrategy.OnPush

All components are now using ChangeDetectionStrategy.OnPush for change detection. This does not break the demo components.

ngo => bo

The optimizer previously named ngo is now officially contained as build-optimizer in the angular_devkit. I've updated the task names to reflect this renaming. Note that this tool is still in experimental state.

karma-remap-istanbul

Instead of karma-remap-coverage, we're now using karma-remap-istanbul, since the first one does not seem to be maintained any longer. Besides, the latter seems to generate more precise coverage reports.
This should not have any impact on your project. Just note that we've added two more reporters for formats that are widely used in several CI environments:

  • lcovonly: Creates a lcov report at test-results/coverage/lcov.info
  • cobertura: Creates a cobertura report at test-results/coverage/coverage.xml

Other stuff

  • Several docs have been cleaned up.
  • The node version referenced in the provided .nvmrc was bumped to 6.11.1.