Skip to content
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.

v0.5.6

Compare
Choose a tag to compare
@trimox trimox released this 30 Oct 10:57
· 1251 commits to master since this release
d7f516c

0.5.6 (2017-10-30)

Library improvements (#328) (27354e0)

  • Rename _root to elementRef
  • Make directive and component ElementRef public accessible
  • Remove directive and component from src/lib file names
  • Make event registry listen and unlisten 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 of handle (e.g.: onKeyPress)
  • Set encapsulation to ViewEncapsulation.None
  • Refactor mdc-icon-toggle to use mdc-icon
  • Change MdcList to Directive

Features

  • drawer: Add closeOnClick to temporary drawer close behavior (02816bd)
  • menu: Add focus/isFocused methods + refactoring (#323) (02816bd)
  • ripple: Add optional event parameter to activate/deactivate (#321) (72ac60b)
  • select: Improvements + ngModel fix (#326) (7dcb7ab), closes #319