- Live theme primary color changes via Customizer
- Starter-kit with minimal assets
- Added search functionality in documentation for easy to find solution
- 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.
- 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
- 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
- UI improvements and bug fixes
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
- 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 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 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 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
- Initial Release (Next.js v14 + App Router)
- Next.js v13 version with Pages Router is now deprecated
- New Design Alignments
- New spacer & utility classes
- Navbar Dropdown Active state
- Rimix Icons
- Bootstrap 5.3.3
- Documentation
- MDI( Material Design Icons)
- UI improvements & bug fixes
- Updated to Laravel 11
- Nuxt 3 Version (Initial Release)
- 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
- 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
- vite-plugin-pages plugin (Replaced by unplugin-vue-router)
- axios (Replace by native fetch API)
- axios-mock-adapter (Replaced by msw)
- Updated design structure
- Added new figma variable structure
HTML, HTML + Laravel with Vite
- Form validation integrated with NPM Package
- Flag Icons integrated with the NPM Package
- Package dependencies
- Third-Party Libraries & assets imports
- Documentation
- Stepper style fix for RTL disabled Mode
- Fixed Peer Dependency requirements for NPM
- Bugfixes & Improvements
- Unused flag icon SVGs
- Integrated template with Vite 5
- Laravel with Webpack Mix
- Only provide support for the next 6 months
- Future updates won't be considered
- Bordered Layout & RTL mode UI fixes in third-party libs & components
- Fixed node waves not working in front pages & data-tables buttons
- Minor improvements & Bugfixes
- Updated to .NET 8 (Reduced Package size & startup time)
- Docker compatibility with .NET 8
- Documentation
- Removed warnings during build process
- Fixed locale issues in RTL mode (Arabic)
- Minor improvements & bugfixes
- Initial Version
- Initial Version