3.1
Tokyo

Changelog


Version 3.1

Released on: 6 June 2022

  • Updated to latest version of MUI (Material-UI) version 5.
  • Updated all dependencies to their newest versions.
  • Updated react-router to version 6.3
  • Fixed responsive issues related to login/register pages.
  • Added closable sidebar for chart application example.
  • Various small fixes and optimisations across multiple files.

Version 3.0

Released on: 30 November 2021

  • Updated to latest version of MUI (Material-UI) version 5.
  • Updated all dependencies to their newest versions.
  • Added 3 new dashboard pages
  • Added 1 new layout blueprint (Extended Sidebar) which is now the default one.
  • Small design improvements across most pages.
  • Added new "Blocks" section with over 250 new components.
  • Replaced Chart.js with ApexCharts. Kept a few Chart.js examples if you still want to use it.
  • Fixed responsive issues.
  • Replaced depricated MUI hidden component with sx prop functionality

Version 2.5

Released on: 12 October 2021

  • Updated to latest version of MUI (Material-UI) version 5.
  • Updated all dependencies to their newest versions.
  • Main content area is now always full width.
  • Added 5 new layouts blueprints.
  • Improvements for the default layout (Accent Header Layout).
  • Added new dashboard for IOT devices.
  • Fixed various small design bugs on some pages.
  • Template options are now more visible under a separate settings button.
  • Added Noty notifications where needed.

Version 2.0.0

Released on: 3 August 2021

  • Updated to latest version of MUI (Material-UI) version 5.
  • Updated all dependencies to their newest versions.
  • Small design improvements, like moving the Logo component to the left side of the sidebar.
  • Codebase fixes to suit the latest MUI (Material-UI) modifications.
  • Moved the react helmet component from a generic component wrapper to a per page implementation.
  • Removed react-ga for Google Analytics tracking
  • Updated to react-router version 6 and improved the router.js file for better performance and ease of use.
  • Fixed a sidebar menu bug that prevented a collapsable section to remain active when a child link was active.
  • Added a new auth method: AWS Amplify.
  • Added two new color schemes: Green Fields and Purple Flow.
  • Improved the landing page design and user experience.
  • Removed uuid dependency used for the mocks random id generation.

Version 1.5.0

Released on: 9 April 2021

  • fix wrong date formatting in src\content\management\Users\single\SecurityTab.js
  • Added two new layouts: "Accent Header", "Accent Sidebar"
  • Fixed pagination active item shadow
  • Fixed ref prop for Projects Board card
  • Replaced react-helmet with react-helmet-async
  • Added react-ga for Google Analytics tracking
  • Added a global component for all page title sections
  • Changed live preview dummy password to a different value
  • Added Javascript template version
  • Added Sketch design files

Version 1.0.0

Released on: 6 April 2021

  • initial version, first release