This repository has been archived by the owner on Oct 7, 2020. It is now read-only.
v0.5.6
0.5.6 (2017-10-30)
Library improvements (#328) (27354e0)
- Rename
_root
toelementRef
- Make directive and component
ElementRef
public accessible - Remove
directive
andcomponent
fromsrc/lib
file names - Make event registry
listen
andunlisten
public accessible - Add
passive
event handling to event registry - Prefix private variables with leading underscore
- Functions must specify strongly-typed object(s)
- Add
pointerup
+mouseup
types to ripple's Interaction Handler. - Set default property values
- Rename MDC adapter files to
adapter.d.ts
- Refactor MdcFormField
- Prefix events with
on
instead ofhandle
(e.g.: onKeyPress) - Set
encapsulation
toViewEncapsulation.None
- Refactor
mdc-icon-toggle
to usemdc-icon
- Change
MdcList
to Directive