From 904b3f4ec7a1fd52944c355e33f7581d139beac9 Mon Sep 17 00:00:00 2001 From: Georgios Kalpakas Date: Fri, 5 Feb 2016 11:12:36 +0200 Subject: [PATCH 1/3] docs(guide/migration): document a BC to `ngAria` (d06431e) --- docs/content/guide/migration.ngdoc | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/content/guide/migration.ngdoc b/docs/content/guide/migration.ngdoc index 2e1466aeff68..742bfd432442 100644 --- a/docs/content/guide/migration.ngdoc +++ b/docs/content/guide/migration.ngdoc @@ -114,6 +114,17 @@ Objects considered array-like include: arrays, array subclasses, strings, NodeLi jqLite/jQuery collections +### ngAria + +Due to [d06431e](https://github.com/angular/angular.js/commit/d06431e5309bb0125588877451dc79b935808134), +the `ngAria`-enhanced directives (e.g. `ngModel`, `ngDisabled` etc) will not apply ARIA attributes +to native inputs, unless necessary. Previously, ARIA attributes were always applied to native +inputs, despite this being unnecessary in most cases. +Because of this change, the support for `aria-multiline` has been removed. +Elements considered native inputs include: ``, `