- Version
- Download 4158
- File Size 537.8 MB
- File Count 1
- Create Date June 17, 2023
- Last Updated June 29, 2024
Vuexy v10.2.0
Vuexy Changelog
v10.2.0 (2024-06-26)
Next.js
Added
- Added
Landing
,Pricing
,Payment
,Checkout
andHelp Center
pages - Added
eCommerce
,Academy
,Logistics
,Email
,Chat
andKanban
apps - Added
Academy
andLogistics
dashboards - Added new cards in
Widget Examples
- Added
HOCs (Higher Order Components)
viz.TranslationWrapper
,AuthGuard
andGuestOnlyRoute
- 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
inthemeConfig
andnext.config.mjs
files - Added
private
,guest-only
andpublic
routes for authentication
Updated
- Updated docs
- Updated all the packages to the latest version
- Updated types
- Updated folder structure (breaking change for authentication)
- Moved
fake-db
fromsrc/app/api
tosrc
folder - Replaced
kbar
search withcmdk
search - Replaced
react-draft-wysiwyg
editor withtiptap
editor - Moved
Menu Examples
andHook Examples
from template to docs - Replaced MUI theme object colors with CSS variables
- Separated
dependencies
anddevDependencies
inpackage.json
- Updated MUI overrides
- Updated Horizontal and Vertical menu styles
- Updated
GenerateMenu
file - Updated file name from
next.config.js
tonext.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 thegetLocalizedUrl
function - Moved the
src/app/api/fake-db
folder to thesrc/fake-db
folder
Fixed
- Fixed bugs in pages and apps
- Fixed icon alignment in the horizontal menu
Removed
- Removed unused packages
- Removed
middleware
file and moved all the auth and translation logics into their respectiveHOCs (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 withmui-palette-background-paperChannel
- Removed alias for reducers
- Removed
reactStrictMode
from thenext.config.mjs
file as we are no longer usinguseReducer
hook - Removed
demoConfig
file,getDemoName
server action function and their related code
v10.0.0 (2024-03-11)
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
v9.12.0 (2023-12-08)
HTML, HTML + Laravel, ASP.NET Core - Razor Pages
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
v9.11.0 (2023-11-21)
ASP.NET Core
Updated
- Updated to .NET 8 (Reduced Package size & startup time)
- Documentation
- Docker compatibility with .NET 8
Fixed
- Removed warnings during build process
- Fixed locale issues in RTL mode (Arabic)
- Minor improvements & bugfixes
Django
Added
- datadump.json file which can help while migrating with any database with init data
Updated
- Documentation: Django Admin - Database with PostgreSQL integration
- CRUD: Added decimal validation
Fixed
- PostgreSQL integration/migration issue
v9.10.0 (2023-11-09)
HTML, HTML + Laravel, ASP.NET Core & Django
Added
- Language-Driven LTR and RTL Adaptation
- Input group page, speech-to-text functionality
Updated
- Updated Bootstrap to latest version(5.3.2)
- Updated SCSS & Mixins as per Bootstrap 5.3.2
- Updated Documentation
Fixed
- Bordered Layout components & third party UI fixes
- Horizontal menu slide for fixed layout
- Carousel HTML Structure as per latest Bootstrap
- Minor improvements & Bugfixes
Removed
- Removed Portuguese language support
HTML + Laravel
Added
- Starter kit LTR(English) & RTL(Arabic) Localization
ASP.NET Core
Added
- CRUD with SQLite Database
- Docker support
Django
Added
- 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
Updated
- Localization based on text-direction
- Localization with default language support
Fixed
- .env file issue with Debug mode (True was considered as string)
9.9.0 (2023-10-17)
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 withuseConfigStore
store
- Replaced
axios
with nativefetch
API - Replaced
axios-mock-adapter
withmsw
- 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 byunplugin-vue-router
)axios
(Replace by nativefetch
API)axios-mock-adapter
(Replaced bymsw
)