Materialize - Next.js, Vuejs, Nuxt, HTML, Laravel, Django, Asp.Net Material Design Admin Template

Materialize - Next.js, Vuejs, Nuxt, HTML, Laravel, Django, Asp.Net Material Design Admin Template 13.5.0

No permission to download

HTML​


Added​

  • Live theme primary color changes via Customizer
  • Starter-kit with minimal assets
  • Added search functionality in documentation for easy to find solution

Updated​

  • Enhanced documentation
  • Improved Customizer for real-time updates
  • Search bar using Algolia, a third party library.
  • SCSS structure - Build and extend in real-time with CSS variables, for ex. themes, skins, direction, etc.

Removed​

  • Autosize library and used field-sizing: content; css property
  • jquery-sticky library and used custom styles
  • jquery-datatables-checkboxes library
  • bootstrap-maxlength library and used custom code
  • bootstrap-datepicker library

Replaced​

  • Fonts icons with SVG icons using iconify
  • cleavejs library with cleave-zen library
  • Blockui library with Notiflix library
  • Toastr library with Notyf library
  • rateyo library with Raty library

Fixed​

  • UI improvements and bug fixes
ASP.NET Core - MVC
Fixed

Minor bug fixes & improvements

Vue, Nuxt & VueJS Laravel​


Updated​

  • Updated all the libraries to the latest version
Next.js

Updated
Updated docs
Updated all the packages to the latest version
Updated Calendar styles
Updated responsive in the eCommerce app
Updated date-picker component
Updated section spacing in card basic page
Updated HorizontalWithAvatar statistic card
Replaced MUI theme object colors with CSS variables
Updated navbar blur to true in the themeConfig file

Fixed
Fixed minor layout bugs
Fixed logo-text rendering in vertical-menu when collapsed and small screen
Fixed subMenuContent styles for popoutWhenCollapsed in bordered layout

Removed
Removed unused images
Removed avatarIconSize prop as tailwind cannot generate dynamic classes
Removed rgbaToHex util

Django, ASP.NET Core - Razor Pages & MVC​


Added​

  • New Design Alignments
  • New spacer & utility classes
  • Navbar Dropdown Active state
  • Rimix Icons

Updated​

  • Bootstrap 5.3.3
  • Documentation

Removed​

  • MDI( Material Design Icons)

Fixed​

  • UI improvements & bug fixes

HTML, HTML + Laravel​


Fixed​

  • Menu RTL fixes
  • Minor Bug fixes & Improvements

Next.js​


Added​

  • Added Landing, Pricing, Payment, Checkout and Help Center pages
  • Added eCommerce, Academy, Logistics and Email apps
  • Added Academy and Logistics dashboards
  • Added new cards in Widget Examples
  • Added HOCs (Higher Order Components) viz. TranslationWrapper, AuthGuard and GuestOnlyRoute
  • Added homePageUrl in themeConfig and next.config.mjs files
  • Added private, guest-only and public routes for authentication
  • Added excludeLang in search and menuData files to exclude lang in the URLs
  • Added exactMatch & activeUrl props in MenuItem component
  • Added input-otp package for two step verification

Updated​

  • Updated docs
  • Updated all the packages to the latest version
  • Updated src/app/server/actions file for all the server actions
  • Updated removeI18n script in the full-version to remove translation from the whole template
  • Updated types
  • Updated redux slices
  • Updated MUI overrides
  • Updated GenerateMenu file
  • Updated folder structure (breaking change for authentication)
  • Updated Horizontal and Vertical menu styles
  • Updated redirects in the next.config.mjs file
  • Updated src/components/layout/shared/Logo.tsx component
  • Updated src/fake-db folder structure and file names
  • Updated default border-radius value from 6px to 10px for the rounded class and update the files accordingly
  • Replaced MUI theme object colors with CSS variables
  • Replaced react-draft-wysiwyg editor with tiptap editor
  • Replaced kbar search with cmdk search

Fixed​

  • Fixed bugs in pages and apps
  • Fixed localize URLs on the login page, Under Maintenance and Not Authorized pages
  • Fixed form submission while hydrating on login page
  • Fixed navbar height when we have fixed content height like chat, email etc.
  • Fixed custom icon button's size

Removed​

  • Removed unused packages
  • Removed unused example file
  • Removed middleware file and moved all the auth and translation logics into their respective HOCs (Higher Order Components)
  • Removed unnecessary 'use client' from all files
  • Removed paperChannel from our theme overrides as MUI have provided this variable by default
  • Removed background-color-rgb CSS variable and replaced it with mui-palette-background-paperChannel
  • Removed alias for reducers
  • Removed reactStrictMode from the next.config.mjs file as we are no longer using useReducer hook
  • Removed demoConfig file, getDemoName server action function and their related code

Next.js​

  • Initial Release (Next.js v14 + App Router)

Deprecated​

  • Next.js v13 version with Pages Router is now deprecated

HTML & HTML + Laravel​


Added​

  • New Design Alignments
  • New spacer & utility classes
  • Navbar Dropdown Active state
  • Rimix Icons

Updated​

  • Bootstrap 5.3.3
  • Documentation

Removed​

  • MDI( Material Design Icons)

Fixed​

  • UI improvements & bug fixes

HTML + Laravel​

  • Updated to Laravel 11

Nuxt​

Added​

  • Nuxt 3 Version (Initial Release)

Vue & Vue Laravel​

Added​

  • Migration guide in docs for major and technical changes (Highly recommended to read)
  • unplugin-vue-router for typed pages
  • eCommerce App
    • Dashboard
    • Products
      • Product List
      • Add Product
      • Category List
    • Order
      • Order List
      • Order Details
    • Customer
      • All Customers
      • Customer Details
    • Manage Reviews
    • Referrals
    • Settings
  • Academy
    • Dashboard
    • My Courses
    • Courses Details
  • Logistics
    • Dashboard
    • Fleet (Added MapBox library)
  • Kanban App
  • Front Pages
    • Landing Page
    • Pricing Page
    • Payment Page
    • Checkout Page
    • Help Center Page
  • Swiper Extension
  • TipTap Rich Editor
  • More Dialog Examples
  • Form Wizard
  • Vite Vue DevTool Plugin

Updated​

  • Plugins are now registered automatically like Nuxt and moved to src/plugins directory
  • Styles are moved to src/assets/styles directory
  • Directory structure updated
  • SSR related improvements and fixes
  • We now uses SVG based CSS icons instead of SVGs for icons
  • Theme config now uses "pinia" store instead of composable
    • useThemeConfig composable is replaced with useConfigStore store
  • Replaced axios with native fetch API
  • Replaced axios-mock-adapter with msw
  • Cookie is used for persistence instead of LocalStorage
  • Customiser UI (User-friendly design)
  • Invoice List (New widgets)
  • User List (New widgets)
  • Libraries Updated to latest version
  • Code now utilize auto imports similar to Nuxt

Removed​

  • vite-plugin-pages plugin (Replaced by unplugin-vue-router)
  • axios (Replace by native fetch API)
  • axios-mock-adapter (Replaced by msw)

Figma (Design File)​


Updated​

  • Updated design structure
  • Added new figma variable structure

HTML, HTML + Laravel with Vite​


New​

  • Form validation integrated with NPM Package

Updated​

  • Flag Icons integrated with the NPM Package
  • Package dependencies
  • Third-Party Libraries & assets imports
  • Documentation

Fixed​

  • Stepper style fix for RTL disabled Mode
  • Fixed Peer Dependency requirements for NPM
  • Bugfixes & Improvements

Removed​

  • Unused flag icon SVGs

HTML + Laravel​


New​

  • Integrated template with Vite 5

Deprecated​

  • Laravel with Webpack Mix
  • Only provide support for the next 6 months
  • Future updates won't be considered

Fixed​

  • Bordered Layout & RTL mode UI fixes in third-party libs & components

HTML, HTML + Laravel​

Fixed​

  • Fixed node waves not working in front pages & data-tables buttons
  • Minor improvements & Bugfixes

ASP.NET Core - Razor Pages​

Updated​

  • Updated to .NET 8 (Reduced Package size & startup time)
  • Docker compatibility with .NET 8
  • Documentation

Fixed​

  • Removed warnings during build process
  • Fixed locale issues in RTL mode (Arabic)
  • Minor improvements & bugfixes

ASP.NET Core - MVC​

Added​

  • Initial Version

Django​

Added​

  • Initial Version
Top