This repository was archived by the owner on May 20, 2023. It is now read-only.
v0.3.0-alpha: Add Material Tooltip (#48)
Add Material Tooltip * Material Ripple: * Add GPU acceleration. * `rippleBindings` have been removed as they are no longer used. * Internal updates for compatibility with Angular 3.0.0-alpha. * Material Expansion Panel: * Fix CSS rule that causes header text to turn gray on hover/focus. * Support auto-focus on a content element when the material expansion panel expands. * Fix Yes/No button ordering. * Material Input: * Add a blur update value accessor. * Add multiple attribute. * Remove unused properties: rows and maxRows. * Material Input Multiline: Add auto grow in size. * Material Popup: Update change detection for OnPush. * Material Progress: Update to animate when main thread is blocked. * Material Radio: Adjust size to 24px. * Material Yes/No: Add toggle for yes button visibility. * Scorecard: Update change detection. * Fix flipped alignment positions when isRtl is used. * Fix popup event handling. * Remove 'uninitialized' as a default value. * Remove unused CSS rules. * Update styles to meet Material UI spec. * Bug fixes. * Strong Mode fixes.