Skip to content
This repository has been archived by the owner on Jun 22, 2020. It is now read-only.

Releases: siriwatknp/mui-layout

v1.2.7

17 Jul 17:08
387474d
Compare
Choose a tag to compare

Fix Bugs

  • rules-of-hook in useHeightAdjustment
  • Disable height adjustment when Header's position is fixed
  • Disable height adjustment when Nav's variant is temporary
  • Fix collapsed nav when refresh page at large screen

v1.2.4

10 Jul 16:26
00cbf90
Compare
Choose a tag to compare

Fixes

  • fix useWidth logic #3

Enhancements

  • fix documentation to include ThemeProvider #2
  • fix global.css #4

v1.2.2

04 Jul 14:19
adfc890
Compare
Choose a tag to compare

Breaking Changes

  • Header
    menuIcon is deprecated, use renderMenuIcon instead
    renderMenuIcon is a function that accept opened then return react element
  • Nav
    collapsedIcon is deprecated, use renderIcon instead
    renderIcon is a function that accept collapsed then return react element

New Features

  • Header Magnet: Nav children will snap to header when position is 'static' or 'relative'
  • Auto Collapsed: Nav is collapsed automatically when it is below specified breakpoint