material-ui v3.6.2 Release Notes

    • โš  [Tooltip] Suppress warning if button is disabled and title is empty (#13785) @rfbotto
    • [Dialog] Warn if className in PaperProps is set (#13797) @eps1lon
    • [TextField] Fix textfield label position when empty (#13791) @Studio384
    • [Popper] Save 7 KB gzipped (for people only using it) (#13804) @oliviertassinari
    • [Modal] Handle modal mount interruption (#13778) @amensouissi
    • [Select] Make value prop required in TypeScript (#13810) @t49tran
    • [Popover] Fix onEntering event propagation (#13821) @ekoeditaa
    • [Input] Make CSS override a bit simpler (#13825) @euharrison
    • [LinearProgress] Add determinate and indeterminate classes to root element (#13828) @alxsnchez
    • ๐Ÿ‘ [Select] Support native multiple value (#13830) @rfbotto
    • [BottomNavigation] Improve action padding (#13851) @rfbotto
    • [Dialog] Add dialog with close button to demos (#13845) @rfbotto
    • [Tabs] Reduce the bundle size (#13853) @oliviertassinari
    • ๐Ÿ’… [Dialog] Add missing TypeScript style rule (#13856) @garredow
    • [Table] Avoid unnecessary re-rendering (#13832) @petrjaros