(focusin) and (focusout) events.[x="y"] now correctly expects the value y for some attr x.List instead of QueryList. Note, QueryList is still supported, for now.Some larger items:
Example syntax:
analyzer:
plugins:
angular:
enabled: true
custom_events:
doodle:
type: DoodleEvent
path: 'package:doodle/events.dart'
poodle:
type: PoodleEvent
path: 'package:doodle/events.dart'
Accept (for the moment) ElementRef, Element, and HtmlElement (the latter two being from dart:html).
Ensure HtmlElement and Element use read: x when @ContentChild(‘foo’), and check assignability for the read: type.
Note, we currently don't differentiate SVG and HTML, so we accept either type for either case at the moment.
directives: VARIABLE in addition to directives: const [VARIABLE].package:angular (though still look at package:angular2 if that is missing).(keyup.space)) are only on key events.<audio> tag.Some larger items:
Example syntax:
analyzer:
plugins:
angular:
enabled: true
custom_tag_names:
- foo
- bar
- baz
Most errors related to custom tags are suppressed, because custom tags are often handled by other frameworks (ie, polymer).
Started changelog.