# Changelog

## Current

## 6.0.69

## Changed

* Updated generated layouts to be compatible with Angular 6
* Fix the generation of syntactically correct revision IDs
* Use `crypto` instead of `node-rsa`

## Added

* Added the `application purge` command
* Support for `group` elements
* Support the `--aggregated` flag when pushing content

## Current

### Fixed

* Fixed copy command to not fail on existing target directories.
* Push and pull categories in `application push` command.

### Added

* Add `copy data` command.
* Add `--modules` option to the `create components` command. This option produces an NgModule per layout. This is helpful to create reusable component libraries.

## 5.0.139

### Fixed

* Improve error message for `create layout` command if `type` parameter is missing
* Fix exit code

### Added

* Add `compress assets` command to precompress build output for gzip and brotli
* Add `preserveWhitespaces: false` to autogenerated components
* Add `--editable` flag to create layout templates with inlcuded inline-edit directive
* Upgrade to Angular CLI 1.5 which generates Angular 5 projects
