| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 5.0.0.tar.gz | 2019-03-27 | 2.8 MB | |
| 5.0.0.zip | 2019-03-27 | 3.0 MB | |
| README.md | 2019-03-27 | 5.3 kB | |
| Totals: 3 Items | 5.9 MB | 1 | |
🙇🏼♂️ Thanks to @rafaelss95, @mohammedzamakhan, @wKoza, @mgechev
BREAKING CHANGES
Angular CLI will automatically migrate your projects to reflect the latest config.
contextual-life-cycleis renamed tocontextual-lifecycleno-conflicting-life-cycle-hooksis renamed tono-conflicting-lifecycleno-life-cycle-callis renamed tono-lifecycle-calluse-life-cycle-interfaceis renamed touse-lifecycle-interfacedecorator-not-allowedis renamed tocontextual-decoratorenforce-component-selectoris renamed touse-component-selectorno-output-named-after-standard-eventis renamed tono-output-nativeuse-host-property-decoratoris renamed tono-host-metadata-propertyuse-input-property-decoratoris renamed tono-inputs-metadata-propertyuse-output-property-decoratoris renamed tono-outputs-metadata-propertyno-queries-parameteris renamed tono-queries-metadata-propertypipe-impureis renamed tono-pipe-impureuse-view-encapsulationis renamed touse-component-view-encapsulationi18nis renamed totemplate-i18nbanana-in-boxis renamed totemplate-banana-in-boxno-template-call-expressionis renamed totemplate-no-call-expressiontemplates-no-negated-asyncis renamed totemplate-no-negated-asynctrackBy-functionis renamed totemplate-use-track-by-functionno-attribute-parameter-decoratoris renamed tono-attribute-decoratormax-inline-declarationsis renamed tocomponent-max-inline-declarations
Bug Fixes
- rule: template-no-call-expression should allow \$any usages (#735) (a75c204)
- rule: no-input-rename reporting some failures incorrectly (#723) (f692dcb)
- rule: prefer-inline-decorator should not set a max number of options (#787) (31b2b6a)
- rule: add template-accessibility-elements-content to index.ts (#803) (1e8cbbf), closes #801
- update peerDependencies (d5bfbd5)
Features
- rule: add component-change-detection (#737) (a23ccde), closes #135
- rule: add relative-url-prefix (#725) (f12f27b)
- rule: add template-accessibility-alt-text (#741) (0815ec5)
- rule: add template-accessibility-elements-content (#742) (6ff8c56)
- rule: add template-accessibility-label-for (#739) (76c24fa)
- rule: add template-accessibility-tabindex-no-positive (#744) (43902f7)
- rule: add template-accessibility-table-scope (#743) (2832615)
- rule: add template-accessibility-valid-aria (#746) (762f67f)
- rule: add template-click-events-have-key-events (#761) (b0b330f)
- rule: add template-mouse-events-have-key-events (#759) (3a7b15d)
- rule: add template-no-autofocus (#749) (799382f)
- rule: add template-no-distracting-elements (#760) (6b21a9e)
- rule: add template-no-any (#755) (77a5e32)
- add support for svg templates (#800) (dadf8ec) 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.