Next.js
Added
Added scroll to top in front layout
Added tailwind color for facebook, twitter and linkedin
Updated
Updated docs
Updated all the packages to the latest version
Updated Calendar styles
Updated responsive in the eCommerce app
Updated date-picker and custom chip components
Updated section spacing in card basic page
Updated HorizontalWithAvatar statistic card
Fixed
Fixed mode flicker issue when system is dark and open 2 tabs (When settings.mode & system both have dark mode and open 2 two tabs side by side, mode was flickering when we refresh any of the 2 pages)
Fixed apps & front-pages 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
- Added Landing, Pricing, Payment, Checkout and Help Center pages
- Added eCommerce, Academy, Logistics, Email, Chat and Kanban apps
- Added Academy and Logistics dashboards
- Added new cards in Widget Examples
- Added HOCs (Higher Order Components) viz. TranslationWrapper, AuthGuard and GuestOnlyRoute
- Added removeI18n script in the full-version to remove translation from the whole template
- Added src/app/server/actions file for all the server actions
- Added homePageUrl in themeConfig and next.config.mjs files
- Added private, guest-only and public routes for authentication
- Updated docs
- Updated all the packages to the latest version
- Updated types
- Updated folder structure (breaking change for authentication)
- Moved fake-db from src/app/api to src folder
- Replaced kbar search with cmdk search
- Replaced react-draft-wysiwyg editor with tiptap editor
- Moved Menu Examples and Hook Examples from template to docs
- Replaced MUI theme object colors with CSS variables
- Separated dependencies and devDependencies in package.json
- Updated MUI overrides
- Updated Horizontal and Vertical menu styles
- Updated GenerateMenu file
- Updated file name from next.config.js to next.config.mjs
- Updated redirects in the next.config.mjs file
- Updated the Calendar app with Redux
- Updated src/components/layout/shared/Logo.tsx component and removed the getLocalizedUrl function
- Moved the src/app/api/fake-db folder to the src/fake-db folder
- Fixed bugs in pages and apps
- Fixed icon alignment in the horizontal menu
- Removed unused packages
- 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
- 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
Vue, Vue + Laravel & Nuxt
Updated
Refined layouts, components and all the pages for improved design alignment and aesthetics
Updated all the dependencies to their latest version
Figma (Design File)
Fixed
Minor design corrections
HTML, HTML + Laravel
Updated
Updated Documentation
Fixed
Stepper style fix for RTL disabled Mode
HTML + Laravel
Fixed
Bordered Layout & RTL mode UI fixes in third-party libs & components
Minor improvements & Bugfixes
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
HTML, HTML + Laravel with Vite
New
- Form validation integrated with NPM Package
Fixed
- Fixed Peer Dependency requirements for NPM
- Bugfixes & Improvements
Updated
- Flag Icons integrated with the NPM Package
- Package dependencies
- Third-Party Libraries & assets imports
- Documentation
Removed
- Unused flag icon SVGs
Fixed
Fixed node waves not working in data-table buttons & alerts
Minor UI improvements & bug fixes
Updated
Documentation
ASP.NET Core - MVC
Added
Initial Version
Django
Added
Added BASE_URL and use it as per env to make it easy.
Loading state to submit buttons on mail send.
Updated
Django 5.0
Fixed
Fixed Search link not working
Fixed node waves not working in data-table buttons & alerts
Minor improvements & bug fixes
- Updated to .NET 8 (Reduced Package size & startup time)
- Documentation
- Docker compatibility with .NET 8
- Removed warnings during build process
- Fixed locale issues in RTL mode (Arabic)
- Minor improvements & bugfixes
- datadump.json file which can help while migrating with any database with init data
- Documentation: Django Admin - Database with PostgreSQL integration
- CRUD: Added decimal validation
- PostgreSQL integration/migration issue
- Language-Driven LTR and RTL Adaptation
- Input group page, speech-to-text functionality
- Updated Bootstrap to latest version(5.3.2)
- Updated SCSS & Mixins as per Bootstrap 5.3.2
- Updated Documentation
- Bordered Layout components & third party UI fixes
- Horizontal menu slide for fixed layout
- Carousel HTML Structure as per latest Bootstrap
- Minor improvements & Bugfixes
- Removed Portuguese language support
- Starter kit LTR(English) & RTL(Arabic) Localization
- CRUD with SQLite Database
- Docker support
- Transaction (CRUD) Example
- Authentication (Login, Logout, Register, Reset Password, Forgot Password)
- User Permission and Authorization (User: Admin, Client)
- Built-in templates for django server errors
- Localization based on text-direction
- Localization with default language support
- .env file issue with Debug mode (True was considered as string)
Nuxt 3
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)
- 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)