Last week, I made the switch in my project from Angular Material 1.0.8 to Angular Material 1.1.1.
However, after completing this update, I encountered some styling issues, such as:
- The hues feature is not functioning properly. For instance, the use of
md-background hue-1
does not apply any style to components likemd-toolbar
, which previously had default background styles. - Components like
md-chip
andmd-select
are now incorrectly styled. Themd-select
component appears with a transparent background, while themd-chips
component has less styling than expected:
https://i.sstatic.net/b7Uki.png
https://i.sstatic.net/D19tx.png
There are no custom styles added to my stylesheet, and it's puzzling why these issues have arisen (the same app using Angular Material 1.0.8 did not encounter these problems).