Changelog
5.1.1 (2019-09-19)
<a name="5.1.0"></a>
Changelog
5.0.0 (2019-03-27)
Angular CLI will automatically migrate your projects to reflect the latest config.
contextual-life-cycle
is renamed to contextual-lifecycle
no-conflicting-life-cycle-hooks
is renamed to no-conflicting-lifecycle
no-life-cycle-call
is renamed to no-lifecycle-call
use-life-cycle-interface
is renamed to use-lifecycle-interface
decorator-not-allowed
is renamed to contextual-decorator
enforce-component-selector
is renamed to use-component-selector
no-output-named-after-standard-event
is renamed to no-output-native
use-host-property-decorator
is renamed to no-host-metadata-property
use-input-property-decorator
is renamed to no-inputs-metadata-property
use-output-property-decorator
is renamed to no-outputs-metadata-property
no-queries-parameter
is renamed to no-queries-metadata-property
pipe-impure
is renamed to no-pipe-impure
use-view-encapsulation
is renamed to use-component-view-encapsulation
i18n
is renamed to template-i18n
banana-in-box
is renamed to template-banana-in-box
no-template-call-expression
is renamed to template-no-call-expression
templates-no-negated-async
is renamed to template-no-negated-async
trackBy-function
is renamed to template-use-track-by-function
no-attribute-parameter-decorator
is renamed to no-attribute-decorator
max-inline-declarations
is renamed to component-max-inline-declarations
Changelog
5.0.0-beta.0 (2019-03-12)
This release contains many breaking changes due to the rename of several rules (see more at (bbf7a32)). Currently, there's an open PR (https://github.com/angular/angular-cli/pull/13801) that will help migrate your app if you are affected by these changes.
contextual-life-cycle
is renamed to contextual-lifecycle
no-conflicting-life-cycle-hooks
is renamed to no-conflicting-lifecycle
no-life-cycle-call
is renamed to no-lifecycle-call
use-life-cycle-interface
is renamed to use-lifecycle-interface
decorator-not-allowed
is renamed to contextual-decorator
enforce-component-selector
is renamed to use-component-selector
no-output-named-after-standard-event
is renamed to no-output-native
use-host-property-decorator
is renamed to no-host-metadata-property
use-input-property-decorator
is renamed to no-inputs-metadata-property
use-output-property-decorator
is renamed to no-outputs-metadata-property
no-queries-parameter
is renamed to no-queries-metadata-property
pipe-impure
is renamed to no-pipe-impure
use-view-encapsulation
is renamed to use-component-view-encapsulation
i18n
is renamed to template-i18n
banana-in-box
is renamed to template-banana-in-box
no-template-call-expression
is renamed to template-no-call-expression
templates-no-negated-async
is renamed to template-no-negated-async
trackBy-function
is renamed to template-use-track-by-function
no-attribute-parameter-decorator
is renamed to no-attribute-decorator
max-inline-declarations
is renamed to component-max-inline-declarations