This repository has been archived by the owner on May 20, 2023. It is now read-only.
Releases: angulardart/angular_components
Releases · angulardart/angular_components
v0.4.1-alpha: Add Material Select
Add missing dependencies (#67)
v0.4.0-alpha: Additional updates to existing components. (#60)
Preperation for publishing.
v0.3.1-alpha: Add Material List (#49)
* Material Expansionpanel: Add `autoDismissable` directive. * Material Progress: Handle changes to "indeterminate" state. * Scorecard: Add input to display vertically. * Update styles to meet Material UI spec. * Add qualifying remark about alpha status
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.