18.0.0
Among with a couple of minor dependency updates, this release includes an already announced breaking change regarding the unit test setup.
See the full set of changes here:
17.1.0...18.0.0
Unit testing
As previously announced in #13, I've decided to replace the previous karma
based approach for unit tests with jest
- see the ticket for reasons why. The docs have been updated accordingly to reflect the new capabilities.
https://github.com/DorianGrey/ng-webpack-template#unit
See the migration guide for instructions on how to migrate your project to jest.
https://github.com/DorianGrey/ng-webpack-template/blob/master/docs/migration/MIGRATION__18_0_0.md
Oh, and don't worry about the .babelrc
in the project's root directory - it is required to properly transpile lodash-es
, since it includes ES2015 module definitions.
Example layout
The application's example layout has been updated to use a grid-based layout (i.e. display: grid
) and a sidenav for the navigation. As a result, it fits better on small screens. This is mostly for illustration purposes.