Skip to content

DataTable, Drawer, Fab and global utilities improvements

Compare
Choose a tag to compare
@hobbitronics hobbitronics released this 13 Aug 21:18
· 756 commits to main since this release
5cd2147

Added

  • mini, extended and action props to Fab
  • non link variation of Fab when url prop is empty
  • hideForPhonesOnly, hideForTablet, miniMenu to Drawer
  • clickable to Datatable.Data.Row
  • $$props.class to all Datatable sub components that didn't already have it.
  • margin & padding global classes m-0px through m-25px and p-0px through p-25px
  • margin & padding x (m or p)x-0px through (m or p)x-25px global classes
  • margin & padding y (m or p)y-0px through (m or p)y-25px global classes
  • margin & padding sides m(side)-(0 to 25)px, p(side)-(0 to 25)px global classes

Fixed

  • bug preventing standard navigation Drawer

BREAKING CHANGES

Removed

  • hideForMobile from Drawer

Changed

  • all boolean props in Drawer are now false by default