This repository has been archived by the owner on May 20, 2023. It is now read-only.
v0.9.0-alpha+14
nshahan
released this
12 Jun 17:45
·
964 commits
to master
since this release
- Add Material Stepper component.
- Material Button: Update size and position of text labels for icon buttons.
- Material Checkbox: Migrate from the deprecated Glyph component to Material
Icon. - Material Input: Don't override unfocused underline color when the input is
invalid. - Material Select:
- Support focus on dropdown button when dismissed via keyboard.
- Fix focus bug when clicking on a different focusable element.
- Add new CSS class names used by
ShowHideDirective
to avoid conflicts with
Angular JS apps. - Only focus when
autoFocus
istrue
when usingAutoFocusDirective
. - Update various components to use finals for
Intl.message
s to improve
performance. - Update
PopupHierarchy
to better handle cases with multiple modals.