Skip to content

Releases: thundermiracle/next-mui-helper

v3.0.4

Choose a tag to compare

@thundermiracle thundermiracle released this 25 Oct 12:10
Oct 24, 2019

Breaking Changes

N/A

Changes

  • Add ThemeManagerContext to enable theme change
  • Add deepCompareObj helper function

v3.0.3

Choose a tag to compare

@thundermiracle thundermiracle released this 08 Oct 12:35
f1a6dc0
Oct 8, 2019

Breaking Changes

N/A

Changes

  • Remove deprecated unnecessary Container

v3.0.2

Choose a tag to compare

@thundermiracle thundermiracle released this 01 Aug 12:13
9f86160
Aug 1, 2019

Breaking Changes

N/A

Changes

  • Expose [Document] in makeNextDocument and [App] in makeNextApp to prevent next9.0.2 from throwing error #26

v3.0.1

Choose a tag to compare

@thundermiracle thundermiracle released this 28 Jun 12:49
5d8fdbf
Jun 28, 2019

Breaking Changes

N/A

Changes

  • Remove @material-ui/styles from peerDependencies

v3.0.0

Choose a tag to compare

@thundermiracle thundermiracle released this 27 May 13:05
May 27, 2019

Breaking Changes

  • Support @material-ui/xxx@4.0.0 or above only

v2.0.0

Choose a tag to compare

@thundermiracle thundermiracle released this 06 Apr 14:33
Apr 4, 2019

Breaking Changes

  • Change package folder structure
  • Release es6 files to es/ folder
  • Update dependendies to latest

v1.3.0

Choose a tag to compare

@thundermiracle thundermiracle released this 25 Feb 22:13
Feb 26, 2019

Breaking Changes

  • Remove unecessary fuctions:

    • util/makeNextExportPathMap
    • util/makeWidgetMap
    • nextjs/extendsWithIntl

Changes

  • #11 fix require all @material-ui/core

v1.2.0

Choose a tag to compare

@thundermiracle thundermiracle released this 06 Feb 04:51
Feb 6, 2019

Breaking Changes

  • Auto hoist all static props

Changes

  • Add displayName for better debug experience

v1.1.1

Choose a tag to compare

@thundermiracle thundermiracle released this 07 Jan 02:05
Oct 26, 2018

Breaking Changes

N/A

Changes

  • Fix the bug of makeNextApp.js losing props in hoc

v1.1.0

Choose a tag to compare

@thundermiracle thundermiracle released this 07 Jan 02:05
Oct 24, 2018

Breaking Changes

N/A

Changes

  • Upgrade to babel7
  • Support next.js@v7.0.0 now