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
In AppBar component, the props 'actions', 'options' and 'customContent' has been removed. Now this kind of content is defined directly in 'children' prop. In addition, the name of 'tabItems' prop has been changed to 'tabs'.
Features
New way of defining the content on the AppBar and removed default value for gutterBottom in Typography.Paragraph (5e2c3fd)
SelectControl: added default values for some props. (bd3d21c)