Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

3.0.0

Latest
Compare
Choose a tag to compare
@chuck-durst chuck-durst released this 05 Aug 10:15
· 4 commits to master since this release

This update brings many improvements, notably thanks to the transition to Next 9 and Material-ui 4 but also by greatly simplifying the translation system in place.

You should read This article from Material-ui to migrate your project properly.
It may also be useful to take a look at this pull request to get an idea of the changes applied to the project.

I hope you will enjoy this new release :).

Major changes

  • Migrate to Next 9
  • Migrate to Material-ui 4
  • Rewrite the whole i18n configuration using the next-i18next library

Minor changes

  • Clean some components
  • Improve PageLayout
  • The browser will no more be opened automatically after the app has been launched on development
  • Reduce the size of the app
  • The Service Worker can now be used to build a totally offline application
  • A new option has been added to force the use of SSL on production
  • Add a section in the doc to explain how to remove the demo stuff from the starter
  • Some typo corrections has been applied to the french documentation
  • Better demo responsiveness
  • Update dependencies

Patches

  • Make some console logs more understandable
  • Fix a bug in Link.js when i18n is disabled and the given pathname do not exist