You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: convert dash-case inputs to camelCase (#2244)
* refactor: convert dash-case inputs to camelCase
Converts any dash-cased `@Input` properties into camelCase and adds a deprecated proxy property with the old naming. The following properties have been renamed:
* `md-ripple-trigger`
* `md-ripple-centered`
* `md-ripple-disabled`
* `md-ripple-max-radius`
* `md-ripple-speed-factor`
* `md-ripple-color`
* `md-ripple-background-color`
* `md-ripple-focused`
* `md-ripple-unbounded`
* `thumb-label`
* `tick-interval`
* `md-dynamic-height`
* `tooltip-position`
The following properties were skipped:
* `md-menu-trigger-for` - Is currently used also as a selector for the menu trigger.
* Any properties that a native equivalent (e.g. `aria-label`, `aria-labeledby`).
* Fix tabs CSS issue and switch mdDynamicHeight to dynamicHeight.
* Rename [md-tooltip] to [mdTooltip].
* Rename md-menu-trigger-for to mdMenuTriggerFor.
* Use public property for dynamic height binding.
* Proper method name.
* Fix isRoundButton naming.
* make menu-trigger and md-tooltip backwards compatible
0 commit comments